Home
last modified time | relevance | path

Searched defs:nested (Results 26 – 50 of 990) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dattr_value.pb_text.cc88 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly, in ProtoParseFromScanner()
415 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly, in ProtoParseFromScanner()
643 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly, in ProtoParseFromScanner()
749 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly, in ProtoParseFromScanner()
/aosp_15_r20/system/nvram/messages/tests/
H A Dio_test.cpp144 NestedInputStreamBuffer nested(&buf, SIZE_MAX); in TEST() local
150 NestedInputStreamBuffer nested(&buf, 5); in TEST() local
158 NestedInputStreamBuffer nested(&buf, 10); in TEST() local
166 NestedInputStreamBuffer nested(&buf, 16); in TEST() local
/aosp_15_r20/external/perfetto/src/tools/proto_merger/
H A Dproto_file_serializer.cc164 for (const auto& nested : message.nested_messages) { in SerializeMessage() local
181 for (const auto& nested : message.deleted_nested_messages) { in SerializeMessage() local
218 for (const auto& nested : proto_file.deleted_messages) { in ProtoFileToDotProto() local
/aosp_15_r20/external/rust/android-crates-io/crates/miette-derive/src/
Dfmt.rs211 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
218 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
225 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
/aosp_15_r20/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/
H A DTagged.kt172 … protected fun nested(nestedName: String): String = composeName(currentTagOrNull ?: "", nestedName) in popTag() method in kotlinx.serialization.internal.NamedValueEncoder
330 … protected fun nested(nestedName: String): String = composeName(currentTagOrNull ?: "", nestedName) method in kotlinx.serialization.internal.NamedValueDecoder
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror-impl/src/
Dattr.rs169 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
176 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
183 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dobject_utils_unittest.ts18 const nested = {quux: 'qux'}; constant
43 const nested = {quux: 'qux'}; constant
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DNotImplementedExceptionTest.java32 final Throwable nested = new RuntimeException(); in testConstructors() local
52 …essage, final NotImplementedException nie, final String message, final Throwable nested, final Str… in assertCorrect()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DMultiFailureDescriptionTest.java45 MultiFailureDescription nested = new MultiFailureDescription(failure2); in testCreation_nested() local
57 MultiFailureDescription nested = new MultiFailureDescription(failure2); in testFormat() local
/aosp_15_r20/external/stg/test_cases/info_tests/struct/
H A Dnested.c1 struct nested { struct
6 struct nested inner; argument
H A Dnested.cc1 struct nested { struct
6 struct nested inner; argument
/aosp_15_r20/external/stg/test_cases/diff_tests/struct/
H A Dnested.1.c1 struct nested { struct
6 struct nested inner; argument
H A Dnested.0.cc1 struct nested { struct
6 struct nested inner; argument
H A Dnested.0.c1 struct nested { struct
6 struct nested inner; argument
H A Dnested.1.cc1 struct nested { struct
6 struct nested inner; argument
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DINestedService.cpp19 namespace nested { namespace
236 namespace nested { namespace
283 namespace nested { namespace
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DINestedService.cpp19 namespace nested { namespace
236 namespace nested { namespace
283 namespace nested { namespace
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DFileUtilsDeleteDirectoryLinuxTest.java80 final File nested = new File(top, "nested"); in testThrowsOnCannotDeleteFile() local
101 final File nested = new File(top, "nested"); in testThrowsOnNullList() local
/aosp_15_r20/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
H A DProfilerTest.java96 Profiler nested = profiler.startNested("subtask"); in testNestedProfiling() local
125 public void doSubtask(Profiler nested) { in doSubtask()
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dproto3_arena_lite_unittest.cc135 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local
145 std::unique_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dproto3_arena_lite_unittest.cc135 TestAllTypes::NestedMessage* nested = new TestAllTypes::NestedMessage; in TEST() local
145 std::unique_ptr<TestAllTypes::NestedMessage> nested( in TEST() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DStackTraceRecoveryNestedTest.kt35 val nested = async { in <lambda>() constant
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/re/
D_parser.py295 def checkgroupname(self, name, offset, nested): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/re/
D_parser.py295 def checkgroupname(self, name, offset, nested): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/re/
H A D_parser.py295 def checkgroupname(self, name, offset, nested): argument
447 def _parse_sub(source, state, verbose, nested): argument
507 def _parse(source, state, verbose, nested, first=False): argument

12345678910>>...40