Home
last modified time | relevance | path

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

12345

/third_party/python/Doc/library/
Dsqlite3.rst1157 .. _SQLite limit category: https://www.sqlite.org/c3ref/c_limit_attached.html
1294 .. _sqlite3-cursor-objects:
1327 .. _database cursor: https://en.wikipedia.org/wiki/Cursor_(databases)
1399 .. _RETURNING clauses: https://www.sqlite.org/lang_returning.html
1545 .. _sqlite3-columns-by-name:
1546 .. _sqlite3-row-objects:
1573 .. _sqlite3-blob-objects:
1660 .. _sqlite3-exceptions:
Dlogging.config.rst575 .. _handler-config-dict-order:
625 .. _logging-config-dict-internalobj:
701 .. _logging-import-resolution:
Ddoctest.rst1370 .. _doctest-doctestparser:
1410 .. _doctest-doctestrunner:
1526 .. _doctest-outputchecker:
1559 .. _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/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/skia/m133/third_party/externals/harfbuzz/test/fuzzing/
Dhb-repacker-fuzzer.cc45 void cleanup (hb_object_t* objects, uint16_t num_objects) in cleanup()
54 void add_links_to_objects (hb_object_t* objects, uint16_t num_objects, in add_links_to_objects()
94 hb_object_t* objects = nullptr; in LLVMFuzzerTestOneInput() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRawMessageInfo.java158 private final Object[] objects; field in RawMessageInfo
161 RawMessageInfo(MessageLite defaultInstance, String info, Object[] objects) { in RawMessageInfo()
DUnknownFieldSetLite.java54 Object[] objects = Arrays.copyOf(first.objects, count); in mutableCopyOf() local
66 private Object[] objects; field in UnknownFieldSetLite
80 private UnknownFieldSetLite(int count, int[] tags, Object[] objects, boolean isMutable) { in UnknownFieldSetLite()
333 private static int hashCode(Object[] objects, int count) { in hashCode()
/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/typescript/tests/cases/conformance/types/rest/
DobjectRest2.ts8 const { objects } = await { objects: 12 }; constant
/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/compiler/
DgenericWithIndexerOfTypeParameterType1.ts2 private objects = <{ [objectId: string]: T; }>{}; property in LazyArray
/third_party/typescript/tests/baselines/reference/
DgenericWithIndexerOfTypeParameterType1.js3 private objects = <{ [objectId: string]: T; }>{}; field in LazyArray
DjsDeclarationsReferenceToClassInstanceCrossFile.js20 this.objects = []; property
/third_party/python/Doc/c-api/
Darg.rst343 .. _o_ampersand:
/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
Dbcppcompiler.py147 objects, argument
173 objects, argument
Dunixccompiler.py122 def create_static_lib(self, objects, output_libname, argument
148 def link(self, target_desc, objects, argument
/third_party/glfw/src/
Dwin32_joystick.h42 _GLFWjoyobjectWin32* objects; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiUniversal.h92 iterator_range<object_iterator> objects() const { in objects() function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestCompatibility.java259 Character[] objects = new Character[10]; in testCompatibility() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestCompatibility.java256 Character[] objects = new Character[10]; in testCompatibility() local
/third_party/flatbuffers/tests/ts/reflection/
Dschema.ts258 const objects = Schema.createObjectsVector(builder, builder.createObjectOffsetList(this.objects)); constant

12345