HomeSort by relevance Sort by last modified time
    Searched refs:f6 (Results 126 - 150 of 246) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/v8/test/mjsunit/harmony/
block-scoping.js 132 function f6() { function
141 assertEquals(3, f6(6));
  /external/clang/test/Analysis/
malloc-annotations.c 171 void f6() { function
null-deref-ps.c 90 int f6(int *p) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 81 Agg<float> f6 = {0.1}; // OK (double constant in range but rounded) local
p7-cxx11-nowarn.cpp 82 Agg<float> f6 = {0.1}; // OK (double constant in range but rounded) local
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 103 void f6(int A2::RC::x); // expected-error{{parameter declarator cannot be qualified}}
  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 68 // CHECK-LABEL: f6:
69 f6: label
  /external/llvm/test/MC/ELF/
cfi.s 35 f6: label
  /external/llvm/test/MC/Mips/mips2/
invalid-mips32.s 24 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
25 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
valid.s 29 ceil.w.s $f6,$f20
87 round.w.d $f6,$f4
120 swc1 $f6,-8465($24)
  /external/llvm/test/MC/PowerPC/
ppc64-regs.s 45 #CHECK: .cfi_offset f6, 348
162 .cfi_offset f6,348
  /external/openssl/crypto/
ppccpuid.pl 57 fmr f6,f31
  /device/lge/hammerhead/
audio_effects.conf 94 uuid 2c4a8c24-1581-487f-94f6-0002a5d5c51b
  /external/llvm/test/MC/ARM/
ldr-pseudo.s 60 @ CHECK-LABEL: f6:
61 f6: label
  /external/llvm/test/MC/Mips/mips1/
invalid-mips4.s 13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
57 movf.d $f6,$f10,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
58 movf.d $f6,$f10,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
74 round.w.d $f6,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
invalid-mips5.s 13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
56 movf.d $f6,$f10,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
57 movf.d $f6,$f10,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
73 round.w.d $f6,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips32.s 13 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips4/
valid.s 34 ceil.w.s $f6,$f20
127 movf.d $f6,$f11,$fcc5
159 round.w.d $f6,$f4
196 swc1 $f6,-8465($24)
  /external/llvm/test/MC/Mips/mips5/
valid.s 34 ceil.w.s $f6,$f20
128 movf.d $f6,$f11,$fcc5
160 round.w.d $f6,$f4
198 swc1 $f6,-8465($24)
  /external/llvm/test/MC/Mips/mips64/
valid.s 34 ceil.w.s $f6,$f20
138 movf.d $f6,$f11,$fcc5
174 round.w.d $f6,$f4
214 swc1 $f6,-8465($24)
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 124 IntentFilter f6 = new IntentFilter(); typedefs
125 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
126 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
127 f6.addAction(MediaControlIntent.ACTION_GET_SESSION_STATUS);
128 f6.addAction(MediaControlIntent.ACTION_END_SESSION);
142 CONTROL_FILTERS_SESSION.add(f6); typedefs
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
SampleMediaRouteProvider.java 124 IntentFilter f6 = new IntentFilter(); typedefs
125 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
126 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
127 f6.addAction(MediaControlIntent.ACTION_GET_SESSION_STATUS);
128 f6.addAction(MediaControlIntent.ACTION_END_SESSION);
142 CONTROL_FILTERS_SESSION.add(f6); typedefs
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouteProvider.java 131 IntentFilter f6 = new IntentFilter(); typedefs
132 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
133 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
134 f6.addAction(MediaControlIntent.ACTION_GET_SESSION_STATUS);
135 f6.addAction(MediaControlIntent.ACTION_END_SESSION);
149 CONTROL_FILTERS_SESSION.add(f6); typedefs
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/provider/
SampleMediaRouteProvider.java 124 IntentFilter f6 = new IntentFilter(); typedefs
125 f6.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
126 f6.addAction(MediaControlIntent.ACTION_START_SESSION);
127 f6.addAction(MediaControlIntent.ACTION_GET_SESSION_STATUS);
128 f6.addAction(MediaControlIntent.ACTION_END_SESSION);
142 CONTROL_FILTERS_SESSION.add(f6); typedefs
  /external/libunwind/tests/
ia64-test-nat-asm.S 393 .spillreg f4, f6
394 mov f6 = f4;;
417 mov f4 = f6

Completed in 988 milliseconds

1 2 3 4 56 7 8 910