HomeSort by relevance Sort by last modified time
    Searched refs:alternative (Results 26 - 50 of 176) sorted by null

12 3 4 5 6 7 8

  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") macro
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") macro
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") macro
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") macro
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") macro
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") macro
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ReverseLinearLayout.java 75 public void setAlternativeOrder(boolean alternative) {
76 mIsAlternativeOrder = alternative;
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
122 alternative
ANTLRTreePrinter.g 126 | alternative
316 alternative rewrite ( {out("|");} alternative rewrite )*
321 alternative
348 ( alternative
  /device/google/marlin/
audio_output_policy.conf 55 alternative 1
  /external/avahi/avahi-common/
Android.mk 9 alternative.c \
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 199 a1=alternative rewrite ( '|' a2=alternative rewrite )*
201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] )
211 : a1=alternative rewrite ( '|' a2=alternative rewrite )*
212 -> ^( {blkRoot} (alternative rewrite?)+ EOB["EOB"] )
215 alternative
  /external/chromium-trace/catapult/tracing/third_party/mannwhitneyu/
mannwhitneyu.js 153 // set default value for alternative
175 // compute z according to given alternative
183 console.log('Unknown alternative argument');
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 29 * The ${symbol_prefix}* macros can be used as stable alternative names for the
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_matcher.py 59 for alternative in pattern[0]:
62 end_nodes = self.add(alternative, start=start)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_matcher.py 59 for alternative in pattern[0]:
62 end_nodes = self.add(alternative, start=start)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 59 for alternative in pattern[0]:
62 end_nodes = self.add(alternative, start=start)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py 59 for alternative in pattern[0]:
62 end_nodes = self.add(alternative, start=start)
  /external/avahi/avahi-core/
update-test.c 31 #include <avahi-common/alternative.h>
querier-test.c 29 #include <avahi-common/alternative.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthsdpdef.h 102 } alternative; member in union:_SPD_ELEMENT_DATA::__anon41573
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestRunner.java 194 private long parseLongParam(String key, long alternative) throws NumberFormatException {
199 return alternative;
203 private boolean parseBooleanParam(String key, boolean alternative)
208 return alternative;
212 private String parseStringParam(String key, String alternative) {
216 return alternative;
241 * Provide a wrapped context so that we can provide an alternative class loader
  /external/v8/src/regexp/
regexp-ast.cc 305 RegExpTree* alternative = alternatives->at(i); local
306 min_match_ = Min(min_match_, alternative->min_match());
307 max_match_ = Max(max_match_, alternative->max_match());
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 27 * the appropriate alternative. Lookhead can be arbitrarily

Completed in 678 milliseconds

12 3 4 5 6 7 8