HomeSort by relevance Sort by last modified time
    Searched full:test13 (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
conditional.c 69 // CHECK: @test13
72 void test13() { function
switch-dce.c 220 // CHECK: @test13
221 // CHECK: call void @test13(i32 97)
225 // CHECK: call void @test13(i32 42)
227 void test13(int x) { function
229 case 42: test13(97); // fallthrough
231 default: test13(42); break;
init.c 127 void test13(int x) { function
130 // CHECK: @test13
object-size.c 99 // CHECK: define void @test13
100 void test13() { function
ext-vector.c 245 // CHECK: @test13
247 int4 test13(int4 *V) { function
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VersionTest.java 47 ScriptC_set_target_api_13 test13 = local
51 test13.invoke_check(13);
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
label-control.js 61 document.write("<label for='optionId' id='test13'><input id='inputId13'></label><option id='optionId'></option>");
62 shouldBe("document.getElementById('test13').htmlFor", "'optionId'");
63 shouldBe("document.getElementById('test13').control", "null");
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/
label-control-expected.txt 40 PASS document.getElementById('test13').htmlFor is 'optionId'
41 PASS document.getElementById('test13').control is null
  /external/llvm/test/Transforms/InstSimplify/
undef.ll 108 ; @test13
110 define i64 @test13() {
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 75 public static float[][] test13() { method in class:Blort
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 88 public static void test13(long x) { method in class:Blort
  /external/clang/test/Parser/
char-literal-printing.c 19 char test13(void) { return '\n'; } function
declarators.c 85 struct test13 { int a; } (test13x); struct
  /external/clang/test/Sema/
attr-deprecated.c 93 int test13(foo_dep *foo) __attribute__((deprecated));
c89.c 72 struct test13 { struct
  /external/llvm/test/Transforms/ConstProp/
loads.ll 117 define i1 @test13() {
120 ; CHECK: @test13
  /external/llvm/test/Transforms/InstCombine/
div.ll 107 define i32 @test13(i32 %x) nounwind {
110 ; CHECK: @test13
load.ll 92 define <16 x i8> @test13(<2 x i64> %x) {
rem.ll 85 define i32 @test13(i32 %i) {
mul.ll 108 define internal void @test13(<4 x float>*) {
109 ; CHECK: @test13
sext.ll 140 define i32 @test13(i32 %x) nounwind {
145 ; CHECK: @test13
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 281 namespace test13 { namespace
289 void foo(Role<N, test13::Foo> &role) {
  /external/llvm/test/CodeGen/X86/
avx-shuffle.ll 115 define <4 x i32> @test13(<4 x i32> %a) nounwind {
116 ; check: test13
fast-isel-x86-64.ll 152 define void @test13() nounwind {
155 ; CHECK: test13:
select.ll 200 define i32 @test13(i32 %a, i32 %b) nounwind {
204 ; CHECK: test13:

Completed in 732 milliseconds

1 2 3 4