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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Driver/
instrprof-ld.c 5 // RUN: -resource-dir=%S/Inputs/resource_dir \
6 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
10 // CHECK-LINUX-I386: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}linux{{/|\\\\}}libclang_rt.profile-i386.a" {{.*}} "-lc"
14 // RUN: -resource-dir=%S/Inputs/resource_dir \
15 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
19 // CHECK-LINUX-X86-64: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}linux{{/|\\\\}}libclang_rt.profile-x86_64.a" {{.*}} "-lc"
23 // RUN: -resource-dir=%S/Inputs/resource_dir \
24 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
28 // CHECK-LINUX-NOSTDLIB-X86-64: "{{.*}}/Inputs/resource_dir{{/|\\\\}}lib{{/|\\\\}}linux{{/|\\\\}}libclang_rt.profile-x86_64.a"
32 // RUN: -resource-dir=%S/Inputs/resource_dir
    [all...]
mingw-useld.c 1 // RUN: %clang -### -target i686-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&1 | FileCheck -check-prefix=CHECK_LD_32 %s
6 // RUN: %clang -### -target i686-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -fuse-ld=lld 2>&1 | FileCheck -check-prefix=CHECK_LLD_32 %s
11 // RUN: %clang -### -target x86_64-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -fuse-ld=lld 2>&1 | FileCheck -check-prefix=CHECK_LLD_64 %s
16 // RUN: %clang -### -target arm-pc-windows-gnu --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s -fuse-ld=lld 2>&1 | FileCheck -check-prefix=CHECK_LLD_ARM %s
  /external/clang/test/Modules/
dependency-gen.modulemap 4 // RUN: %clang_cc1 -I. -x c++ -fmodule-name=test -fmodules -emit-module -fno-validate-pch -fmodules-strict-decluse %s -dependency-file - -MT implicit.pcm -o %t/implicit.pcm -fmodules-cache-path=%t -fmodule-map-file-home-is-cwd -fmodule-map-file=%S/Inputs/dependency-gen-base.modulemap | FileCheck %s --check-prefix=IMPLICIT
6 // RUN: %clang_cc1 -I. -x c++ -fmodule-name=test-base -fmodules -emit-module -fno-validate-pch -fmodules-strict-decluse Inputs/dependency-gen-base.modulemap -o %t/base.pcm -fmodule-map-file-home-is-cwd -fmodule-map-file=%S/Inputs/dependency-gen-base.modulemap
9 // RUN: %clang_cc1 -I. -x c++ -fmodules -include Inputs/dependency-gen.h -x c++ /dev/null -fmodule-file=%t/explicit.pcm -MT main.o -fsyntax-only -dependency-file - | FileCheck %s --check-prefix=EXPLICIT-USE
12 header "Inputs/dependency-gen.h"
21 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base.modulemap
22 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base2.modulemap
23 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen.h
24 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-included.h
25 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-included2.
    [all...]
resolution-change.m 4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -emit-pch -o %t-A.pch %s
7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -include-pch %t-A.pch %s -fsyntax-only -Werror
10 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -include-pch %t-A.pch %s -fsyntax-only -Werror -Wauto-import
17 // RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -include-pch %t-A.pch %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CHECK-NOA %s
21 // RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path2/A -include-pch %t-A.pch %s -fsyntax-only 2>&1 | FileCheck -check-prefix=CHECK-WRONGA %s
22 // CHECK-WRONGA: module 'A' was built in directory '{{.*Inputs.modules-with-same-name.path1.A}}' but now resides in directory '{{.*Inputs.modules-with-same-name. (…)
    [all...]
stress1.cpp 5 // RUN: -I Inputs/stress1 \
10 // RUN: Inputs/stress1/module.modulemap
13 // RUN: -I Inputs/stress1 \
18 // RUN: Inputs/stress1/module.modulemap
23 // RUN: -I Inputs/stress1 \
28 // RUN: Inputs/stress1/module.modulemap
31 // RUN: -I Inputs/stress1 \
36 // RUN: Inputs/stress1/module.modulemap
41 // RUN: -I Inputs/stress1 \
46 // RUN: Inputs/stress1/module.modulema
    [all...]
anon-namespace.cpp 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/anon-namespace -verify %s
builtins.m 18 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S/Inputs %s -verify
21 // RUN: %clang_cc1 -fmodules-cache-path=%t.pch.cache -fmodules -fimplicit-module-maps -I %S/Inputs -emit-pch -o %t.pch -x objective-c-header %S/Inputs/use-builtin.h
22 // RUN: %clang_cc1 -fmodules-cache-path=%t.pch.cache -fmodules -fimplicit-module-maps -I %S/Inputs %s -include-pch %t.pch %s -verify
cxx-dtor.cpp 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs/cxx-dtor -emit-llvm-only %s
cxx-many-overloads.cpp 2 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s -verify
declare-use.S 2 // RUN: %clang -fmodule-maps -fmodules-cache-path=%t -fmodules-decluse -fmodule-name=XS -I %S/Inputs/declare-use -S %s -Xclang -verify
  /external/llvm/test/Object/
corrupt.test 2 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections \
9 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -sections -section-data \
16 RUN: not llvm-readobj %p/Inputs/corrupt.elf-x86-64 -symbols \
23 RUN: not llvm-readobj %p/Inputs/corrupt-version.elf-x86_64 -dt \
30 RUN: not llvm-readobj -dynamic-table %p/Inputs/corrupt-invalid-strtab.elf.x86-64 \
36 RUN: %p/Inputs/corrupt-invalid-phentsize.elf.x86-64 2>&1 | \
42 RUN: %p/Inputs/corrupt-invalid-virtual-addr.elf.x86-64 2>&1 | \
49 RUN: %p/Inputs/corrupt-invalid-relocation-size.elf.x86-64 2>&1 | \
55 RUN: %p/Inputs/corrupt-invalid-dynamic-table-size.elf.x86-64 2>&1 | \
62 RUN: %p/Inputs/corrupt-invalid-dynamic-table-offset.elf.x86-64 2>&1 |
    [all...]
invalid.test 1 RUN: not llvm-dwarfdump %p/Inputs/invalid-bad-rel-type.elf 2>&1 | FileCheck %s
2 RUN: not llvm-objdump -s %p/Inputs/invalid-strtab-type.elf 2>&1 | FileCheck %s
3 RUN: not llvm-objdump -s %p/Inputs/invalid-strtab-size.elf 2>&1 | FileCheck %s
6 RUN: not llvm-objdump -s %p/Inputs/invalid-strtab-non-null.elf 2>&1 | FileCheck --check-prefix=NON-NULL %s
10 RUN: llvm-readobj -s %p/Inputs/invalid-sh_entsize.elf | FileCheck --check-prefix=SECTION %s
37 RUN: not llvm-readobj -t %p/Inputs/invalid-sh_entsize.elf 2>&1 | FileCheck --check-prefix=INVALID-SYM-SIZE %s
38 RUN: not llvm-readobj --dyn-symbols %p/Inputs/invalid-sh_entsize.elf 2>&1 | FileCheck --check-prefix=INVALID-SYM-SIZE %s
41 RUN: not llvm-readobj -t %p/Inputs/invalid-section-index.elf 2>&1 | FileCheck --check-prefix=INVALID-SECTION-INDEX %s
45 RUN: not llvm-readobj -s %p/Inputs/invalid-section-size.elf 2>&1 | FileCheck --check-prefix=INVALID-SECTION-SIZE %s
49 RUN: not llvm-readobj -t %p/Inputs/invalid-symbol-table-size.elf 2>&1 | FileCheck --check-prefix=INVALID-SYMTAB-SIZE %
    [all...]
  /external/skia/src/effects/
SkMergeImageFilter.cpp 68 SkAutoTDeleteArray<SkBitmap> inputs(new SkBitmap[inputCount]);
72 // Filter all of the inputs.
74 inputs[i] = src;
76 if (!this->filterInputDeprecated(i, proxy, src, ctx, &inputs[i], &offsets[i])) {
77 inputs[i].reset();
81 inputs[i].getBounds(&srcBounds);
94 // Apply the crop rect to the union of the inputs' bounds.
110 // Composite all of the filter inputs.
116 canvas.drawBitmap(inputs[i], SkIntToScalar(offsets[i].x() - x0),
147 return Create(common.inputs(), count, modes.get(), &common.cropRect())
    [all...]
  /packages/apps/Camera2/src/com/android/camera/async/
ObservableCombiner.java 45 private ObservableCombiner(List<? extends Observable<?>> inputs,
47 mInputs = ImmutableList.copyOf(inputs);
54 * @param inputs The input observables.
55 * @param function The function to apply to all of the inputs.
56 * @param <I> The type of all inputs values.
58 * @return An observable which will reflect the combination of all inputs
62 static <I, O> Observable<O> transform(final List<? extends Observable<I>> inputs,
64 return new ObservableCombiner<>(inputs, new Supplier<O>() {
68 for (Observable<? extends I> dependency : inputs) {
76 static <O> Observable<O> transform(final List<? extends Observable<?>> inputs,
    [all...]
  /external/llvm/test/DebugInfo/
llvm-symbolizer.test 1 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400559" > %t.input
2 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64.debuglink 0x400559" >> %t.input
3 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400436" >> %t.input
4 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400528" >> %t.input
5 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400586" >> %t.input
6 RUN: echo "%p/Inputs/dwarfdump-test2.elf-x86-64 0x4004e8" >> %t.input
7 RUN: echo "%p/Inputs/dwarfdump-test2.elf-x86-64 0x4004f4" >> %t.input
8 RUN: echo "%p/Inputs/dwarfdump-test4.elf-x86-64 0x62c" >> %t.input
9 RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x8dc" >> %t.input
10 RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0xa05" >> %t.inpu
    [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 157 InstructionOperand inputs[1]{ConvertInputOp(input_op_0)};
158 return Emit(kArchRet, 0, nullptr, 1, inputs);
166 VReg inputs[] = {incoming_vreg_0, incoming_vreg_1, incoming_vreg_2, local
169 for (; input_count < arraysize(inputs); ++input_count) {
170 if (inputs[input_count].value_ == kNoValue) break;
175 SetInput(phi, i, inputs[i]);
212 InstructionSequenceTest::TestOperand* inputs) {
215 if (inputs[i].type_ == InstructionSequenceTest::kInvalid) break;
222 TestOperand* inputs) {
223 InstructionOperand* mapped_inputs = ConvertInputs(input_size, inputs);
232 TestOperand inputs[] = {input_op_0, input_op_1, input_op_2, input_op_3}; local
250 TestOperand inputs[] = {input_op_0, input_op_1, input_op_2, input_op_3}; local
271 TestOperand inputs[] = {input_op_0, input_op_1, input_op_2, input_op_3}; local
292 TestOperand inputs[] = {input_op_0, input_op_1, input_op_2, input_op_3}; local
    [all...]
  /external/llvm/test/tools/dsymutil/
debug-map-parsing.test 1 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic.macho.x86_64 | FileCheck %s
2 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic-lto.macho.x86_64 | FileCheck %s --check-prefix=CHECK-LTO
3 RUN: llvm-dsymutil -verbose -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic-archive.macho.x86_64 | FileCheck %s --check-prefix=CHECK-ARCHIVE
4 RUN: llvm-dsymutil -dump-debug-map %p/Inputs/basic.macho.x86_64 2>&1 | FileCheck %s --check-prefix=NOT-FOUND
5 RUN: not llvm-dsymutil -dump-debug-map %p/Inputs/inexistant 2>&1 | FileCheck %s --check-prefix=NO-EXECUTABLE
13 CHECK: binary-path:{{.*}}/Inputs/basic.macho.x86_64
14 CHECK: filename:{{.*}}/Inputs/basic1.macho.x86_64.o
16 CHECK: filename{{.*}}/Inputs/basic2.macho.x86_64.o
21 CHECK: filename{{.*}}/Inputs/basic3.macho.x86_64.o
33 CHECK-LTO: binary-path:{{.*}}/Inputs/basic-lto.macho.x86_6
    [all...]
  /external/clang/INPUTS/
iostream.cc 1 // clang -I/usr/include/c++/4.0.0 -I/usr/include/c++/4.0.0/powerpc-apple-darwin8 -I/usr/include/c++/4.0.0/backward INPUTS/iostream.cc -Eonly
  /external/clang/test/CodeGen/
builtin-recursive.cpp 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -nostdsysteminc -nobuiltininc -isystem %S/Inputs -emit-llvm-only %s
  /external/clang/test/CodeGenCUDA/
kernel-call.cu 3 #include "Inputs/cuda.h"
  /external/clang/test/Frontend/
rewrite-includes-eof.c 1 // RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s
rewrite-includes-header-cmd-line.c 1 // RUN: %clang_cc1 -E -frewrite-includes -include rewrite-includes2.h -I %S/Inputs %s -o - | FileCheck -strict-whitespace %s
  /external/clang/test/Index/
c-index-getCursor-pp.c 28 // RUN: c-index-test -cursor-at=%s:1:11 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-1 %s
30 // RUN: c-index-test -cursor-at=%s:2:14 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-2 %s
32 // RUN: c-index-test -cursor-at=%s:5:7 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-3 %s
34 // RUN: c-index-test -cursor-at=%s:6:6 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-4 %s
36 // RUN: c-index-test -cursor-at=%s:6:19 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-5 %s
38 // RUN: c-index-test -cursor-at=%s:9:10 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-6 %s
40 // RUN: c-index-test -cursor-at=%s:14:1 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-7 %s
42 // RUN: c-index-test -cursor-at=%s:16:25 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-8 %s
44 // RUN: c-index-test -cursor-at=%s:18:12 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-9 %s
46 // RUN: c-index-test -cursor-at=%s:20:10 -cursor-at=%s:23:15 -I%S/Inputs %s | FileCheck -check-prefix=CHECK-10 %
    [all...]
remap-complete.c 1 // RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s,%S/Inputs/remap-complete-to.c" %s | FileCheck %s
  /external/clang/test/Misc/
remap-file.c 1 // RUN: %clang_cc1 -remap-file "%s;%S/Inputs/remapped-file" -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-EXIST %s
2 // RUN: %clang_cc1 -remap-file "%S/nonexistent.c;%S/Inputs/remapped-file" -fsyntax-only %S/nonexistent.c 2>&1 | FileCheck -check-prefix=CHECK-NONEXIST %s
3 // RUN: %clang_cc1 -remap-file "%S/nonexistent.c;%S/Inputs/remapped-file-2" -remap-file "%S/nonexistent.h;%S/Inputs/remapped-file-3" -fsyntax-only %S/nonexistent.c 2>&1 | FileCheck -check-prefix=CHECK-HEADER %s

Completed in 1475 milliseconds

1 2 3 4 5 6 7 8 91011>>