Home
last modified time | relevance | path

Searched defs:Expand (Results 1 – 25 of 155) sorted by relevance

1234567

/aosp_15_r20/external/skia/src/core/
H A DSkMipmapHQDownSampler.cpp21 static skvx::Vec<4, uint16_t> Expand(uint32_t x) { in Expand() function
33 static uint32_t Expand(uint16_t x) { in Expand() function
43 static uint32_t Expand(uint16_t x) { in Expand() function
53 static unsigned Expand(unsigned x) { in Expand() function
63 static skvx::float4 Expand(uint16_t x) { in Expand() function
76 static skvx::float4 Expand(uint64_t x) { in Expand() function
88 static uint32_t Expand(uint16_t x) { in Expand() function
98 static uint64_t Expand(uint32_t x) { in Expand() function
108 static skvx::float4 Expand(uint32_t x) { in Expand() function
121 static skvx::Vec<4, uint32_t> Expand(uint64_t x) { in Expand() function
[all …]
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dexpand_unittest.cc27 TEST(Expand, CreateAndDestroy) { in TEST() argument
37 TEST(Expand, CreateUsingFactory) { in TEST() argument
H A Dmerge.h19 class Expand; variable
H A Dnormal.h28 class Expand; variable
H A Dneteq_impl.h45 class Expand; variable
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dcall_intrinsic.h153 constexpr void Expand(Register, Operand) const {} in Expand() function
155 constexpr void Expand(Register, Register) const {} in Expand() function
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewritePixelLocalStorage.cpp268 static TIntermTyped *Expand(TIntermTyped *expr) in Expand() function in sh::__anonef336ebc0111::RewritePLSTraverser
295 static TIntermTyped *Expand(TVariable *var) { return Expand(new TIntermSymbol(var)); } in Expand() function in sh::__anonef336ebc0111::RewritePLSTraverser
/aosp_15_r20/external/executorch/backends/qualcomm/builders/
H A Dop_expand.py19 class Expand(NodeVisitor): class
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dhkdf_sha256.cpp60 void HkdfSha256::Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t a… in Expand() function in ot::Crypto::HkdfSha256
/aosp_15_r20/external/icing/icing/expand/stemming/
H A Dstemming-expander.cc42 std::vector<ExpandedTerm> StemmingExpander::Expand( in Expand() function in icing::lib::StemmingExpander
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dexpanded_value_base.h120 Subclass Expand(ShortUnsigned x) const { in Expand() function
/aosp_15_r20/build/soong/android/
H A Dexpand.go37 func Expand(s string, mapping func(string) (string, error)) (string, error) { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/lib/
H A Ddata_format.cc52 StatusOr<xla::XlaOp> Expand(xla::XlaOp input, int64_t dim) { in Expand() function
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Denv.go16 func Expand(s string, mapping func(string) string) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/hkdf/
Dhkdf.go85 func Expand(hash func() hash.Hash, pseudorandomKey, info []byte) io.Reader { func
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_expand.py31 class Expand(torch.nn.Module): class in TestSimpleExpand
/aosp_15_r20/external/llvm/docs/
H A DWritingAnLLVMBackend.rst1361 Expand subsection
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Dbuffer.h161 void Expand(size_t size) { in Expand() function
/aosp_15_r20/external/cronet/net/third_party/uri_template/
H A Duri_template.cc163 bool Expand(const string& path_uri, in Expand() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/internal/config/
Dconfig.go128 func Expand(counter string) []string { func
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc123 void GrowingArrayByteSink::Expand(size_t amount) { // Expand by at least 50%. in Expand() function in google::protobuf::strings::GrowingArrayByteSink
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc123 void GrowingArrayByteSink::Expand(size_t amount) { // Expand by at least 50%. in Expand() function in google::protobuf::strings::GrowingArrayByteSink
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/proto/
H A Decho.proto65 rpc Expand(ExpandRequest) returns (stream EchoResponse) { rpc
H A Decho_grpcrest.proto67 rpc Expand(ExpandRequest) returns (stream EchoResponse) { rpc
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/DevTools/
H A Dpddm.py263 def Expand(self, macro_ref_str): member in MacroCollection

1234567