/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | merge_assuming_ops.cc | 147 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.py | 295 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.py | 295 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.py | 295 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 D | ClassDesc.java | 247 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 D | genl-family-get.c | 37 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 D | protostream_objectsource_test.cc | 444 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 D | protostream_objectsource_test.cc | 444 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/ |
D | nested.rs | 7 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 D | nested.rs | 7 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 D | trailing-return-0x.cpp | 58 struct nested { struct 60 auto h(T x, U y, V z) -> decltype(x + y + z) in h()
|
H A 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
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | SettableFutureTest.java | 110 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 D | SettableFutureTest.java | 110 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 D | test_wrap.py | 168 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 D | AbstractFileUtilsDeleteDirectoryTest.java | 228 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 D | LazyMessageLiteTest.java | 51 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 D | LazyMessageLiteTest.java | 51 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 D | tensor_shape.pb_text.cc | 55 ::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 D | resource_handle.pb_text.cc | 66 ::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/ |
D | StateTracker.cpp | 63 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/ |
D | AccountTypePreferenceLoaderTest.java | 184 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/ |
D | mock_test.py | 245 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/ |
D | copy_test.cc | 114 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 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
|