HomeSort by relevance Sort by last modified time
    Searched defs:Inputs (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/tools/grit/
grit_info.py 6 '''Tool to determine inputs and outputs of a grit file.
65 def Inputs(filename, defines, ids_file, target_platform):
101 print 'USAGE: ./grit_info.py --inputs [-D foo] [-f resource_ids] <grd-file>'
108 parser.add_option("--inputs", action="store_true", dest="inputs")
130 if options.inputs:
132 raise WrongNumberOfArguments("Expected 0 or 1 arguments for --inputs.")
134 inputs = []
137 inputs = Inputs(filename, defines, options.ids_file
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 38 GLfloat Inputs[2][4]; /** Primary, secondary input colors */
369 machine->Inputs[ATI_FS_INPUT_PRIMARY]);
372 machine->Inputs[ATI_FS_INPUT_SECONDARY]);
564 GLfloat (*inputs)[4] = machine->Inputs;
572 COPY_4V(inputs[ATI_FS_INPUT_PRIMARY], span->array->attribs[FRAG_ATTRIB_COL0][col]);
573 COPY_4V(inputs[ATI_FS_INPUT_SECONDARY], span->array->attribs[FRAG_ATTRIB_COL1][col]);
  /external/clang/include/clang/Driver/
Action.h 67 ActionList Inputs;
75 : Kind(_Kind), Type(_Type), Inputs(&Input, &Input + 1), OwnsInputs(true) {}
77 : Kind(_Kind), Type(_Type), Inputs(_Inputs), OwnsInputs(true) {}
89 ActionList &getInputs() { return Inputs; }
90 const ActionList &getInputs() const { return Inputs; }
92 size_type size() const { return Inputs.size(); }
94 iterator begin() { return Inputs.begin(); }
95 iterator end() { return Inputs.end(); }
96 const_iterator begin() const { return Inputs.begin(); }
97 const_iterator end() const { return Inputs.end();
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 38 GLfloat Inputs[2][4]; /** Primary, secondary input colors */
369 machine->Inputs[ATI_FS_INPUT_PRIMARY]);
372 machine->Inputs[ATI_FS_INPUT_SECONDARY]);
564 GLfloat (*inputs)[4] = machine->Inputs;
572 COPY_4V(inputs[ATI_FS_INPUT_PRIMARY], span->array->attribs[FRAG_ATTRIB_COL0][col]);
573 COPY_4V(inputs[ATI_FS_INPUT_SECONDARY], span->array->attribs[FRAG_ATTRIB_COL1][col]);
  /frameworks/compile/slang/
llvm-rs-cc.cpp 185 llvm::SmallVectorImpl<const char*> &Inputs,
216 Inputs.push_back(A->getValue());
403 llvm::SmallVector<const char*, 16> Inputs;
425 ParseArguments(ArgVector, Inputs, Opts, DiagEngine);
446 if (Inputs.empty()) {
461 for (int i = 0, e = Inputs.size(); i != e; i++) {
462 const char *InputFile = Inputs[i];
  /libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java 24 enum Inputs {
27 // TODO: include hairy inputs like turkish and greek.
55 private Inputs(String value) { this.value = value; }
73 @Param private Inputs s;
  /external/clang/include/clang/Frontend/
FrontendOptions.h 172 std::vector<FrontendInputFile> Inputs;
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 254 struct tgsi_exec_vector *Inputs;
  /external/clang/lib/Driver/
Driver.cpp 356 // Construct the list of inputs.
357 InputList Inputs;
358 BuildInputs(C->getDefaultToolChain(), C->getArgs(), Inputs);
376 } else if (Inputs.size() > 1 && !llvm::sys::path::is_separator(V.back())) {
377 // Check whether /Fo tries to name an output file for multiple inputs.
388 Inputs, C->getActions());
390 BuildActions(C->getDefaultToolChain(), C->getArgs(), Inputs,
446 // Construct the list of inputs.
447 InputList Inputs;
448 BuildInputs(C.getDefaultToolChain(), C.getArgs(), Inputs);
    [all...]
Tools.cpp 149 const InputInfoList &Inputs, const ArgList &Args,
153 // Add extra linker input arguments which are not treated as inputs
158 it = Inputs.begin(), ie = Inputs.end(); it != ie; ++it) {
162 // Don't try to pass LLVM inputs unless we have native support.
228 // Don't forward inputs from the original command line. They are added from
241 const InputInfoList &Inputs) const {
264 DepFile = getDependencyFileName(Args, Inputs);
283 SmallString<128> P(Inputs[0].getBaseInput());
435 if (types::isCXX(Inputs[0].getType())
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 254 struct tgsi_exec_vector *Inputs;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 448 milliseconds