Home
last modified time | relevance | path

Searched refs:from (Results 2901 - 2925 of 3139) sorted by relevance

1...<<111112113114115116117118119120>>...126

/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djdsample-avx2.asm16 ; NASM is available from http://nasm.sourceforge.net/ or
H A Djdsample-sse2.asm15 ; NASM is available from http://nasm.sourceforge.net/ or
H A Djfdctint-sse2.asm14 ; NASM is available from http://nasm.sourceforge.net/ or
/third_party/skia/third_party/externals/microhttpd/
H A Dconfig.guess29 # You can get the latest version of this script from:
412 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
1379 download the most up to date version of the config scripts from
/third_party/pcre2/pcre2/
H A DRunTest.bat517 @echo for input and verification should be found automatically when (from the
/third_party/python/Modules/
H A D_hashopenssl.c7 * Derived from a skeleton of shamodule.c containing work performed by:
369 /* Get digest EVP from object
1842 _openssl_hash_name_mapper(const EVP_MD *md, const char *from, in _openssl_hash_name_mapper()
1880 // get algorithms from all activated providers in default context in hashlib_md_meth_names()
2190 /* Create dict from builtin openssl_hash functions to name in hashlib_init_constructors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp537 KEYWORD(from); in LexIdentifier()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc214 ast::Variable* from; member
279 /// Creates and returns the assignment to the variables from the buffers
413 /// Generates an expression reading from a buffer a specific format.
416 /// @param offset the byte offset of the data from `buffer_base`
427 // Returns a u32 loaded from buffer_base + offset. in Fetch()
432 // Returns a i32 loaded from buffer_base + offset. in Fetch()
435 // Returns a u32 loaded from buffer_base + offset + 4. in Fetch()
441 // Returns a i32 loaded from buffer_base + offset + 4. in Fetch()
444 // Returns a u16 loaded from offset, packed in the high 16 bits of a u32. in Fetch()
469 // Returns a u16 loaded from offse in Fetch()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldSet.java16 // contributors may be used to endorse or promote products derived from
53 * Interface for a FieldDescriptor or lite extension descriptor. This prevents FieldSet from
71 MessageLite.Builder internalMergeFrom(MessageLite.Builder to, MessageLite from); in internalMergeFrom() argument
121 /** Make this FieldSet immutable from this point forward. */
230 * library as it is not protected from mutation when fields is not immutable.
241 * should not be leaked out of the protobuf library as it is not protected from mutation when
396 // tell from the stack trace which exact call failed, since the whole in verifyType()
497 /** Like {@link Message.Builder#mergeFrom(Message)}, but merges from another {@link FieldSet}. */
556 * Read a field of any primitive type for immutable messages from a CodedInputStream. Enums,
559 * @param input The stream from whic
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Dmultiple_values.rs1301 .map(String::from) in low_index_positional_with_extra_flags()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h28 // Note: Absolute times are distinct from civil times, which refer to the
125 // the result of subtracting one `absl::Time` from another. Durations behave
267 // remainder returned could differ from the remainder returned by
392 // Factory functions for constructing `Duration` values from an integral number
400 // from civil_time.h.
431 // Factory overloads for constructing `Duration` values from a floating-point
604 // functions are provided for conversion to and from strings. `absl::Time`
626 // ticks of some granularity (resolution) from some starting point (epoch).
750 // 719162 is the number of days from 0001-01-01 to 1970-01-01, in UniversalEpoch()
779 // Creates an `absl::Time` from
1047 CivilSecond from; // the civil time we jump from global() member
[all...]
/third_party/rust/crates/syn/src/
H A Dgenerics.rs433 fn from(ident: Ident) -> Self { in from() functions
522 /// Any lifetimes from a `for` binding
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc147 // Get the language mode from closure. in GetShouldThrow()
1592 // simulator has a separate JS stack pointer from the C++ stack pointer, it in GetPropertyWithDefinedGetter()
2332 return false; // We'll rehash from the JSMap or JSSet referencing them. in NeedsRehashing()
2360 UNREACHABLE(); // We'll rehash from the JSMap or JSSet referencing them. in CanBeRehashed()
2428 UNREACHABLE(); // We'll rehash from the JSMap or JSSet referencing them. in RehashBasedOnMap()
2520 // Proceed lookup from the next state. in SetPropertyInternal()
2535 // Proceed lookup from the next state. in SetPropertyInternal()
2665 // lookup from scratch. in SetSuperProperty()
2980 // Fill in new callback descriptors. Process the callbacks from in AppendUniqueCallbacks()
4039 // Check that GC didn't remove elements from th in Add()
4628 RestoreState(Isolate* isolate, char* from) RestoreState() argument
5277 ShouldTrack(ElementsKind from, ElementsKind to) ShouldTrack() argument
[all...]
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h1140 // returning back up to start_pipeline(), and from there to the caller.
1303 // We only need X and X^Y from here on, so it's easier to just think of that as "Y".
1326 // load 4 floats from memory, and splat them into r,g,b,a
1339 // load 4 floats from memory, and splat them into dr,dg,db,da
1357 // load registers r,g,b,a from context (mirrors store_rgba)
1376 // load registers dr,dg,db,da from context (mirrors store_dst)
1738 // Derive alpha's coverage from rgb coverage and the values of src and dst alpha.
1775 SI F lerp(F from, F to, F t) {
1776 return mad(to-from, t, from);
[all...]
/applications/standard/contacts_data/jstest/
H A DContactCard_test.js16 import dataShare from '@ohos.data.dataShare';
17 import {afterAll, afterEach, beforeAll, beforeEach, describe, expect, it} from 'deccjsunit/index'
19 import common from './common.js';
2849 * @tc.name Contacts are added to and removed from groups in batches
4708 * @tc.name Remove favorites from multiple contacts and verify that the favorites field has changed
4798 * @tc.name Delete multiple records from the blocklist and verify whether the deletion is successful
/third_party/elfutils/src/
H A Delflint.c112 /* True if binary is from strip -f, not a normal ELF file. */
1234 GElf_Addr from; member
1314 newp->from = phdr->p_vaddr; in check_reloc_shdr()
1459 && r_offset + (sym == NULL ? 0 : sym->st_size) >= loaded->from) in check_one_reloc()
3879 Check that if there is a reference from the in check_sections()
4084 section [%2zu] '%s' has type NOBITS but is read from the file in segment of program header entry %d\n"), in check_sections()
4110 section [%2zu] '%s' has type NOBITS but is read from the file in segment of program header entry %d and file contents is non-zero\n"), in check_sections()
4121 section [%2zu] '%s' has not type NOBITS but is not read from the file in segment of program header entry %d\n"), in check_sections()
/third_party/node/deps/v8/src/execution/
H A Disolate.cc306 // Verify that the contents of the embedded blob are unchanged from in SetEmbeddedBlob()
552 // Visit the roots from the top for a given thread. in Iterate()
768 // TODO(mmarchini) save Promises list from the Promise combinator in AppendPromiseCombinatorFrame()
840 // This mechanism excludes a number of uninteresting frames from the stack
959 // Try to continue from here. in CaptureAsyncStackTrace()
1141 // Skip frames from other origins when asked to do so. in VisitStack()
1471 // Get the data object from access check info. in ReportFailedAccessCheck()
1685 // Since comments and empty lines have been stripped from the source of in ReportBootstrappingException()
1792 // 3) ReThrow from v8::TryCatch: The message from in ThrowInternal()
2911 RestoreThread(char* from) ThrowInternal() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp132 // arguments for rounding mode tests - used only when arguments are passed from input
142 // arguments of conversion operations - used only when arguments are passed from input
318 string replace(string str, const string& from, const string& to) in replace() argument
325 while((start_pos = str.find(from, start_pos)) != std::string::npos) in replace()
327 str.replace(start_pos, from.length(), to); in replace()
552 vm[V_CONV_TO_FP32_RTZ_RESULT] = exactByteEquivalent<deUint32>(0x3f9c968d); // result of conversion from double(1.22334455) in TypeValues()
560 vm[V_CONV_TO_FP32_RTE_RESULT] = exactByteEquivalent<deUint32>(0x3f9c968e); // result of conversion from double(1.22334455) in TypeValues()
645 // Denorm is generated by substracting epsilon from denormBase.
677 // Every test that uses generated inputod will select up to two items from this map
681 // Spir-v snippets that read argument from SSB
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp130 // arguments for rounding mode tests - used only when arguments are passed from input
140 // arguments of conversion operations - used only when arguments are passed from input
316 string replace(string str, const string& from, const string& to) in replace() argument
323 while((start_pos = str.find(from, start_pos)) != std::string::npos) in replace()
325 str.replace(start_pos, from.length(), to); in replace()
550 vm[V_CONV_TO_FP32_RTZ_RESULT] = exactByteEquivalent<deUint32>(0x3f9c968d); // result of conversion from double(1.22334455) in TypeValues()
558 vm[V_CONV_TO_FP32_RTE_RESULT] = exactByteEquivalent<deUint32>(0x3f9c968e); // result of conversion from double(1.22334455) in TypeValues()
643 // Denorm is generated by substracting epsilon from denormBase.
675 // Every test that uses generated inputod will select up to two items from this map
679 // Spir-v snippets that read argument from SSB
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java78 * currently available (note that the actual values depend on CLDR and may change from the
313 * <td>Modified Julian day. This is different from the conventional Julian day number in two regards.
662 * In the example, the time value <code>currentTime_2</code> obtained from
664 * equal if the am/pm marker 'a' is left out from the format pattern while
731 // - 1 for version from JDK 1.1.4, which includes a new field
959 * from ICU 49.1:
964 * deserialization errs from ICU 49.1.
1027 * 2). To specify an alternate numbering system on a field by field basis, use the field letters from the pattern
1073 * The constructor called from all other SimpleDateFormat constructors
1355 // We use the time and time zone from th in format()
3975 translatePattern(String pat, String from, String to) translatePattern() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java78 * currently available (note that the actual values depend on CLDR and may change from the
313 * <td>Modified Julian day. This is different from the conventional Julian day number in two regards.
662 * In the example, the time value <code>currentTime_2</code> obtained from
664 * equal if the am/pm marker 'a' is left out from the format pattern while
730 // - 1 for version from JDK 1.1.4, which includes a new field
957 * from ICU 49.1:
962 * deserialization errs from ICU 49.1.
1021 * 2). To specify an alternate numbering system on a field by field basis, use the field letters from the pattern
1066 * The constructor called from all other SimpleDateFormat constructors
1349 // We use the time and time zone from th in format()
3852 translatePattern(String pat, String from, String to) translatePattern() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp14 * 02/19/97 aliu Converted from java.
598 // If it is NULL, it will be lazily initialized from locale. in operator =()
692 // called by several constructors to load pattern data from the resources in construct()
699 // Load date time patterns directly from resources. in construct()
736 // create a symbols object from the locale in construct()
769 // the valid locale differs in important ways (region, language) from in construct()
880 // pattern string from the resources in construct()
992 * so we can call it from readObject().
1009 * Initialize the boolean attributes. Separate so we can call it from all constructors.
1075 // We use the time and time zone from th in _format()
4009 translatePattern(const UnicodeString& originalPattern, UnicodeString& translatedPattern, const UnicodeString& from, const UnicodeString& to, UErrorCode& status) translatePattern() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h3 * Generated by Makefile from include/openssl/ssl.h.in
428 * Make server add server-hello extension from early version of
553 /* Clear verification errors from queue */
1161 * -- that we expected from peer (SSL_get_peer_finished).
1201 * from SSL_AD_... */
1599 __owur int BIO_ssl_copy_session_id(BIO *to, BIO *from);
1752 __owur int SSL_copy_session_id(SSL *to, const SSL *from);
2392 /* Gets the SCTs received from a connection */
2396 * Loads the CT log list from the default location.
2398 * the log information loaded from thi
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h3 * Generated by Makefile from include/openssl/ssl.h.in
428 * Make server add server-hello extension from early version of
553 /* Clear verification errors from queue */
1161 * -- that we expected from peer (SSL_get_peer_finished).
1201 * from SSL_AD_... */
1599 __owur int BIO_ssl_copy_session_id(BIO *to, BIO *from);
1752 __owur int SSL_copy_session_id(SSL *to, const SSL *from);
2392 /* Gets the SCTs received from a connection */
2396 * Loads the CT log list from the default location.
2398 * the log information loaded from thi
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h3 * Generated by Makefile from include/openssl/ssl.h.in
428 * Make server add server-hello extension from early version of
553 /* Clear verification errors from queue */
1161 * -- that we expected from peer (SSL_get_peer_finished).
1201 * from SSL_AD_... */
1599 __owur int BIO_ssl_copy_session_id(BIO *to, BIO *from);
1752 __owur int SSL_copy_session_id(SSL *to, const SSL *from);
2392 /* Gets the SCTs received from a connection */
2396 * Loads the CT log list from the default location.
2398 * the log information loaded from thi
[all...]

Completed in 76 milliseconds

1...<<111112113114115116117118119120>>...126