HomeSort by relevance Sort by last modified time
    Searched refs:expand (Results 1 - 25 of 1104) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
037-finalize-unexpanded-macro.c 1 #define expand(x) expand(x once) macro
3 foo(expand(just))
  /external/libpng/contrib/tools/
reindent 25 expand -t $2
  /external/webrtc/webrtc/modules/audio_coding/neteq/
merge_unittest.cc 19 #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);
normal_unittest.cc 22 #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| goes out of scope
    [all...]
normal.h 28 class Expand;
37 Expand* expand)
41 expand_(expand) {
62 Expand* expand_;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
err-pt32-cmd2.s 1 ! Check command-line error checking. The option -expand-pt32 is invalid with
2 ! -no-expand.
5 ! { dg-options "-abi=64 -expand-pt32 -no-expand" }
6 ! { dg-error ".* invalid together with -no-expand" "" { target sh64-*-* } 0 }
ptc32-noexp-1.d 1 #as: --abi=32 -no-expand
4 #name: PT constant, 32-bit ABI with -no-expand.
ptc64-noexp-1.d 1 #as: --abi=64 -no-expand
4 #name: PT constant, 64-bit ABI with -no-expand.
shift32-noexp-3.d 1 #as: --abi=32 -no-expand
4 #name: Shift expression, local but undefined symbol, 32-bit ABI with -no-expand.
shift64-noexp-3.d 1 #as: --abi=64 -no-expand
4 #name: Shift expression, local but undefined symbol, 64-bit ABI with -no-expand.
case-noexp-1.d 1 #as: --abi=32 -no-expand
4 #name: Case-insensitive registers and opcodes with -no-expand.
err-noexp-cmd1.s 1 ! Check command-line error checking. The option -no-expand is not valid
5 ! { dg-options "-no-expand" }
err-pt32-cmd1.s 1 ! Check command-line error checking. The option -expand-pt32 is only valid
5 ! { dg-options "-expand-pt32" }
ptc64-32-1.d 1 #as: --abi=64 -expand-pt32
4 #name: PT constant, 64-bit ABI with -expand-pt32.
  /external/python/cpython2/Lib/idlelib/idle_test/
test_autoexpand.py 66 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('event'
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_autoexpand.py 67 expand = self.auto_expand.expand_word_event
72 expand('event')
74 expand('event')
76 expand('event')
78 expand('event')
85 expand = self.auto_expand.expand_word_event
91 expand('event')
93 expand('event')
95 expand('event')
97 expand('event'
    [all...]
test_tree.py 29 sc.frame.pack(expand=1, fill="both", side='left')
32 node.expand()
  /external/clang/test/Preprocessor/
macro_fn_lparen_scan.c 2 // 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/
aes.c 29 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(&exp, s_exp)
    [all...]
  /external/llvm/test/MC/MachO/AArch64/
reloc-crash2.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
1cjmp1b-n.d 3 # as: -no-expand
reloc16-n.d 2 # as: -no-expand
relocxrn.d 2 # as: -no-expand -linkrelax
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
getaa-6b.d 9 #as: -no-expand
getaa-6f.d 8 #as: -no-expand

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>