Searched refs:OUTPUT_NONE (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/samples/ |
D | pdfium_test.cc | 35 OUTPUT_NONE, enumerator 45 Options() : output_format(OUTPUT_NONE) { } in Options() 262 if (options->output_format != OUTPUT_NONE) { in ParseCommandLine() 268 if (options->output_format != OUTPUT_NONE) { in ParseCommandLine() 283 if (options->output_format != OUTPUT_NONE) { in ParseCommandLine() 290 if (options->output_format != OUTPUT_NONE) { in ParseCommandLine()
|
/external/mesa3d/src/mesa/program/ |
D | nvfragparse.c | 63 #define OUTPUT_NONE 22 macro 98 { "KIL", OPCODE_KIL_NV, INPUT_CC, OUTPUT_NONE, 0 }, 133 { "PRINT", OPCODE_PRINT, INPUT_1V_S, OUTPUT_NONE, 0 }, 1365 else if (instMatch.outputs == OUTPUT_NONE) { in Parse_InstructionSequence()
|
/external/netperf/src/ |
D | nettest_omni.c | 489 OUTPUT_NONE, enumerator 969 case OUTPUT_NONE: in netperf_output_enum_to_str() 1352 for (i = OUTPUT_NONE; i < NETPERF_OUTPUT_MAX; i++){ in dump_netperf_output_choices() 1353 if (OUTPUT_NONE != i) { in dump_netperf_output_choices() 1370 for (i = OUTPUT_NONE; i < NETPERF_OUTPUT_MAX; i++) { in dump_netperf_output_source() 1415 for (name = OUTPUT_NONE; name < NETPERF_OUTPUT_MAX; name++) { in match_string_to_output_mnenomic() 1433 for (name = OUTPUT_NONE; name < NETPERF_OUTPUT_MAX; name++) { in match_string_to_output() 1464 return OUTPUT_NONE; in match_string_to_output() 1835 set_output_elt(OUTPUT_NONE, " ", "", "", "", "%s", &" ",1, 0, in print_omni_init_list() 4901 for (i = OUTPUT_NONE; i < NETPERF_OUTPUT_MAX; i++) { in send_omni_inner()
|
/external/netperf/doc/ |
D | netperf.texi | 3374 @item OUTPUT_NONE 3376 simply add a line that reads ``OUTPUT_NONE='' to the output. For
|
D | netperf.info | 3204 `OUTPUT_NONE' 3206 add a line that reads "OUTPUT_NONE=" to the output. For `-o' it
|