| /third_party/python/Tools/c-analyzer/ |
| D | TODO | 11 Objects/obmalloc.c:_PyMem static PyMemAllocatorEx _PyMem 12 Objects/obmalloc.c:_PyMem_Debug static struct { debug_alloc_api_t … 13 Objects/obmalloc.c:_PyMem_Raw static PyMemAllocatorEx _PyMem_Raw 14 Objects/obmalloc.c:_PyObject static PyMemAllocatorEx _PyObject 15 Objects/obmalloc.c:_PyObject_Arena static PyObjectArenaAllocator _PyO… 16 Objects/obmalloc.c:_Py_tracemalloc_config struct _PyTraceMalloc_Config _Py_t… 17 Objects/obmalloc.c:arenas static struct arena_object* arenas 18 Objects/obmalloc.c:maxarenas static uint maxarenas 19 Objects/obmalloc.c:narenas_currently_allocated static size_t narenas_currently_al… 20 Objects/obmalloc.c:narenas_highwater static size_t narenas_highwater [all …]
|
| /third_party/python/Tools/c-analyzer/cpython/ |
| D | globals-to-fix.tsv | 7 # global objects to fix in core code 12 Objects/boolobject.c - PyBool_Type - 13 Objects/bytearrayobject.c - PyByteArrayIter_Type - 14 Objects/bytearrayobject.c - PyByteArray_Type - 15 Objects/bytesobject.c - PyBytesIter_Type - 16 Objects/bytesobject.c - PyBytes_Type - 17 Objects/capsule.c - PyCapsule_Type - 18 Objects/cellobject.c - PyCell_Type - 19 Objects/classobject.c - PyInstanceMethod_Type - 20 Objects/classobject.c - PyMethod_Type - [all …]
|
| D | ignored.tsv | 388 Objects/exceptions.c ImportError_init kwlist - 389 Objects/interpreteridobject.c interpid_new kwlist - 390 Objects/weakrefobject.c weakref_call kwlist - 391 Objects/exceptions.c NameError_init kwlist - 392 Objects/exceptions.c AttributeError_init kwlist - 747 Objects/bytearrayobject.c - bytearray_methods - 748 Objects/bytearrayobject.c - bytearrayiter_methods - 749 Objects/bytesobject.c - bytes_methods - 750 Objects/bytesobject.c - striter_methods - 751 Objects/classobject.c - method_methods - [all …]
|
| /third_party/jerryscript/jerry-core/ |
| D | BUILD.gn | 46 "ecma/builtin-objects/ecma-builtin-array-iterator-prototype.c", 47 "ecma/builtin-objects/ecma-builtin-array-prototype-unscopables.c", 48 "ecma/builtin-objects/ecma-builtin-array-prototype.c", 49 "ecma/builtin-objects/ecma-builtin-array.c", 50 "ecma/builtin-objects/ecma-builtin-arraybuffer-prototype.c", 51 "ecma/builtin-objects/ecma-builtin-arraybuffer.c", 52 "ecma/builtin-objects/ecma-builtin-boolean-prototype.c", 53 "ecma/builtin-objects/ecma-builtin-boolean.c", 54 "ecma/builtin-objects/ecma-builtin-dataview-prototype.c", 55 "ecma/builtin-objects/ecma-builtin-dataview.c", [all …]
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | SlabAllocatorTests.cpp | 45 // Allocate multiple objects and check their data is correct. 51 std::vector<Foo*> objects; in TEST() local 54 EXPECT_TRUE(std::find(objects.begin(), objects.end(), ptr) == objects.end()); in TEST() 55 objects.push_back(ptr); in TEST() 60 EXPECT_EQ(objects[i]->value, i); in TEST() 63 EXPECT_TRUE(IsPtrAligned(objects[i], alignof(Foo))); in TEST() 66 // Deallocate all of the objects. in TEST() 67 for (Foo* object : objects) { in TEST() 76 std::vector<AlignedFoo*> objects; in TEST() local 79 EXPECT_TRUE(std::find(objects.begin(), objects.end(), ptr) == objects.end()); in TEST() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | conditionalEqualityOnLiteralObjects.errors.txt | 1 …839: This condition will always return 'false' since JavaScript compares objects by reference, not… 2 …839: This condition will always return 'false' since JavaScript compares objects by reference, not… 3 …839: This condition will always return 'false' since JavaScript compares objects by reference, not… 4 …839: This condition will always return 'false' since JavaScript compares objects by reference, not… 5 …839: This condition will always return 'false' since JavaScript compares objects by reference, not… 6 …839: This condition will always return 'false' since JavaScript compares objects by reference, not… 7 …2839: This condition will always return 'true' since JavaScript compares objects by reference, not… 8 …2839: This condition will always return 'true' since JavaScript compares objects by reference, not… 9 …2839: This condition will always return 'true' since JavaScript compares objects by reference, not… 10 …2839: This condition will always return 'true' since JavaScript compares objects by reference, not… [all …]
|
| D | objectRest2.types | 3 declare function connectionFromArray(objects: number, args: any): {}; 4 >connectionFromArray : (objects: number, args: any) => {} 5 >objects : number 13 …ntext, args) => { const { objects } = await { objects: 12 }; return { ...connec… 17 …ntext, args) => { const { objects } = await { objects: 12 }; return { ...connec… 21 const { objects } = await { objects: 12 }; 22 >objects : number 23 >await { objects: 12 } : { objects: number; } 24 >{ objects: 12 } : { objects: number; } 25 >objects : number [all …]
|
| D | jsDeclarationsReferenceToClassInstanceCrossFile.types | 19 console.log("Objects", render.objects); 20 >console.log("Objects", render.objects) : void 24 >"Objects" : "Objects" 25 >render.objects : import("tests/cases/conformance/jsdoc/declarations/rectangle").Rectangle[] 27 >objects : import("tests/cases/conformance/jsdoc/declarations/rectangle").Rectangle[] 66 this.objects = []; 67 >this.objects = [] : undefined[] 68 >this.objects : Rectangle[] 70 >objects : Rectangle[] 86 this.objects.push(obj); [all …]
|
| D | objectRest2.symbols | 3 declare function connectionFromArray(objects: number, args: any): {}; 5 >objects : Symbol(objects, Decl(objectRest2.ts, 1, 37)) 18 const { objects } = await { objects: 12 }; 19 >objects : Symbol(objects, Decl(objectRest2.ts, 5, 15)) 20 >objects : Symbol(objects, Decl(objectRest2.ts, 5, 35)) 23 ...connectionFromArray(objects, args) 25 >objects : Symbol(objects, Decl(objectRest2.ts, 5, 15))
|
| D | jsDeclarationsReferenceToClassInstanceCrossFile.symbols | 16 console.log("Objects", render.objects); 20 >render.objects : Symbol(Render.objects, Decl(index.js, 3, 19)) 22 >objects : Symbol(Render.objects, Decl(index.js, 3, 19)) 56 this.objects = []; 57 >this.objects : Symbol(Render.objects, Decl(index.js, 3, 19)) 59 >objects : Symbol(Render.objects, Decl(index.js, 3, 19)) 73 this.objects.push(obj); 74 >this.objects.push : Symbol(Array.push, Decl(lib.es5.d.ts, --, --)) 75 >this.objects : Symbol(Render.objects, Decl(index.js, 3, 19)) 77 >objects : Symbol(Render.objects, Decl(index.js, 3, 19))
|
| /third_party/jerryscript/ |
| D | BUILD.gn | 131 "jerry-core/ecma/builtin-objects/ecma-builtin-array-iterator-prototype.c", 132 "jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype-unscopables.c", 133 "jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.c", 134 "jerry-core/ecma/builtin-objects/ecma-builtin-array.c", 135 "jerry-core/ecma/builtin-objects/ecma-builtin-arraybuffer-prototype.c", 136 "jerry-core/ecma/builtin-objects/ecma-builtin-arraybuffer.c", 137 "jerry-core/ecma/builtin-objects/ecma-builtin-boolean-prototype.c", 138 "jerry-core/ecma/builtin-objects/ecma-builtin-boolean.c", 139 "jerry-core/ecma/builtin-objects/ecma-builtin-dataview-prototype.c", 140 "jerry-core/ecma/builtin-objects/ecma-builtin-dataview.c", [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-identifiers-as-prop-names/ |
| D | arkts-identifiers-as-prop-names-11-error.json | 4 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 11 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 25 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 32 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 39 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 46 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 60 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 67 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 74 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… 81 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… [all …]
|
| /third_party/python/Doc/library/ |
| D | gc.rst | 14 and set debugging options. It also provides access to unreachable objects that 20 ``gc.DEBUG_SAVEALL``, causing garbage-collected objects to be saved in 46 unreachable objects found is returned. 71 Returns a list of all objects tracked by the collector, excluding the list 72 returned. If *generation* is not None, return only the objects tracked by 89 * ``collected`` is the total number of objects collected inside this 92 * ``uncollectable`` is the total number of objects which were found 104 The GC classifies objects into three generations depending on how many 105 collection sweeps they have survived. New objects are placed in the youngest 108 generation, objects in that generation remain there after a collection. In [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | MachineFrameInfo.h | 81 /// of abstract objects on the stack frame. 84 /// objects requested clients. These identifiers are negative integers for 85 /// fixed stack objects (such as arguments passed on the stack) or nonnegative 86 /// for objects that may be reordered. Instructions which refer to stack 87 /// objects use a special MO_FrameIndex operand to represent these frame 95 /// variable sized stack objects, it is safe to decide whether there will be 96 /// any variable sized objects before all stack objects are known (for 98 /// objects). 137 // default, fixed objects are immutable unless marked otherwise. 141 // cannot alias any other memory objects. [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/test/fuzzing/ |
| D | hb-repacker-fuzzer.cc | 22 * number of objects: 2 bytes 23 * objects[number of objects]: 45 void cleanup (hb_object_t* objects, uint16_t num_objects) in cleanup() argument 49 free (objects[i].head); in cleanup() 50 free (objects[i].real_links); in cleanup() 54 void add_links_to_objects (hb_object_t* objects, uint16_t num_objects, in add_links_to_objects() argument 67 objects[i].num_real_links = link_count[i]; in add_links_to_objects() 68 objects[i].real_links = (hb_link_t*) calloc (link_count[i], sizeof (hb_link_t)); in add_links_to_objects() 69 objects[i].num_virtual_links = 0; in add_links_to_objects() 70 objects[i].virtual_links = nullptr; in add_links_to_objects() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| D | MacroProps.java | 6 import java.util.Objects; 90 return Objects.hash(notation, in hashCode() 120 return Objects.equals(notation, other.notation) in equals() 121 && Objects.equals(unit, other.unit) in equals() 122 && Objects.equals(perUnit, other.perUnit) in equals() 123 && Objects.equals(precision, other.precision) in equals() 124 && Objects.equals(roundingMode, other.roundingMode) in equals() 125 && Objects.equals(grouping, other.grouping) in equals() 126 && Objects.equals(padder, other.padder) in equals() 127 && Objects.equals(integerWidth, other.integerWidth) in equals() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| D | MacroProps.java | 7 import java.util.Objects; 85 return Objects.hash(notation, in hashCode() 112 return Objects.equals(notation, other.notation) in equals() 113 && Objects.equals(unit, other.unit) in equals() 114 && Objects.equals(perUnit, other.perUnit) in equals() 115 && Objects.equals(precision, other.precision) in equals() 116 && Objects.equals(roundingMode, other.roundingMode) in equals() 117 && Objects.equals(grouping, other.grouping) in equals() 118 && Objects.equals(padder, other.padder) in equals() 119 && Objects.equals(integerWidth, other.integerWidth) in equals() [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_EXT_metal_objects.adoc | 12 platforms, provides the ability to import and export the underlying Metal objects 13 associated with specific Vulkan objects. 19 many Vulkan objects have a corresponding Metal equivalent that provides the underlying 21 for the app to be able to interact directly with these Metal objects: 35 to managing access to Metal objects, this extension proposes to provide a single unified 36 interface to all Metal objects providing functionality to the layered Vulkan implementation. 38 new Metal objects that might be introduced in the future. 46 === Exporting Metal Objects 48 To export underlying Metal objects from Vulkan objects, this extension adds one new 63 additional Metal objects, through the future addition of new export object structures. [all …]
|
| /third_party/EGL/extensions/EXT/ |
| D | EGL_EXT_sync_reuse.txt | 48 The original EGLSync extensions separated sync objects into two 49 types: fence sync objects signaled by one time events in an 50 API command pipeline; and reusable sync objects signaled by commands 60 destroy new EGLSync objects. 62 This extension allows all sync objects to be reusable. When a sync 65 trigger them. For fence sync objects, this means generating a new 66 fence in the current API. For OpenCL event sync objects, this means 68 sync objects to be created in the signaled state with no associated 91 3.8.1 Sync Objects 95 operations within a thread, <sync objects> are provided to enable [all …]
|
| /third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
| D | EGL_EXT_sync_reuse.txt | 48 The original EGLSync extensions separated sync objects into two 49 types: fence sync objects signaled by one time events in an 50 API command pipeline; and reusable sync objects signaled by commands 60 destroy new EGLSync objects. 62 This extension allows all sync objects to be reusable. When a sync 65 trigger them. For fence sync objects, this means generating a new 66 fence in the current API. For OpenCL event sync objects, this means 68 sync objects to be created in the signaled state with no associated 91 3.8.1 Sync Objects 95 operations within a thread, <sync objects> are provided to enable [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | ResourceMap_unittest.cpp | 23 std::vector<size_t> objects(kSize, 1); in TEST() local 26 resourceMap.assign(index + 1, &objects[index]); in TEST() 33 ASSERT_EQ(&objects[index], found); in TEST() 44 std::vector<size_t> objects(kSize, 1); in TEST() local 47 resourceMap.assign(index + 1, &objects[index]); in TEST() 60 std::vector<size_t> objects; in TEST() local 64 objects.push_back(index); in TEST() 69 objects.push_back(kLargeIndex); in TEST() 71 for (size_t &object : objects) in TEST() 76 for (size_t object : objects) in TEST() [all …]
|
| /third_party/python/PCbuild/ |
| D | _freeze_module.vcxproj.filters | 25 <ClCompile Include="..\Objects\abstract.c"> 28 <ClCompile Include="..\Objects\accu.c"> 49 <ClCompile Include="..\Objects\boolobject.c"> 58 <ClCompile Include="..\Objects\bytearrayobject.c"> 61 <ClCompile Include="..\Objects\bytes_methods.c"> 67 <ClCompile Include="..\Objects\bytesobject.c"> 70 <ClCompile Include="..\Objects\call.c"> 73 <ClCompile Include="..\Objects\capsule.c"> 76 <ClCompile Include="..\Objects\cellobject.c"> 82 <ClCompile Include="..\Objects\classobject.c"> [all …]
|
| D | pythoncore.vcxproj.filters | 19 <Filter Include="Objects"> 273 <ClInclude Include="..\Objects\stringlib\count.h"> 274 <Filter>Objects</Filter> 276 <ClInclude Include="..\Objects\stringlib\fastsearch.h"> 277 <Filter>Objects</Filter> 279 <ClInclude Include="..\Objects\stringlib\find.h"> 280 <Filter>Objects</Filter> 282 <ClInclude Include="..\Objects\stringlib\partition.h"> 283 <Filter>Objects</Filter> 285 <ClInclude Include="..\Objects\stringlib\replace.h"> [all …]
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | UnknownFieldSetLite.java | 54 Object[] objects = Arrays.copyOf(first.objects, count); in mutableCopyOf() local 55 System.arraycopy(second.objects, 0, objects, first.count, second.count); in mutableCopyOf() 56 return new UnknownFieldSetLite(count, tags, objects, /* isMutable= */ true); in mutableCopyOf() 66 private Object[] objects; field in UnknownFieldSetLite 80 private UnknownFieldSetLite(int count, int[] tags, Object[] objects, boolean isMutable) { in UnknownFieldSetLite() argument 83 this.objects = objects; in UnknownFieldSetLite() 116 output.writeUInt64(fieldNumber, (Long) objects[i]); in writeTo() 119 output.writeFixed32(fieldNumber, (Integer) objects[i]); in writeTo() 122 output.writeFixed64(fieldNumber, (Long) objects[i]); in writeTo() 125 output.writeBytes(fieldNumber, (ByteString) objects[i]); in writeTo() [all …]
|
| /third_party/openssl/doc/man7/ |
| D | openssl-threads.pod | 18 all OpenSSL objects are thread-safe. 19 To emphasize: I<most objects are not safe for simultaneous use>. 24 Many objects within OpenSSL are reference-counted, so resources are not 34 Many objects have set and get API's to set attributes in the object. 46 met and shared objects are not modified. 47 Set methods, or modifying shared objects, are generally not thread-safe 50 Objects are thread-safe 55 L<X509_cmp(3)> takes pointers to C<const> objects, but the implementation 56 uses a C cast to remove that so it can lock objects, generate and cache 67 The same API's can usually be used simultaneously on different objects [all …]
|