Home
last modified time | relevance | path

Searched defs:nested (Results 51 – 75 of 990) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dmerge_assuming_ops.cc147 for (auto &nested : body->without_terminator()) in moveUpIntoAssumingOpMatchAndRewrite() local
359 for (auto &nested : body_a->without_terminator()) { in matchAndRewrite() local
373 for (auto &nested : body_b->without_terminator()) { in matchAndRewrite() local
/aosp_15_r20/external/python/cpython3/Lib/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-r522817/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-r530567/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/libcore/ojluni/src/main/java/java/lang/constant/
H A DClassDesc.java247 default ClassDesc nested(String nestedName) { in nested() method
267 default ClassDesc nested(String firstNestedName, String... moreNestedNames) { in nested() method
/aosp_15_r20/external/ethtool/libmnl/examples/genl/
H A Dgenl-family-get.c37 static void parse_genl_mc_grps(struct nlattr *nested) in parse_genl_mc_grps()
81 static void parse_genl_family_ops(struct nlattr *nested) in parse_genl_family_ops()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc444 NestedBook nested; in TEST_P() local
460 BadNestedBook nested; in TEST_P() local
713 MapOut* nested = out.add_map2()->mutable_value(); in TEST_P() local
1050 NestedFieldMask* nested = out.add_nested_mask(); in TEST_P() local
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc444 NestedBook nested; in TEST_P() local
460 BadNestedBook nested; in TEST_P() local
713 MapOut* nested = out.add_map2()->mutable_value(); in TEST_P() local
1050 NestedFieldMask* nested = out.add_nested_mask(); in TEST_P() local
/aosp_15_r20/external/rust/cxx/gen/src/
Dnested.rs7 nested: Vec<(&'a Ident, NamespaceEntries<'a>)>, field
45 let nested = nested_namespaces in sort_by_inner_namespace() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dnested.rs7 nested: Vec<(&'a Ident, NamespaceEntries<'a>)>, field
45 let nested = nested_namespaces in sort_by_inner_namespace() localVariable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dtrailing-return-0x.cpp58 struct nested { struct
60 auto h(T x, U y, V z) -> decltype(x + y + z) in h()
H A 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
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DSettableFutureTest.java110 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local
132 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DSettableFutureTest.java110 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local
132 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_wrap.py168 self, cuda_init_mode=CUDAInitMode.CUDA_BEFORE, nested=False argument
173 def __init__(self, nested): argument
200 def test_error_already_wrapped(self, nested, cuda_init_mode): argument
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/
H A DAbstractFileUtilsDeleteDirectoryTest.java228 final File nested = new File(top, "nested"); in testDeletesNested() local
245 final File nested = new File(top, "nested"); in testDeletesRegular() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyMessageLiteTest.java51 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder().setNum(3).build(); in testSetValues() local
269 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder().setNum(3).build(); in testSerialize() local
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyMessageLiteTest.java51 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder().setNum(3).build(); in testSetValues() local
269 LazyNestedInnerMessageLite nested = LazyNestedInnerMessageLite.newBuilder().setNum(3).build(); in testSerialize() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.pb_text.cc55 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly, in ProtoParseFromScanner()
145 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly, in ProtoParseFromScanner()
H A Dresource_handle.pb_text.cc66 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly, in ProtoParseFromScanner()
263 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly, in ProtoParseFromScanner()
/aosp_15_r20/packages/modules/StatsD/statsd/src/state/
DStateTracker.cpp63 const bool nested = newState.mAnnotations.isNested(); in onLogEvent() local
127 const FieldValue& newState, const bool nested, in updateStateForPrimaryKey()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountTypePreferenceLoaderTest.java184 PreferenceScreen nested = spy(new PreferenceScreen(mContext, null)); in generateFragmentAllowlist_nestedGroupWithFragments_populatedList() local
246 PreferenceScreen nested = spy(new PreferenceScreen(mContext, null)); in filterBlockedFragments_nestedPrefGroupWithNoMatchFragment_overrideClick() local
/aosp_15_r20/external/python/apitools/apitools/base/py/testing/
Dmock_test.py245 nested = messages.StringField(1) variable in _NestedMessage
253 nested = messages.MessageField(_NestedMessage, 1) variable in _NestedNestedMessage
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/message/
Dcopy_test.cc114 protobuf_test_messages_proto2_TestAllTypesProto2_NestedMessage* nested = in TEST() local
182 protobuf_test_messages_proto2_TestAllTypesProto2_NestedMessage* nested = in TEST() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp48 class HasDepBase::Nested nested; in foo() local
57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} in foo() local

12345678910>>...40