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

1234567891011

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/external/mesa3d/src/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dprocess_track_base.css22 .process-track-header > expand-button {
27 .process-track-header > expand-button.expand-button-expanded {
32 .process-track-header> expand-button:not(.expand-button-expanded) {
33 content: url(../../images/expand.png);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dexpand_unittest.cc13 #include "webrtc/modules/audio_coding/neteq/expand.h"
28 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
38 Expand* expand = local
40 EXPECT_TRUE(expand != NULL);
41 delete expand;
H A Dmerge_unittest.cc19 #include "webrtc/modules/audio_coding/neteq/expand.h"
31 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
32 Merge merge(fs, channels, &expand, &sync_buffer);
H A Dnormal_unittest.cc19 #include "webrtc/modules/audio_coding/neteq/expand.h"
33 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
34 Normal normal(fs, &db, bgn, &expand);
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.h41 // Returns the operation that should be done next. |sync_buffer| and |expand|
51 const Expand& expand,
H A Ddecision_logic_normal.h45 // Returns the operation that should be done next. |sync_buffer| and |expand|
55 const Expand& expand,
65 const Expand& expand,
85 // operation was done (i.e., accelerate or preemptive expand).
H A Dmerge.h27 // When a packet is not available for decoding when needed, the expand operation
36 Merge(int fs_hz, size_t num_channels, Expand* expand, SyncBuffer* sync_buffer) argument
41 expand_(expand),
/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/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dtree.css20 .expand-icon {
33 html[dir=rtl] .expand-icon {
37 .tree-item[expanded] > .tree-row > .expand-icon {
42 .tree-row .expand-icon {
46 .tree-row[may-have-children] .expand-icon {
50 .tree-row[has-children=false] .expand-icon {
/external/valgrind/main/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/chromium_org/tools/deep_memory_profiler/subcommands/
H A D__init__.py7 from subcommands.expand import ExpandCommand
/external/lldb/tools/lldb-perf/lib/
H A DXcode.h33 FetchVariable (SBValue value, uint32_t expand = 0, bool verbose = false);
39 FetchVariables (SBFrame frame, uint32_t expand = 0, bool verbose = false);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dnode_state.js33 cvox.NodeStateUtil.expand = function(state) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Denvset.cmd80 expand = 1
84 if expand > 0 & word(args, i) = '-' then expand = 0
95 addval: procedure expose sep equal orig expand newval mode env
105 if expand = 0 then expvar = var
130 expand = 1
/external/apache-http/src/org/apache/http/util/
H A DCharArrayBuffer.java58 private void expand(int newlen) { method in class:CharArrayBuffer
77 expand(newlen);
90 expand(newlen);
113 expand(newlen);
133 expand(newlen);
187 expand(this.len + required);
H A DByteArrayBuffer.java56 private void expand(int newlen) { method in class:ByteArrayBuffer
75 expand(newlen);
84 expand(newlen);
104 expand(newlen);
/external/chromium_org/chrome/browser/resources/options/
H A Dreset_profile_settings_overlay.css50 #expand-feedback {
60 #expand-feedback:hover {
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlurImage_opts_SSE2.cpp22 inline __m128i expand(int a) { function in namespace:__anon14589
51 sum = _mm_add_epi32(sum, expand(*p));
83 sum = _mm_sub_epi32(sum, expand(l));
87 sum = _mm_add_epi32(sum, expand(r));
/external/libsepol/src/
H A Dconstraint.c22 #include <sepol/policydb/expand.h>
/external/skia/src/opts/
H A DSkBlurImage_opts_SSE2.cpp22 inline __m128i expand(int a) { function in namespace:__anon29855
51 sum = _mm_add_epi32(sum, expand(*p));
83 sum = _mm_sub_epi32(sum, expand(l));
87 sum = _mm_add_epi32(sum, expand(r));
/external/chromium_org/third_party/openssl/openssl/crypto/comp/
H A Dcomp_lib.c60 if (ctx->meth->expand == NULL)
65 ret=ctx->meth->expand(ctx,out,olen,in,ilen);
/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);

Completed in 2222 milliseconds

1234567891011