/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_message.cc | 16 // contributors may be used to endorse or promote products derived from 178 // RunMap maps from fields that start each run to the number of fields in that 464 // May open an external if check for a batch of cold fields. "from" is the 465 // prefix to _has_bits_ to allow MergeFrom to use "from._has_bits_". 468 const std::string& from, io::Printer* printer); 497 const std::string& from, in OnStartChunk() 545 format("($1$_has_bits_[$2$] & 0x$mask$u) != 0", from, this_word); in OnStartChunk() 684 // able to infer these indices from the k[FIELDNAME]FieldNumber order. in GenerateFieldAccessorDeclarations() 1134 "$classname$(const $classname$& from);\n" in GenerateClassDefinition() 1135 "$classname$($classname$&& from) noexcep in GenerateClassDefinition() 496 OnStartChunk(int chunk, int cached_has_word_index, const std::string& from, io::Printer* printer) OnStartChunk() argument [all...] |
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DeviceKvStoreKVPromiseJsTest.js | 15 import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' 16 import factory from '@ohos.data.distributedKVStore' 17 import dataSharePredicates from '@ohos.data.dataSharePredicates' 18 import abilityFeatureAbility from '@ohos.ability.featureAbility'
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 816 // schedule last round key from xmm0 885 // Adds rcon from low byte of %xmm8, then rotates %xmm8 for 897 // extract rcon from xmm8 966 // Mangle xmm0 from (basis-transformed) standard version
|
/third_party/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 833 // schedule last round key from xmm0 904 // Adds rcon from low byte of %xmm8, then rotates %xmm8 for 916 // extract rcon from xmm8 985 // Mangle xmm0 from (basis-transformed) standard version
|
/third_party/elfutils/tests/ |
H A D | run-debuginfod-find.sh | 171 # is able to fetch debuginfo from the local debuginfod. 177 rm -rf $DEBUGINFOD_CACHE_PATH # clean it from previous tests 212 rm -rf $DEBUGINFOD_CACHE_PATH # clean it from previous tests 299 grep -q Downloaded.from vlog 421 rm -rf $DEBUGINFOD_CACHE_PATH # clean it from previous tests 423 # this is one of the buildids from the groom-deleted rpms
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | sbrdsp.asm | 162 shl startq, 3 ; offset from num loops
|
H A D | celt_pvq_search.asm | 108 andps m5, m0 ; if(X[i] == 0) Sxy_new = 0; Prevent aproximation error from setting pulses in array padding.
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.h | 22 // from this software without specific prior written permission. 39 // This header defines a two-level parse-helper hierarchy, derived from 452 void inheritMemoryQualifiers(const TQualifier& from, TQualifier& to); 477 // Determine selection control from attributes 480 // Determine loop control from attributes
|
/third_party/json/tests/src/ |
H A D | unit-testsuites.cpp | 17 TEST_CASE("compliance tests from json.org") 19 // test cases are from https://json.org/JSON_checker/ 103 TEST_CASE("compliance tests from nativejson-benchmark") 105 // test cases from https://github.com/miloyip/nativejson-benchmark/blob/master/src/main.cpp 185 // Numbers from https://github.com/floitsch/double-conversion/blob/master/test/cctest/test-strtod.cc 261 // test cases are from https://github.com/miloyip/nativejson-benchmark/tree/master/test/data/roundtrip 311 TEST_CASE("test suite from json-test-suite") 328 // here, we list all JSON values from https://json.org/example 402 // here, we list all JSON values from the RFC 8259 document 424 "Title": "View from 1 [all...] |
/third_party/node/test/parallel/ |
H A D | test-assert.js | 32 // Disable colored output to prevent color codes from breaking assertion 267 // Check messages from assert.throws(). 395 // Verify AssertionError is the result from doesNotThrow with custom Error. 812 (Buffer.from('test') instanceof Error) 821 "assert(\n (Buffer.from('test') instanceof Error)\n )\n" 830 "assert(\n (Buffer.from('test') instanceof Error)\n )\n"
|
/third_party/node/test/common/ |
H A D | index.js | 498 // whoami.exe needs to be the one from System32 698 // Do not use `assert.strictEqual()` to prevent `inspect` from 850 'This test shouldn\'t load properties from a package.json above ' + 1022 // Use command built from sources included in Node.js repository
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl14.c | 55 #error invalid value for SKIP, must be distinct from F_RDLCK and F_WRLCK 111 * Child attempting a read lock from beginning of 119 * Child attempting a write lock from beginning of 127 * Child attempting a read lock from beginning of 135 * Child attempting a write lock from beginning of 143 /* Child attempting a read lock from byte 7 to end of file */ 148 /* Child attempting a write lock from byte 7 to end of file */ 153 /* Child attempting a read lock from byte 7 to end of file */ 158 /* Child attempting a write lock from byte 7 to end of file */ 163 * #13 Parent making a write lock from beginnin [all...] |
/third_party/lzma/Asm/x86/ |
H A D | AesOpt.asm | 130 ; we preserve xmm registers starting from xmm6 in WIN64-x64
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-inlining.cc | 126 Node* use = edge.from(); in InlineCall() 132 // There is an input from the call, and the index is a value in InlineCall() 314 // prevents cross context leaks, where we could inline functions from a in DetermineCallTarget() 315 // different context and hold on to that context (and closure) from the code in DetermineCallTarget() 360 // The inlinee specializes to the context from the JSFunction object. in DetermineCallContext() 532 // prevents it from getting flushed. Therefore, the following check should in ReduceJSCall() 559 // We shall not bailout from inlining if we got here. in ReduceJSCall()
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.h | 855 // Create a map word from a map pointer. 861 // Scavenge collection: the map word of live objects in the from space 869 // Create a map word from a forwarding address. 945 static char* RestoreState(Isolate* isolate, char* from);
|
/third_party/mksh/ |
H A D | check.pl | 48 # (leading/trailing spaces are stripped from the first line of value) 58 # (after the arguments from arguments) 71 # missing, NAME is removed from the 77 # (values taken from the environment of 83 # @utflocale@ is substituted from -U. 157 # pull EINTR from POSIX.pm or Errno.pm if they exist 197 -s s Read tests from file s; if s is a directory, it is recursively
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 28 ! Keep in mind that this does not excuse us from wiping the stack!
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 410 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from); 554 /* Primes from RFC 2409 */ 558 /* Primes from RFC 3526 */
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 199 // POSIX Supplement (from errno.h) 545 from: *mut ::sockaddr, in recvfrom()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | mod.rs | 750 // offsets in user_regs_structs, from sys/reg.h 779 // offsets in mcontext_t.gregs from sys/ucontext.h 815 pub fn ioperm(from: ::c_ulong, num: ::c_ulong, turn_on: ::c_int) -> ::c_int; in ioperm()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | Makefile | 22 # file from the failed recipe can falsely satisfy dependencies on subsequent 130 # PATCHVERSION must equal VK_HEADER_VERSION from vk.xml 176 SPECREMARK = from git branch: $(shell echo `git symbolic-ref --short HEAD 2> /dev/null || echo Git branch not available`) \ 219 # ADOCHTMLOPTS relies on the relative runtime path from the output HTML 222 # KaTeX source is copied from KATEXSRCDIR in the repository to 224 # KATEXDIR is the relative path from a target to KATEXINSTDIR, since 315 # Copying chunked.js into target avoids a warning from the chunker 548 # Generation of refpage asciidoctor sources by extraction from the 582 # Build the individual refpages, then the symbolic links from aliases 606 $(VERYQUIET)echo "Building $@ from [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 196 /* size limits: this stuff is taken straight from RFC2459 */ 283 * (possibly from shared libraries) they may exist in 309 * Finally an ASN1_ITEM pointer can be extracted from an 320 /* Macro to obtain ASN1_ITEM pointer from exported type */ 323 /* Macro to include ASN1_ITEM pointer from base type */ 341 /* Macro to obtain ASN1_ITEM pointer from exported type */ 344 /* Macro to include ASN1_ITEM pointer from base type */ 594 const ASN1_TIME *from, const ASN1_TIME *to);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 410 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from); 554 /* Primes from RFC 2409 */ 558 /* Primes from RFC 3526 */
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 28 ! Keep in mind that this does not excuse us from wiping the stack!
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctflt-sse.asm | 14 ; NASM is available from http://nasm.sourceforge.net/ or
|