Home
last modified time | relevance | path

Searched defs:container (Results 51 – 75 of 838) sorted by relevance

12345678910>>...34

/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapFieldIter.php50 private $container; variable in Google\\Protobuf\\Internal\\MapFieldIter
60 public function __construct($container, $key_type)
/external/autotest/site_utils/
Dlxc_cleanup.py39 def is_container_orphaned(container): argument
90 def cleanup(container, options): argument
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DRepeatedFieldIter.php54 private $container; variable in Google\\Protobuf\\Internal\\RepeatedFieldIter
63 public function __construct($container)
/external/protobuf/php/src/Google/Protobuf/Internal/
DMapFieldIter.php50 private $container; variable in Google\\Protobuf\\Internal\\MapFieldIter
60 public function __construct($container, $key_type)
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/
DCustomMethodInlineTableTest.java78 …ImmutableMultiDexContainer container = new ImmutableMultiDexContainer(ImmutableMap.of("classes.dex… in testCustomMethodInlineTable_Virtual() local
109 …ImmutableMultiDexContainer container = new ImmutableMultiDexContainer(ImmutableMap.of("classes.dex… in testCustomMethodInlineTable_Static() local
140 …ImmutableMultiDexContainer container = new ImmutableMultiDexContainer(ImmutableMap.of("classes.dex… in testCustomMethodInlineTable_Direct() local
/external/mockito/src/test/java/org/mockitousage/verification/
DVerificationStartedListenerTest.java66 final List<Object> container = new ArrayList<Object>(); in verification_started_event_contains_correct_mock() local
91 final List<Object> container = new ArrayList<Object>(); in listeners_are_executed_in_sequence() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalDifferenceCalculator.java90 Node container = nodeList.getParentNodeForChildren(); in calculateListRemovalDifference() local
98 Node container = nodeList.getParentNodeForChildren(); in calculateListAdditionDifference() local
106 Node container = nodeList.getParentNodeForChildren(); in calculateListReplacementDifference() local
292 Node container = nodeList.getParentNodeForChildren(); in calculatedSyntaxModelAfterListRemoval() local
300 Node container = nodeList.getParentNodeForChildren(); in calculatedSyntaxModelAfterListAddition() local
306 …CalculatedSyntaxModel calculatedSyntaxModelAfterListAddition(Node container, ObservableProperty ob… in calculatedSyntaxModelAfterListAddition()
317 …CalculatedSyntaxModel calculatedSyntaxModelAfterListRemoval(Node container, ObservableProperty obs… in calculatedSyntaxModelAfterListRemoval()
330 Node container = nodeList.getParentNodeForChildren(); in calculatedSyntaxModelAfterListReplacement() local
/external/sdv/vsomeip/third_party/boost/iterator/include/boost/
Dshared_container_iterator.hpp43 boost::shared_ptr<Container> const& container) { in make_shared_container_iterator()
54 make_shared_container_range(boost::shared_ptr<Container> const& container) { in make_shared_container_range()
/external/pigweed/pw_containers/size_report/public/pw_containers/size_report/
Dsize_report.h63 static Container container; in GetContainer() local
87 uint32_t MeasureContainer(Container& container, uint32_t mask) { in MeasureContainer()
/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/
DClassInspector.kt108 val container = declarationContainerFor(className) in classFor() constant
/external/sdv/vsomeip/third_party/boost/container/test/
Dexplicit_inst_flat_set_test.cpp34 namespace container { namespace
73 namespace container{ namespace
Dexplicit_inst_flat_map_test.cpp33 namespace container { namespace
78 namespace container{ namespace
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVisitor.java134 protected abstract void doBefore(Object container, Object item); in doBefore()
136 protected abstract void doBetween(Object container, Object lastItem, Object nextItem); in doBetween()
138 protected abstract void doAfter(Object container, Object item); in doAfter()
/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_safe_mode.cpp41 typedef typename Policy::container container; in local_test_safe_mode() typedef
246 typedef typename Policy::container container; in local_test_safe_mode() typedef
267 typedef typename Policy::container container; in local_test_safe_mode() typedef
298 typedef typename Policy::container container; in local_test_safe_mode_with_rearrange() typedef
348 typedef MultiIndexContainer container; typedef
361 typedef typename super::container container; typedef
389 typedef typename super::container container; typedef
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistTypeParameter.java35 private ResolvedTypeParametrizable container; field in JavassistTypeParameter
37 …stTypeParameter(SignatureAttribute.TypeParameter wrapped, ResolvedTypeParametrizable container, Ty… in JavassistTypeParameter()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistTypeParameter.java38 private TypeParametrizable container; field in JavassistTypeParameter
40 …assistTypeParameter(SignatureAttribute.TypeParameter wrapped, TypeParametrizable container, TypeSo… in JavassistTypeParameter()
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dcontainer_fwd.hpp72 namespace boost{ namespace container{ namespace dtl{ namespace
77 namespace boost{ namespace container{ namespace pmr{ namespace
91 namespace container { namespace
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DUnwrappedCaching2461Test.java28 public InnerContainer container; field in UnwrappedCaching2461Test.OuterContainer
30 OuterContainer(InnerContainer container) { in OuterContainer()
/external/rust/android-crates-io/crates/darling/tests/
Dsupports.rs71 let container = Container::from_derive_input(&source::newtype_enum()).unwrap(); in enum_newtype_or_unit() localVariable
82 let container = StructContainer::from_derive_input(&source::named_struct()).unwrap(); in struct_named() localVariable
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Diterator.hpp29 namespace container { namespace
43 Container& container; member in boost::container::back_emplacer
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug.h58 std::vector<size_t> GetHashtableDebugNumProbesHistogram(const C& container) { in GetHashtableDebugNumProbesHistogram()
79 HashtableDebugProbeSummary GetHashtableDebugProbeSummary(const C& container) { in GetHashtableDebugProbeSummary()
/external/abseil-cpp/absl/container/internal/
Dhashtable_debug.h58 std::vector<size_t> GetHashtableDebugNumProbesHistogram(const C& container) { in GetHashtableDebugNumProbesHistogram()
79 HashtableDebugProbeSummary GetHashtableDebugProbeSummary(const C& container) { in GetHashtableDebugProbeSummary()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug.h58 std::vector<size_t> GetHashtableDebugNumProbesHistogram(const C& container) { in GetHashtableDebugNumProbesHistogram()
79 HashtableDebugProbeSummary GetHashtableDebugProbeSummary(const C& container) { in GetHashtableDebugProbeSummary()
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug.h58 std::vector<size_t> GetHashtableDebugNumProbesHistogram(const C& container) { in GetHashtableDebugNumProbesHistogram()
79 HashtableDebugProbeSummary GetHashtableDebugProbeSummary(const C& container) { in GetHashtableDebugProbeSummary()
/external/pytorch/c10/util/
Daccumulate.h19 inline int64_t sum_integers(const C& container) { in sum_integers()
45 inline int64_t multiply_integers(const C& container) { in multiply_integers()

12345678910>>...34