OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unknown
(Results
76 - 100
of
8594
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/AsmParser/
line_with_hash.s
1
# RUN: llvm-mc -triple i386-
unknown
-
unknown
%s | FileCheck %s
macro-err1.s
1
// RUN: not llvm-mc -triple x86_64-
unknown
-
unknown
%s 2> %t
purgem.s
1
# RUN: not llvm-mc -triple i386-
unknown
-
unknown
%s 2>&1 | FileCheck %s
variables.s
1
// RUN: llvm-mc -triple i386-
unknown
-
unknown
%s
/external/llvm/test/MC/Disassembler/MBlaze/
mblaze_mbar.txt
1
# RUN: llvm-mc --disassemble %s -triple=mblaze-
unknown
-
unknown
| FileCheck %s
/external/llvm/test/MC/ELF/
bracket.s
1
// RUN: not llvm-mc -triple i386-
unknown
-
unknown
%s 2> %t1 > %t2
/external/llvm/test/MC/Mips/
elf-objdump.s
2
// RUN: llvm-mc -filetype=obj -triple mips-
unknown
-linux %s -o - | llvm-objdump -d -triple mips-
unknown
-linux - | FileCheck %s
4
// RUN: llvm-mc -filetype=obj -triple mipsel-
unknown
-linux %s -o - | llvm-objdump -d -triple mips-
unknown
-linux - | FileCheck %s
6
// RUN: llvm-mc -filetype=obj -arch=mips64 -triple mips64-
unknown
-linux %s -o - | llvm-objdump -d -triple mips-
unknown
-linux - | FileCheck %s
8
// RUN: llvm-mc -filetype=obj -arch=mips64el -triple mips64el-
unknown
-linux %s -o - | llvm-objdump -d -triple mips-
unknown
-linux - | FileCheck %s
mips_directives.s
1
# RUN: llvm-mc -triple mips-
unknown
-
unknown
%s
/external/llvm/test/MC/X86/
intel-syntax-2.s
1
// RUN: llvm-mc -triple x86_64-
unknown
-
unknown
-x86-asm-syntax=att %s | FileCheck %s
/external/chromium/chrome/browser/ui/views/
shell_dialogs_win_unittest.cc
20
// An
unknown
extension, or no extension, should get the default extension
22
{ L"sample.
unknown
", L"*.txt", L"txt", L"sample.
unknown
.txt" },
24
// ...unless the
unknown
and default extensions match.
25
{ L"sample.
unknown
", L"*.
unknown
", L"
unknown
", L"sample.
unknown
" },
35
{ L"sample.
unknown
", L"*.*", L"", L"sample.
unknown
" },
[
all
...]
/external/clang/test/SemaObjC/
special-dep-unavail-warning.m
33
[c depInA]; // expected-warning {{'depInA' maybe deprecated because receiver type is
unknown
}}
34
[c unavailMeth]; // expected-warning {{'unavailMeth' maybe unavailable because receiver type is
unknown
}}
35
[c depInA1]; // expected-warning {{'depInA1' maybe deprecated because receiver type is
unknown
}}
36
[c unavailMeth1]; // expected-warning {{'unavailMeth1' maybe unavailable because receiver type is
unknown
}}
37
[c depInA2]; // expected-warning {{'depInA2' maybe deprecated because receiver type is
unknown
}}
38
[c unavailMeth2]; // expected-warning {{'unavailMeth2' maybe unavailable because receiver type is
unknown
}}
39
[c depunavailInA]; // expected-warning {{'depunavailInA' maybe unavailable because receiver type is
unknown
}}
40
[c depunavailInA1];// expected-warning {{'depunavailInA1' maybe unavailable because receiver type is
unknown
}}
41
[c FuzzyMeth]; // expected-warning {{'FuzzyMeth' maybe deprecated because receiver type is
unknown
}}
42
[c FuzzyMeth1]; // expected-warning {{'FuzzyMeth1' maybe deprecated because receiver type is
unknown
}}
[
all
...]
/bionic/tests/
string_test.cpp
28
ASSERT_STREQ("
Unknown
error 4294967295", strerror(-1));
29
ASSERT_STREQ("
Unknown
error 1234", strerror(1234));
33
bool equal = (strcmp("
Unknown
error 2002", strerror(2002)) == 0);
40
ASSERT_STREQ("
Unknown
error 1001", strerror1001);
48
ASSERT_STREQ("
Unknown
error 1001", strerror1001);
64
ASSERT_STREQ("
Unknown
error 4294967295", buf);
66
ASSERT_STREQ("
Unknown
error 1234", buf);
86
ASSERT_STREQ("
Unknown
signal -1", strsignal(-1)); // Too small.
87
ASSERT_STREQ("
Unknown
signal 0", strsignal(0)); // Still too small.
88
ASSERT_STREQ("
Unknown
signal 1234", strsignal(1234)); // Too large
[
all
...]
/external/clang/test/SemaCXX/
unknown-anytype.cpp
17
int x = foo; // expected-error {{'foo' has
unknown
type}}
18
int y = 0 + foo; // expected-error {{'foo' has
unknown
type}}
19
return foo; // expected-error {{'foo' has
unknown
type}}
26
foo(); // expected-error {{'foo' has
unknown
return type}}
33
foo(); // expected-error {{call to unsupported expression with
unknown
type}}
34
((void(void)) foo)(); // expected-error {{variable 'foo' with
unknown
type cannot be given a function type}}
45
int x = (int) test1; // expected-error {{function 'test1' with
unknown
type must be given a function type}}
/external/clang/test/PCH/
__va_list_tag.c
4
// RUN: %clang_cc1 -triple=x86_64-
unknown
-freebsd7.0 -include %S/Inputs/__va_list_tag.h %s -emit-llvm -o -
7
// RUN: %clang_cc1 -triple=x86_64-
unknown
-freebsd7.0 -emit-pch -x c-header -o %t %S/Inputs/__va_list_tag.h
8
// RUN: %clang_cc1 -triple=x86_64-
unknown
-freebsd7.0 -include-pch %t %s -verify
/external/clang/test/Driver/
pic.c
31
// RUN: %clang -c %s -target i386-
unknown
-
unknown
-### 2>&1 \
33
// RUN: %clang -c %s -target i386-
unknown
-
unknown
-fpic -### 2>&1 \
35
// RUN: %clang -c %s -target i386-
unknown
-
unknown
-fPIC -### 2>&1 \
37
// RUN: %clang -c %s -target i386-
unknown
-
unknown
-fpie -### 2>&1 \
39
// RUN: %clang -c %s -target i386-
unknown
-
unknown
-fPIE -### 2>&1
[
all
...]
unknown-arg.c
4
// CHECK:
unknown
argument
/dalvik/tests/004-annotations/src/android/test/anno/
AnnoFancyType.java
10
public String name() default "
unknown
";
/dalvik/vm/mterp/c/
OP_UNUSED_FF.cpp
5
ALOGE("
unknown
opcode 0x%02x\n", INST_INST(inst));
/external/clang/test/CodeGen/
blocks-2.c
3
// RUN: %clang_cc1 -g %s -triple i386-
unknown
-
unknown
-emit-llvm -o %t -fblocks -fblock-introspection
5
// RUN: %clang_cc1 -g %s -triple i386-
unknown
-
unknown
-emit-llvm -o %t -fblocks
builtin-count-zeros.c
1
// RUN: %clang_cc1 -triple x86_64-
unknown
-
unknown
-emit-llvm %s -o - | FileCheck %s
2
// RUN: %clang_cc1 -triple arm-
unknown
-
unknown
-emit-llvm %s -o - | FileCheck %s --check-prefix=CHECK-ARM
enum.c
1
// RUN: %clang_cc1 -triple i386-
unknown
-
unknown
%s -O3 -emit-llvm -o - | grep 'ret i32 6'
2
// RUN: %clang_cc1 -triple i386-
unknown
-
unknown
-x c++ %s -O3 -emit-llvm -o - | grep 'ret i32 7'
nvptx-inlineasm.c
1
// RUN: %clang_cc1 -triple nvptx-
unknown
-
unknown
-O3 -S -o - %s -emit-llvm | FileCheck %s
2
// RUN: %clang_cc1 -triple nvptx64-
unknown
-
unknown
-O3 -S -o - %s -emit-llvm | FileCheck %s
/external/clang/test/CodeGenObjC/
objc2-strong-cast-1.m
1
// RUN: %clang_cc1 -triple x86_64-
unknown
-
unknown
-fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-
unknown
-
unknown
-fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
/external/clang/test/FixIt/
no-typo.c
6
point p1; // expected-error{{
unknown
type name 'point'}}
/external/clang/test/Preprocessor/
_Pragma.c
6
_Pragma("#define macro") // expected-warning {{
unknown
pragma ignored}}
Completed in 8605 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>