HomeSort by relevance Sort by last modified time
    Searched full:inputs (Results 26 - 50 of 4017) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=ppc32 -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/SPARC/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=sparc -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/Thumb/
DbgValueOtherTargets.test 1 RUN: llc -O0 -mtriple=thumb-eabi -asm-verbose %S/../Inputs/DbgValueOtherTargets.ll -o - | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/XCore/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=xcore -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/DebugInfo/X86/
line.test 1 ; RUN: llc -mtriple=x86_64-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll
  /developers/build/prebuilts/androidtv/sample-inputs/
.gitignore 7 sample-inputs.iml
  /external/llvm/test/Linker/
type-unique-inheritance.ll 1 ; RUN: llvm-link %S/Inputs/type-unique-inheritance-a.ll %S/Inputs/type-unique-inheritance-b.ll -S -o - | FileCheck %S/Inputs/type-unique-inheritance-a.ll
type-unique-simple2.ll 4 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
5 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
7 ; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
  /external/clang/test/Driver/
mingw.cpp 1 // RUN: %clang -target i686-windows-gnu -c -### --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_CLANG_TREE %s
2 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}i686-w64-mingw32{{/|\\\\}}include"
3 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}include"
6 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_org_tree/mingw %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_ORG_TREE %s
7 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include{{/|\\\\}}c++"
8 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include{{/|\\\\}}c++{{/|\\\\}}mingw32"
9 // CHECK_MINGW_ORG_TREE: "{{.*}}{{/|\\\\}}Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include{{/|\\\\}}c++{{/|\\\\}}backward"
10 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include"
11 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include-fixed"
12 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}mingw32{{/|\\\\}}include"
    [all...]
ps4-header-search.c 3 // RUN: env SCE_PS4_SDK_DIR=%S/Inputs/scei-ps4_tree %clang -target x86_64-scei-ps4 -E -v %s 2>&1 | FileCheck %s --check-prefix=ENVPS4
4 // ENVPS4: Inputs/scei-ps4_tree/target/include{{$}}
5 // ENVPS4: Inputs/scei-ps4_tree/target/include_common{{$}}
7 // RUN: %clang -isysroot %S/Inputs/scei-ps4_tree -target x86_64-scei-ps4 -E -v %s 2>&1 | FileCheck %s --check-prefix=SYSROOTPS4
9 // SYSROOTPS4: Inputs/scei-ps4_tree/target/include{{$}}
10 // SYSROOTPS4: Inputs/scei-ps4_tree/target/include_common{{$}}
cc1-response-files.c 1 // RUN: %clang @%S/Inputs/cc1-response.txt -fsyntax-only -disable-llvm-optzns
  /external/clang/test/Preprocessor/
microsoft-header-search.c 1 // RUN: %clang_cc1 -I%S/Inputs/microsoft-header-search %s -fms-compatibility -verify
3 // expected-warning@Inputs/microsoft-header-search/a/findme.h:3 {{findme.h successfully included using Microsoft header search rules}}
4 // expected-warning@Inputs/microsoft-header-search/a/b/include3.h:3 {{#include resolved using non-portable Microsoft search rules as}}
6 // expected-warning@Inputs/microsoft-header-search/falsepos.h:3 {{successfully resolved the falsepos.h header}}
8 #include "Inputs/microsoft-header-search/include1.h"
headermap-rel2.c 4 // RUN: %clang_cc1 -v -fsyntax-only %s -iquote %S/Inputs/headermap-rel2/project-headers.hmap -isystem %S/Inputs/headermap-rel2/system/usr/include -I %S/Inputs/headermap-rel2 -H
5 // RUN: %clang_cc1 -fsyntax-only %s -iquote %S/Inputs/headermap-rel2/project-headers.hmap -isystem %S/Inputs/headermap-rel2/system/usr/include -I %S/Inputs/headermap-rel2 -H 2> %t.out
  /external/llvm/test/tools/sancov/
not_covered_functions.test 2 RUN: sancov -obj %p/Inputs/test-linux_x86_64 -not-covered-functions %p/Inputs/test-linux_x86_64.sancov | FileCheck %s
3 RUN: sancov -obj %p/Inputs/test-linux_x86_64 -not-covered-functions %p/Inputs/test-linux_x86_64-1.sancov | FileCheck --check-prefix=CHECK1 --allow-empty %s
5 CHECK: Inputs{{[/\\]}}foo.cpp:5 foo()
  /external/clang/test/Modules/
modular_maps.cpp 3 // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodule-map-file=%S/Inputs/modular_maps/modulea.map -fmodule-map-file=%S/Inputs/modular_maps/modulec.map -I %S/Inputs/modular_maps %s -verify
4 // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodule-map-file=%S/Inputs/modular_maps/modulec.map -fmodule-map-file=%S/Inputs/modular_maps/modulea.map -I %S/Inputs/modular_maps %s -verify
7 // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodule-map-file=Inputs/modular_maps/modulea.map -fmodule-map-file=Inputs/modular_maps/modulec.map -I Inputs/modular_maps %s -verify
8 // RUN: %clang_cc1 -x objective-c++ -fmodules-cache-path=%t -fmodules -fmodule-map-file=Inputs/modular_maps/modulec.map -fmodule-map-file=Inputs/modular_maps/modulea.map -I Inputs/modular_maps (…)
    [all...]
filename.cpp 2 // RUN: %clang_cc1 -I. -fmodule-name=A -fmodule-map-file=%S/Inputs/filename/module.map %s -E | FileCheck %s
4 #include "Inputs/filename/a.h"
8 // CHECK: const char *p = "./Inputs/filename/a.h"
private.modulemap 4 // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=A -o %t/m.pcm %s
6 // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=B -o %t/m.pcm %s
8 // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=C -o %t/m.pcm %s
10 // RUN: -I%S/Inputs/private3 -emit-module -fmodule-name=D -o %t/m.pcm %s
13 header "Inputs/private3/public.h"
14 private header "Inputs/private3/private.h"
17 header "Inputs/private3/public.h"
19 private header "Inputs/private3/private.h"
24 header "Inputs/private3/public.h"
26 private header "Inputs/private3/private.h
    [all...]
include_next.c 2 // RUN: %clang_cc1 -I%S/Inputs/include_next/x -I%S/Inputs/include_next/y -verify %s
3 // RUN: %clang_cc1 -I%S/Inputs/include_next/x -I%S/Inputs/include_next/y -verify %s -fmodules -fimplicit-module-maps -fmodules-cache-path=%t
  /external/skia/include/effects/
SkComposeImageFilter.h 24 SkImageFilter* inputs[2] = { outer, inner }; local
25 return new SkComposeImageFilter(inputs);
33 explicit SkComposeImageFilter(SkImageFilter* inputs[2]) : INHERITED(2, inputs) {
34 SkASSERT(inputs[0]);
35 SkASSERT(inputs[1]);
  /external/v8/test/unittests/compiler/
state-values-utils-unittest.cc 28 NodeVector inputs(zone());
31 inputs.push_back(Int32Constant(i));
33 Node* state_values = StateValuesFromVector(&inputs);
44 NodeVector inputs(zone());
45 Node* state_values = StateValuesFromVector(&inputs);
54 NodeVector inputs(zone());
63 inputs.push_back(StateValuesFromVector(&nested_inputs));
78 inputs.push_back(StateValuesFromVector(&nested_inputs));
80 inputs.push_back(Int32Constant(count++));
83 Node* state_values = StateValuesFromVector(&inputs);
    [all...]
  /external/clang/test/Lexer/
cross-windows-on-linux.cpp 3 #include "Inputs\success.h"
5 // CHECK: error: 'Inputs\success.h' file not found
6 // CHECK: #include "Inputs\success.h"
13 // This test may or may not fail since 'Inputs\success.h' is passed
  /external/llvm/test/Object/
nm-weak-global-macho.test 1 RUN: llvm-nm %p/Inputs/weak-global-symbol.macho-i386 | FileCheck %s
  /external/llvm/test/tools/llvm-nm/X86/
externalonly.test 1 # RUN: llvm-nm -g %p/Inputs/hello.obj.macho-x86_64 | FileCheck %s
  /external/llvm/test/tools/llvm-objdump/X86/
coff-dis-internal.test 1 RUN: llvm-objdump -d %p/Inputs/internal.exe.coff-x86_64 | FileCheck %s
  /external/llvm/test/tools/llvm-objdump/
common-symbol-elf.test 1 // RUN: llvm-objdump -t %p/Inputs/common-symbol-elf | FileCheck %s

Completed in 493 milliseconds

12 3 4 5 6 7 8 91011>>