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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Modules/
epic-fail.m 2 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs -DgetModuleVersion="epic fail" %s 2>&1 | FileCheck %s
autolink.m 2 // RUN: %clang_cc1 -emit-llvm -o - -fmodules-cache-path=%t -fmodules -fmodules-autolink -F %S/Inputs -I %S/Inputs %s | FileCheck %s
lookup.m 12 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -emit-module -x objective-c -fmodule-name=lookup_left_objc %S/Inputs/module.map
13 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -emit-module -x objective-c -fmodule-name=lookup_right_objc %S/Inputs/module.map
templates.mm 2 // RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs -verify %s -Wno-objc-root-class
3 // RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs -emit-llvm %s -o - -Wno-objc-root-class | grep Emit | FileCheck %s
  /external/clang/test/PCH/
preamble.c 3 // RUN: %clang_cc1 -emit-pch -o %t %S/Inputs/preamble.h -DFOO=f
badpch.c 1 // RUN: %clang_cc1 -fsyntax-only -include-pch %S/Inputs/badpch-empty.h.gch %s 2>&1 | FileCheck -check-prefix=CHECK-EMPTY %s
2 // RUN: %clang_cc1 -fsyntax-only -include-pch %S/Inputs/badpch-dir.h.gch %s 2>&1 | FileCheck -check-prefix=CHECK-DIR %s
namespaces.cpp 2 // RUN: %clang_cc1 -x c++ -include %S/Inputs/namespaces.h -fsyntax-only %s
5 // RUN: %clang_cc1 -x c++ -emit-pch -o %t %S/Inputs/namespaces.h
  /external/clang/test/Parser/
block-pointer-decl.c 19 printf ("Inputs: %d, %d.\n", argc, inval);
  /external/clang/test/Sema/
unused-expr-system-header.c 1 // RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
  /external/llvm/test/DebugInfo/
dwarfdump-pubnames.test 1 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-pubnames.elf-x86-64 \
dwarfdump-debug-frame-simple.test 1 ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-32bit.elf.o -debug-dump=frames | FileCheck %s -check-prefix FRAMES
2 ; Note: the input file was generated from Inputs/dwarfdump-test-32bit.elf.c
  /external/llvm/utils/lit/tests/
unittest-adaptor.py 3 # RUN: python %s %{inputs}/unittest-adaptor 2> %t.err
  /frameworks/base/tools/aidl/
options.h 31 // takes the inputs from the command line and fills in the Options struct
  /external/libnfc-nxp/src/
phHciNfc_SWP.h 109 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
126 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
151 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
172 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
197 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
222 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
250 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
274 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
296 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not valid
318 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the given inputs are not vali
    [all...]
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_makenames.py 38 # usage: action_makenames.py OUTPUTS -- INPUTS [-- OPTIONS]
40 # Multiple OUTPUTS, INPUTS, and OPTIONS may be listed. The sections are
47 # Multiple INPUTS may be listed. An input with a basename matching
48 # "make_names.pl" is taken as the path to that script. Inputs with names
49 # ending in TagNames.in or tags.in are taken as tag inputs. Inputs with names
50 # ending in AttributeNames.in or attrs.in are taken as attribute inputs. There
92 (outputs, inputs) = sections[:2]
105 # Look at the inputs and figure out which ones are make_names.pl, tags, and
112 for input in inputs
    [all...]
action_csspropertynames.py 34 # usage: action_makenames.py OUTPUTS -- INPUTS
39 # Multiple inputs may be specified. One input must have a basename of
40 # makeprop.pl; this is taken as the path to makeprop.pl. All other inputs are
77 (outputs, inputs) = SplitArgsIntoSections(args[1:])
86 # Look at the inputs and figure out which one is makeprop.pl and which are
87 # inputs to that script.
90 for input in inputs:
92 # directory. On Windows, convert \ to / for inputs to the perl script to
rule_binding.py 35 # usage: rule_binding.py INPUT CPPDIR HDIR -- INPUTS -- OPTIONS
42 # The first item in INPUTS is the path to generate-bindings.pl. Remaining
43 # items in INPUTS are used to build the Perl module include path.
83 (base, inputs, options) = sections
88 assert len(inputs) > 1, inputs
89 generateBindings = inputs[0]
90 perlModules = inputs[1:]
  /external/clang/test/ASTMerge/
category.m 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/category1.m
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/category2.m
class.cpp 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/class1.cpp
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/class2.cpp
function.c 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/function1.c
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/function2.c
var.c 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/var1.c
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/var2.c
  /external/clang/test/Driver/
android-standalone.cpp 6 // RUN: -B%S/Inputs/basic_android_tree \
7 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
22 // RUN: -B%S/Inputs/basic_android_tree \
23 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
38 // RUN: -B%S/Inputs/basic_android_tree \
39 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
54 // RUN: -B%S/Inputs/basic_android_tree \
55 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
  /external/clang/test/Index/
crash-recovery-modules.m 5 // RUN: not env CINDEXTEST_FAILONERROR=1 c-index-test -test-load-source all -fmodules -fmodules-cache-path=%t -Xclang -fdisable-module-hash -I %S/Inputs/Headers -DCRASH %s 2> %t.err
11 // RUN: env CINDEXTEST_FAILONERROR=1 c-index-test -test-load-source all -fmodules -fmodules-cache-path=%t -Xclang -fdisable-module-hash -I %S/Inputs/Headers %s
  /external/llvm/test/Object/
nm-shared-object.test 1 RUN: llvm-nm -D %p/Inputs/shared-object-test.elf-i386 \
3 RUN: llvm-nm -D %p/Inputs/shared-object-test.elf-x86-64 \
objdump-private-headers.test 1 RUN: llvm-objdump -p %p/Inputs/program-headers.elf-i386 \
3 RUN: llvm-objdump -p %p/Inputs/program-headers.elf-x86-64 \

Completed in 1960 milliseconds

1 2 3 4 5 67 8 91011>>