| /third_party/cJSON/ |
| D | cJSON_Utils.c | 66 static unsigned char* cJSONUtils_strdup(const unsigned char* const string) in cJSONUtils_strdup() 157 static size_t pointer_encoded_length(const unsigned char *string) in pointer_encoded_length() 198 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * c… in cJSONUtils_FindPointerFromObjectTo() 301 static cJSON *get_item_from_pointer(cJSON * const object, const char * pointer, const cJSON_bool ca… in get_item_from_pointer() 348 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON * const object, const char *pointer) in cJSONUtils_GetPointer() 353 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON * const object, const char *pointer) in cJSONUtils_GetPointerCaseSensitive() 359 static void decode_pointer_inplace(unsigned char *string) in decode_pointer_inplace() 430 static cJSON *detach_path(cJSON *object, const unsigned char *path, const cJSON_bool case_sensitive) in detach_path() 595 static void sort_object(cJSON * const object, const cJSON_bool case_sensitive) in sort_object() 747 static cJSON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_s… in get_object_item() [all …]
|
| /third_party/skia/third_party/externals/tint/src/ |
| D | clone_context.cc | 29 CloneContext::CloneContext(ProgramBuilder* to, in CloneContext() 37 from->Symbols().Foreach([&](Symbol s, const std::string&) { Clone(s); }); in CloneContext() 72 const tint::Cloneable* CloneContext::CloneCloneable(const Cloneable* object) { in CloneCloneable()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-regexp-gen.cc | 223 TNode<RegExpMatchInfo> match_info, TNode<String> string, in ConstructNewResultFromMatchInfo() 434 TNode<Context> context, TNode<JSRegExp> regexp, TNode<String> string, in RegExpExecInternal() 777 TNode<Context> context, TNode<Object> object, TNode<Map> map) { in IsFastRegExpNoPrototype() 807 TNode<Context> context, TNode<Object> object) { in IsFastRegExpNoPrototype() 813 TNode<Context> context, TNode<HeapObject> object, TNode<Map> map, in BranchIfFastRegExp() 863 TNode<Context> context, TNode<HeapObject> object, Label* if_isunmodified, in BranchIfFastRegExpForSearch() 875 TNode<Context> context, TNode<HeapObject> object, Label* if_isunmodified, in BranchIfFastRegExpForMatch() 887 TNode<Context> context, TNode<HeapObject> object, Label* if_isunmodified, in BranchIfFastRegExp_Strict() 895 TNode<Context> context, TNode<HeapObject> object, Label* if_isunmodified, in BranchIfFastRegExp_Permissive() 903 const TNode<Object> object, in BranchIfRegExpResult() [all …]
|
| D | builtins-string-gen.cc | 23 TNode<String> string, TNode<Word32T> string_instance_type) { in DirectStringData() 457 TNode<String> string, TNode<Int32T> instance_type, Label* can_deref, in BranchIfCanDerefIndirectString() 529 TNode<String> string, TNode<Int32T> instance_type, Label* cannot_deref) { in DerefIndirectString() 548 auto string = Parameter<String>(Descriptor::kString); in TF_BUILTIN() local 550 auto to = Parameter<Smi>(Descriptor::kTo); in TF_BUILTIN() local 877 const TNode<Context> context, const TNode<Object> object, in MaybeCallFunctionAtSymbol() 941 const TNode<Context> context, const TNode<String> string) { in IndexOfDollarChar() 1430 auto string = Parameter<String>(Descriptor::kString); in TF_BUILTIN() local 1432 auto to = UncheckedParameter<IntPtrT>(Descriptor::kTo); in TF_BUILTIN() local 1442 TNode<String> string, TNode<IntPtrT> length, TNode<IntPtrT> index, in LoadSurrogatePairAt() [all …]
|
| D | builtins-object-gen.cc | 91 TNode<String> string) { in ReturnToStringFormat() 178 TNode<JSObject> object = CAST(receiver); in GetOwnValuesOrEntries() local 225 TNode<Context> context, TNode<JSObject> object, in FastGetOwnValuesOrEntries() 360 auto object = Parameter<Object>(Descriptor::kReceiver); in TF_BUILTIN() local 438 TNode<JSReceiver> to = ToObject_Inline(context, target); in TF_BUILTIN() local 463 auto object = Parameter<Object>(Descriptor::kObject); in TF_BUILTIN() local 564 auto object = Parameter<Object>(Descriptor::kObject); in TF_BUILTIN() local 583 auto object = Parameter<Object>(Descriptor::kObject); in TF_BUILTIN() local 692 auto object = UncheckedParameter<JSObject>(Descriptor::kObject); in TF_BUILTIN() local 698 auto object = UncheckedParameter<JSObject>(Descriptor::kObject); in TF_BUILTIN() local [all …]
|
| D | builtins-array.cc | 534 Handle<String> to = isolate->factory()->NumberToString( in GenericArrayShift() local 915 void CollectElementIndices(Isolate* isolate, Handle<JSObject> object, in CollectElementIndices() 1016 Handle<String> string(String::cast(js_value->value()), isolate); in CollectElementIndices() local 1425 Handle<JSReceiver> object = Handle<JSReceiver>::cast(obj); in Slow_ArrayConcat() local 1567 inline bool IsFastArray(Handle<JSReceiver> object) { in IsFastArray()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | graph-assembler.cc | 92 TNode<HeapObject> JSGraphAssembler::HeapConstant(Handle<HeapObject> object) { in HeapConstant() 221 Node* JSGraphAssembler::LoadField(FieldAccess const& access, Node* object) { in LoadField() 227 Node* JSGraphAssembler::LoadElement(ElementAccess const& access, Node* object, in LoadElement() 234 Node* JSGraphAssembler::StoreField(FieldAccess const& access, Node* object, in StoreField() 255 TNode<Map> GraphAssembler::LoadMap(Node* object) { in LoadMap() 265 Node* JSGraphAssembler::StoreElement(ElementAccess const& access, Node* object, in StoreElement() 273 TNode<HeapObject> object, in TransitionAndStoreElement() 281 TNode<Number> JSGraphAssembler::StringLength(TNode<String> string) { in StringLength() 331 TNode<String> JSGraphAssembler::StringSubstring(TNode<String> string, in StringSubstring() 333 TNode<Number> to) { in StringSubstring() [all …]
|
| D | js-call-reducer.cc | 1195 TNode<Number> to = NumberMax(finalStart, finalEnd); in ReduceStringPrototypeSubstring() local 1320 TNode<Smi> to = TypeGuardUnsignedSmall(to_untyped); in ReduceStringPrototypeSlice() local 1718 TNode<Number> k, TNode<Number> to, in FilterLoopLazyFrameState() 1736 const FilterFrameStateParams& params, TNode<Number> k, TNode<Number> to, in FilterLoopEagerPostCallbackFrameState() 1759 TNode<Number> k, TNode<Number> to) { in FilterLoopEagerFrameState() 2871 Node* object = n.ArgumentOrUndefined(0, jsgraph()); in ReduceFunctionPrototypeHasInstance() local 2894 Reduction JSCallReducer::ReduceObjectGetPrototype(Node* node, Node* object) { in ReduceObjectGetPrototype() 2931 Node* object = n.ArgumentOrUndefined(0, jsgraph()); in ReduceObjectGetPrototypeOf() local 2999 Node* object = n.receiver(); in ReduceObjectPrototypeHasOwnProperty() local 5408 Node* to = effect = graph()->NewNode( in ReduceStringPrototypeSubstr() local [all …]
|
| D | effect-control-linearizer.cc | 363 BlockEffectControlData& For(BasicBlock* from, BasicBlock* to) { in For() 3179 Node* object = node->InputAt(0); in LowerObjectIsFiniteNumber() local 3212 Node* object = node->InputAt(0); in LowerObjectIsInteger() local 3255 Node* object = node->InputAt(0); in LowerObjectIsSafeInteger() local 3819 Node* string = node->InputAt(0); in LowerStringToNumber() local 4293 Node* string = node->InputAt(0); in LowerStringFromCodePointAt() local 4731 Node* object = node->InputAt(0); in LowerEnsureWritableFastElements() local 4766 Node* object = node->InputAt(0); in LowerMaybeGrowFastElements() local 4807 Node* object = node->InputAt(0); in LowerTransitionElementsKind() local 4855 Node* object = node->InputAt(1); in LowerStoreMessage() local [all …]
|
| /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() 771 void V8HeapExplorer::ExtractLocation(HeapEntry* entry, HeapObject object) { in ExtractLocation() 801 HeapEntry* V8HeapExplorer::AddEntry(HeapObject object) { in AddEntry() 825 String string = String::cast(object); in AddEntry() local 861 HeapEntry* V8HeapExplorer::AddEntry(HeapObject object, HeapEntry::Type type, in AddEntry() 885 const char* V8HeapExplorer::GetSystemEntryName(HeapObject object) { in GetSystemEntryName() 928 HeapEntry::Type V8HeapExplorer::GetSystemEntryType(HeapObject object) { in GetSystemEntryType() 990 void VisitMapPointer(HeapObject object) override { in VisitMapPointer() [all …]
|
| /third_party/node/deps/v8/src/objects/ |
| 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 654 void Reconfigure(Handle<JSObject> object, Handle<FixedArrayBase> store, in Reconfigure() 660 static void ReconfigureImpl(Handle<JSObject> object, in ReconfigureImpl() [all …]
|
| D | lookup.cc | 349 ElementsKind to = value->OptimalElementsKind(isolate_); in PrepareForDataProperty() local 711 Handle<JSObject> object = Handle<JSObject>::cast(holder); in Delete() local 1084 Handle<JSObject> object = Handle<JSObject>::cast(holder); in WriteDataValue() local 1545 String string, size_t index) { in TryGetOwnChar()
|
| D | objects.cc | 221 Handle<Object> Object::NewStorageFor(Isolate* isolate, Handle<Object> object, in NewStorageFor() 238 Handle<Object> Object::WrapForRead(IsolateT* isolate, Handle<Object> object, in WrapForRead() 256 Handle<Object> object, in ToObjectImpl() 291 Handle<Object> object) { in ConvertReceiver() 428 bool IsErrorObject(Isolate* isolate, Handle<Object> object) { in IsErrorObject() 436 Handle<String> AsStringOrEmpty(Isolate* isolate, Handle<Object> object) { in AsStringOrEmpty() 873 Handle<String> Object::TypeOf(Isolate* isolate, Handle<Object> object) { in TypeOf() 918 Handle<Object> object) { in OrdinaryHasInstance() 959 MaybeHandle<Object> Object::InstanceOf(Isolate* isolate, Handle<Object> object, in InstanceOf() 1022 Isolate* isolate, Handle<Object> object, ElementTypes element_types) { in CreateListFromArrayLikeFastPath() [all …]
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-test.cc | 134 Handle<String> string = args.at<String>(0); in RUNTIME_FUNCTION() local 1026 Object object = maybe_object.GetHeapObjectOrSmi(); in DebugPrintImpl() local 1061 Object object = maybe_object.GetHeapObjectOrSmi(); in RUNTIME_FUNCTION() local 1103 Handle<HeapObject> object = args.at<HeapObject>(0); in RUNTIME_FUNCTION() local 1124 auto string = String::cast(args[0]); in RUNTIME_FUNCTION() local 1292 JSObject object = JSObject::cast(arg); in RUNTIME_FUNCTION() local 1498 Handle<Object> object = args.at(0); in RUNTIME_FUNCTION() local 1528 Handle<JSObject> object = args.at<JSObject>(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() [all …]
|
| D | runtime-regexp.cc | 362 int to = part.data; in Compile() local 396 int to = match[capture * 2 + 1]; in Apply() local 1349 Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> string, in RegExpReplace() 1616 Handle<Object> object, in ToUint32() 1647 Handle<String> string = args.at<String>(1); in RUNTIME_FUNCTION() local 1801 Handle<String> string = args.at<String>(1); in RUNTIME_FUNCTION() local
|
| /third_party/node/deps/v8/src/logging/ |
| D | log.cc | 305 void CodeMoveEvent(AbstractCode from, AbstractCode to) override {} in CodeMoveEvent() 528 AbstractCode to) { in CodeMoveEvent() 674 void LowLevelLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() 797 void JitLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() 1172 void Logger::DeleteEvent(const char* name, void* object) { in DeleteEvent() 1302 std::string string = stream.str(); in LogCodeDisassemble() local 1460 void Logger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() 1466 void Logger::SharedFunctionInfoMoveEvent(Address from, Address to) { in SharedFunctionInfoMoveEvent() 1575 Address to) { in MoveEventInternal() 1776 void Logger::MapEvent(const char* type, Handle<Map> from, Handle<Map> to, in MapEvent() [all …]
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 521 size_t SnapshotCreator::AddData(i::Address object) { in AddData() 541 size_t SnapshotCreator::AddData(Local<Context> context, i::Address object) { in AddData() 831 void MoveTracedReference(internal::Address** from, internal::Address** to) { in MoveTracedReference() 836 internal::Address** to) { in CopyTracedReference() 864 void MoveGlobalReference(internal::Address** from, internal::Address** to) { in MoveGlobalReference() 892 i::Object object = *Utils::OpenHandle(value); in Eternalize() local 3268 i::Handle<i::String> string = Utils::OpenHandle(*json_string); in Parse() local 3284 i::Handle<i::Object> object = Utils::OpenHandle(*json_object); in Stringify() local 3303 Local<Object> object) { in WriteHostObject() 3374 i::Handle<i::Object> object = Utils::OpenHandle(*value); in WriteValue() local [all …]
|
| /third_party/node/deps/v8/src/d8/ |
| D | d8.cc | 346 Local<v8::Object> object, in TryGetValue() 354 Local<v8::Object> object, const char* property) { in GetValue() 359 Local<Object> object) { in GetWorkerFromInternalField() 411 v8::Isolate* isolate, Local<Context> context, Local<v8::Object> object, in UpdateIncludedCategoriesList() 1692 Local<Object> object = args[0].As<Object>(); in PerformanceMeasureMemory() local 1729 Local<Object> object = in RealmOwner() local 2408 Local<Object> object = args[index].As<Object>(); in ReadCodeTypeAndArguments() local 2731 String::Utf8Value string(args.GetIsolate(), args[1]); in Fuzzilli() local 3765 void Send(const v8_inspector::StringView& string) { in Send() 4950 void AppendBackingStoresTo(std::vector<std::shared_ptr<BackingStore>>* to) { in AppendBackingStoresTo()
|
| /third_party/node/tools/lint-md/ |
| D | lint-md.mjs | 7028 const string = { variable 7065 string: string, property 7080 string: create(string$1), property 9572 function escapeStringRegexp(string) { argument 10936 const string = { variable 21539 function repeat(string, count) { argument 21610 function padStart(string, max) { argument 21830 function isNull(object) { argument 21858 function isBoolean(object) { argument 21867 lowercase: function (object) { return object ? 'true' : 'false'; }, argument [all …]
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 860 …// Accessibility modifiers and 'readonly' can be attached to a parameter in a constructor to make … enumerator 5943 export type BaseType = ObjectType | IntersectionType | TypeVariable; // Also `any` and `object` enumerator 9446 readonly autoImportFileExcludePatterns?: string[]; enumerator
|
| D | checker.ts | 441 ….fail("Cannot get symbols of a synthetic parameter that cannot be resolved to a parse-tree node."); enumerator 836 const stringType = createIntrinsicType(TypeFlags.String, "string"); enumerator 858 const nonPrimitiveType = createIntrinsicType(TypeFlags.NonPrimitive, "object"); enumerator 975 /** Key is "/path/to/a.ts|/path/to/b.ts". */ enumerator 2326 …ge = meaning === SymbolFlags.Namespace || nameArg && typeof nameArg !== "string" && nodeIsSynthesi… enumerator 2581 …return name === "any" || name === "string" || name === "number" || name === "boolean" || name === … enumerator 2883 …return typeof file.externalModuleIndicator !== "object" && !resolveExportByName(moduleSymbol, esca… enumerator
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.cpp | 228 TIntermTyped* object = lhsAsAggregate->getSequence()[0]->getAsTyped(); in lValueErrorCheck() local 279 …const auto makeLoad = [&](TIntermSymbol* rhsTmp, TIntermTyped* object, TIntermTyped* coord, const … in handleLvalue() 292 const auto makeStore = [&](TIntermTyped* object, TIntermTyped* coord, TIntermSymbol* rhsTmp) { in handleLvalue() 375 TIntermTyped* object = lhsAsAggregate->getSequence()[0]->getAsTyped(); in handleLvalue() local 649 TIntermTyped* HlslParseContext::handleVariable(const TSourceLoc& loc, const TString* string) in handleVariable() 7578 … const auto convertible = [&](const TType& from, const TType& to, TOperator op, int arg) -> bool { in findFunction()
|
| /third_party/typescript/lib/ |
| D | tsc.js | 864 function append(to, value) { argument 888 function addRange(to, from, start, end) { argument 1222 function clone(object) { argument 5330 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 5352 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 5366 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 11360 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 11372 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 11387 function insertStatementsAfterStandardPrologue(to, from) { argument 11391 function insertStatementsAfterCustomPrologue(to, from) { argument [all …]
|
| D | typingsInstaller.js | 972 function append(to, value) { argument 1000 function addRange(to, from, start, end) { argument 1405 function clone(object) { argument 8184 function getPathComponentsRelativeTo(from, to, stringEqualityComparer, getCanonicalFileName) { argument 8206 function getRelativePathFromDirectory(fromDirectory, to, getCanonicalFileNameOrIgnoreCase) { argument 8220 function getRelativePathFromFile(from, to, getCanonicalFileName) { argument 14868 function insertStatementsAfterPrologue(to, from, isPrologueDirective) { argument 14881 function insertStatementAfterPrologue(to, statement, isPrologueDirective) { argument 14900 function insertStatementsAfterStandardPrologue(to, from) { argument 14904 function insertStatementsAfterCustomPrologue(to, from) { argument [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 13964 typedef basic_string<char> string; typedef 62093 StringReadBarrier(JSString* string) in StringReadBarrier() 81855 static nsIAtom* object; member in nsGkAtoms 82376 static nsIAtom* string; member in nsGkAtoms 82825 static nsIAtom* to; member in nsGkAtoms 99796 const char* string; member 100346 JS::HandleObject object() const { in object() function in js::WrappedPtrOperations 100418 JS::MutableHandleObject object() { in object() function in js::MutableWrappedPtrOperations 124439 JSObject* unwrap(Object& object) { return unwrapAny(object); } in unwrap() 151558 const char * volatile string; member in js::ProfileEntry [all …]
|