Searched refs:expand (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/external/libpng/contrib/tools/
H A Dreindent25 expand -t $2
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dmerge_unittest.cc19 #include "webrtc/modules/audio_coding/neteq/expand.h"
33 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels);
34 Merge merge(fs, channels, &expand, &sync_buffer);
H A Dnormal_unittest.cc22 #include "webrtc/modules/audio_coding/neteq/expand.h"
41 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels);
42 Normal normal(fs, &db, bgn, &expand);
55 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs,
57 Normal normal(fs, &db, bgn, &expand);
73 EXPECT_CALL(expand, SetParametersForNormalAfterExpand());
74 EXPECT_CALL(expand, Process(_));
75 EXPECT_CALL(expand, Reset());
89 EXPECT_CALL(expand, Die()); // Called when |expand| goe
[all...]
H A Dnormal.h37 Expand* expand)
41 expand_(expand) {
35 Normal(int fs_hz, DecoderDatabase* decoder_database, const BackgroundNoise& background_noise, Expand* expand) argument
H A Ddecision_logic_fax.h38 // Returns the operation that should be done next. |sync_buffer| and |expand|
48 const Expand& expand,
H A Ddecision_logic_normal.h42 // Returns the operation that should be done next. |sync_buffer| and |expand|
52 const Expand& expand,
63 const Expand& expand,
84 // operation was done (i.e., accelerate or preemptive expand).
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_autoexpand.py66 expand = self.auto_expand.expand_word_event
71 expand('event')
73 expand('event')
75 expand('event')
77 expand('event')
84 expand = self.auto_expand.expand_word_event
90 expand('event')
92 expand('event')
94 expand('event')
96 expand('even
[all...]
/external/clang/test/Preprocessor/
H A Dmacro_fn_lparen_scan.c2 // RUN: %clang_cc1 -E %s | grep 'expand: abc'
10 // This should not expand to abc, because the foo macro isn't followed by (.
14 // This should expand to abc.
17 expand: X
23 // This should expand
/external/valgrind/none/tests/amd64/
H A Daes.c29 static void expand ( V128* dst, char* summary ) function
76 expand(&argL, s_argL);
77 expand(&argR, s_argR);
91 expand(&exp, s_exp);
108 expand(&argL, s_argL);
109 expand(&argR, s_argR);
123 expand(&exp, s_exp);
140 expand(&argL, s_argL);
141 expand(&argR, s_argR);
155 expand(
[all...]
/external/llvm/test/MC/MachO/AArch64/
H A Dreloc-crash2.s1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
H A Dreloc-crash.s1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
H A Dclassrefs.s1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
/external/python/cpython2/Demo/tkinter/guido/
H A Dlisttree.py10 list.pack(expand=1, fill=BOTH)
32 f.pack(expand=1, fill=BOTH)
/external/volley/src/main/java/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStream.java37 * to this instance, the underlying byte array will expand.
46 * expand.
71 private void expand(int i) { method in class:PoolingByteArrayOutputStream
72 /* Can the buffer handle @i more bytes, if not expand it */
84 expand(len);
90 expand(1);
/external/python/cpython2/Tools/webchecker/
H A Dtktools.py85 frame.pack(fill=BOTH, expand=1)
96 vbar.pack(in_=vbarframe, expand=1, fill=Y, side=TOP)
135 fill=BOTH, expand=1, wrap=WORD, pack=1,
156 widget.pack(expand=expand, fill=fill, side=LEFT)
164 fill=BOTH, expand=1, pack=1, class_=None, name=None,
178 widget.pack(expand=expand, fill=fill, side=LEFT)
186 fill=BOTH, expand=1, pack=1, class_=None, name=None,
202 widget.pack(expand
[all...]
/external/apache-http/src/org/apache/http/util/
H A DCharArrayBuffer.java63 private void expand(int newlen) { method in class:CharArrayBuffer
82 expand(newlen);
95 expand(newlen);
118 expand(newlen);
138 expand(newlen);
192 expand(this.len + required);
H A DByteArrayBuffer.java61 private void expand(int newlen) { method in class:ByteArrayBuffer
80 expand(newlen);
89 expand(newlen);
109 expand(newlen);
/external/python/cpython2/Demo/tkinter/matt/
H A Dpacker-and-placer-together.py23 f.pack(fill=BOTH, expand=1)
/external/selinux/libsepol/src/
H A Dconstraint.c22 #include <sepol/policydb/expand.h>
/external/llvm/include/llvm/TableGen/
H A DSetTheory.h88 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
133 /// expand - Expand a record into a set of elements if possible. Return a
136 const RecVec *expand(Record *Set);
/external/python/cpython2/Demo/tix/samples/
H A DBalloon.py43 button1.pack(side=Tix.TOP, expand=1)
44 button2.pack(side=Tix.TOP, expand=1)
/external/python/cpython2/Demo/tkinter/ttk/
H A Droundframe.py99 frame2.pack(fill='both', expand=1)
107 text.pack(fill='both', expand=1)
/external/python/cpython2/Lib/lib-tk/
H A DScrolledText.py27 self.pack(side=LEFT, fill=BOTH, expand=True)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DSetTheory.h82 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
127 /// expand - Expand a record into a set of elements if possible. Return a
130 const RecVec *expand(Record *Set);

Completed in 739 milliseconds

1234567891011>>