HomeSort by relevance Sort by last modified time
    Searched full:outputs (Results 176 - 200 of 2573) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/tools/grit/grit/testdata/
substitute.grd 9 <outputs>
13 </outputs>
  /external/chromium_org/tools/gyp/test/generator-output/rules/subdir1/
executable.gyp 28 'outputs': [
45 'outputs': [
  /external/chromium_org/tools/gyp/test/mac/sourceless-module/
test.gyp 19 'outputs': [
54 'outputs': [
  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/src/
action_dependencies.gyp 20 'outputs': [
67 'outputs': [
  /external/chromium_org/tools/gyp/test/rules/src/external/
external.gyp 31 'outputs': [
56 'outputs': [
  /external/chromium_org/tools/gyp/test/variables/filelist/src/
filelist.gyp 44 'outputs': [
83 'outputs': [
  /hardware/libhardware_legacy/audio/
audio_policy.conf 28 outputs {
47 outputs {
  /hardware/libhardware_legacy/include/hardware_legacy/
audio_policy_conf.h 42 #define OUTPUTS_TAG "outputs"
52 // "formats" in outputs descriptors indicating that supported
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prrwlock.h 67 ** OUTPUTS: void
80 ** OUTPUTS: void
90 ** OUTPUTS: void
100 ** OUTPUTS: void
110 ** OUTPUTS: void
prmem.h 82 ** OUTPUTS: untyped pointer to the node allocated
92 ** OUTPUTS: pointer to _struct
104 ** OUTPUTS: pointer to node allocated
115 ** OUTPUTS: pointer to node allocated
126 ** OUTPUTS: pointer to _struct
137 ** OUTPUTS: the referenced object is returned to the heap
149 ** OUTPUTS: the referenced object is conditionally returned to the heap
  /external/chromium_org/tools/gn/
ninja_target_writer.cc 113 const Target::FileList& outputs = target_->script_values().outputs(); local
115 for (size_t i = 0; i < outputs.size(); i++) {
116 // All outputs should be in the output dir.
118 RemovePrefix(outputs[i].value(),
  /external/protobuf/vsprojects/
tests.vcproj 33 Outputs=""
110 Outputs=""
416 Outputs="google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.h;google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc"
426 Outputs="google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.h;google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc"
440 Outputs="google\protobuf\unittest.pb.h;google\protobuf\unittest.pb.cc"
450 Outputs="google\protobuf\unittest.pb.h;google\protobuf\unittest.pb.cc"
464 Outputs="google\protobuf\unittest_custom_options.pb.h;google\protobuf\unittest_custom_options.pb.cc"
474 Outputs="google\protobuf\unittest_custom_options.pb.h;google\protobuf\unittest_custom_options.pb.cc"
488 Outputs="google\protobuf\unittest_embed_optimize_for.pb.h;google\protobuf\unittest_embed_optimize_for.pb.cc"
498 Outputs="google\protobuf\unittest_embed_optimize_for.pb.h;google\protobuf\unittest_embed_optimize_for.pb.c (…)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 430 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
457 outputs,
470 if (outputs[attrib][chan]) {
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
482 LLVMBuildStore(builder, bld.zero, outputs[attrib][chan]);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan]);
666 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
682 if (outputs[attrib][chan]) {
683 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], "")
1083 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
    [all...]
draw_vs_exec.c 166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f);
167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f);
168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f);
169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f);
172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
178 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
179 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j];
180 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j];
181 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 430 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
457 outputs,
470 if (outputs[attrib][chan]) {
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
482 LLVMBuildStore(builder, bld.zero, outputs[attrib][chan]);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan]);
666 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
682 if (outputs[attrib][chan]) {
683 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], "")
1083 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
    [all...]
draw_vs_exec.c 166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f);
167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f);
168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f);
169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f);
172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
178 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
179 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j];
180 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j];
181 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j];
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 159 ValueSet &Outputs) const {
177 Outputs.insert(II);
287 /// constructFunction - make a function based on inputs and outputs, as follows:
291 const ValueSet &outputs,
298 DEBUG(dbgs() << "outputs: " << outputs.size() << "\n");
300 // This function returns unsigned, outputs will go back by reference.
319 for (ValueSet::const_iterator I = outputs.begin(), E = outputs.end();
334 if (AggregateArgs && (inputs.size() + outputs.size() > 0))
    [all...]
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 79 void *outputs[4] = { &out0, &out1, &out2, &out3 }; local
83 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
102 void *outputs[1] = { &out0 }; local
106 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
127 void *outputs[1] = { &out0 }; local
131 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
136 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
187 void *outputs[4] = { &out0, &out1, &out2, &out3 }; local
191 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
  /cts/suite/audio_quality/lib/src/
BuiltinProcessing.cpp 46 TaskGeneric::ExecutionResult BuiltinProcessing::rms_mva(void** inputs, void** outputs)
49 inputs[0], inputs[1], inputs[2], outputs[0]);
79 TaskCase::Value* rmsVal = reinterpret_cast<TaskCase::Value*>(outputs[0]);
  /external/chromium_org/third_party/WebKit/Source/platform/
platform_derived_sources.gyp 49 'outputs': [
70 'outputs': [
87 'outputs': [
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
204 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genccode/
genccode.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
122 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
164 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
201 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencfu/
gencfu.vcxproj 83 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
114 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
146 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
183 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencmn/
gencmn.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
204 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
204 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    [all...]

Completed in 566 milliseconds

1 2 3 4 5 6 78 91011>>