/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 31 // The copy-from and copy-to functions copying from a struct to its converted version and back. 40 // The field is row major if either explicitly specified as such, or if it inherits it from the in DoesFieldContainRowMajorMatrix() 77 void CopyArraySizes(const TType *from, TType *to) in CopyArraySizes() argument 79 if (from->isArray()) in CopyArraySizes() 81 to->makeArrays(from->getArraySizes()); in CopyArraySizes() 365 // 3. When read from, the following transformations are applied: 810 // If expression is on the right of assignment, it's being read from. in determineAccess() 1001 // At the end, we can determine if the expression is being read from or written to (or both, in transformExpression() 1004 // "read from" in transformExpression() 1409 addFieldCopy(TIntermBlock *body, TIntermTyped *to, TIntermTyped *from, bool isCopyToOriginal) addFieldCopy() argument 1437 declareStructCopy(const TStructure *from, const TStructure *to, bool isCopyToOriginal) declareStructCopy() argument [all...] |
/third_party/alsa-lib/alsalisp/ |
H A D | test.lisp | 371 (defun printnum (from to) (while (<= from to) (princ " " from) (setq from (+ from 1))))
|
/third_party/node/src/ |
H A D | node_options.h | 345 // specified whether the option should be allowed from environment variable 384 // If `from` has the form "--option-a=", the alias will only be expanded if 386 // If `from` has the form "--option-a <arg>", the alias will only be expanded 388 void AddAlias(const char* from, const char* to); 389 void AddAlias(const char* from, const std::vector<std::string>& to); 390 void AddAlias(const char* from, 393 // Add implications from some arbitrary option to a boolean one, either 394 // in a way that makes `from` set `to` to true or to false. 395 void Implies(const char* from, const char* to); 396 void ImpliesNot(const char* from, cons [all...] |
/third_party/node/deps/v8/src/snapshot/ |
H A D | serializer.h | 33 void CodeMoveEvent(AbstractCode from, AbstractCode to) override { 34 address_to_name_map_.Move(from.address(), to.address()); 79 void Move(Address from, Address to) { in Move() argument 80 if (from == to) return; in Move() 81 base::HashMap::Entry* from_entry = FindEntry(from); in Move() 402 // from index 0.
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 24 void Advance(InputPosition from, InputPosition to) { in Advance() 26 current.offset += std::distance(from, to); in Advance() 27 while (from != to) { in Advance() 28 if (*from == '\n') { in Advance() 34 ++from; in Advance() 170 // longer. Iterate from the end to ensure that if one keyword is a prefix of in MatchToken()
|
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/ |
H A D | MigrationJobTest.java | 80 RangeSpecification testRecipePrefix = RangeSpecification.from(DigitSequence.of("123")); in customRecipes_singleMigration_unsupportedRecipeKey_expectException() 100 RangeSpecification testRecipePrefix = RangeSpecification.from(DigitSequence.of("12")); in customRecipes_singleMigration_validKey_expectMigration() 114 RangeSpecification testRecipePrefix = RangeSpecification.from(DigitSequence.of("13")); in customRecipes_invalidOldFormatValue_expectException() 134 RangeSpecification testRecipePrefix = RangeSpecification.from(DigitSequence.of("10")); in customRecipe_multipleMigration_nextRecipeNotFound_expectException() 156 RangeSpecification testRecipePrefix = RangeSpecification.from(DigitSequence.of("15")); in customRecipe_multipleMigration_expectMigration() 161 .orElseThrow(() -> new RuntimeException("Migration was expected but from found")); in customRecipe_multipleMigration_expectMigration() 234 // what the number is converted to after the matching recipe from testRecipesFile.csv is applied in invalidMigration_exportInvalidMigrations_expectFileWithMigratedNumber() 269 * Creates a mock standard number migration from the test recipes csv file. Allows testing of standard (non-custom)
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
H A D | ruby_generator.cc | 16 // contributors may be used to endorse or promote products derived from 473 file->name() + " has a dependency on a type from proto2 file " + in UsesTypeFromFile() 500 const FileDescriptor* from, in MaybeEmitDependency() 503 if (from->syntax() == FileDescriptor::SYNTAX_PROTO3 && in MaybeEmitDependency() 505 for (int i = 0; i < from->message_type_count(); i++) { in MaybeEmitDependency() 506 if (UsesTypeFromFile(from->message_type(i), import, error)) { in MaybeEmitDependency() 514 << "' from proto3 output file '" in MaybeEmitDependency() 515 << GetOutputFilename(from->name()) in MaybeEmitDependency() 517 "types from that file are being used."; in MaybeEmitDependency() 499 MaybeEmitDependency(const FileDescriptor* import, const FileDescriptor* from, io::Printer* printer, string* error) MaybeEmitDependency() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | RuleBasedTimeZone.java | 398 TimeZoneRule from = result.getFrom(); in getNextTransition() 400 if (from.getRawOffset() == to.getRawOffset() in getNextTransition() 401 && from.getDSTSavings() == to.getDSTSavings()) { in getNextTransition() 466 TimeZoneRule from = result.getFrom(); in getPreviousTransition() 468 if (from.getRawOffset() == to.getRawOffset() in getPreviousTransition() 469 && from.getDSTSavings() == to.getDSTSavings()) { in getPreviousTransition() 531 // No more transitions from this rule - skip this rule next time in complete()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | RuleBasedTimeZone.java | 376 TimeZoneRule from = result.getFrom(); in getNextTransition() 378 if (from.getRawOffset() == to.getRawOffset() in getNextTransition() 379 && from.getDSTSavings() == to.getDSTSavings()) { in getNextTransition() 442 TimeZoneRule from = result.getFrom(); in getPreviousTransition() 444 if (from.getRawOffset() == to.getRawOffset() in getPreviousTransition() 445 && from.getDSTSavings() == to.getDSTSavings()) { in getPreviousTransition() 506 // No more transitions from this rule - skip this rule next time in complete()
|
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 83 * Delete entry with *key* from *map*. 93 * For tracing programs, safely attempt to read *size* bytes from 121 * to file *\/sys/kernel/tracing/trace* from TraceFS, if 211 * Store *len* bytes from address *from* into the packet 227 static long (*bpf_skb_store_bytes)(struct __sk_buff *skb, __u32 offset, const void *from, __u32 len, __u64 flags) = (void *) 9; 235 * modified (*from*), the new value of this field (*to*), and the 239 * setting *from* and *size* to 0. For both methods, *offset* 256 static long (*bpf_l3_csum_replace)(struct __sk_buff *skb, __u32 offset, __u64 from, __u64 to, __u64 size) = (void *) 10; 264 * modified (*from*), th [all...] |
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
H A D | wrapKey_unwrapKey.https.any.js | 462 wrappedWithExpected = Array.from((new Uint8Array(wrapResult)).values()); 465 var wrappedWithGot = Array.from((new Uint8Array(wrapResult)).values()); 475 expectedDerivedBits = Array.from((new Uint8Array(result)).values()); 478 var gotDerivedBits = Array.from((new Uint8Array(result)).values()); 495 var A = Uint8Array.from([0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0, 0, 0, 0, 0, 0, 0, 0]), 533 function str2ab(str) { return Uint8Array.from( str.split(''), function(s){return s.charCodeAt(0)} ); }
|
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 111 changes?.push(`Whitespace was trimmed from "name"`) 170 // expand "bundleDependencies: true or translate from object" 174 changes?.push(`"bundleDependencies" was changed from "false" to "[]"`) 177 changes?.push(`"bundleDependencies" was auto-populated from "dependencies"`) 181 changes?.push(`"bundleDependencies" was changed from an object to an array`) 234 // strip "node_modules/.bin" from scripts entries 427 // "normalizeData" from "read-package-json", which was just a call through to 442 changes?.push('"repository" was changed from a string to an object') 473 changes?.push(`"${type}" was converted from a string into an object`) 479 changes?.push(`"${type}" was converted from a [all...] |
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 244 static int subdir_symlink(const char *from, const char *path) in subdir_symlink() argument 250 err = fuse_fs_symlink(d->next, from, newpath); in subdir_symlink() 256 static int subdir_rename(const char *from, const char *to, unsigned int flags) in subdir_rename() argument 261 int err = subdir_addpath(d, from, &newfrom); in subdir_rename() 273 static int subdir_link(const char *from, const char *to) in subdir_link() argument 278 int err = subdir_addpath(d, from, &newfrom); in subdir_link()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node.cc | 26 // Extract the inputs from the old use and input pointers and copy them in ExtractFrom() 318 if (use->from() != owner) { in OwnedBy() 328 Node* from = use->from(); in OwnedBy() local 329 if (from == owner1) { in OwnedBy() 331 } else if (from == owner2) { in OwnedBy() 452 DCHECK_EQ(edge.from(), this); in Verify()
|
H A D | scheduler.cc | 110 // Control nodes that were not control-reachable from end may float. in InitializePlacement() 126 // We only update control nodes from {kUnknown} to {kFixed}. Ideally, we in UpdatePlacement() 171 DCHECK_EQ(node, edge.from()); in UpdatePlacement() 186 void Scheduler::IncrementUnscheduledUseCount(Node* node, Node* from) { in IncrementUnscheduledUseCount() argument 200 node->op()->mnemonic(), from->id(), from->op()->mnemonic(), in IncrementUnscheduledUseCount() 205 void Scheduler::DecrementUnscheduledUseCount(Node* node, Node* from) { in DecrementUnscheduledUseCount() argument 220 node->op()->mnemonic(), from->id(), from->op()->mnemonic(), in DecrementUnscheduledUseCount() 234 // between them within a Schedule) from th 1954 MovePlannedNodes(BasicBlock* from, BasicBlock* to) MovePlannedNodes() argument [all...] |
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 8 * Deviations from posix: 65 // Callback from crunch_str to represent unprintable chars 77 char *to = buf, *from = buf+24; in crunch_qb() local 80 memcpy(from, to, 8); in crunch_qb() 83 if (strchr(TT.escmore, from[i])) *to++ = from[i]; in crunch_qb() 84 else if (-1 != (j = stridx("\\\a\b\033\f\n\r\t\v", from[i]))) in crunch_qb() 86 else to += sprintf(to, "%03o", from[i]); in crunch_qb() 178 // callback from dirtree_recurse() determining how to handle this entry. 204 // Work around kernel bug that won't let us read this "metadata" from in filter() [all...] |
/third_party/toybox/toys/posix/ |
H A D | ls.c | 8 * Deviations from posix: 66 // Callback from crunch_str to represent unprintable chars 78 char *to = buf, *from = buf+24; in crunch_qb() local 81 memcpy(from, to, 8); in crunch_qb() 84 if (strchr(TT.escmore, from[i])) *to++ = from[i]; in crunch_qb() 85 else if (-1 != (j = stridx("\\\a\b\033\f\n\r\t\v", from[i]))) in crunch_qb() 87 else to += sprintf(to, "%03o", from[i]); in crunch_qb() 179 // callback from dirtree_recurse() determining how to handle this entry. 211 // Work around kernel bug that won't let us read this "metadata" from in filter() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | genericRestParameters1.js | 155 // Repro from #25871 170 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
171 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
172 if (ar || !(i in from)) {
173 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
174 ar[i] = from[i];
177 return to.concat(ar || Array.prototype.slice.call(from));
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector.h | 137 // Creates an inlined vector with elements constructed from the provided 152 // Creates an inlined vector with elements constructed from the provided input 411 // Returns a `reverse_iterator` from the end of the inlined vector. 415 // `const_reverse_iterator` from the end of the inlined vector. 422 // Returns a `reverse_iterator` from the beginning of the inlined vector. 426 // from the beginning of the inlined vector. 433 // Returns a `const_reverse_iterator` from the end of the inlined vector. 438 // Returns a `const_reverse_iterator` from the beginning of the inlined 551 // is larger than `size()`, new elements are copied-constructed from `v`. 692 // range [`from`, `t [all...] |
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 305 void CodeMoveEvent(AbstractCode from, AbstractCode to) override {} 527 void ExternalCodeEventListener::CodeMoveEvent(AbstractCode from, in CodeMoveEvent() argument 531 static_cast<uintptr_t>(from.InstructionStart()); in CodeMoveEvent() 550 void CodeMoveEvent(AbstractCode from, AbstractCode to) override; 674 void LowLevelLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() argument 676 event.from_address = from.InstructionStart(); in CodeMoveEvent() 697 void CodeMoveEvent(AbstractCode from, AbstractCode to) override; 797 void JitLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() argument 803 from.IsCode() ? JitCodeEvent::JIT_CODE : JitCodeEvent::BYTE_CODE; in CodeMoveEvent() 804 event.code_start = reinterpret_cast<void*>(from in CodeMoveEvent() 1460 CodeMoveEvent(AbstractCode from, AbstractCode to) CodeMoveEvent() argument 1466 SharedFunctionInfoMoveEvent(Address from, Address to) SharedFunctionInfoMoveEvent() argument 1574 MoveEventInternal(LogEventsAndTags event, Address from, Address to) MoveEventInternal() argument 1776 MapEvent(const char* type, Handle<Map> from, Handle<Map> to, const char* reason, Handle<HeapObject> name_or_sfi) MapEvent() argument [all...] |
/third_party/gn/src/gn/ |
H A D | function_template.cc | 39 One thing explicitly excluded from the closure is the "current directory" 45 A template will typically forward some or all variables from the invoking 86 takes a precedence over the built-in one. All uses of the target from within 141 # Generates the list of sources, we get these from the action_foreach 163 # produce a dependency from executable to the source_set inside the 220 // exempted from unused variable checking.
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
H A D | CalculateLimits.java | 19 * used as arguments to <code>toLong</code> and <code>from</code>. 38 * This method first calculates the <code>from</code> limits by 60 // from limits in main() 85 // round-trip test the from limits in main() 86 if(UniversalTimeScale.toLong(UniversalTimeScale.from(minLong, scale), scale) != minLong) { in main() 90 if(UniversalTimeScale.toLong(UniversalTimeScale.from(maxLong, scale), scale) != maxLong) { in main() 94 // make sure that the to limits convert to the from limits in main()
|
/third_party/libsnd/Octave/ |
H A D | sndfile_load.m | 19 ## Load data from the file given by @var{filename}. 23 ## Description: Load the sound data from the given file name
|
/third_party/libunwind/libunwind/doc/ |
H A D | _U_dyn_register.tex | 26 constant time (in the absence of contention from concurrent calls to 33 from a signal handler.
|
H A D | _U_dyn_cancel.tex | 25 constant time (in the absence of contention from concurrent calls to 32 from a signal handler.
|