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

<<11121314151617181920>>

  /external/markdown/docs/extensions/
RSS.txt 7 An extension to Python-Markdown that outputs a markdown document as RSS. This
  /external/oprofile/doc/
opgprof.1.in 15 outputs gprof-format profile data for a given binary image,
  /external/smali/smali/
build.gradle 83 outputs.dir file(antlrOutput)
96 outputs.dir file(testAntlrOutput)
109 outputs.dir file(jflexOutput)
139 outputs.file outFile
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 39 : /* no outputs */
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.c 39 : /* no outputs */
  /external/valgrind/main/none/tests/x86/
fpu_lazy_eflags.c 14 1.9.4, it outputs "1.000000".
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
FrameBranch.java 32 @GenerateFinalPort(name = "outputs", hasDefault = true)
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
rsdebug.rs 26 // For this reason, none of the outputs are actually checked.
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
rsdebug.rs 26 // For this reason, none of the outputs are actually checked.
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
rsdebug.rs 23 // For this reason, none of the outputs are actually checked.
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
rsdebug.rs 23 // For this reason, none of the outputs are actually checked.
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 215 # GYP generated outputs.
231 # Update global list of target outputs, used in dependency tracking.
249 extra_outputs: a list that will be filled in with any outputs of these
258 outputs = action['outputs']
260 # Build up a list of outputs.
263 for out in outputs:
271 extra_sources += outputs
290 # it's superfluous for the "extra outputs", and this avoids accidentally
291 # writing duplicate dummy rules for those outputs
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h 96 ** OUTPUTS:
125 ** OUTPUTS:
161 ** OUTPUTS:
192 ** OUTPUTS:
222 ** OUTPUTS:
258 ** OUTPUTS:
292 ** OUTPUTS:
339 ** OUTPUTS:
375 ** OUTPUTS:
439 ** OUTPUTS
    [all...]
prio.h 434 * OUTPUTS: none
593 * OUTPUTS: None
682 * OUTPUTS:
711 * OUTPUTS:
744 * OUTPUTS:
776 * OUTPUTS:
800 * OUTPUTS:
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
android2grd_unittest.py 152 outputs = grd.GetChildrenOfType(io.OutputNode)
153 self.assertEqual(len(outputs), 7)
155 header_outputs = filter(lambda x: x.GetType() == 'rc_header', outputs)
156 rc_outputs = filter(lambda x: x.GetType() == 'rc_all', outputs)
157 xml_outputs = filter(lambda x: x.GetType() == 'android', outputs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 141 outputs = []
157 outputs.append(dst_name)
160 outputs.extend(
168 outputs.append(dst_name)
170 return outputs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 141 outputs = []
157 outputs.append(dst_name)
160 outputs.extend(
168 outputs.append(dst_name)
170 return outputs
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 71 struct ureg_dst outputs[PIPE_MAX_SHADER_OUTPUTS]; member in struct:st_translate
185 assert(t->outputMapping[index] < Elements(t->outputs));
187 return t->outputs[t->outputMapping[index]];
236 assert(t->outputMapping[index] < Elements(t->outputs));
237 return ureg_src(t->outputs[t->outputMapping[index]]); /* not needed? */
987 struct ureg_dst edge_dst = t->outputs[t->outputMapping[VERT_RESULT_EDGE]];
1005 * \param outputMapping maps Mesa fragment program outputs to TGSI
1006 * generic outputs
1036 assert(numOutputs <= Elements(t->outputs));
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 71 struct ureg_dst outputs[PIPE_MAX_SHADER_OUTPUTS]; member in struct:st_translate
185 assert(t->outputMapping[index] < Elements(t->outputs));
187 return t->outputs[t->outputMapping[index]];
236 assert(t->outputMapping[index] < Elements(t->outputs));
237 return ureg_src(t->outputs[t->outputMapping[index]]); /* not needed? */
987 struct ureg_dst edge_dst = t->outputs[t->outputMapping[VERT_RESULT_EDGE]];
1005 * \param outputMapping maps Mesa fragment program outputs to TGSI
1006 * generic outputs
1036 assert(numOutputs <= Elements(t->outputs));
    [all...]
  /external/chromium_org/tools/gn/
ninja_script_target_writer_unittest.cc 18 target.script_values().outputs().push_back(
20 target.script_values().outputs().push_back(
46 target.script_values().outputs().push_back(
48 target.script_values().outputs().push_back(
108 target.script_values().outputs().push_back(
211 target.script_values().outputs().push_back(
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 73 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num);
407 char ** outputs = NULL; local
417 *poutputs = outputs = (char **) lts_alloc(num, sizeof(char*));
418 if (outputs == NULL) {
431 out = outputs[i] = lts_alloc(olen + 1, sizeof(char));
453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]);
454 pfprintf(PSTDOUT,"LOAD_TREE: outputs[%d] len %d out %x out %s\n", i, olen, outputs[i], outputs[i]);
463 free_outputs(outputs, inputs, num)
    [all...]
  /external/chromium_org/build/
java_apk.gypi 248 'outputs': [
300 'outputs': [
351 'outputs': [
414 '<!@pymod_do_main(grit_info <@(grit_defines) --outputs "<(res_grit_dir)" <(grit_grd_file))'
449 'outputs': [
493 'outputs': [
543 'outputs': [
572 'outputs': [
589 'outputs': [
603 'outputs':
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 48 ;// Outputs:
82 ;// Outputs:
126 ;// Outputs:
130 ;// Three of these are outputs based on the $offset parameter.
131 ;// The outputs are specifically generated to be processed by
189 ;// Outputs:
244 ;// Outputs:
278 ;// Outputs:
328 ;// Outputs:
329 ;// Outputs come in the named registers of the callee function
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 238 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
293 memset(outputs, 0, sizeof outputs);
344 outputs, sampler, &shader->info.base);
352 if (color0 != -1 && outputs[color0][3]) {
354 LLVMValueRef alpha = LLVMBuildLoad(builder, outputs[color0][3], "alpha");
374 if (pos0 != -1 && outputs[pos0][2]) {
375 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");
418 if(outputs[attrib][chan]) {
419 /* XXX: just initialize outputs to point at colors[] an
468 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 238 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
293 memset(outputs, 0, sizeof outputs);
344 outputs, sampler, &shader->info.base);
352 if (color0 != -1 && outputs[color0][3]) {
354 LLVMValueRef alpha = LLVMBuildLoad(builder, outputs[color0][3], "alpha");
374 if (pos0 != -1 && outputs[pos0][2]) {
375 z = LLVMBuildLoad(builder, outputs[pos0][2], "output.z");
418 if(outputs[attrib][chan]) {
419 /* XXX: just initialize outputs to point at colors[] an
468 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
    [all...]

Completed in 1123 milliseconds

<<11121314151617181920>>