Home
last modified time | relevance | path

Searched defs:extract (Results 1 – 25 of 981) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/python/mako/test/ext/
Dtest_babelplugin.py14 def extract(self): member in UsesExtract
22 def test_parse_python_expression(self, extract): argument
27 def test_python_gettext_call(self, extract): argument
32 def test_translator_comment(self, extract): argument
56 def test_extract(self, extract): argument
95 def test_extract_utf8(self, extract): argument
104 def test_extract_cp1251(self, extract): argument
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DProtoExtractors.java38 public static Configuration extract(ConfigurationProto proto) { in extract() method in ProtoExtractors
57 public static WindowConfiguration extract(WindowConfigurationProto proto) { in extract() method in ProtoExtractors
73 public static Rect extract(RectProto proto) { in extract() method in ProtoExtractors
83 public static Configuration extract(android.content.nano.ConfigurationProto proto) { in extract() method in ProtoExtractors
102 public static WindowConfiguration extract(android.app.nano.WindowConfigurationProto proto) { in extract() method in ProtoExtractors
118 public static Rect extract(android.graphics.nano.RectProto proto) { in extract() method in ProtoExtractors
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/
Dstream_translator.hpp35 static void extract(std::basic_istream<Ch, Traits>& s, E& e) { in extract() function
50 static void extract(std::basic_istream<Ch, Traits>& s, Ch& e) { in extract() function
104 static void extract(std::basic_istream<Ch, Traits>& s, F& e) { in extract() function
119 static void extract(std::basic_istream<Ch, Traits>& s, bool& e) { in extract() function
139 static void extract(std::basic_istream<Ch, Traits>& s, signed char& e) { in extract() function
164 static void extract(std::basic_istream<Ch,Traits>& s, unsigned char& e){ in extract() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dlegalize_shape_computations.cc89 Value extract = in matchAndRewrite() local
94 Value extract = rewriter.create<tensor::ExtractOp>(loc, operand, idx); in matchAndRewrite() local
126 Value extract = in matchAndRewrite() local
132 Value extract = rewriter.create<tensor::ExtractOp>(loc, operand, idx); in matchAndRewrite() local
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A D_fake_tensor_utils.py41 def extract(self, shape_env: ShapeEnv) -> SymNode: member in _DeconstructedSymNode
90 def extract(self, shape_env: ShapeEnv) -> PySymType: member in _DeconstructedSymType
142 def extract(self, shape_env: ShapeEnv) -> PySymType: member in _PySymInputStub
192 def extract(self, key: _DispatchCacheKey, shape_env: ShapeEnv) -> SymInt: member in _SymIntOutputStub
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/
Dproperty_tags.hpp122 template<class Tag, class QueryTag> struct extract struct
131 > bits;
135 > mask;
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/libcxx/sym_check/
H A Dextract.py52 def extract(self, lib): member in NMExtractor
141 def extract(self, lib): member in ReadElfExtractor
229 def extract(self, lib): member in AIXDumpExtractor
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A Dgenerate_ssl_debug_helpers.py144 def extract(cls, source_code, start=0, end=-1): member in EnumDefinition
233 def extract(cls, source_code, start=0, end=-1): member in SignatureAlgorithmDefinition
292 def extract(cls, source_code, start=0, end=-1): member in NamedGroupDefinition
/aosp_15_r20/external/mbedtls/scripts/
H A Dgenerate_ssl_debug_helpers.py144 def extract(cls, source_code, start=0, end=-1): member in EnumDefinition
233 def extract(cls, source_code, start=0, end=-1): member in SignatureAlgorithmDefinition
292 def extract(cls, source_code, start=0, end=-1): member in NamedGroupDefinition
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dunistr_cnv.cpp121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString
132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString
207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dunistr_cnv.cpp121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString
132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString
207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp43 Error AppleAcceleratorTable::extract() { in extract() function in AppleAcceleratorTable
266 void AppleAcceleratorTable::Entry::extract( in extract() function in AppleAcceleratorTable::Entry
379 Error DWARFDebugNames::Header::extract(const DWARFDataExtractor &AS, in extract() function in DWARFDebugNames::Header
489 Error DWARFDebugNames::NameIndex::extract() { in extract() function in DWARFDebugNames::NameIndex
774 Error DWARFDebugNames::extract() { in extract() function in DWARFDebugNames
H A DDWARFDebugAbbrev.cpp28 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet
106 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() function in DWARFDebugAbbrev
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp44 Error AppleAcceleratorTable::extract() { in extract() function in AppleAcceleratorTable
267 void AppleAcceleratorTable::Entry::extract( in extract() function in AppleAcceleratorTable::Entry
379 Error DWARFDebugNames::Header::extract(const DWARFDataExtractor &AS, in extract() function in DWARFDebugNames::Header
483 Error DWARFDebugNames::NameIndex::extract() { in extract() function in DWARFDebugNames::NameIndex
759 Error DWARFDebugNames::extract() { in extract() function in DWARFDebugNames
H A DDWARFDebugAbbrev.cpp28 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet
77 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() function in DWARFDebugAbbrev
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/extractors/
H A DScenarioExtractor.kt22 fun extract(reader: Reader): List<TraceSlice> method
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/
H A DExtractor.kt34 fun extract(stream: StreamingReader, processSubStream: (BufferProducer) -> Unit) method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/
Diterator.h82 T extract() { in extract() function
98 T extract() { in extract() function
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp25 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet
76 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() function in DWARFDebugAbbrev
/aosp_15_r20/external/libcxx/utils/libcxx/sym_check/
H A Dextract.py46 def extract(self, lib): member in NMExtractor
132 def extract(self, lib): member in ReadElfExtractor
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/propagation/
H A DTextFormat.java145 public abstract <C /*>>> extends @NonNull Object*/> SpanContext extract( in extract() method in TextFormat
198 public <C /*>>> extends @NonNull Object*/> SpanContext extract(C carrier, Getter<C> getter) { in extract() method in TextFormat.NoopTextFormat
/aosp_15_r20/external/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/
H A DFlatbuffersUtils.java32 T extract (InputStream stream) throws IOException { in extract() method in FlatbuffersUtils.FBExtactor
42 public abstract T extract(ByteBuffer buffer); in extract() method in FlatbuffersUtils.FBExtactor
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp4668 static key_type const& extract(value_type const& v) { return v; } in extract() function
4670 static key_type const& extract(BOOST_UNORDERED_RV_REF(value_type) v) in extract() function
4675 static no_key extract() { return no_key(); } in extract() function
4677 template <class Arg> static no_key extract(Arg const&) in extract() function
4684 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
4690 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
4703 static key_type const& extract(value_type const& v) { return v.first; } in extract() function
4706 static key_type const& extract(std::pair<key_type, Second> const& v) in extract() function
4712 static key_type const& extract( in extract() function
4720 static key_type const& extract( in extract() function
[all …]
/aosp_15_r20/tools/trebuchet/trebuchet/traceutils/src/
H A DTraceUtils.kt80 fun extract(source: File, destDir: File) { in extract() method
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/apilevels/
H A DApiGeneratorIntegrationTestBase.kt91 val extract = matcher.group().replace("\t", " ") in String() constant

12345678910>>...40