Searched refs:outputs (Results 1 – 25 of 61) sorted by relevance
123
/external/webkit/WebCore/WebCore.gyp/scripts/ |
D | action_makenames.py | 92 (outputs, inputs) = sections[:2] 100 for index in xrange(0, len(outputs)): 101 outputs[index] = os.path.abspath(outputs[index]) 103 outputDir = os.path.dirname(outputs[0]) 161 for output in outputs:
|
D | action_cssvaluekeywords.py | 81 (outputs, inputs) = SplitArgsIntoSections(args[1:]) 85 for index in xrange(0, len(outputs)): 86 outputs[index] = os.path.abspath(outputs[index]) 88 outputDir = os.path.dirname(outputs[0]) 159 for output in outputs:
|
D | action_csspropertynames.py | 77 (outputs, inputs) = SplitArgsIntoSections(args[1:]) 81 for index in xrange(0, len(outputs)): 82 outputs[index] = os.path.abspath(outputs[index]) 84 outputDir = os.path.dirname(outputs[0]) 153 for output in outputs:
|
D | action_useragentstylesheets.py | 80 (outputs, inputs) = sections 82 assert len(outputs) == 2 83 outputH = outputs[0] 84 outputCpp = outputs[1]
|
D | action_maketokenizer.py | 77 (outputs, inputs) = sections 79 assert len(outputs) == 1 80 output = outputs[0]
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 73 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num); 407 char ** outputs = NULL; in load_outputs() local 417 *poutputs = outputs = (char **) lts_alloc(num, sizeof(char*)); in load_outputs() 418 if (outputs == NULL) { in load_outputs() 431 out = outputs[i] = lts_alloc(olen + 1, sizeof(char)); in load_outputs() 453 if (ilen > 0) pfprintf(PSTDOUT,"LOAD_TREE: got input %s out %s\n", in, outputs[i]); in load_outputs() 454 …pfprintf(PSTDOUT,"LOAD_TREE: outputs[%d] len %d out %x out %s\n", i, olen, outputs[i], outputs[i]); in load_outputs() 463 free_outputs(outputs, inputs, num); in load_outputs() 471 static SWIsltsResult free_outputs(char **outputs, char **inputs, int num) in free_outputs() argument 476 if (outputs) { in free_outputs() [all …]
|
/external/webkit/WebCore/WebCore.gyp/ |
D | WebCore.gyp | 80 'outputs': [ 263 'outputs': [ 282 'outputs': [ 301 'outputs': [ 327 'outputs': [ 361 'outputs': [ 379 'outputs': [ 399 'outputs': [ 419 'outputs': [ 439 'outputs': [ [all …]
|
/external/srec/seti/sltsEngine/include/ |
D | lts_seq_internal.h | 126 char **outputs; member
|
/external/libpng/scripts/ |
D | libpng-config.in | 46 --static revise subsequent outputs for static linking
|
D | libpng-config-body.in | 20 --static revise subsequent outputs for static linking
|
/external/icu4c/samples/ugrep/ |
D | readme.txt | 12 specified files, and outputs each matching line.
|
/external/dropbear/libtomcrypt/notes/ |
D | ccm_tv.txt | 1 CCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs
|
D | gcm_tv.txt | 1 GCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs
|
D | ocb_tv.txt | 1 OCB Test Vectors. Uses the 00010203...NN-1 pattern for nonce/plaintext/key. The outputs
|
D | eax_tv.txt | 1 EAX Test Vectors. Uses the 00010203...NN-1 pattern for header/nonce/plaintext/key. The outputs
|
/external/openssl/crypto/des/ |
D | FILES0 | 15 times - Some outputs from 'speed' on some machines.
|
/external/webkit/JavaScriptCore/JavaScriptCore.gyp/ |
D | JavaScriptCore.gyp | 165 'outputs': [
|
/external/chromium/base/ |
D | base.gyp | 311 'outputs': [
|
/external/webkit/WebCore/css/ |
D | maketokenizer | 125 … # flex outputs a ton of logic related to end-of-buffer handling; we just want to fall through to
|
/external/iproute2/doc/ |
D | nstat.sgml | 86 rate of increase of the counter per second. <tt/ifstat/ outputs
|
/external/bison/ |
D | TODO | 147 There are a couple of proposed outputs: 245 Suggest: Change the name $undefined to undefined; looks better in outputs.
|
D | NEWS | 18 * %name-prefix changes the namespace name in C++ outputs. 265 * Bison now warns if it detects conflicting outputs to the same file, 267 that command outputs both code and header to foo.h.
|
/external/expat/doc/ |
D | xmlwf.sgml | 170 By default, <option>-d</option> outputs a canonical representation 384 <command>&dhpackage;</command> outputs nothing.
|
/external/v8/tools/gyp/ |
D | v8.gyp | 177 'outputs': [ 579 'outputs': [
|
/external/qemu/tcg/ |
D | README | 49 number of outputs and inputs. 396 GCC style "early clobber" outputs are not currently supported.
|
123