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

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Driver/
B-opt.c 4 // RUN: -B %S/Inputs/B_opt_tree/dir1 2>&1 \
6 // CHECK-B-OPT-TRIPLE: "{{.*}}/Inputs/B_opt_tree/dir1{{/|\\\\}}i386-unknown-linux-ld"
9 // RUN: -B %S/Inputs/B_opt_tree/dir2 2>&1 \
11 // CHECK-B-OPT-DIR: "{{.*}}/Inputs/B_opt_tree/dir2{{/|\\\\}}ld"
14 // RUN: -B %S/Inputs/B_opt_tree/dir3/prefix- 2>&1 \
16 // CHECK-B-OPT-PREFIX: "{{.*}}/Inputs/B_opt_tree/dir3{{/|\\\\}}prefix-ld"
19 // RUN: -B %S/Inputs/B_opt_tree/dir3/prefix- \
20 // RUN: -B %S/Inputs/B_opt_tree/dir2 2>&1 \
22 // CHECK-B-OPT-MULT: "{{.*}}/Inputs/B_opt_tree/dir3{{/|\\\\}}prefix-ld"
gcc-version-debug.c 3 // RUN: --sysroot=%S/Inputs/debian_multiarch_tree 2>&1 | FileCheck %s
5 // CHECK: Found candidate GCC installation: {{.*}}Inputs{{.}}debian_multiarch_tree{{.}}usr{{.}}lib{{.}}gcc{{.}}i686-linux-gnu{{.}}4.5
6 // CHECK-NEXT: Found candidate GCC installation: {{.*}}Inputs{{.}}debian_multiarch_tree{{.}}usr{{.}}lib{{.}}gcc{{.}}x86_64-linux-gnu{{.}}4.5
7 // CHECK-NEXT: Selected GCC installation: {{.*}}Inputs{{.}}debian_multiarch_tree{{.}}usr{{.}}lib{{.}}gcc{{.}}i686-linux-gnu{{.}}4.5
  /external/clang/test/Index/
preamble-reparse.c 1 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local "-remap-file=%S/Inputs/preamble-reparse-1.c,%S/Inputs/preamble-reparse-2.c" %S/Inputs/preamble-reparse-1.c | FileCheck %s
complete-at-EOF.c 3 // RUN: -code-completion-at=%S/Inputs/complete-at-EOF.c:4:1 %S/Inputs/complete-at-EOF.c | FileCheck -check-prefix=CHECK-EOF %s
8 // RUN: -code-completion-at=%S/Inputs/complete-at-EOF.c:2:1 %S/Inputs/complete-at-EOF.c | FileCheck -check-prefix=CHECK-AFTER-PREAMBLE %s
get-cursor-includes.c 4 // RUN: c-index-test -write-pch %t.h.pch -I%S/Inputs -Xclang -detailed-preprocessing-record %S/Inputs/get-cursor-includes-2.h
5 // RUN: c-index-test -cursor-at=%S/Inputs/get-cursor-includes-2.h:1:5 -I%S/Inputs -include %t.h %s | FileCheck %s
  /external/clang/test/Lexer/
header.cpp 4 #include "Inputs/good-header-guard.h"
5 #include "Inputs/no-define.h"
6 #include "Inputs/different-define.h"
7 #include "Inputs/out-of-order-define.h"
8 #include "Inputs/tokens-between-ifndef-and-define.h"
9 #include "Inputs/unlikely-to-be-header-guard.h"
11 #include "Inputs/bad-header-guard.h"
21 #include "Inputs/bad-header-guard-defined.h"
31 #include "Inputs/multiple.h"
32 #include "Inputs/multiple.h
    [all...]
cross-windows-on-linux-default.cpp 4 #include "Inputs\success.h"
  /external/clang/test/Modules/
private1.cpp 2 // RUN: %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs/private0 -I %S/Inputs/private1 -I %S/Inputs/private2 %s -verify
self-import-header.m 4 // RUN: %clang -fsyntax-only -isysroot %S/Inputs/System/usr/include -fmodules -fmodules-cache-path=%t \
6 // RUN: -F %S -F %S/Inputs/self-import-header -I %S/Inputs/self-import-header \
macro-hiding.cpp 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DD1
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DC1
4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DC1 -DD1
5 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2
6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DD1
7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DC1
8 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB2 -DC1 -DD1
9 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1
10 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1 -DD1
11 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hiding %s -DB1 -DC
    [all...]
preprocess.m 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -include %S/Inputs/preprocess-prefix.h -E %s | FileCheck -strict-whitespace %s
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c-header -emit-pch %S/Inputs/preprocess-prefix.h -o %t.pch
4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -include-pch %t.pch -E %s | FileCheck -strict-whitespace %s
6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs -I %S/Inputs/preprocess -x objective-c++ -include %S/Inputs/preprocess-prefix.h -E %s | FileCheck -strict-white (…)
    [all...]
  /external/llvm/test/DebugInfo/
dwarfdump-invalid.test 3 RUN: not llvm-dwarfdump %p/Inputs/invalid.elf 2>&1 | FileCheck %s --check-prefix=INVALID-ELF
4 RUN: not llvm-dwarfdump %p/Inputs/invalid.elf.2 2>&1 | FileCheck %s --check-prefix=INVALID-ELF
5 RUN: not llvm-dwarfdump %p/Inputs/invalid.elf.3 2>&1 | FileCheck %s --check-prefix=INVALID-ELF
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 155 m_spec.inputs.push_back(Symbol("in0", glu::VarType(glu::TYPE_FLOAT_VEC2, precision)));
164 std::vector<tcu::Vec2> inputs; local
171 inputs.push_back(tcu::Vec2(0.0f, 0.0f));
172 inputs.push_back(tcu::Vec2(-1.0f, 1.0f));
173 inputs.push_back(tcu::Vec2(0.5f, -0.5f));
174 inputs.push_back(tcu::Vec2(-1.5f, 1.5f));
175 inputs.push_back(tcu::Vec2(0.25f, -0.75f));
182 inputs.push_back(tcu::Vec2(x, y));
190 inputs.push_back(tcu::Vec2(x, y));
193 outputs.resize(inputs.size())
268 std::vector<deUint32> inputs; local
355 std::vector<tcu::Vec2> inputs; local
459 std::vector<deUint32> inputs; local
546 std::vector<tcu::Vec2> inputs; local
652 std::vector<deUint32> inputs; local
762 std::vector<tcu::Vec4> inputs; local
876 std::vector<deUint32> inputs; local
971 std::vector<tcu::Vec4> inputs; local
1085 std::vector<deUint32> inputs; local
    [all...]
  /art/test/586-checker-null-array-get/
info.txt 2 that used to merge two array gets that have the same inputs but
  /external/clang/test/ARCMT/
migrate-on-pch-and-module.m 2 // RUN: %clang_cc1 -objcmt-migrate-subscripting -emit-pch -o %t.pch %s -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -F %S/Inputs -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp -w
3 // RUN: %clang_cc1 -objcmt-migrate-subscripting -include-pch %t.pch %s -migrate -o %t.remap -isysroot %S/Inputs/System -triple x86_64-apple-darwin10 -F %S/Inputs -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp
  /external/clang/test/Frontend/
iframework.c 1 // RUN: %clang -fsyntax-only -iframework %S/Inputs %s -Xclang -verify
  /external/clang/test/PCH/
chain-decls.c 2 // RUN: %clang_cc1 -include %S/Inputs/chain-decls1.h -include %S/Inputs/chain-decls2.h -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-decls1.h
6 // RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-decls2.h -include-pch %t1
chain-ext_vector.c 2 // RUN: %clang_cc1 -include %S/Inputs/chain-ext_vector1.h -include %S/Inputs/chain-ext_vector2.h -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-ext_vector1.h
6 // RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-ext_vector2.h -include-pch %t1
chain-macro-override.c 2 // RUN: %clang_cc1 -include %S/Inputs/chain-macro-override1.h -include %S/Inputs/chain-macro-override2.h -fsyntax-only -verify -detailed-preprocessing-record %s
5 // RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-macro-override1.h -detailed-preprocessing-record
6 // RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-macro-override2.h -include-pch %t1 -detailed-preprocessing-record
typo.cpp 2 // RUN: %clang_cc1 -include %S/Inputs/typo.hpp -verify %s
5 // RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/Inputs/typo.hpp
10 // expected-note@Inputs/typo.hpp:5{{'boost::graph::adjacency_list' declared here}}
14 // expected-note@Inputs/typo.hpp:2{{'boost::function' declared here}}
  /external/clang/test/Sema/
ms-keyword-system-header.c 1 // RUN: %clang_cc1 -fms-extensions -D MS -isystem %S/Inputs %s -fsyntax-only -verify
2 // RUN: %clang_cc1 -fms-extensions -D MS -Wno-keyword-compat -I %S/Inputs %s -fsyntax-only -verify
3 // RUN: %clang_cc1 -fms-extensions -D MS -D NOT_SYSTEM -I %S/Inputs %s -fsyntax-only -verify
4 // RUN: %clang_cc1 -isystem %S/Inputs %s -fsyntax-only -verify
  /external/clang/test/SemaCXX/
builtin-exception-spec.cpp 1 // RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
  /external/clang/test/SemaObjCXX/
nullability-consistency.mm 1 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -isystem %S/Inputs/nullability-consistency-system %s -verify
2 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -isystem %S/Inputs/nullability-consistency-system %s -Wsystem-headers -DWARN_IN_SYSTEM_HEADERS -verify
  /external/llvm/test/Bindings/llvm-c/
invalid-bitcode.test 1 ; RUN: not llvm-c-test --module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck %s
2 ; RUN: not llvm-c-test --lazy-module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck %s
7 ; RUN: not llvm-c-test --new-module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck --check-prefix=NEW %s
8 ; RUN: not llvm-c-test --lazy-new-module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck --check-prefix=NEW %s
  /external/llvm/test/Bitcode/
padding.test 14 RUN: llvm-dis -disable-output %p/Inputs/padding.bc
15 RUN: opt -disable-output %p/Inputs/padding.bc
17 RUN: llvm-dis -disable-output %p/Inputs/padding-garbage.bc
18 RUN: opt -disable-output %p/Inputs/padding-garbage.bc

Completed in 271 milliseconds

1 2 34 5 6 7 8 91011>>