| /third_party/cJSON/ |
| D | cJSON_Utils.c | 262 static cJSON *get_array_item(const cJSON *array, size_t item) in get_array_item() 393 static cJSON *detach_item_from_array(cJSON *array, size_t which) in detach_item_from_array() 710 static cJSON_bool insert_item_in_array(cJSON *array, size_t which, cJSON *newitem) in insert_item_in_array() 1153 CJSON_PUBLIC(void) cJSONUtils_AddPatchToArray(cJSON * const array, const char * const operation, co… in cJSONUtils_AddPatchToArray() 1158 …onst patches, const unsigned char * const path, cJSON * const from, cJSON * const to, const cJSON_… in create_patches() 1298 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatches() 1313 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatchesCaseSensitive() 1408 static cJSON *generate_merge_patch(cJSON * const from, cJSON * const to, const cJSON_bool case_sens… in generate_merge_patch() 1490 CJSON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatch(cJSON * const from, cJSON * const to) in cJSONUtils_GenerateMergePatch() 1495 …ON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatchCaseSensitive(cJSON * const from, cJSON * const to) in cJSONUtils_GenerateMergePatchCaseSensitive()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-typed-array.cc | 49 Handle<JSTypedArray> array; in BUILTIN() local 56 int64_t to = 0; in BUILTIN() local 142 Handle<JSTypedArray> array; in BUILTIN() local 211 Handle<JSTypedArray> array; in BUILTIN() local 241 Handle<JSTypedArray> array; in BUILTIN() local 275 Handle<JSTypedArray> array; in BUILTIN() local 312 Handle<JSTypedArray> array; in BUILTIN() local
|
| D | builtins-array.cc | 61 void MatchArrayElementsKindToArguments(Isolate* isolate, Handle<JSArray> array, in MatchArrayElementsKindToArguments() 106 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in EnsureJSArrayWithWritableFastElements() local 155 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in GetLengthProperty() local 174 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in SetLengthProperty() local 224 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in TryFastArrayFill() local 380 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in BUILTIN() local 465 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in BUILTIN() local 512 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in CanUseFastArrayShift() local 534 Handle<String> to = isolate->factory()->NumberToString( in GenericArrayShift() local 607 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in BUILTIN() local [all …]
|
| D | builtins-object-gen.cc | 319 TNode<JSArray> array; in FastGetOwnValuesOrEntries() local 355 TNode<JSArray> array = AllocateJSArray(array_map, result, SmiTag(size)); in FinalizeValuesOrEntriesJSArray() local 438 TNode<JSReceiver> to = ToObject_Inline(context, target); in TF_BUILTIN() local 506 TNode<JSArray> array; in TF_BUILTIN() local 545 TNode<JSArray> array = in TF_BUILTIN() local 636 TNode<JSArray> array; in TF_BUILTIN() local 685 TNode<JSArray> array = in TF_BUILTIN() local
|
| D | builtins-regexp-gen.cc | 1583 GrowableFixedArray array(state()); in RegExpPrototypeSplitBody() local 1649 const TNode<Smi> to = match_from; in RegExpPrototypeSplitBody() local 1674 const TNode<Smi> to = CAST(LoadFixedArrayElement( in RegExpPrototypeSplitBody() local 1720 const TNode<Smi> to = string_length; in RegExpPrototypeSplitBody() local
|
| /third_party/node/deps/v8/src/strings/ |
| D | string-builder-inl.h | 49 Handle<FixedArray> array() { return array_; } in array() function 70 int to) { in AddSubjectSlice() 86 void AddSubjectSlice(int from, int to) { in AddSubjectSlice()
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-bytecode-generator.cc | 116 void RegExpBytecodeGenerator::SetRegister(int register_index, int to) { in SetRegister() 300 base::uc16 to, in CheckCharacterInRange() 309 base::uc16 to, in CheckCharacterNotInRange() 382 Handle<ByteArray> array; in GetCode() local
|
| D | regexp.cc | 343 int from, int to) { in SetAtomLastCapture() 511 Handle<FixedArray> array = isolate->factory()->NewFixedArray(len); in CreateCaptureNameMap() local
|
| /third_party/node/deps/v8/src/objects/ |
| D | fixed-array-inl.h | 78 Handle<Object> FixedArray::get(FixedArray array, int index, Isolate* isolate) { in get() 114 void FixedArray::NoWriteBarrierSet(FixedArray array, int index, Object value) { in NoWriteBarrierSet() 205 void FixedArray::FillWithHoles(int from, int to) { in FillWithHoles() 251 int BinarySearch(T* array, Name name, int valid_entries, in BinarySearch() 310 int LinearSearch(T* array, Name name, int valid_entries, in LinearSearch() 338 int Search(T* array, Name name, int valid_entries, int* out_insertion_index, in Search() 378 Handle<Object> FixedDoubleArray::get(FixedDoubleArray array, int index, in get() 428 void FixedDoubleArray::FillWithHoles(int from, int to) { in FillWithHoles() 449 Handle<WeakFixedArray> array, in EnsureSpace()
|
| D | transitions.cc | 142 TransitionArray array = GetTransitionArray(isolate, map); in Insert() local 188 TransitionArray array = GetTransitionArray(isolate, map); in Insert() local 335 WeakFixedArray array) { in CompactPrototypeTransitionArray() 368 Handle<WeakFixedArray> array, int new_capacity, Isolate* isolate) { in GrowPrototypeTransitionArray() 766 Map to, Symbol* out_symbol, PropertyAttributes* out_integrity_level) { in HasIntegrityLevelTransitionTo()
|
| D | elements.cc | 218 FixedArray to = FixedArray::cast(to_base); in CopyObjectToObjectElements() local 250 FixedArray to = FixedArray::cast(to_base); in CopyDictionaryToObjectElements() local 298 Handle<FixedArray> to(FixedArray::cast(to_base), isolate); in CopyDoubleToObjectElements() local 332 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopyDoubleToDoubleElements() local 367 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopySmiToDoubleElements() local 403 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopyPackedSmiToDoubleElements() local 428 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopyObjectToDoubleElements() local 455 FixedDoubleArray to = FixedDoubleArray::cast(to_base); in CopyDictionaryToDoubleElements() local 716 Maybe<bool> SetLength(Handle<JSArray> array, uint32_t length) final { in SetLength() 722 static Maybe<bool> SetLengthImpl(Isolate* isolate, Handle<JSArray> array, in SetLengthImpl() [all …]
|
| D | objects.cc | 1025 Handle<JSArray> array = Handle<JSArray>::cast(object); in CreateListFromArrayLikeFastPath() local 1035 Handle<JSTypedArray> array = Handle<JSTypedArray>::cast(object); in CreateListFromArrayLikeFastPath() local 1769 JSArray array = JSArray::cast(*this); in IterationHasObservableEffects() local 2904 Handle<JSArray> array = Handle<JSArray>::cast(receiver); in AddDataProperty() local 2976 Handle<typename T::Array> array, in AppendUniqueCallbacks() 3014 Handle<FixedArray> array, in AppendUnique() 3988 Handle<FixedArray> array, int index, in SetAndGrow() 4006 Handle<FixedArray> array, in ShrinkOrEmpty() 4035 Handle<ArrayList> ArrayList::Add(Isolate* isolate, Handle<ArrayList> array, in Add() 4051 Handle<ArrayList> ArrayList::Add(Isolate* isolate, Handle<ArrayList> array, in Add() [all …]
|
| D | string.cc | 123 StringClass to) { in MigrateExternalStringResource() 667 bool AreDigits(const uint8_t* s, int from, int to) { in AreDigits() 675 int ParseDecimalInteger(const uint8_t* s, int from, int to) { in ParseDecimalInteger() 993 Handle<FixedArray> array = in CalculateLineEnds() local
|
| /third_party/node/lib/internal/process/ |
| D | per_thread.js | 295 function isAccepted(to) { argument 325 constructor(array) { argument
|
| /third_party/node/deps/v8/src/profiler/ |
| D | heap-snapshot-generator.cc | 193 HeapEntry* to) in HeapGraphEdge() 206 HeapEntry* to) in HeapGraphEdge() 511 bool HeapObjectsMap::MoveObject(Address from, Address to, int object_size) { in MoveObject() 1639 FixedArray array) { in ExtractFixedArrayReferences() 1708 DescriptorArray array) { in ExtractDescriptorArrayReferences() 1729 HeapEntry* entry, T array) { in ExtractWeakArrayReferences() 2378 Node* to; member 2414 void AddEdge(Node* from, Node* to, const char* name) final { in AddEdge() 2579 HeapEntry* to = EntryForEmbedderGraphNode(edge.to); in IterateAndExtractReferences() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| D | CollectionUtilities.java | 43 public static <T> String join(T[] array, String separator) { in join() 81 int from = 0, to = 1; in asMap() local
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| D | CollectionUtilities.java | 40 public static <T> String join(T[] array, String separator) { in join() 78 int from = 0, to = 1; in asMap() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | SymbolTable.h | 173 virtual void setConstArray(const TConstUnionArray& array) { constArray = array; } in setConstArray() 476 void retargetSymbol(const TString& from, const TString& to) { in retargetSymbol() 804 void retargetSymbol(const TString& from, const TString& to) { in retargetSymbol()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-test.cc | 1271 auto array = JSArray::cast(args[0]); in RUNTIME_FUNCTION() local 1574 void CodeMoveEvent(AbstractCode from, AbstractCode to) final {} in RUNTIME_FUNCTION() 1575 void SharedFunctionInfoMoveEvent(Address from, Address to) final {} in RUNTIME_FUNCTION() 1576 void NativeContextMoveEvent(Address from, Address to) final {} in RUNTIME_FUNCTION()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | graph-assembler.cc | 333 TNode<Number> to) { in StringSubstring() 369 ElementsKind kind, const FeedbackSource& feedback, TNode<JSArray> array, in MaybeGrowFastElements()
|
| D | wasm-compiler.cc | 384 Node* LoadFixedArrayElement(Node* array, int index, MachineType type) { in LoadFixedArrayElement() 390 Node* LoadFixedArrayElementSmi(Node* array, int index) { in LoadFixedArrayElementSmi() 394 Node* LoadFixedArrayElementPtr(Node* array, int index) { in LoadFixedArrayElementPtr() 398 Node* LoadFixedArrayElementAny(Node* array, int index) { in LoadFixedArrayElementAny() 402 Node* StoreFixedArrayElement(Node* array, int index, Node* value, in StoreFixedArrayElement() 409 Node* StoreFixedArrayElementSmi(Node* array, int index, Node* value) { in StoreFixedArrayElementSmi() 415 Node* StoreFixedArrayElementAny(Node* array, int index, Node* value) { in StoreFixedArrayElementAny() 488 Node* LoadWasmArrayLength(Node* array) { in LoadWasmArrayLength() 3545 void WasmGraphBuilder::NewInstanceCacheMerge(WasmInstanceCacheNodes* to, in NewInstanceCacheMerge() 3559 void WasmGraphBuilder::MergeInstanceCacheInto(WasmInstanceCacheNodes* to, in MergeInstanceCacheInto() [all …]
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| D | zic.c | 135 # define link(from, to) (-1) argument 138 # define symlink(from, to) (-1) argument 549 emit_icu_link(FILE* f, const char* from, const char* to) { in emit_icu_link() 2915 register char ** array; in getfields() local
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| D | zic.c | 136 # define link(from, to) (-1) argument 139 # define symlink(from, to) (-1) argument 550 emit_icu_link(FILE* f, const char* from, const char* to) { in emit_icu_link() 2916 register char ** array; in getfields() local
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug.cc | 63 void MoveEvent(Address from, Address to, int) override { in MoveEvent() 623 Handle<FixedArray> array(FixedArray::cast(*break_points), isolate_); in IsBreakOnInstrumentation() local 1036 Handle<FixedArray> array(FixedArray::cast(*break_points), isolate_); in GetHitBreakPoints() local 2096 Handle<WeakArrayList> array = in GetLoadedScripts() local 2675 Handle<FixedArray> array(isolate_->native_context()->regexp_last_match_info(), in StartSideEffectCheckMode() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| D | register-allocator.cc | 139 LiveRangeBoundArray* array = &bounds_[operand_index]; in ArrayFor() local 1365 const InstructionOperand& from, const InstructionOperand& to) { in AddGapMove() 2288 InstructionOperand& to = cur->destination(); in ProcessInstructions() local 2393 InstructionOperand& to = move->destination(); in ProcessPhis() local 2436 InstructionOperand& to = move->destination(); in ProcessPhis() local 4889 LiveRangeBoundArray* array = finder.ArrayFor(vreg); in ResolveControlFlow() local 5103 TopLevelLiveRange* range, LiveRangeBoundArray* array, Zone* temp_zone) { in CommitSpillsInDeferredBlocks()
|