HomeSort by relevance Sort by last modified time
    Searched defs:Expand (Results 1 - 25 of 70) sorted by null

1 2 3

  /build/soong/android/
expand.go 23 // Expand substitutes $() variables in a string
26 func Expand(s string, mapping func(string) (string, error)) (string, error) {
27 // based on os.Expand
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.h 33 class Expand {
35 Expand(BackgroundNoise* background_noise,
42 virtual ~Expand();
82 // Initializes member variables at the beginning of an expand period.
143 RTC_DISALLOW_COPY_AND_ASSIGN(Expand);
150 virtual Expand* Create(BackgroundNoise* background_noise,
expand.cc 11 #include "webrtc/modules/audio_coding/neteq/expand.h"
29 Expand::Expand(BackgroundNoise* background_noise,
56 Expand::~Expand() = default;
58 void Expand::Reset() {
68 int Expand::Process(AudioMultiVector* output) {
315 void Expand::SetParametersForNormalAfterExpand() {
323 void Expand::SetParametersForMergeAfterExpand() {
329 size_t Expand::overlap_length() const
    [all...]
  /external/ppp/pppd/
pppcrypt.c 97 Expand(in, out)
112 /* The inverse of Expand
139 Expand(des_key, crypt_key);
154 Expand(clear, des_input);
170 Expand(cipher, des_input);
  /prebuilts/go/darwin-x86/src/os/
env.go 14 // Expand replaces ${var} or $var in the string based on the mapping function.
15 // For example, os.ExpandEnv(s) is equivalent to os.Expand(s, os.Getenv).
16 func Expand(s string, mapping func(string) string) string {
36 return Expand(s, Getenv)
  /prebuilts/go/linux-x86/src/os/
env.go 14 // Expand replaces ${var} or $var in the string based on the mapping function.
15 // For example, os.ExpandEnv(s) is equivalent to os.Expand(s, os.Getenv).
16 func Expand(s string, mapping func(string) string) string {
36 return Expand(s, Getenv)
  /external/protobuf/src/google/protobuf/stubs/
bytestream.cc 99 // We need to test for this before calling Expand() which may reallocate.
104 Expand(n - available);
121 void GrowingArrayByteSink::Expand(size_t amount) { // Expand by at least 50%.
  /tools/dexter/slicer/export/slicer/
buffer.h 91 Expand(size);
98 Expand(size);
161 void Expand(size_t size) {
  /external/syslinux/core/lwip/src/netif/ppp/
chpms.c 121 static void Expand (u_char *, u_char *);
178 Expand(des_key, crypt_key);
186 Expand(clear, des_input);
246 Expand(u_char *in, u_char *out)
260 /* The inverse of Expand
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 34 // Do it lazily when first Push() -> Expand() -> Resize().
112 // Expand the stack if needed
114 Expand<T>(count);
151 void Expand(size_t count) {
152 // Only expand the capacity if the current stack exists. Otherwise just create a stack with initial capacity.
  /external/protobuf/objectivec/DevTools/
pddm.py 56 "//%PDDM-EXPAND Name(args)" and then with "//%PDDM-EXPAND-END" or another
81 //%PDDM-EXPAND case(Enum_Left, 1)
82 //%PDDM-EXPAND case(Enum_Center, 2)
83 //%PDDM-EXPAND case(Enum_Right, 3)
84 //%PDDM-EXPAND-END
115 # Line inserted after each EXPAND.
140 """Hold a set of macros and can resolve/expand them."""
259 def Expand(self, macro_ref_str):
303 # Expand any macro invokes
    [all...]
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_ops.py 114 Expand = Fun(array_ops.expand_dims)
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp.cc 448 void RegExpMacroAssemblerIrregexp::Expand() {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 93 Expand, // Try to expand this to other ops, otherwise use a libcall.
262 /// type (return 'Promote'), or we need to expand it into multiple registers
263 /// of smaller integer type (return 'Expand'). 'Custom' is not an option.
371 if (VT.isExtended()) return Expand;
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 478 // in Expand, so for instance $1 represents the text of the first submatch.
485 return re.expand(dst, repl, nil, src, match)
492 // without using Expand.
502 // directly, without using Expand.
577 // in Expand, so for instance $1 represents the text of the first submatch.
588 return re.expand(dst, srepl, src, "", match)
595 // without using Expand.
605 // directly, without using Expand.
802 // Expand appends template to dst and returns the result; during the
803 // append, Expand replaces variables in the template with correspondin
830 func (re *Regexp) expand(dst []byte, template string, bsrc []byte, src string, match []int) []byte { func
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 478 // in Expand, so for instance $1 represents the text of the first submatch.
485 return re.expand(dst, repl, nil, src, match)
492 // without using Expand.
502 // directly, without using Expand.
577 // in Expand, so for instance $1 represents the text of the first submatch.
588 return re.expand(dst, srepl, src, "", match)
595 // without using Expand.
605 // directly, without using Expand.
802 // Expand appends template to dst and returns the result; during the
803 // append, Expand replaces variables in the template with correspondin
830 func (re *Regexp) expand(dst []byte, template string, bsrc []byte, src string, match []int) []byte { func
    [all...]
  /art/libartbase/base/
hash_set.h 400 Expand();
606 // Expand the set based on the load factors.
607 void Expand() {
613 // Expand / shrink the table to the new specified size.
637 // When we hit elements_until_expand_, we are at the max load factor and must expand again.
676 size_t elements_until_expand_; // Maximum number of elements until we expand the table.
  /external/skia/src/core/
SkMipMap.cpp 21 // It controls how we expand a pixel into a large type, with space between each component,
28 static Sk4h Expand(uint32_t x) {
40 static Sk4h Expand(uint32_t x) {
56 static uint32_t Expand(uint16_t x) {
66 static uint32_t Expand(uint16_t x) {
76 static unsigned Expand(unsigned x) {
86 static Sk4f Expand(uint64_t x) {
136 auto c00 = F::Expand(p0[0]);
137 auto c10 = F::Expand(p1[0]);
154 auto c00 = F::Expand(p0[0])
    [all...]
  /external/skqp/src/core/
SkMipMap.cpp 20 // It controls how we expand a pixel into a large type, with space between each component,
27 static Sk4h Expand(uint32_t x) {
39 static Sk4h Expand(uint32_t x) {
55 static uint32_t Expand(uint16_t x) {
65 static uint32_t Expand(uint16_t x) {
75 static unsigned Expand(unsigned x) {
85 static Sk4f Expand(uint64_t x) {
135 auto c00 = F::Expand(p0[0]);
136 auto c10 = F::Expand(p1[0]);
153 auto c00 = F::Expand(p0[0])
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 62 /// \brief Implement expand-based legalization of vector operations.
66 SDValue Expand(SDValue Op);
98 /// \brief Expand bswap of vectors into a shuffle if legal.
226 case TargetLowering::Expand:
244 case TargetLowering::Expand:
367 case TargetLowering::Expand:
368 Result = Expand(Op);
677 SDValue VectorLegalizer::Expand(SDValue Op) {
730 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand ||
731 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand ||
    [all...]
  /external/mksh/src/
eval.c 37 /* not including an "int type;" member, see expand() */
51 } Expand;
74 static int varsub(Expand *, const char *, const char *, int *, int *);
75 static int comsub(Expand *, const char *, int);
118 /* compile and expand word */
136 * expand arg-list
153 expand(*ap++, &w, f);
159 * expand string
168 expand(cp, &w, f);
176 * expand string - return only one componen
215 expand( function
    [all...]
  /external/dng_sdk/source/
dng_read_image.cpp 424 bool Expand (const uint8 *sPtr,
602 bool dng_lzw_expander::Expand (const uint8 *sPtr,
632 "Unexpected LZW code in dng_lzw_expander::Expand");
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 115 // Determine whether we can expand this attribute pack yet.
116 bool Expand = true, RetainExpansion = false;
121 Unexpanded, TemplateArgs, Expand,
125 if (!Expand) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc     [all...]

Completed in 906 milliseconds

1 2 3