Home
last modified time | relevance | path

Searched full:tell (Results 1 – 25 of 2843) sorted by relevance

12345678910>>...114

/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-custom/
H A DConfig.in.options437 will tell you if it's correct or not.
446 Buildroot will tell you if it's correct or not.
455 Buildroot will tell you if it's correct or not.
466 value, Buildroot will tell you if it's correct or not.
476 Buildroot will tell you if it's correct or not.
490 leave the default value, Buildroot will tell you if it's
502 know, leave the default value, Buildroot will tell you if
513 will tell you if it's correct or not.
521 Buildroot will tell you if it's correct or not.
536 Buildroot will tell you if it's correct or not.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dreader.h497 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentEmpty, is.Tell()); in Parse()
509 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentRootNotSingular, is.Tell()); in Parse()
568 RAPIDJSON_PARSE_ERROR(kParseErrorUnspecificSyntaxError, is.Tell()); in SkipWhitespaceAndComments()
580 RAPIDJSON_PARSE_ERROR(kParseErrorUnspecificSyntaxError, is.Tell()); in SkipWhitespaceAndComments()
594 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
601 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
607 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissName, is.Tell()); in ParseObject()
616 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissColon, is.Tell()); in ParseObject()
638 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
641 …RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissCommaOrCurlyBracket, is.Tell()); break; // This useless… in ParseObject()
[all …]
H A Dencodedstream.h50 size_t Tell() const { return is_.Tell(); } in RAPIDJSON_DIAG_OFF()
79 size_t Tell() const { return is_.Tell(); } in Tell() function
116 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
158 size_t Tell() const { return is_->Tell(); } in Tell() function
266 size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } in Tell() function
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Derrseq.rst6 number of "subscribers" to tell whether it has changed since a previous
22 a flag to tell whether the value has been sampled since a new value was
35 it as a running cursor. That value can later be used to tell whether
39 can tell whether the value has changed since they last checked it.
49 Let me tell you a story about a worker drone. Now, he's a good worker
110 Note that the supervisors can't tell how many mistakes he made, only
120 to tell whether an error has occurred later::
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-gnome-terminal-phonehome5 # Gnome terminal won't tell us which PID a given command is run as
6 # or allow a single instance so we can't tell when it completes.
7 # This allows us to figure out the PID of the target so we can tell
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_suite.h376 * kutf_test_expect_abort() - Tell the kernel that you expect the current
383 * kutf_test_expect_fatal() - Tell the kernel that you expect the current
390 * kutf_test_expect_fail() - Tell the kernel that you expect the current
397 * kutf_test_expect_warn() - Tell the kernel that you expect the current
404 * kutf_test_expect_pass() - Tell the kernel that you expect the current
411 * kutf_test_skip() - Tell the kernel that the test should be skipped.
417 * kutf_test_skip_msg() - Tell the kernel that this test has been skipped,
430 * kutf_test_pass() - Tell the kernel that this test has passed.
478 * kutf_test_fail() - Tell the kernel that a test has failed
490 * kutf_test_fatal() - Tell the kernel that a test has triggered a fatal error
[all …]
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dnfcmrvl.h27 /* Tell if transport is muxed in HCI one */
34 /* Tell if UART needs flow control at init */
36 /* Tell if firmware supports break control for power management */
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Dserial.rst54 EFI knows what your console devices are, but it doesn't tell the
56 table[1] does tell the kernel where potential serial console
58 multiple simultaneous consoles and doesn't tell the kernel which
61 So how do you tell Linux which console device to use?
65 card) as the console. Then you don't need to tell Linux
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h439 * kutf_test_expect_abort() - Tell the kernel that you expect the current
446 * kutf_test_expect_fatal() - Tell the kernel that you expect the current
453 * kutf_test_expect_fail() - Tell the kernel that you expect the current
460 * kutf_test_expect_warn() - Tell the kernel that you expect the current
467 * kutf_test_expect_pass() - Tell the kernel that you expect the current
474 * kutf_test_skip() - Tell the kernel that the test should be skipped.
480 * kutf_test_skip_msg() - Tell the kernel that this test has been skipped,
493 * kutf_test_pass() - Tell the kernel that this test has passed.
541 * kutf_test_fail() - Tell the kernel that a test has failed
553 * kutf_test_fatal() - Tell the kernel that a test has triggered a fatal error
[all …]
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dlink_power_management_policy.rst13 min_power Tell the controller to try to make the link use the
18 max_performance Generally, this means no power management. Tell
22 medium_power Tell the controller to enter a lower power state
/OK3568_Linux_fs/kernel/kernel/entry/
H A Dcommon.c17 * 1) Tell lockdep that interrupts are disabled
117 * interrupts disabled when this is invoked. Also tell RCU about it.
123 * 4) Tell lockdep that interrupts are enabled
384 /* Tell the tracer that IRET will enable interrupts */ in irqentry_exit()
401 * IRQ flags state is correct already. Just tell RCU if it in irqentry_exit()
/OK3568_Linux_fs/kernel/include/linux/iio/
H A Ddriver.h15 * iio_map_array_register() - tell the core about inkernel consumers
23 * iio_map_array_unregister() - tell the core to remove consumer mappings for
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-waf.txt35 On line 10, we tell Buildroot what options to enable for libfoo.
37 On line 11, we tell Buildroot the dependencies of libfoo.
69 * +LIBFOO_NEEDS_EXTERNAL_WAF+ can be set to +YES+ or +NO+ to tell
/OK3568_Linux_fs/kernel/tools/testing/ktest/examples/include/
H A Dbisect.conf7 # variable that will tell this config what test to run.
66 # if the commit was good or bad. Instead, it will ask you to tell
69 # or whatever you feel like. Then, when you are happy, you can tell
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-scsi_host41 min_power: Tell the controller to try to make the link use the
47 Tell the controller to have performance be a priority over power
50 medium_power: Tell the controller to enter a lower power state
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dngpixis.c13 * registers (ENx) that tell the ngPIXIS which bits of SWx should actually be
29 * PIXIS_LBMAP_ALTBANK - The value to program into SWx to tell the ngPIXIS to
86 /* Tell the ngPIXIS to use this the bits in the physical switch for the in __clear_altbank()
109 /* Tell the ngPIXIS to use this the bits in the SWx register for the in __set_altbank()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/
H A Dgprs.cpp123 QString tell = "AT+CMGS=\"" + ui->Edit_phone->text() + "\"\r"; in on_pbt_send_clicked() local
136 if(::write(m_fd,tell.toLatin1(),tell.length())) in on_pbt_send_clicked()
259 QMessageBox::information(this,"gprs","tell is coming",0); in remoteDataIncoming()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent/include/
H A Dta_concurrent.h21 * a struct ta_concurent_shm which can be used to tell how many instances
34 * ta_concurent_shm which can be used to tell how many instances of this
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2/
H A DCVE-2021-29463.patch26 while ( !io_->eof() && (uint64_t) io_->tell() < filesize) {
97 while ( !io_->eof() && (uint64_t) io_->tell() < filesize) {
114 if ( io_->tell() % 2 ) io_->seek(+1,BasicIo::cur); // skip pad
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dtmio_mmc.c95 /* Tell MFD core it can disable us now.*/ in tmio_mmc_suspend()
108 /* Tell the MFD core we are ready to be enabled */ in tmio_mmc_resume()
140 /* Tell the MFD core we are ready to be enabled */ in tmio_mmc_probe()
/OK3568_Linux_fs/kernel/tools/power/cpupower/man/
H A Dcpupower-set.142 For example, this setting may tell the hardware how
45 P-state frequency range. It may also tell the hardware
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_hw.h31 * @brief Tell whether a work-around should be enabled
37 * @brief Tell whether a feature is supported
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c82 * is no way to tell if it is ready, so we must wait. in qsfp_read()
124 * to tell if it is ready, so we must wait. in qsfp_read()
132 * going away, and there is no way to tell if it is ready. in qsfp_read()
191 * and there is no way to tell if it is ready, so we must wait. in qib_qsfp_write()
229 * to tell if it is ready, so we must wait. in qib_qsfp_write()
236 * going away, and there is no way to tell if it is ready. in qib_qsfp_write()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dfilecache.h12 * The fsnotify_mark is itself refcounted, but that's not sufficient to tell us
16 * can't really tell the difference, we use the nfm_mark to keep track of how
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Duart.c226 MODULE_PARM_DESC(flow_control, "Tell if UART needs flow control at init.");
229 MODULE_PARM_DESC(break_control, "Tell if UART driver must drive break signal.");
232 MODULE_PARM_DESC(hci_muxed, "Tell if transport is muxed in HCI one.");

12345678910>>...114