HomeSort by relevance Sort by last modified time
    Searched refs:macro (Results 51 - 75 of 187) sorted by null

1 23 4 5 6 7 8

  /build/core/combo/arch/x86/
x86-atom.mk 1 # This file contains feature macro definitions specific to the
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 194 # used to add a macro define/undef line to the configuration
195 # $1: macro name
216 # $2 : macro prefix
243 local macro
245 macro=`to_uppercase $1`
246 macro=`echo $macro | tr '/' '_'`
248 config_add_macro HAVE_${macro}_H $result "StdCHeader "
268 local macro
270 macro=`to_uppercase $1
    [all...]
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 18 .macro load_aligned_16 V R O
27 .macro prologue
39 .macro epilogue
45 .macro SAD_16
55 .macro sad_16_loop loop_label
112 .macro sad_8_loop loop_label
226 .macro transfer_4x4 I P
variance_altivec.asm 21 .macro load_aligned_16 V R O
30 .macro prologue
44 .macro epilogue
50 .macro compute_sum_sse
72 .macro variance_16 DS loop_label store_sum
105 .macro variance_8 DS loop_label store_sum
320 .macro transfer_4x4 I P
fdct_altivec.asm 15 .macro load_c V, LABEL, OFF, R0, R1
27 .macro prologue
48 .macro epilogue
61 .macro two_rows_horiz Dst
79 .macro two_rows_vert Ceven, Codd
95 .macro two_rows_h Dest
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 57 private Map<String, Macro> macros = new HashMap<String, Macro>();
185 public void registerMacro(String name, Macro macro) {
186 macros.put(name, macro);
190 public Macro findMacro(String name) {
191 Macro macro = macros.get(name); local
192 if (macro == null) {
193 throw new JSilverInterpreterException("No such macro: " + name)
    [all...]
RenderingContext.java 94 * Register a macro in the current rendering context. This macro will be available to all other
97 void registerMacro(String name, Macro macro);
100 * Lookup a macro that's already been registered. Throws JSilverInterpreterException if macro not
103 Macro findMacro(String name) throws JSilverInterpreterException;
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 108 .macro Tpair A, B, X, Y
115 .macro t16_even
126 .macro t16_odd
139 .macro t16_full
183 .macro Transpose4times4x4 Vlo, Vhi
250 .macro t8x16_odd
257 .macro t8x16_even
264 .macro transpose8x16_fwd
271 .macro transpose8x16_inv
277 .macro Transpose16x1
    [all...]
filter_bilinear_altivec.asm 17 .macro load_c V, LABEL, OFF, R0, R1
23 .macro load_vfilter V0, V1
30 .macro HProlog jump_label
78 .macro HFilter V
92 .macro hfilter_8 V, increment_counter
108 .macro load_and_align_8 V, increment_counter
123 .macro write_aligned_8 V, increment_counter
131 .macro vfilter_16 P0 P1
150 .macro w_8x8 V, D, R, P
458 .macro hfilter_16 V, increment_counte
    [all...]
recon_altivec.asm 16 .macro row_of16 Diff Pred Dst Stride
56 .macro two_rows_of8 Diff Pred Dst Stride write_first_four_pels
109 .macro get_two_diff_rows
  /external/dbus/bus/
Android.mk 16 # We get warning in the _DBUS_ASSERT_ERROR_IS_SET macro. Suppress
  /external/libvpx/build/make/
ads2gas_apple.pl 137 # put the colon at the end of the line in the macro
160 # Begin macro definition
161 if (/MACRO/)
163 # Process next line down, which will be the macro definition
174 print ".macro @incoming_array[0]\n";
176 # remove the first element, as that is the name of the macro
191 # s/\$/\\/g; # End macro definition
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 223 #define FOR_EACH_RESPONDER_SELECTOR(macro) \
224 macro(alignCenter) \
225 macro(alignJustified) \
226 macro(alignLeft) \
227 macro(alignRight) \
228 macro(capitalizeWord) \
229 macro(centerSelectionInVisibleArea) \
230 macro(changeAttributes) \
231 macro(changeBaseWritingDirection) \
232 macro(changeBaseWritingDirectionToLTR)
    [all...]
  /external/v8/
Android.v8common.mk 71 src/regexp-macro-assembler.cc \
72 src/regexp-macro-assembler-irregexp.cc \
120 src/arm/macro-assembler-arm.cc \
121 src/arm/regexp-macro-assembler-arm.cc \
141 src/ia32/macro-assembler-ia32.cc \
142 src/ia32/regexp-macro-assembler-ia32.cc \
151 src/regexp-macro-assembler-tracer.cc
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_so.S 102 .set macro
  /external/stlport/stlport/stl/
_new.h 38 /* STLport cannot replace native Std library new header if new is a macro,
39 * please define new macro after <new> header inclusion.
41 # error Cannot include native new header as new is a macro.
  /external/webkit/Tools/Scripts/
extract-localizable-strings 36 # 3) It looks for strings that are not marked for localization, using both macro names that are
120 my $macro;
172 } elsif (($macro =~ /(WEB_)?UI_STRING_KEY(_INTERNAL)?$/) and !defined $key) {
183 # In a debug macro, no need to localize.
208 print "$file:$.:ERROR:found a use of an NSLocalized macro; not supported\n";
233 $macro = $token;
248 $macro = "";
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 38 /* STLport cannot replace native Std library new header if new is a macro,
39 * please define new macro after <new> header inclusion.
41 # error Cannot include native new header as new is a macro.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 38 /* Macro defined on line LINE with name and expansion TEXT. */
41 /* MACRO undefined on line LINE. */
42 void (* undef) (unsigned int line, const char *macro);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
debug.h 38 /* Macro defined on line LINE with name and expansion TEXT. */
41 /* MACRO undefined on line LINE. */
42 void (* undef) (unsigned int line, const char *macro);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 38 /* Macro defined on line LINE with name and expansion TEXT. */
41 /* MACRO undefined on line LINE. */
42 void (* undef) (unsigned int line, const char *macro);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_new.h 38 /* STLport cannot replace native Std library new header if new is a macro,
39 * please define new macro after <new> header inclusion.
41 # error Cannot include native new header as new is a macro.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_new.h 38 /* STLport cannot replace native Std library new header if new is a macro,
39 * please define new macro after <new> header inclusion.
41 # error Cannot include native new header as new is a macro.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_new.h 38 /* STLport cannot replace native Std library new header if new is a macro,
39 * please define new macro after <new> header inclusion.
41 # error Cannot include native new header as new is a macro.
  /external/libffi/src/arm/
sysv.S 95 .macro ARM_FUNC_START name
110 .macro ARM_FUNC_START name
119 .macro RETLDM regs=, cond=, dirn=ia

Completed in 322 milliseconds

1 23 4 5 6 7 8