/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | namespaces-expected.cc | 11 namespace nested { namespace 28 namespace nested { namespace
|
D | namespaces-original.cc | 11 namespace nested { namespace 28 namespace nested { namespace
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | tf_utils.py | 145 def map_structure_with_atomic(is_atomic_fn, map_fn, nested): argument 238 def convert_inner_node_data(nested, wrap=False): argument 250 def _is_atomic_nested(nested): argument 261 def _convert_object_or_list(nested): argument
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
D | ProfilerTest.java | 94 Profiler nested = profiler.startNested("subtask"); in testNestedProfiling() local 123 public void doSubtask(Profiler nested) { in doSubtask()
|
/external/python/cpython2/Lib/ |
D | sre_parse.py | 237 def _class_escape(source, escape, nested): argument 278 def _escape(source, escape, state, nested): argument 336 def _parse_sub(source, state, nested): argument 395 def _parse_sub_cond(source, state, condgroup, nested): argument 414 def _parse(source, state, nested): argument
|
/external/protobuf/src/google/protobuf/ |
D | proto3_arena_lite_unittest.cc | 147 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local 157 google::protobuf::scoped_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
|
D | proto3_arena_unittest.cc | 168 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local 178 google::protobuf::scoped_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
|
/external/clang/test/OpenMP/ |
D | openmp_check.cpp | 2 int nested(int a) { in nested() function
|
D | target_codegen_registration_naming.cpp | 26 int nested(int a){ in nested() function
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AsyncSettableFutureTest.java | 80 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local 102 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
|
/external/testng/src/test/java/test/ |
D | NestedStaticSampleTest.java | 13 public void nested() { in nested() method in NestedStaticSampleTest.Nested
|
/external/clang/test/SemaCXX/ |
D | trailing-return-0x.cpp | 58 struct nested { struct 60 auto h(T x, U y, V z) -> decltype(x + y + z) in h()
|
D | missing-namespace-qualifier-typo-corrections.cpp | 17 …namespace nested { bool moreFoobar() { return true; } } // expected-note{{'fizbin::nested::moreFoo… in moreFoobar() namespace 18 …namespace nested { bool lessFoobar() { return true; } } // expected-note{{'fizbin::nested' declare… in lessFoobar() namespace
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LazyMessageLiteTest.java | 62 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder() in testSetValues() local 255 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder() in testSerialize() local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/ |
D | Target12.java | 28 static void nested() { in nested() method in Target12
|
/external/python/apitools/apitools/base/py/testing/ |
D | mock_test.py | 168 nested = messages.StringField(1) variable in _NestedMessage 176 nested = messages.MessageField(_NestedMessage, 1) variable in _NestedNestedMessage
|
/external/clang/test/PCH/ |
D | struct.c | 28 struct Nested nested = { 1, 2 }; variable
|
/external/tensorflow/tensorflow/python/util/ |
D | util.cc | 468 explicit AttrsValueIterator(PyObject* nested) : nested_(nested) { in AttrsValueIterator() 542 ValueIteratorPtr GetValueIterator(PyObject* nested) { in GetValueIterator() 555 ValueIteratorPtr GetValueIteratorForData(PyObject* nested) { in GetValueIteratorForData() 570 ValueIteratorPtr GetValueIteratorForComposite(PyObject* nested) { in GetValueIteratorForComposite() 582 PyObject* nested, PyObject* list, in FlattenHelper() 795 PyObject* Flatten(PyObject* nested, bool expand_composites) { in Flatten() 817 PyObject* FlattenForData(PyObject* nested) { in FlattenForData()
|
/external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/ |
D | TryWithResourcesTest.java | 102 public void nested() { in nested() method in TryWithResourcesTest
|
/external/clang/test/Preprocessor/ |
D | macro_paste_msextensions.c | 21 #define nested(x) int x comment cute little dead tokens... macro
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/ |
D | Finally.java | 97 private static void nested() { in nested() method in Finally
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AsyncSettableFuture.java | 44 private final NestedFuture<V> nested = new NestedFuture<V>(); field in AsyncSettableFuture
|
/external/clang/test/SemaTemplate/ |
D | dependent-base-classes.cpp | 48 class HasDepBase::Nested nested; in foo() local 57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} in foo() local
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | multiple_files_test.proto | 57 optional NestedMessage nested = 1; field
|
/external/python/cpython3/Lib/test/ |
D | test_doctest2.py | 55 def nested(self): member in C.D
|