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

12 3 4 5 6 7 8 91011>>

  /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
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 68 float MulticlassPA::Score(const vector<float>& inputs,
70 // CHECK_EQ(inputs.size(), parameters.size());
72 for (int i = 0; i < static_cast<int>(inputs.size()); ++i) {
73 result += inputs[i] * parameters[i];
78 float MulticlassPA::SparseScore(const vector<pair<int, float> >& inputs,
81 for (int i = 0; i < static_cast<int>(inputs.size()); ++i) {
82 //DCHECK_GE(inputs[i].first, 0);
83 //DCHECK_LT(inputs[i].first, parameters.size());
84 result += inputs[i].second * parameters[inputs[i].first]
    [all...]
  /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"
bindings.c 3 // CHECK01: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
4 // CHECK01: "gcc::Assemble", inputs: ["{{.*}}.s"], output: "{{.*}}.o"
5 // CHECK01: "gcc::Link", inputs: ["{{.*}}.o"], output: "a.out"
10 // CHECK05: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
13 // CHECK08: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
16 // CHECK11: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
19 // CHECK12: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
23 // CHECK14: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
24 // CHECK14: "darwin::Assemble", inputs: ["{{.*}}.s"], output: "{{.*}}.o"
25 // CHECK14: "darwin::Link", inputs: ["{{.*}}.o"], output: "a.out
    [all...]
  /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
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
reparse-instantiate.cpp 6 // RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/reparse-instantiate.h
7 // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/Inputs -include %t %s
complete-modules.m 7 // RUN: c-index-test -code-completion-at=%s:4:9 -fmodules-cache-path=%t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
12 // RUN: c-index-test -code-completion-at=%s:4:14 -fmodules-cache-path=%t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-LIBA %s
15 // RUN: c-index-test -code-completion-at=%s:4:1 -fmodules-cache-path=%t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP %s
comment-xml-schema.c 3 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-other-01.xml
5 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-01.xml
6 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-02.xml
7 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-03.xml
8 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-04.xml
9 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-05.xml
10 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-06.xml
11 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-07.xml
12 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-08.xml
13 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-09.xm
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
video_encoder.h 10 int inputs; /* number of inputs */ member in struct:video_encoder_capability
16 #define ENCODER_SET_INPUT _IOW('e', 3, int) /* 0 <= input < #inputs */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
video_encoder.h 10 int inputs; /* number of inputs */ member in struct:video_encoder_capability
16 #define ENCODER_SET_INPUT _IOW('e', 3, int) /* 0 <= input < #inputs */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
video_encoder.h 10 int inputs; /* number of inputs */ member in struct:video_encoder_capability
16 #define ENCODER_SET_INPUT _IOW('e', 3, int) /* 0 <= input < #inputs */
  /external/clang/test/Frontend/
iframework.c 1 // RUN: %clang -fsyntax-only -iframework %S/Inputs %s -Xclang -verify
  /external/clang/test/Modules/
subframeworks.m 2 // RUN: %clang_cc1 -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
3 // RUN: %clang_cc1 -x objective-c++ -Wauto-import -fmodules-cache-path=%t -fmodules -F %S/Inputs -F %S/Inputs/DependsOnModule.framework/Frameworks %s -verify
on-demand-macros.m 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs -DFOO_RETURNS_INT_PTR -verify %s
3 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs -verify %s
on-demand-build.m 2 // RUN: %clang_cc1 -fmodules -fno-objc-infer-related-result-type -Werror -Wno-error=incomplete-umbrella -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
3 // RUN: %clang_cc1 -fmodules -fno-objc-infer-related-result-type -Werror -Wno-error=incomplete-umbrella -x objective-c++ -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
4 // RUN: %clang_cc1 -fmodules -fno-objc-infer-related-result-type -Werror -Wno-error=incomplete-umbrella -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s
  /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
  /external/clang/test/SemaCXX/
builtin-exception-spec.cpp 1 // RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
  /external/llvm/test/Object/X86/
macho-text-sections.test 1 RUN: llvm-objdump -disassemble %p/../Inputs/macho-text-sections.macho-x86_64 | FileCheck %s
  /external/llvm/test/Object/
readobj.test 2 RUN: llvm-readobj %p/Inputs/trivial-object-test.elf-x86-64
nm-trivial-object.test 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-nm \
3 RUN: yaml2obj %p/Inputs/COFF/x86-64.yaml | llvm-nm \
5 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 \
7 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-x86-64 \
9 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-i386 \
11 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-x86-64 \
  /external/clang/test/ASTMerge/
exprs.c 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/exprs1.c
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/exprs2.c
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramVertexTest.java 42 // Build elements for shader inputs
163 Element[] inputs = new Element[1]; local
164 inputs[0] = mAttrPosElem;
165 ProgramVertex pv = buildShader(inputs, null, simpleAttr);
171 inputs[0] = mAttrPosNormTexElem;
172 pv = buildShader(inputs, null, multiAttr);
178 inputs[0] = mAttrExtra;
179 pv = buildShader(inputs, null, multiAttr2);
185 // Now with constant inputs
187 inputs[0] = mAttrPosElem
    [all...]

Completed in 353 milliseconds

12 3 4 5 6 7 8 91011>>