HomeSort by relevance Sort by last modified time
    Searched full:unknown (Results 76 - 100 of 9189) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
dash-n.s 1 // RUN: not llvm-mc -n -triple i386-unknown-unknown %s 2> %t
directive_abort.s 1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
directive_comm.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_file.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_include.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_loc.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
directive_org.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_set.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
dollars-in-identifiers.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
equ.s 1 // RUN: not llvm-mc -n -triple i386-unknown-unknown %s 2> %t
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
  /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/llvm/utils/lit/tests/Inputs/shtest-format/
lit.cfg 6 config.target_triple = 'x86_64-unknown-unknown'
  /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...]
  /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/Frontend/
warning-options.cpp 3 // CHECK: unknown warning option '-Wmonkey'
4 // CHECK: unknown warning option '-Wno-monkey'
5 // CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-command-line-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));

Completed in 277 milliseconds

1 2 34 5 6 7 8 91011>>