| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_move_unittest.cc | 54 const auto* nested = &message1.optional_nested_message(); in TEST() local 68 const auto* nested = &message1.optional_nested_message(); in TEST() local 94 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 110 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 128 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 144 const auto* nested = &message1.optional_nested_message(); in TEST() local
|
| /external/tensorflow/tensorflow/python/keras/utils/ |
| D | tf_utils.py | 151 def map_structure_with_atomic(is_atomic_fn, map_fn, nested): argument 244 def convert_inner_node_data(nested, wrap=False): argument 256 def _is_serialized_node_data(nested): argument 264 def _is_atomic_nested(nested): argument 272 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 | 138 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local 148 std::unique_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
|
| D | proto3_arena_unittest.cc | 161 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local 171 std::unique_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
| D | StackTraceRecoveryNestedTest.kt | 38 val nested = async { in <lambda>() constant
|
| /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/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/guava/guava-tests/test/com/google/common/util/concurrent/ |
| D | SettableFutureTest.java | 121 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local 148 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
|
| /external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
| D | SettableFutureTest.java | 121 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local 148 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
|
| /external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/ |
| D | StructuredLockingTarget.java | 28 static void nested() { in nested() method in StructuredLockingTarget
|
| D | FinallyTarget.java | 110 private static void nested() { in nested() method in FinallyTarget
|
| /external/clang/test/PCH/ |
| D | struct.c | 28 struct Nested nested = { 1, 2 }; variable
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | LazyMessageLiteTest.java | 58 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder().setNum(3).build(); in testSetValues() local 262 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder().setNum(3).build(); in testSerialize() local
|
| /external/python/apitools/apitools/base/py/testing/ |
| D | mock_test.py | 212 nested = messages.StringField(1) variable in _NestedMessage 220 nested = messages.MessageField(_NestedMessage, 1) variable in _NestedNestedMessage
|
| /external/clang/test/Preprocessor/ |
| D | macro_paste_msextensions.c | 21 #define nested(x) int x comment cute little dead tokens... macro
|
| /external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/ |
| D | multiple_files_test.proto | 54 optional NestedMessage nested = 1; field
|
| /external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/ |
| D | multiple_files_test.proto | 54 optional NestedMessage nested = 1; field
|
| /external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
| D | multiple_files_test.proto | 53 optional NestedMessage nested = 1; field
|
| D | lazy_fields_lite.proto | 54 optional LazyNestedInnerMessageLite nested = 3 [lazy = true]; field
|
| /external/python/cpython3/Lib/test/ |
| D | test_doctest2.py | 55 def nested(self): member in C.D
|