Home
last modified time | relevance | path

Searched refs:_outputs (Results 1 – 25 of 60) sorted by relevance

123

/external/v8/tools/gyp/test/actions-multiple/src/
Dactions.gyp37 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
52 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
67 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
82 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
109 'python', 'filter.py', 'foo', 'bar', 'foo.c', '<@(_outputs)',
125 'python', 'filter.py', 'foo', 'car', 'foo.c', '<@(_outputs)',
141 'python', 'filter.py', 'foo', 'dar', 'foo.c', '<@(_outputs)',
157 'python', 'filter.py', 'foo', 'ear', 'foo.c', '<@(_outputs)',
178 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
193 'python', '<@(_inputs)', '<(_outputs)', '<(long_string)',
[all …]
/external/v8/tools/gyp/test/rules-dirname/src/subdir/
Dinput-rule-dirname.gyp26 'python', '<@(_inputs)', '<(RULE_INPUT_DIRNAME)', '<@(_outputs)',
50 'python', '<@(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
76 'python', '<@(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
112 'python', '<@(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
/external/v8/tools/gyp/test/same-target-name-different-directory/src/subdir2/
Dsubdir2.gyp18 'python', '../touch.py', '<(_outputs)',
36 'python', '../touch.py', '<(_outputs)',
58 'python', '../touch.py', '<(_outputs)',
/external/v8/tools/gyp/test/same-target-name-different-directory/src/subdir1/
Dsubdir1.gyp18 'python', '../touch.py', '<(_outputs)',
36 'python', '../touch.py', '<(_outputs)',
58 'python', '../touch.py', '<(_outputs)',
/external/v8/tools/gyp/test/generator-output/actions/subdir1/
Dexecutable.gyp24 'python', '<(_inputs)', '<@(_outputs)',
37 'python', '<(_inputs)', '<@(_outputs)',
/external/v8/tools/gyp/test/actions-multiple-outputs-with-dependencies/src/
Daction.gyp14 'action': ['python', 'rcopy.py', '<@(_inputs)', '<@(_outputs)'],
24 'action': ['python', 'rcopy.py', '<@(_inputs)', '<@(_outputs)'],
/external/v8/tools/gyp/test/generator-output/rules/subdir2/
Dnone.gyp28 'python', '<(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
42 'python', '<(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
/external/v8/tools/gyp/test/intermediate_dir/src/
Dtest2.gyp19 'python', 'script.py', 'target2', '<(_outputs)',
34 'python', 'script.py', 'shared_target2', '<(_outputs)',
Dtest.gyp19 'python', 'script.py', 'target1', '<(_outputs)',
34 'python', 'script.py', 'shared_target1', '<(_outputs)',
/external/v8/tools/gyp/test/win/idl-excluded/
Didl-excluded.gyp21 'python', '<@(_inputs)', '<@(_outputs)',
42 'python', '<@(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
/external/v8/tools/gyp/test/rules/src/subdir2/
Dboth_rule_and_action_input.gyp29 'python', '<(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
44 'python', '<@(_inputs)', '<(_outputs)'
Dnone.gyp26 'python', '<(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
/external/v8/tools/gyp/test/variables/commands/
Dcommands-repeated.gyp84 '<(_outputs)',
103 '<(_outputs)',
122 '<(_outputs)',
/external/v8/tools/gyp/test/mac/archs/
Dtest-dependencies.gyp55 '<@(_outputs)',
86 '<@(_outputs)',
/external/v8/tools/gyp/test/mac/bundle-resources/
Dtest.gyp31 'action': ['./change.sh', '<(RULE_INPUT_PATH)', '<@(_outputs)'],
52 'action': ['./change.sh', '<(RULE_INPUT_PATH)', '<@(_outputs)'],
/external/v8/tools/gyp/test/generator-output/rules/subdir1/
Dexecutable.gyp35 'python', '<(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
52 'python', '<(_inputs)', '<(RULE_INPUT_PATH)', '<@(_outputs)',
/external/v8/tools/gyp/test/actions/src/
Dactions.gyp31 'python', 'subdir1/counter.py', '<(_outputs)',
93 'action': [ 'python', 'confirm-dep-files.py', '<(_outputs)' ],
107 'action': [ 'python', 'confirm-dep-files.py', '<(_outputs)' ],
/external/v8/tools/gyp/test/actions/src/subdir1/
Dexecutable.gyp24 'python', '<(_inputs)', '<@(_outputs)',
37 'python', '<(_inputs)', '<@(_outputs)',
/external/opencv/ml/src/
Dmlann_mlp.cpp266 float CvANN_MLP::predict( const CvMat* _inputs, CvMat* _outputs ) const in predict()
278 if( !CV_IS_MAT(_inputs) || !CV_IS_MAT(_outputs) || in predict()
279 !CV_ARE_TYPES_EQ(_inputs,_outputs) || in predict()
282 _inputs->rows != _outputs->rows ) in predict()
290 if( _outputs->cols != layer_sizes->data.i[layer_sizes->cols - 1] ) in predict()
331 cvGetRows( _outputs, layer_out, i, i + dn ); in predict()
686 bool CvANN_MLP::prepare_to_train( const CvMat* _inputs, const CvMat* _outputs, in prepare_to_train() argument
719 if( !CV_IS_MAT(_outputs) || CV_MAT_TYPE(_outputs->type) != CV_32FC1 && in prepare_to_train()
720 CV_MAT_TYPE(_outputs->type) != CV_64FC1 || in prepare_to_train()
721 _outputs->cols != layer_sizes->data.i[layer_sizes->cols - 1] ) in prepare_to_train()
[all …]
/external/v8/tools/gyp/test/external-cross-compile/src/
Dcross_compile.gypi14 'python', 'fake_cross.py', '>@(_outputs)', '^@(_sources)',
/external/v8/tools/gyp/test/rules-rebuild/src/
Dsame_target.gyp24 'python', '<(_inputs)', '<(RULE_INPUT_NAME)', '<@(_outputs)',
/external/v8/tools/gyp/test/gyp-defines/
Ddefines.gyp19 '<(_outputs)',
/external/v8/tools/gyp/test/actions-multiple-outputs/src/
Dmultiple-outputs.gyp18 'action': ['python', 'touch.py', '<@(_outputs)'],
/external/v8/tools/gyp/test/actions-subdir/src/subdir/
Dsubdir.gyp21 'python', '<(_inputs)', '<@(_outputs)',
/external/v8/tools/gyp/test/actions-subdir/src/
Dnone.gyp21 'python', '<(_inputs)', '<@(_outputs)',

123