/external/chromium/chrome/browser/ |
browser_about_handler.h | 52 AboutTcmallocOutputsType* outputs() { return &outputs_; } function in class:AboutTcmallocOutputs
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_vs.h | 41 struct r300_shader_semantics outputs; member in struct:r300_vertex_shader
|
r300_vs.c | 108 struct r300_shader_semantics* outputs = &vs->outputs; local 111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED || 112 outputs->bcolor[1] != ATTR_UNUSED; 119 if (outputs->pos != ATTR_UNUSED) { 120 c->code->outputs[outputs->pos] = reg++; 126 if (outputs->psize != ATTR_UNUSED) { 127 c->code->outputs[outputs->psize] = reg++ [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_vs.h | 41 struct r300_shader_semantics outputs; member in struct:r300_vertex_shader
|
r300_vs.c | 108 struct r300_shader_semantics* outputs = &vs->outputs; local 111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED || 112 outputs->bcolor[1] != ATTR_UNUSED; 119 if (outputs->pos != ATTR_UNUSED) { 120 c->code->outputs[outputs->pos] = reg++; 126 if (outputs->psize != ATTR_UNUSED) { 127 c->code->outputs[outputs->psize] = reg++ [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
data_model_wrapper_unittest.cc | 182 FieldValueMap outputs; local 183 outputs[inputs[0].type] = ASCIIToUTF16("123 billing street"); 184 outputs[inputs[1].type] = ASCIIToUTF16("123 shipping street"); 186 FieldMapWrapper wrapper(outputs);
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIAccess.h | 57 MIDIOutputVector outputs() const { return m_outputs; } function in class:WebCore::MIDIAccess
|
/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(),
|
script_values.h | 14 // Holds the values (outputs, args, script name, etc.) for a script-based 31 std::vector<SourceFile>& outputs() { return outputs_; } function in class:ScriptValues 32 const std::vector<SourceFile>& outputs() const { return outputs_; } function in class:ScriptValues
|
ninja_script_target_writer.cc | 39 // outputs as outputs, and the data as inputs. 45 const Target::FileList& outputs = target_->script_values().outputs(); local 46 for (size_t i = 0; i < outputs.size(); i++) { 48 RemovePrefix(outputs[i].value(),
|
file_template.cc | 25 " To perform source expansion in the outputs, GN maps every entry in the\n" 26 " sources to every entry in the outputs list, producing the cross\n" 33 " If no placeholders are found, the outputs or args list will be treated\n" 61 " Non-varying outputs:\n" 64 " outputs = [ \"$target_out_dir/output1.dat\",\n" 67 " The outputs in this case will be the two literal files given.\n" 69 " Varying outputs:\n" 72 " outputs = [ \"$target_out_dir/{{source_name_part}}.h\",\n" 99 const Target::FileList& outputs = target->script_values().outputs(); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
video_encoder.h | 11 int outputs; /* number of outputs */ member in struct:video_encoder_capability 17 #define ENCODER_SET_OUTPUT _IOW('e', 4, int) /* 0 <= output < #outputs */
|
video_decoder.h | 14 int outputs; /* number of outputs */ member in struct:video_decoder_capability 36 #define DECODER_SET_OUTPUT _IOW('d', 5, int) /* 0 <= output < #outputs */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_encoder.h | 11 int outputs; /* number of outputs */ member in struct:video_encoder_capability 17 #define ENCODER_SET_OUTPUT _IOW('e', 4, int) /* 0 <= output < #outputs */
|
video_decoder.h | 14 int outputs; /* number of outputs */ member in struct:video_decoder_capability 36 #define DECODER_SET_OUTPUT _IOW('d', 5, int) /* 0 <= output < #outputs */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_encoder.h | 11 int outputs; /* number of outputs */ member in struct:video_encoder_capability 17 #define ENCODER_SET_OUTPUT _IOW('e', 4, int) /* 0 <= output < #outputs */
|
video_decoder.h | 14 int outputs; /* number of outputs */ member in struct:video_decoder_capability 36 #define DECODER_SET_OUTPUT _IOW('d', 5, int) /* 0 <= output < #outputs */
|
/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);
|
/frameworks/base/graphics/java/android/renderscript/ |
ScriptGroup.java | 29 * External connections are grouped into inputs and outputs. 30 * All outputs are produced by a script kernel and placed into a 395 ArrayList<IO> outputs = new ArrayList<IO>(); local 421 outputs.add(new IO(kid)); 453 sg.mOutputs = new IO[outputs.size()]; 454 for (int ct=0; ct < outputs.size(); ct++) { 455 sg.mOutputs[ct] = outputs.get(ct);
|
/cts/suite/audio_quality/lib/src/task/ |
TaskProcess.cpp | 175 UniquePtr<void_ptr, DefaultDelete<void_ptr[]> > outputs; local 186 if (!prepareParams(mOutput, builtIn ? info->mOutputTypes : NULL, outputs, outputValues, 193 result = (mBuiltin.*(info->mFunction))(inputs.get(), outputs.get()); 205 mOutput.size(), outputTypes.get(), outputs.get()); 214 reinterpret_cast<android::sp<Buffer>*>((outputs.get())[i]); 225 reinterpret_cast<TaskCase::Value*>((outputs.get())[i]);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
radeon_llvm.h | 95 LLVMValueRef outputs[RADEON_LLVM_MAX_OUTPUTS][TGSI_NUM_CHANNELS]; member in struct:radeon_llvm_context
|
/external/mesa3d/src/gallium/drivers/radeon/ |
radeon_llvm.h | 95 LLVMValueRef outputs[RADEON_LLVM_MAX_OUTPUTS][TGSI_NUM_CHANNELS]; member in struct:radeon_llvm_context
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptGroup.java | 29 * External connections are grouped into inputs and outputs. 30 * All outputs are produced by a script kernel and placed into a 420 ArrayList<IO> outputs = new ArrayList<IO>(); local 446 outputs.add(new IO(kid)); 478 sg.mOutputs = new IO[outputs.size()]; 479 for (int ct=0; ct < outputs.size(); ct++) { 480 sg.mOutputs[ct] = outputs.get(ct);
|
/external/chromium_org/remoting/host/ |
desktop_resizer_linux.cc | 103 return resources_->outputs[0]; 314 RROutput* outputs = NULL; local 319 outputs = resources_.get()->outputs; 323 CurrentTime, 0, 0, mode_id, 1, outputs, number_of_outputs);
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_program.c | 238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F); 318 GLuint outputs[VERT_RESULT_MAX], numOutputs; local 332 /* make list of outputs to save some time below */ 336 outputs[numOutputs++] = i; 398 const GLuint attr = outputs[j]; 400 check_float(machine->Outputs[attr][0]); 401 check_float(machine->Outputs[attr][1]); 402 check_float(machine->Outputs[attr][2]); 403 check_float(machine->Outputs[attr][3]); 405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]) [all...] |