| /external/sfntly/cpp/src/sfntly/port/ |
| D | java_iterator.h | 43 explicit PODIterator(Container* container) : container_(container) {} in PODIterator() 59 Container* container() { return container_; } in container() function 70 explicit RefIterator(Container* container) : container_(container) {} in RefIterator() 86 Container* container() { return container_; } in container() function
|
| /external/clang/test/SemaCXX/ |
| D | PR11358.cpp | 6 struct container { struct 7 class iterator {}; 8 iterator begin() { return iterator(); } in begin() 39 struct container { struct 40 class iterator {};
|
| /external/clang/include/clang/AST/ |
| D | AttrIterator.h | 116 specific_attr_begin(const Container& container) { in specific_attr_begin() 121 specific_attr_end(const Container& container) { in specific_attr_end() 126 inline bool hasSpecificAttr(const Container& container) { in hasSpecificAttr() 131 inline SpecificAttr *getSpecificAttr(const Container& container) { in getSpecificAttr()
|
| /external/libbrillo/brillo/streams/ |
| D | memory_stream.cc | 17 std::unique_ptr<data_container::DataContainerInterface> container, in MemoryStream() 24 std::unique_ptr<data_container::ReadOnlyBuffer> container{ in OpenRef() local 32 std::unique_ptr<data_container::ReadOnlyVectorCopy<uint8_t>> container{ in OpenCopyOf() local 39 std::unique_ptr<data_container::ReadOnlyStringRef> container{ in OpenRef() local 45 std::unique_ptr<data_container::ReadOnlyStringCopy> container{ in OpenCopyOf() local 59 std::unique_ptr<data_container::ByteBuffer> container{ in Create() local 65 std::unique_ptr<data_container::StringPtr> container{ in CreateRef() local 72 std::unique_ptr<data_container::StringPtr> container{ in CreateRefForAppend() local 78 std::unique_ptr<data_container::DataContainerInterface> container, in CreateEx()
|
| /external/libmicrohttpd/src/microspdy/ |
| D | structures.c | 35 SPDYF_name_value_is_empty(struct SPDY_NameValue *container) in SPDYF_name_value_is_empty() 56 SPDY_name_value_add (struct SPDY_NameValue *container, in SPDY_name_value_add() 190 SPDY_name_value_lookup (struct SPDY_NameValue *container, in SPDY_name_value_lookup() 218 SPDY_name_value_destroy (struct SPDY_NameValue *container) in SPDY_name_value_destroy() 237 SPDY_name_value_iterate (struct SPDY_NameValue *container, in SPDY_name_value_iterate() 457 SPDYF_name_value_to_stream(struct SPDY_NameValue * container[], in SPDYF_name_value_to_stream() 556 struct SPDY_NameValue ** container) in SPDYF_name_value_from_stream()
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | AnyTest.java | 47 TestAny container = TestAny.newBuilder() in testAnyGeneratedApi() local 83 TestAny container = TestAny.newBuilder() in testCustomTypeUrls() local 128 TestAny container = TestAny.newBuilder() in testCachedUnpackResult() local
|
| /external/autotest/site_utils/lxc/ |
| D | lxc_functional_test.py | 224 def test_share(container): argument 259 def test_autoserv(container): argument 283 def test_package_install(container): argument 294 def test_ssh(container, remote): argument
|
| /external/protobuf/gtest/test/ |
| D | gtest-typed-test_test.h | 53 TypeParam container; in TYPED_TEST_P() local 57 TypeParam container; in TYPED_TEST_P() local
|
| /external/v8/testing/gtest/test/ |
| D | gtest-typed-test_test.h | 53 TypeParam container; in TYPED_TEST_P() local 57 TypeParam container; in TYPED_TEST_P() local
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| D | gtest-typed-test_test.h | 53 TypeParam container; in TYPED_TEST_P() local 57 TypeParam container; in TYPED_TEST_P() local
|
| /external/googletest/googletest/test/ |
| D | gtest-typed-test_test.h | 53 TypeParam container; in TYPED_TEST_P() local 57 TypeParam container; in TYPED_TEST_P() local
|
| /external/google-breakpad/src/testing/gtest/test/ |
| D | gtest-typed-test_test.h | 53 TypeParam container; in TYPED_TEST_P() local 57 TypeParam container; in TYPED_TEST_P() local
|
| /external/libtextclassifier/util/gtl/ |
| D | stl_util.h | 27 void STLDeleteElements(T *container) { in STLDeleteElements() 42 void STLDeleteValues(T *container) { in STLDeleteValues()
|
| /external/libchrome/base/ |
| D | stl_util.h | 97 STLCount(const Container& container, const T& val) { in STLCount() 132 void STLDeleteElements(T* container) { in STLDeleteElements() 143 void STLDeleteValues(T* container) { in STLDeleteValues() 167 STLElementDeleter<T>(T* container) : container_(container) {} in container_() argument 179 STLValueDeleter<T>(T* container) : container_(container) {} in container_() argument
|
| /external/freetype/src/sfnt/ |
| D | sfntpic.c | 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; in sfnt_module_class_pic_free() local 99 sfntModulePIC* container = NULL; in sfnt_module_class_pic_init() local
|
| /external/pdfium/third_party/freetype/src/cff/ |
| D | cffpic.c | 70 CffModulePIC* container = (CffModulePIC*)pic_container->cff; in cff_driver_class_pic_free() local 92 CffModulePIC* container = NULL; in cff_driver_class_pic_init() local
|
| /external/freetype/src/truetype/ |
| D | ttpic.c | 52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; in tt_driver_class_pic_free() local 69 TTModulePIC* container = NULL; in tt_driver_class_pic_init() local
|
| /external/pdfium/third_party/freetype/src/raster/ |
| D | rastpic.c | 42 RasterPIC* container = (RasterPIC*)pic_container->raster; in ft_raster1_renderer_class_pic_free() local 58 RasterPIC* container = NULL; in ft_raster1_renderer_class_pic_init() local
|
| /external/freetype/src/psnames/ |
| D | pspic.c | 50 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; in psnames_module_class_pic_free() local 68 PSModulePIC* container = NULL; in psnames_module_class_pic_init() local
|
| /external/pdfium/third_party/freetype/src/truetype/ |
| D | ttpic.c | 52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype; in tt_driver_class_pic_free() local 69 TTModulePIC* container = NULL; in tt_driver_class_pic_init() local
|
| /external/freetype/src/raster/ |
| D | rastpic.c | 42 RasterPIC* container = (RasterPIC*)pic_container->raster; in ft_raster1_renderer_class_pic_free() local 58 RasterPIC* container = NULL; in ft_raster1_renderer_class_pic_init() local
|
| /external/pdfium/third_party/freetype/src/psnames/ |
| D | pspic.c | 50 PSModulePIC* container = (PSModulePIC*)pic_container->psnames; in psnames_module_class_pic_free() local 68 PSModulePIC* container = NULL; in psnames_module_class_pic_init() local
|
| /external/freetype/src/cff/ |
| D | cffpic.c | 70 CffModulePIC* container = (CffModulePIC*)pic_container->cff; in cff_driver_class_pic_free() local 92 CffModulePIC* container = NULL; in cff_driver_class_pic_init() local
|
| /external/pdfium/third_party/freetype/src/sfnt/ |
| D | sfntpic.c | 75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt; in sfnt_module_class_pic_free() local 99 sfntModulePIC* container = NULL; in sfnt_module_class_pic_init() local
|
| /external/autotest/site_utils/ |
| D | lxc_cleanup.py | 57 def is_container_orphaned(container): argument 106 def cleanup(container, options): argument
|