Home
last modified time | relevance | path

Searched refs:from (Results 3551 - 3572 of 3572) sorted by relevance

1...<<141142143

/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4493 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs4451 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs4557 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs4365 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs4643 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs4339 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs4613 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4308 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs4396 pub from: __u64,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4317 pub from: __u64,
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure88 # there to prevent editors from complaining about space-tab.
1347 # Remove unnecessary trailing slashes from srcdir.
2697 # Get the ICU version from uversion.h or other headers
2706 as_fn_error $? "Cannot determine ICU version number from uvernum.h header file" "$LINENO" 5
2716 as_fn_error $? "Cannot determine Unicode version number from uchar.h header file" "$LINENO" 5
2718 # Compute a reasonable library version from the release version. This is
3422 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4130 # ./install, which can be erroneously created by make from ./install.sh.
4151 # Don't use installbsd from OSF since it installs stuff as root
4926 # On exit from th
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c776 /* Extract entropy from /dev/urandom */
1073 // We need to stop the upcoming call to XML_ParserFree from happily in parserCreate()
1075 // parser and the only guard that keeps XML_ParserFree from destroying in parserCreate()
1297 from hash tables associated with either parser without us having in XML_ExternalEntityParserCreate()
1341 from hash tables associated with either parser without us having in XML_ExternalEntityParserCreate()
1858 /* If data are left over from last buffer, and we now know that these in XML_Parse()
1877 * from coverage tests. in XML_Parse()
2458 "limit on input amplification factor (from DTD and entities) breached"); in XML_ErrorString()
3195 * simply exclude it from the coverage tests. in doContent()
3282 /* get the attributes from th in storeAtts()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp4586 // The enum values of native_type.h are different from those of text_content_type.h. Convert the enum values. in SetTextInputContentType()
11665 if (std::isnan(validRange.from) || std::isnan(validRange.to)) { in GetSliderValidSlideRange()
11668 g_numberValues[NUM_0].f32 = validRange.from; in GetSliderValidSlideRange()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp6 * This file has been merged from multiple headers. Please don't edit it directly
526 // Bring in operator<< from global namespace into Catch namespace
1988 // Import begin/ end from std here
3454 // doubles that were promoted from floats.
4232 // If it happily moves, we are left in that state, otherwise it is time to start reading from our cache
4591 // Picked by reading 8 bytes from `/dev/random` :-)
4683 assert(((m_positive && m_current <= m_end) || (!m_positive && m_current >= m_end)) && "Step moves away from end");
4741 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) {
4742 return GeneratorWrapper<ResultType>(pf::make_unique<IteratorGenerator<ResultType>>(from, to));
7972 // raise() called from i
[all...]
/third_party/libevdev/
H A Dconfigure40 # Reset variables that may have inherited troublesome values from
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
1382 # Remove unnecessary trailing slashes from srcdir.
2104 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
2161 // Check varargs macros. These examples are taken from C99 6.10.3.5.
2337 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
2418 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
2420 # we report the set of missing files from the *first* directory in
2791 # We chose a different compiler from th
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc243 // information from the first {ool_entries_} entry (based on in GenerateDebugSideTable()
974 // {total_frame_size} is the highest offset from the FP that is used to in GenerateOutOfLineCode()
1428 // the both arms of this if. Thus init the merge point from the else in FinishOneArmedIf()
2385 // then calculate the actual offset from the index. Load the index from
2501 // Pop parameters from the value stack.
2527 // Pop parameters from the value stack.
3011 CODE_COMMENT("load from memory (constant offset)");
3024 CODE_COMMENT("load from memory");
4374 // If we return from th
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S2673 adc r2,r2,#0 @ top-most carry bit from addition
3256 @ "other way around", namely subtract modulus from result
3639 stmdb sp!,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ push from r0, unusual, but intentional
3740 stmdb sp!,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ push from r0, unusual, but intentional
4117 stmdb sp!,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ push from r0, unusual, but intentional
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/
H A Decp_nistz256-armv4.S2673 adc r2,r2,#0 @ top-most carry bit from addition
3256 @ "other way around", namely subtract modulus from result
3639 stmdb sp!,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ push from r0, unusual, but intentional
3740 stmdb sp!,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ push from r0, unusual, but intentional
4117 stmdb sp!,{r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,lr} @ push from r0, unusual, but intentional
/third_party/node/deps/cares/
H A Dconfigure40 # Reset variables that may have inherited troublesome values from
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
1403 # Remove unnecessary trailing slashes from srcdir.
1537 --with-random=FILE read randomness from FILE (default=/dev/urandom)
2538 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
2595 // Check varargs macros. These examples are taken from C99 6.10.3.5.
2771 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
3068 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
3070 # we report the set of missing files from th
[all...]
/third_party/python/
H A Dconfigure40 # Reset variables that may have inherited troublesome values from
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
1662 # Remove unnecessary trailing slashes from srcdir.
1881 auto-detect rpath from --with-openssl and
2953 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
3010 // Check varargs macros. These examples are taken from C99 6.10.3.5.
3186 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
3268 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
3270 # we report the set of missing files from th
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c2 ** This file is an amalgamation of many separate C source files from SQLite
332 ** if experience from use "in the wild" suggest such changes are prudent.
335 ** from comments in this file. This file is the authoritative source
348 ** Make sure we can call this stuff from C++.
440 ** be larger than the release from which it is derived. Either Y will
491 ** of the hash might be different from [SQLITE_SOURCE_ID].)^
505 ** compile time. ^The SQLITE_ prefix may be omitted from the
512 ** prefix is omitted from any strings returned by
542 ** to use SQLite concurrently from more than one thread.
561 ** sqlite3_config(). In other words, the return value from sqlite3_threadsaf
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp11609 "can't assign from UniquePtr holding an array");
[all...]

Completed in 393 milliseconds

1...<<141142143