/external/chromium_org/ppapi/c/dev/ |
ppb_video_decoder_dev.h | 123 * decoded and pending outputs are delivered to the plugin. Once done 136 * Reset the decoder as quickly as possible. Pending inputs and outputs are 150 * Tear down the decoder as quickly as possible. Pending inputs and outputs
|
/external/chromium_org/ppapi/ |
ppapi_nacl_test_common.gypi | 100 'outputs': ['>(nmf_newlib)'], 135 'outputs': ['>(nmf_glibc)'], 171 'outputs': ['>(nmf_pnacl_newlib)'],
|
ppapi_untrusted.gyp | 159 'outputs': ['>(nmf_glibc)'], 201 'outputs': ['>(nmf_pnacl)'], 225 'outputs': ['>(nmf_pnacl)'],
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
messagedigest.h | 52 // Outputs the digest value to |buf| with length |len|. 66 // implementation, and outputs the hash to the buffer |output|, which is 95 // implementation and |key_len| bytes of |key| to key the HMAC, and outputs
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen6_sol.c | 53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer; 56 linked_xfb_info->Outputs[i].DstOffset; 59 linked_xfb_info->Outputs[i].NumComponents,
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prcountr.h | 165 ** OUTPUTS: 196 ** OUTPUTS: 228 ** OUTPUTS: 261 ** OUTPUTS: Pointers to the Counter Feature's copies of the names 294 ** OUTPUTS: The counter is incrementd. 323 ** OUTPUTS: the counter is decremented. 351 ** OUTPUTS: new value for counter. 385 ** OUTPUTS: new value for counter 415 ** OUTPUTS: 447 ** OUTPUTS [all...] |
prshm.h | 168 ** OUTPUTS: 200 ** OUTPUTS: 229 ** OUTPUTS: 252 ** OUTPUTS: 272 ** OUTPUTS:
|
prtrace.h | 182 ** OUTPUTS: 223 ** OUTPUTS: 264 ** OUTPUTS: 352 ** OUTPUTS: 390 ** OUTPUTS: 425 ** OUTPUTS: returned. 457 ** OUTPUTS: pointers to the Trace Facility's copy of qName, 497 ** OUTPUTS: returned. 539 ** OUTPUTS: returned. 593 ** OUTPUTS: non [all...] |
/external/chromium_org/tools/gn/ |
file_template.h | 22 // (either outputs or args, depending on the target type). 25 // apply a source to it to get a list of outputs manually. Or you can do the 67 // outputs.
|
functions_target.cc | 130 " Both \"sources\" and \"outputs\" must be specified. Sources can\n" 132 " outputs list (plural is used for the name for consistency with\n" 145 " outputs = [ \"$target_out_dir/mydll.dll\" ]\n" 156 " outputs = [ \"$target_gen_dir/{{source_file_part}}\" ]\n" 183 " sources, outputs, and source_prereqs will be all treated as relative\n" 188 " build rule. In this case, each file specified in the |outputs|\n" 199 " |source_prereqs| variable and your |outputs| variable should just list\n" 200 " all outputs.\n" 212 " either the outputs or the args lists.\n" 216 " args, deps, outputs, script*, source_prereqs, sources\n [all...] |
/external/libnfc-nxp/src/ |
phOsalNfc.h | 135 * Outputs trace log of requested size as string 149 * Outputs given string to debug port. 161 * Outputs given string to debug port.
|
/external/libvpx/libvpx/vpx_scale/generic/ |
gen_scalers.c | 26 * OUTPUTS : None. 106 * OUTPUTS : None. 182 * OUTPUTS : None.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_sol.c | 53 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer; 56 linked_xfb_info->Outputs[i].DstOffset; 59 linked_xfb_info->Outputs[i].NumComponents,
|
/frameworks/base/docs/downloads/training/ |
AndroidTestingFun.zip | |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 227 // direct output...). For outputs only. 248 // descriptor for audio outputs. Used to maintain current configuration of each opened audio output 281 AudioOutputDescriptor *mOutput1; // used by duplicated outputs: first output 282 AudioOutputDescriptor *mOutput2; // used by duplicated outputs: second output 288 uint32_t mDirectOpenCount; // number of clients using this output (direct outputs only) 412 // to this device. If none is open, tries to open one of the available outputs. 419 SortedVector<audio_io_handle_t>& outputs); 424 // checks and if necessary changes outputs used for all strategies. 482 audio_io_handle_t selectOutput(const SortedVector<audio_io_handle_t>& outputs, 494 audio_io_handle_t selectOutputForEffects(const SortedVector<audio_io_handle_t>& outputs); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install.py | 619 outputs = self.get_outputs() 622 for counter in xrange(len(outputs)): 623 outputs[counter] = outputs[counter][root_len:] 625 (self.record, outputs), 656 # Assemble the outputs of all the sub-commands. 657 outputs = [] 661 # that outputs doesn't contain duplicate entries 663 if filename not in outputs: 664 outputs.append(filename [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install.py | 619 outputs = self.get_outputs() 622 for counter in xrange(len(outputs)): 623 outputs[counter] = outputs[counter][root_len:] 625 (self.record, outputs), 656 # Assemble the outputs of all the sub-commands. 657 outputs = [] 661 # that outputs doesn't contain duplicate entries 663 if filename not in outputs: 664 outputs.append(filename [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 53 SortedVector <audio_io_handle_t> outputs; local 94 if (checkOutputsForDevice(device, state, outputs) != NO_ERROR) { 97 ALOGV("setDeviceConnectionState() checkOutputsForDevice() returned %d outputs", 98 outputs.size()); 102 if (!outputs.isEmpty()) { 122 for (size_t i = 0; i < outputs.size(); i++) { 123 mpClientInterface->setParameters(outputs[i], paramStr); 139 checkOutputsForDevice(device, state, outputs); 162 // outputs must be closed after checkOutputForAllStrategies() is executed 163 if (!outputs.isEmpty()) 675 SortedVector<audio_io_handle_t> outputs = getOutputsForDevice(device, mOutputs); local 2074 SortedVector<audio_io_handle_t> outputs; local [all...] |
/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/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 220 LLVMValueRef (*outputs)[4], 232 LLVMValueRef *outputs, 366 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context 383 * The outputs[] array above is unused then. 452 LLVMValueRef *outputs; member in struct:lp_build_tgsi_aos_context
|
/external/chromium_org/tools/grit/grit/ |
scons.py | 84 """Processes outputs listed in the grd into rc_headers and rc_alls. 93 rc_headers: Outputs marked as rc_header. 94 rc_alls: All other outputs. 177 rc_alls: All non-rc_header outputs. 193 """Modifies the list of targets to include all outputs.
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi.h | 220 LLVMValueRef (*outputs)[4], 232 LLVMValueRef *outputs, 366 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS]; member in struct:lp_build_tgsi_soa_context 383 * The outputs[] array above is unused then. 452 LLVMValueRef *outputs; member in struct:lp_build_tgsi_aos_context
|
/external/protobuf/src/google/protobuf/ |
text_format.h | 59 // Outputs a textual representation of the given message to the given 69 // Like Print(), but outputs directly to a string. 72 // Like PrintUnknownFields(), but outputs directly to a string. 76 // Outputs a textual representation of the value of the field supplied on 167 // Outputs a textual representation of the value of the field supplied on
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 197 outputs = _build_ext.get_outputs(self) 202 outputs.append(base+'.py') 203 outputs.append(base+'.pyc') 205 outputs.append(base+'.pyo') 206 return outputs
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 197 outputs = _build_ext.get_outputs(self) 202 outputs.append(base+'.py') 203 outputs.append(base+'.pyc') 205 outputs.append(base+'.pyo') 206 return outputs
|