/external/chromium_org/tools/gyp/test/win/command-quote/subdir/and/another/ |
in-subdir.gyp | 22 'outputs': ['output4.obj'],
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-macros-in-inputs-and-outputs.py | 8 Handle macro expansion in inputs and outputs of rules.
|
/external/chromium_org/tools/gyp/test/win/vs-macros/ |
containing-gyp.gyp | 21 'outputs': [
|
/external/dropbear/libtomcrypt/ |
parsenames.pl | 3 # Splits the list of files and outputs for makefile type files
|
/external/llvm/test/Assembler/ |
2002-04-07-HexFloatConstants.ll | 4 ; exponential form, outputs it correctly in hex format. This is a distillation
|
/external/llvm/test/CodeGen/X86/ |
2011-11-07-LegalizeBuildVector.ll | 3 ; We don't really care what this outputs; just make sure it's somewhat sane.
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec.gypi | 15 # Outputs some low-level debug files.
|
/cts/suite/audio_quality/lib/include/ |
SignalProcessingInterface.h | 43 * @param outputs 47 int nOutputs, bool* outputTypes, void** outputs) = 0;
|
/external/chromium_org/build/android/ |
strip_native_libraries.gypi | 34 'outputs': [ 42 'outputs': [ '<(stamp).fake' ]
|
/external/chromium_org/chrome/ |
chrome_syzygy.gyp | 16 'outputs': [ 77 'outputs': [
|
js_unittest_rules.gypi | 45 'outputs': [ 67 'outputs': [
|
/external/chromium_org/chrome_frame/resources/ |
chrome_frame_resources.grd | 15 <outputs> 21 </outputs>
|
/external/chromium_org/testing/iossim/ |
iossim.gyp | 38 'outputs': [ 80 'outputs': [],
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_sol_state.c | 101 * Outputs the 3DSTATE_SO_DECL_LIST command. 130 int buffer = linked_xfb_info->Outputs[i].OutputBuffer; 132 int vert_result = linked_xfb_info->Outputs[i].OutputRegister; 134 (1 << linked_xfb_info->Outputs[i].NumComponents) - 1; 138 assert(linked_xfb_info->Outputs[i].NumComponents == 1); 141 component_mask <<= linked_xfb_info->Outputs[i].ComponentOffset; 154 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]); 156 next_offset[buffer] += linked_xfb_info->Outputs[i].NumComponents;
|
/external/chromium_org/tools/android/common/ |
daemon.cc | 67 // Close the standard input and outputs, otherwise the process may block 69 // Comment out these lines if you want to see outputs for debugging.
|
/external/chromium_org/tools/gn/ |
gyp_script_target_writer_unittest.cc | 20 target->script_values().outputs().push_back( 50 " 'outputs': [\n"
|
target_generator.cc | 205 Target::FileList outputs; 207 scope_->GetSourceDir(), &outputs, err_)) 210 // Validate that outputs are in the output dir. 211 CHECK(outputs.size() == value->list_value().size()); 212 for (size_t i = 0; i < outputs.size(); i++) { 215 outputs[i].value(), value->list_value()[i], err_)) 218 target_->script_values().outputs().swap(outputs);
|
ninja_script_target_writer.cc | 39 // outputs as outputs, and the data as inputs. 45 const Target::FileList& outputs = target_->script_values().outputs(); local 46 for (size_t i = 0; i < outputs.size(); i++) { 48 RemovePrefix(outputs[i].value(),
|
/external/chromium_org/tools/grit/grit/testdata/ |
buildinfo.grd | 9 <outputs> 13 </outputs>
|
/external/chromium_org/ui/resources/ |
ui_unscaled_resources.grd | 3 <outputs> 8 </outputs>
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_sol_state.c | 101 * Outputs the 3DSTATE_SO_DECL_LIST command. 130 int buffer = linked_xfb_info->Outputs[i].OutputBuffer; 132 int vert_result = linked_xfb_info->Outputs[i].OutputRegister; 134 (1 << linked_xfb_info->Outputs[i].NumComponents) - 1; 138 assert(linked_xfb_info->Outputs[i].NumComponents == 1); 141 component_mask <<= linked_xfb_info->Outputs[i].ComponentOffset; 154 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]); 156 next_offset[buffer] += linked_xfb_info->Outputs[i].NumComponents;
|
/external/llvm/include/llvm/Transforms/Utils/ |
CodeExtractor.h | 39 /// 1) Find both the inputs and outputs for the extracted region. 42 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas 105 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const; 112 const ValueSet &outputs, 122 ValueSet &outputs);
|
/external/protobuf/vsprojects/ |
lite-test.vcproj | 33 Outputs="" 110 Outputs="" 232 Outputs="google\protobuf\unittest_lite.pb.h;google\protobuf\unittest_lite.pb.cc" 242 Outputs="google\protobuf\unittest_lite.pb.h;google\protobuf\unittest_lite.pb.cc" 256 Outputs="google\protobuf\unittest_import_lite.pb.h;google\protobuf\unittest_import_lite.pb.cc" 266 Outputs="google\protobuf\unittest_import_lite.pb.h;google\protobuf\unittest_import_lite.pb.cc"
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_program.c | 238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F); 318 GLuint outputs[VERT_RESULT_MAX], numOutputs; local 332 /* make list of outputs to save some time below */ 336 outputs[numOutputs++] = i; 398 const GLuint attr = outputs[j]; 400 check_float(machine->Outputs[attr][0]); 401 check_float(machine->Outputs[attr][1]); 402 check_float(machine->Outputs[attr][2]); 403 check_float(machine->Outputs[attr][3]); 405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]) [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_program.c | 238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F); 318 GLuint outputs[VERT_RESULT_MAX], numOutputs; local 332 /* make list of outputs to save some time below */ 336 outputs[numOutputs++] = i; 398 const GLuint attr = outputs[j]; 400 check_float(machine->Outputs[attr][0]); 401 check_float(machine->Outputs[attr][1]); 402 check_float(machine->Outputs[attr][2]); 403 check_float(machine->Outputs[attr][3]); 405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]) [all...] |