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

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/tools/llvm-objdump/
proc-specific-section-elf.test 1 // RUN: llvm-objdump -t %p/Inputs/proc-specific-section-elf | FileCheck %s
coff-file.test 1 RUN: llvm-objdump -t %p/Inputs/file.obj.coff-arm | FileCheck %s
4 CHECK-NEXT: AUX /Users/compnerd/work/llvm/test/tools/llvm-readobj/Inputs/file.asm
  /external/llvm/test/tools/sancov/
covered_functions.test 2 RUN: sancov -obj %p/Inputs/test-linux_x86_64 -covered-functions %p/Inputs/test-linux_x86_64.sancov | FileCheck %s
3 RUN: sancov -obj %p/Inputs/test-linux_x86_64 -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64.sancov | FileCheck --check-prefix=STRIP_PATH %s
4 RUN: sancov -obj %p/Inputs/test-linux_x86_64 -demangle=0 -covered-functions %p/Inputs/test-linux_x86_64.sancov | FileCheck --check-prefix=NO_DEMANGLE %s
6 CHECK: Inputs{{[/\\]}}test.cpp:12 bar(std::string)
7 CHECK: Inputs{{[/\\]}}test.cpp:14 main
print.test 2 RUN: sancov -obj %p/Inputs/test-linux_x86_64 -print %p/Inputs/test-linux_x86_64.sancov | FileCheck %s
  /external/llvm/utils/lit/tests/
.coveragerc 11 omit = Inputs
  /external/clang/test/Modules/
merge-decl-context.cpp 4 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \
5 // RUN: -I %S/Inputs/merge-decl-context
8 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \
9 // RUN: -I %S/Inputs/merge-decl-context
12 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \
13 // RUN: -I %S/Inputs/merge-decl-context
18 // RUN: -fmodule-map-file=%S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs
    [all...]
macro-ambiguity.cpp 6 // RUN: -iquote Inputs/macro-ambiguity/a/quote \
7 // RUN: -isystem Inputs/macro-ambiguity/a/system \
11 // RUN: Inputs/macro-ambiguity/module.modulemap
15 // RUN: -iquote Inputs/macro-ambiguity/b/quote \
16 // RUN: -isystem Inputs/macro-ambiguity/b/system \
20 // RUN: Inputs/macro-ambiguity/module.modulemap
24 // RUN: -iquote Inputs/macro-ambiguity/c/quote \
25 // RUN: -isystem Inputs/macro-ambiguity/c/system \
29 // RUN: Inputs/macro-ambiguity/module.modulemap
33 // RUN: -iquote Inputs/macro-ambiguity/d/quote
    [all...]
header-import.m 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
misplaced-4.cpp 2 // RUN: %clang_cc1 -fmodules -emit-module -fmodule-name=Misplaced -fmodules-cache-path=%t -x c++ -I %S/Inputs %S/Inputs/misplaced/misplaced.modulemap -verify
subframework-from-intermediate-path.m 2 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
modulemap-locations.m 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/ModuleMapLocations/Module_ModuleMap -I %S/Inputs/ModuleMapLocations/Both -F %S/Inputs/ModuleMapLocations -I %S/Inputs/ModuleMapLocations -F %S/Inputs -x objective-c -fsyntax-only %s -verify
  /external/llvm/test/Object/
archive-extract.test 7 ; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \
8 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
9 ; RUN: llvm-ar x %p/Inputs/GNU.a very_long_bytecode_file_name.bc
10 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \
14 ; RUN: llvm-ar p %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc | \
15 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
16 ; RUN: llvm-ar x %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc
17 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \
21 ; RUN: llvm-ar p %p/Inputs/SVR4.a very_long_bytecode_file_name.bc | \
22 ; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc
    [all...]
check_binary_output.ll 4 ;RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
  /external/clang/test/CodeGenCXX/
debug-info-class-limited.test 1 RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g %S/Inputs/debug-info-class-limited.cpp -o - | FileCheck %S/Inputs/debug-info-class-limited.cpp
  /external/clang/test/Headers/
unwind.c 2 // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
4 // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
6 // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
8 // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
11 // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
13 // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
15 // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
17 // RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
  /external/llvm/test/DebugInfo/Generic/
gmlt.test 2 ; RUN: %llc_dwarf -O0 -filetype=obj < %S/Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/Inputs/gmlt.ll
  /external/llvm/test/DebugInfo/X86/
gmlt.test 1 ; RUN: llc -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
2 ; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll
  /external/llvm/test/ExecutionEngine/MCJIT/
multi-module-a.ll 1 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll %s > /dev/null
  /external/llvm/test/LTO/X86/
invalid.ll 1 ; RUN: not llvm-lto %S/Inputs/invalid.ll.bc 2>&1 | FileCheck %s
4 ; CHECK: llvm-lto{{.*}}: error loading file '{{.*}}/Inputs/invalid.ll.bc': Unknown attribute kind (52)
  /external/llvm/test/Linker/
linkage.ll 1 ; RUN: llvm-as %S/Inputs/linkage.a.ll -o %t.1.bc
2 ; RUN: llvm-as %S/Inputs/linkage.b.ll -o %t.2.bc
  /external/opencv3/modules/java/src/
ml+NormalBayesClassifier.java 17 // C++: float predictProb(Mat inputs, Mat& outputs, Mat& outputProbs, int flags = 0)
20 //javadoc: NormalBayesClassifier::predictProb(inputs, outputs, outputProbs, flags)
21 public float predictProb(Mat inputs, Mat outputs, Mat outputProbs, int flags)
24 float retVal = predictProb_0(nativeObj, inputs.nativeObj, outputs.nativeObj, outputProbs.nativeObj, flags);
29 //javadoc: NormalBayesClassifier::predictProb(inputs, outputs, outputProbs)
30 public float predictProb(Mat inputs, Mat outputs, Mat outputProbs)
33 float retVal = predictProb_1(nativeObj, inputs.nativeObj, outputs.nativeObj, outputProbs.nativeObj);
60 // C++: float predictProb(Mat inputs, Mat& outputs, Mat& outputProbs, int flags = 0)
  /external/clang/test/ARCMT/
migrate.m 2 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test1.m.in -x objective-c
3 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test2.m.in -x objective-c
4 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %S/Inputs/test1.m.in.result %S/Inputs/test2.m.in.result %S/Inputs/test.h.result
  /external/clang/test/VFS/
umbrella-mismatch.m 2 // RUN: sed -e "s;INPUT_DIR;%/S/Inputs;g" -e "s;OUT_DIR;%/S/Inputs;g" %S/Inputs/vfsoverlay.yaml > %t.yaml
4 // RUN: %clang_cc1 -Werror -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ivfsoverlay %t.yaml -F %S/Inputs -fsyntax-only %s -verify
5 // RUN: %clang_cc1 -Werror -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs -fsyntax-only %s -verify
  /external/llvm/test/tools/dsymutil/X86/
multiple-inputs.test 1 RUN: rm -rf %T/multiple-inputs
2 RUN: mkdir -p %T/multiple-inputs
4 RUN: cat %p/../Inputs/basic.macho.x86_64 > %T/multiple-inputs/basic.macho.x86_64
5 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %T/multiple-inputs/basic-archive.macho.x86_64
6 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %T/multiple-inputs/basic-lto.macho.x86_64
7 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %T/multiple-inputs/basic-lto-dw4.macho.x86_6
    [all...]
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 70 float MulticlassPA::Score(const vector<float>& inputs,
72 // CHECK_EQ(inputs.size(), parameters.size());
74 for (int i = 0; i < static_cast<int>(inputs.size()); ++i) {
75 result += inputs[i] * parameters[i];
80 float MulticlassPA::SparseScore(const vector<pair<int, float> >& inputs,
83 for (int i = 0; i < static_cast<int>(inputs.size()); ++i) {
84 //DCHECK_GE(inputs[i].first, 0);
85 //DCHECK_LT(inputs[i].first, parameters.size());
86 result += inputs[i].second * parameters[inputs[i].first]
    [all...]

Completed in 375 milliseconds

1 23 4 5 6 7 8 91011>>