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

<<11121314151617181920>>

  /external/eigen/test/
sparseLM.cpp 26 sparseGaussianTest(int inputs, int values) : SparseFunctor<Scalar,int>(inputs,values)
33 int n = Base::inputs();
62 int n = Base::inputs();
86 int n = Base::inputs();
133 int inputs = 10; local
135 sparseGaussianTest<T> sparse_gaussian(inputs, values);
136 VectorType uv(inputs),uv_ref(inputs);
148 VectorBlock<VectorType> u(uv, 0, inputs/2);
    [all...]
  /external/libchrome/base/
base64url.h 35 // Require inputs contain trailing padding if non-aligned.
38 // Accept inputs regardless of whether or not they have the correct padding.
41 // Reject inputs if they contain any trailing padding.
  /external/llvm/test/LibDriver/
infer-output-path.test 1 RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %T/a.obj %S/Inputs/a.s
2 RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %T/b.o %S/Inputs/b.s
3 RUN: llvm-mc -triple=x86_64-pc-windows-msvc -filetype=obj -o %T/c %S/Inputs/b.s
  /external/llvm/test/Linker/
ctors.ll 1 ; RUN: llvm-link %s %p/Inputs/ctors.ll -S -o - | \
3 ; RUN: llvm-link %p/Inputs/ctors.ll %s -S -o - | \
7 ; RUN: llvm-link %s %p/Inputs/ctors.ll -o %t.bc
pr21374.ll 1 ; RUN: llvm-link -S -o - %p/pr21374.ll %p/Inputs/pr21374.ll | FileCheck %s
2 ; RUN: llvm-link -S -o - %p/Inputs/pr21374.ll %p/pr21374.ll | FileCheck %s
5 ; RUN: llvm-as -o %t2.bc %p/Inputs/pr21374.ll
visibility.ll 1 ; RUN: llvm-link %s %p/Inputs/visibility.ll -S | FileCheck %s
2 ; RUN: llvm-link %p/Inputs/visibility.ll %s -S | FileCheck %s
4 ; The values in this file are strong, the ones in Inputs/visibility.ll are weak,
  /external/llvm/test/tools/llvm-objdump/
malformed-archives.test 5 # RUN: %p/Inputs/libbogus1.a \
11 # RUN: %p/Inputs/libbogus2.a \
17 # RUN: %p/Inputs/libbogus3.a \
  /external/llvm/test/tools/llvm-profdata/
c-general.test 10 REGENERATE: $ LLVM_PROFILE_FILE=$TESTDIR/Inputs/c-general.profraw ./a.out
12 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - | FileCheck %s -check-prefix=CHECK
13 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - --function=switches | FileCheck %s -check-prefix=SWITCHES -check-prefix=CHECK
overflow-instr.test 4 RUN: llvm-profdata merge -instr %p/Inputs/overflow-instr.proftext %p/Inputs/overflow-instr.proftext -o %t.out 2>&1 | FileCheck %s -check-prefix=MERGE_OVERFLOW
12 RUN: llvm-profdata merge -instr %p/Inputs/overflow-instr.proftext -o %t.out 2>&1 | FileCheck %s -check-prefix=MERGE_NO_OVERFLOW -allow-empty
gcc-gcov-sample-profile.test 10 RUN: llvm-profdata show --sample %p/Inputs/gcc-sample-profile.gcov | FileCheck %s --check-prefix=SHOW1
19 RUN: llvm-profdata merge --sample %p/Inputs/gcc-sample-profile.gcov --text -o - | llvm-profdata show --sample - -o %t-text
20 RUN: llvm-profdata show --sample %p/Inputs/gcc-sample-profile.gcov -o %t-gcov
25 RUN: llvm-profdata merge --sample --text %p/Inputs/gcc-sample-profile.gcov -o %t-gcov
26 RUN: llvm-profdata merge --sample --text %p/Inputs/gcc-sample-profile.gcov %t-gcov -o - | FileCheck %s --check-prefix=MERGE1
  /external/skia/include/effects/
SkXfermodeImageFilter.h 27 SkImageFilter* inputs[2] = { background, foreground }; local
28 return new SkXfermodeImageFilter(mode, inputs, cropRect);
46 SkXfermodeImageFilter(SkXfermode* mode, SkImageFilter* inputs[2],
  /external/vulkan-validation-layers/libs/glm/gtx/
extented_min_max.hpp 54 /// Return the minimum component-wise values of 3 inputs
62 /// Return the minimum component-wise values of 3 inputs
70 /// Return the minimum component-wise values of 3 inputs
78 /// Return the minimum component-wise values of 4 inputs
87 /// Return the minimum component-wise values of 4 inputs
96 /// Return the minimum component-wise values of 4 inputs
105 /// Return the maximum component-wise values of 3 inputs
113 /// Return the maximum component-wise values of 3 inputs
121 /// Return the maximum component-wise values of 3 inputs
129 /// Return the maximum component-wise values of 4 inputs
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
JavaResChangedSet.java 27 * This builds the set of inputs to be all the source folders of the given project,
35 JavaResChangedSet(String logName, String... inputs) {
36 super(logName, inputs);
  /external/clang/test/Modules/
cxx-templates.cpp 2 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups | FileCheck %s --check-prefix=CHECK-GLOBAL
3 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups -ast-dump-filter N | FileCheck %s --check-prefix=CHECK-NAMESPACE-N
4 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-filter SomeTemplate | FileCheck %s --check-prefix=CHECK-DUMP
5 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11
6 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11 -DEARLY_IMPORT
31 // expected-note@Inputs/cxx-templates-a.h:3 {{couldn't infer template argument}}
32 // expected-note@Inputs/cxx-templates-a.h:4 {{requires 1 argument}}
38 // expected-note@Inputs/cxx-templates-b.h:6 {{couldn't infer template argument}}
39 // expected-note@Inputs/cxx-templates-b.h:7 {{requires single argument}}
45 // expected-note@Inputs/cxx-templates-a.h:11 {{invalid explicitly-specified argument}
    [all...]
implementation-of-module.m 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
9 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
13 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
16 // RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
18 // RUN: %clang_cc1 -x objective-c-header -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -w -Werror=auto-import %s -I %S/Inputs \
pch_container.m 4 // RUN: %clang_cc1 -triple=x86_64-apple-darwin -fmodules -fmodule-format=obj -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t-MachO -F %S/Inputs %s
5 // RUN: %clang_cc1 -triple=x86_64-linux-elf -fmodules -fmodule-format=obj -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t-ELF -F %S/Inputs %s
6 // RUN: %clang_cc1 -triple=x86_64-windows-coff -fmodules -fmodule-format=obj -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t-COFF -F %S/Inputs %s
7 // RUN: %clang_cc1 -triple=x86_64-apple-darwin -fmodules -fmodule-format=raw -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t-raw -F %S/Inputs %s
20 // RUN: %clang_cc1 -split-dwarf-file t-split.dwo -triple=x86_64-linux-elf -fmodules -fimplicit-module-maps -fdisable-module-hash -fmodules-cache-path=%t-ELF_SPLIT -F %S/Inputs %s -o %t-split.o
Werror.m 7 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
13 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella
18 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
25 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
31 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
37 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
46 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
50 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
56 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \
63 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella
    [all...]
redecl-merge.m 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -Wreturn-type -fmodules-cache-path=%t -I %S/Inputs %s -verify -Wno-objc-root-class
30 // expected-note@Inputs/redecl-merge-left.h:93{{candidate function}}
31 // expected-note@Inputs/redecl-merge-right.h:90{{candidate function}}
82 // expected-note@Inputs/redecl-merge-left.h:60{{candidate found by name lookup is 'T2'}}
83 // expected-note@Inputs/redecl-merge-right.h:63{{candidate found by name lookup is 'T2'}}
90 // expected-note@Inputs/redecl-merge-left.h:64{{candidate function}}
91 // expected-note@Inputs/redecl-merge-right.h:70{{candidate function}}
97 // expected-note@Inputs/redecl-merge-left.h:77{{candidate found by name lookup is 'var2'}}
98 // expected-note@Inputs/redecl-merge-right.h:77{{candidate found by name lookup is 'var2'}}
100 // expected-note@Inputs/redecl-merge-left.h:79{{candidate found by name lookup is 'var3'}
    [all...]
validate-system-headers.m 2 // RUN: mkdir -p %t/Inputs/usr/include
3 // RUN: touch %t/Inputs/usr/include/foo.h
4 // RUN: echo 'module Foo [system] { header "foo.h" }' > %t/Inputs/usr/include/module.map
8 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s
14 // RUN: echo ' ' >> %t/Inputs/usr/include/foo.h
15 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s
20 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s
27 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
31 // RUN: echo ' ' >> %t/Inputs/usr/include/foo.h
34 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-module- (…)
    [all...]
no-implicit-builds.cpp 5 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
10 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
15 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
23 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
30 // RUN: -emit-module %S/Inputs/no-implicit-builds/b.modulemap \
35 // RUN: -fmodule-map-file=%S/Inputs/no-implicit-builds/b.modulemap \
38 #include "Inputs/no-implicit-builds/b.h" // expected-error {{is needed but has not been provided}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_register.py 43 """Fakes user inputs."""
112 inputs = RawInputs('1', 'tarek', 'y')
113 register_module.raw_input = inputs.__call__
164 inputs = RawInputs('2', 'tarek', 'tarek@ziade.org')
165 register_module.raw_input = inputs.__call__
182 inputs = RawInputs('3', 'tarek@ziade.org')
183 register_module.raw_input = inputs.__call__
226 inputs = RawInputs('1', 'tarek', 'y')
227 register_module.raw_input = inputs.__call__
237 inputs = RawInputs('1', 'tarek', 'y'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_register.py 43 """Fakes user inputs."""
112 inputs = RawInputs('1', 'tarek', 'y')
113 register_module.raw_input = inputs.__call__
164 inputs = RawInputs('2', 'tarek', 'tarek@ziade.org')
165 register_module.raw_input = inputs.__call__
182 inputs = RawInputs('3', 'tarek@ziade.org')
183 register_module.raw_input = inputs.__call__
226 inputs = RawInputs('1', 'tarek', 'y')
227 register_module.raw_input = inputs.__call__
237 inputs = RawInputs('1', 'tarek', 'y'
    [all...]
  /device/moto/shamu/
audio_policy.conf 56 inputs {
80 inputs {
104 inputs {
122 inputs {
132 inputs {
  /external/clang/test/CodeGen/
debug-prefix-map.c 6 #include "Inputs/stdio.h"
21 // CHECK-NO-MAIN-FILE-NAME: !DIFile(filename: "/var/empty{{[/\\]}}Inputs/stdio.h"
25 // CHECK-EVIL: !DIFile(filename: "/var=empty{{[/\\]}}Inputs/stdio.h"
29 // CHECK: !DIFile(filename: "/var/empty{{[/\\]}}Inputs/stdio.h"
33 // CHECK-COMPILATION-DIR: !DIFile(filename: "/var/empty{{[/\\]}}Inputs/stdio.h", directory: "/var/empty")
  /external/clang/test/Driver/
darwin-verify-debug.c 15 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM"
16 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::VerifyDebug", inputs: ["a.out.dSYM"], output: (nothing)
24 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Linker", inputs: [{{.*}}], output: "foo"
25 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["foo"], output: "foo.dSYM"
26 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::VerifyDebug", inputs: ["foo.dSYM"], output: (nothing)

Completed in 480 milliseconds

<<11121314151617181920>>