Home
last modified time | relevance | path

Searched defs:objects (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceMap_unittest.cpp23 std::vector<size_t> objects(kSize, 1); in TEST() local
44 std::vector<size_t> objects(kSize, 1); in TEST() local
60 std::vector<size_t> objects; in TEST() local
92 std::vector<size_t> objects; in TEST() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DResourceMap_unittest.cpp23 std::vector<size_t> objects(kSize, 1); in TEST() local
44 std::vector<size_t> objects(kSize, 1); in TEST() local
60 std::vector<size_t> objects; in TEST() local
92 std::vector<size_t> objects; in TEST() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSlabAllocatorTests.cpp51 std::vector<Foo*> objects; in TEST() local
76 std::vector<AlignedFoo*> objects; in TEST() local
103 std::set<Foo*> objects; in TEST() local
132 std::set<Foo*> objects; in TEST() local
/third_party/python/Doc/library/
Dlogging.config.rst528 .. _logging-config-dict-externalobj:
555 .. _logging-config-dict-internalobj:
631 .. _logging-import-resolution:
Ddoctest.rst1366 .. _doctest-doctestparser:
1406 .. _doctest-doctestrunner:
1522 .. _doctest-outputchecker:
1555 .. _doctest-debugging:
Dipaddress.rst222 …istry: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
223 …istry: https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRawMessageInfo.java176 private final Object[] objects; field in RawMessageInfo
179 RawMessageInfo(MessageLite defaultInstance, String info, Object[] objects) { in RawMessageInfo()
DUnknownFieldSetLite.java77 Object[] objects = Arrays.copyOf(first.objects, count); in mutableCopyOf() local
89 private Object[] objects; field in UnknownFieldSetLite
103 private UnknownFieldSetLite(int count, int[] tags, Object[] objects, boolean isMutable) { in UnknownFieldSetLite()
354 private static int hashCode(Object[] objects, int count) { in hashCode()
/third_party/node/deps/npm/test/tap/
Dhook.js123 const objects = [ variable
131 .reply(200, {objects}) field
164 const objects = [ variable
172 .reply(200, {objects}) field
Dsearch.js59 objects: [] property
119 objects: [ property
159 objects: [] property
187 objects: [ property
218 objects: [] property
/third_party/libwebsockets/include/libwebsockets/
Dlws-ring.h264 ___type, /* type of objects with tails */ \ argument
301 ___count /* count of payload objects being consumed */ \ argument
/third_party/node/src/
DREADME.md727 ### `MemoryRetainer`
745 ### `BaseObject`
822 ### `AsyncWrap`
879 ### `HandleWrap`
893 ### `ReqWrap`
905 ### Callback scopes
/third_party/node/deps/npm/node_modules/libnpmsearch/test/
Dindex.js26 objects: [ property
52 objects: [ property
80 objects: [ property
102 objects: [ property
124 objects: [ property
150 objects: [ property
174 objects: [ property
198 objects: [ property
222 objects: [ property
272 objects: results property
[all …]
/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp147 if (auto objects = Get()) { in CurrentDisplay() local
154 if (auto objects = Get()) { in CurrentSurface() local
168 if (auto objects = Get()) { in CurrentContext() local
177 if (auto objects = Get()) { in MakeCurrent() local
196 static thread_local TLSCurrentObjects objects; in Get() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DResources.java199 Object objects[] = {lookup}; in getTranslation() local
237 Object objects[] = new Object[lookup.length]; in getTranslation() local
/third_party/typescript/tests/cases/conformance/types/rest/
DobjectRest2.ts8 const { objects } = await { objects: 12 }; constant
/third_party/typescript/tests/cases/compiler/
DgenericWithIndexerOfTypeParameterType1.ts2 private objects = <{ [objectId: string]: T; }>{}; property in LazyArray
/third_party/flutter/skia/bench/
DGrMemoryPoolBench.cpp50 A* objects[kMaxObjects]; in onDraw() local
112 std::unique_ptr<B> objects[kMaxObjects]; in onDraw() local
157 C* objects[M]; in onDraw() local
/third_party/flutter/skia/gn/
Dar.py23 objects = open(rspfile).read().split() variable
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp147 if (auto objects = Get()) { in CurrentDisplay() local
154 if (auto objects = Get()) { in CurrentSurface() local
168 if (auto objects = Get()) { in CurrentContext() local
177 if (auto objects = Get()) { in MakeCurrent() local
/third_party/typescript/tests/baselines/reference/
DgenericWithIndexerOfTypeParameterType1.js3 private objects = <{ [objectId: string]: T; }>{}; field in LazyArray
DjsDeclarationsReferenceToClassInstanceCrossFile.js20 this.objects = []; property
/third_party/python/Lib/distutils/
Dccompiler.py296 def set_link_objects(self, objects): argument
410 def _fix_object_args(self, objects, output_dir): argument
461 def _need_link(self, objects, output_file): argument
585 def create_static_lib(self, objects, output_libname, output_dir=None, argument
619 objects, argument
680 objects, argument
701 objects, argument
721 objects, argument
/third_party/python/Doc/c-api/
Darg.rst327 .. _o_ampersand:
/third_party/node/deps/npm/node_modules/es-abstract/test/helpers/
Dvalues.js9 var objects = [{}, coercibleObject, toStringOnlyObject, valueOfOnlyObject]; variable
33 objects: objects, property

12345