Home
last modified time | relevance | path

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

123456

/third_party/boringssl/src/crypto/obj/
Dobjects.go48 type objects struct { struct
50 byNID []object
52 nameToNID map[string]int
353 func writeNumbers(path string, objs *objects) error {
383 func writeHeader(path string, objs *objects) error {
532 func sortNIDs(nids []int, objs *objects, cmp func(a, b object) bool) {
536 func writeData(path string, objs *objects) error {
/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/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/python/Doc/library/
Dlogging.config.rst496 .. _logging-config-dict-externalobj:
523 .. _logging-config-dict-internalobj:
599 .. _logging-import-resolution:
Ddoctest.rst1366 .. _doctest-doctestparser:
1406 .. _doctest-doctestrunner:
1522 .. _doctest-outputchecker:
1555 .. _doctest-debugging:
Dipaddress.rst216 …istry: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
217 …istry: https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml
/third_party/boost/libs/intrusive/perf/
Dperf_list.cpp89 std::vector<typename ilist::value_type> objects(NumElements); in test_intrusive_list_push_back() local
131 std::vector<typename stdlist::value_type> objects(NumElements); in test_compact_std_ptrlist_push_back() local
154 stdlist objects; stdptrlist l; in test_disperse_std_ptrlist_push_back() local
180 std::vector<typename ilist::value_type> objects(NumElements); in test_intrusive_list_reverse() local
222 std::vector<typename stdlist::value_type> objects(NumElements); in test_compact_std_ptrlist_reverse() local
246 std::list<typename stdlist::value_type> objects; in test_disperse_std_ptrlist_reverse() local
278 std::vector<typename ilist::value_type> objects(NumElements); in test_intrusive_list_sort() local
332 std::vector<typename stdlist::value_type> objects(NumElements); in test_compact_std_ptrlist_sort() local
362 std::list<typename stdlist::value_type> objects; in test_disperse_std_ptrlist_sort() local
397 std::vector<typename ilist::value_type> objects(NumElements); in test_intrusive_list_write_access() local
[all …]
/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/boost/libs/unordered/test/exception/
Dconstructor_exception_tests.cpp17 struct objects struct
25 template <class T> struct construct_test1 : public objects, test::exception_base argument
/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()
/third_party/boost/tools/build/src/util/
Dorder.py37 def order (self, objects): argument
88 def __eliminate_unused_constraits (self, objects): argument
/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
/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/boost/boost/python/object/
Dinstance.hpp17 namespace boost { namespace python { namespace objects { namespace
26 instance_holder* objects; member
Dinheritance_query.hpp10 namespace boost { namespace python { namespace objects { namespace
Dvalue_holder_fwd.hpp8 namespace boost { namespace python { namespace objects { namespace
Dadd_to_namespace.hpp10 namespace boost { namespace python { namespace objects { namespace
Diterator_core.hpp10 namespace boost { namespace python { namespace objects { namespace
Dclass_detail.hpp11 namespace boost { namespace python { namespace objects { namespace
Dlife_support.hpp9 namespace boost { namespace python { namespace objects { namespace
Dfunction_object.hpp15 namespace objects namespace
/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/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

123456