Home
last modified time | relevance | path

Searched defs:nested (Results 1 – 25 of 139) sorted by relevance

123456

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_move_unittest.cc54 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/
Dtf_utils.py151 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/
DProfilerTest.java94 Profiler nested = profiler.startNested("subtask"); in testNestedProfiling() local
123 public void doSubtask(Profiler nested) { in doSubtask()
/external/python/cpython2/Lib/
Dsre_parse.py237 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/
Dproto3_arena_lite_unittest.cc138 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local
148 std::unique_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
Dproto3_arena_unittest.cc161 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/
DStackTraceRecoveryNestedTest.kt38 val nested = async { in <lambda>() constant
/external/clang/test/OpenMP/
Dopenmp_check.cpp2 int nested(int a) { in nested() function
Dtarget_codegen_registration_naming.cpp26 int nested(int a){ in nested() function
/external/testng/src/test/java/test/
DNestedStaticSampleTest.java13 public void nested() { in nested() method in NestedStaticSampleTest.Nested
/external/clang/test/SemaCXX/
Dtrailing-return-0x.cpp58 struct nested { struct
60 auto h(T x, U y, V z) -> decltype(x + y + z) in h()
Dmissing-namespace-qualifier-typo-corrections.cpp17 …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/
DSettableFutureTest.java121 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/
DSettableFutureTest.java121 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/
DStructuredLockingTarget.java28 static void nested() { in nested() method in StructuredLockingTarget
DFinallyTarget.java110 private static void nested() { in nested() method in FinallyTarget
/external/clang/test/PCH/
Dstruct.c28 struct Nested nested = { 1, 2 }; variable
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java58 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/
Dmock_test.py212 nested = messages.StringField(1) variable in _NestedMessage
220 nested = messages.MessageField(_NestedMessage, 1) variable in _NestedNestedMessage
/external/clang/test/Preprocessor/
Dmacro_paste_msextensions.c21 #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/
Dmultiple_files_test.proto54 optional NestedMessage nested = 1; field
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dmultiple_files_test.proto54 optional NestedMessage nested = 1; field
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmultiple_files_test.proto53 optional NestedMessage nested = 1; field
Dlazy_fields_lite.proto54 optional LazyNestedInnerMessageLite nested = 3 [lazy = true]; field
/external/python/cpython3/Lib/test/
Dtest_doctest2.py55 def nested(self): member in C.D

123456