/external/v8/src/runtime/ |
D | runtime-interpreter.cc | 43 void PrintRegisters(Isolate* isolate, std::ostream& os, bool is_input, in PrintRegisters() argument 52 const char* kArrowDirection = is_input ? " -> " : " <- "; in PrintRegisters() 54 os << (is_input ? kInputColourCode : kOutputColourCode); in PrintRegisters() 60 if ((is_input && interpreter::Bytecodes::ReadsAccumulator(bytecode)) || in PrintRegisters() 61 (!is_input && interpreter::Bytecodes::WritesAccumulator(bytecode))) { in PrintRegisters() 76 is_input in PrintRegisters()
|
/external/adhd/cras/src/tests/ |
D | audio_test_gui.py | 20 def get_plugged_nodes(plugged_nodes, lines, is_input): argument 21 start_str = 'Input Nodes:' if is_input else 'Output Nodes:' 22 end_str = 'Attached clients:' if is_input else 'Input Devices:'
|
/external/autotest/client/cros/audio/ |
D | cras_utils.py | 584 def get_node_id_from_node_type(node_type, is_input): argument 598 if node['Type'] == node_type and node['IsInput'] == is_input: 624 def get_device_id_from_node_type(node_type, is_input): argument 633 node_id = get_node_id_from_node_type(node_type, is_input)
|
/external/autotest/client/cros/multimedia/ |
D | audio_extension_handler.py | 272 is_input = target_node['streamType'] == 'INPUT' 273 stream_type = 'input' if is_input else 'output'
|
/external/u-boot/drivers/usb/eth/ |
D | mcs7830.c | 762 bool is_input; in mcs7830_eth_probe() local 768 is_input = epaddr & USB_DIR_IN; in mcs7830_eth_probe() 772 if (is_input && !ep_in_found) { in mcs7830_eth_probe() 776 if (!is_input && !ep_out_found) { in mcs7830_eth_probe() 783 if (is_input && !ep_intr_found) { in mcs7830_eth_probe()
|
/external/libbrillo/brillo/ |
D | process.h | 63 virtual void RedirectUsingPipe(int child_fd, bool is_input) = 0; 174 virtual void RedirectUsingPipe(int child_fd, bool is_input);
|
D | process_mock.h | 25 MOCK_METHOD2(RedirectUsingPipe, void(int child_fd, bool is_input));
|
D | process.cc | 77 void ProcessImpl::RedirectUsingPipe(int child_fd, bool is_input) { in RedirectUsingPipe() argument 79 info.is_input_ = is_input; in RedirectUsingPipe()
|
/external/u-boot/drivers/gpio/ |
D | omap_gpio.c | 55 int is_input) in _set_gpio_direction() argument 63 if (is_input) in _set_gpio_direction()
|
/external/webrtc/talk/media/devices/ |
D | fakedevicemanager.h | 204 bool GetAudioDevice(bool is_input, const std::string& name, in GetAudioDevice() argument 212 return FindDeviceByName((is_input ? input_devices_ : output_devices_), in GetAudioDevice()
|
D | devicemanager.cc | 279 bool DeviceManager::GetAudioDevice(bool is_input, const std::string& name, in GetAudioDevice() argument 288 bool ret = is_input ? GetAudioInputDevices(&devices) : in GetAudioDevice()
|
D | devicemanager.h | 180 virtual bool GetAudioDevice(bool is_input, const std::string& name,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 49 bool is_input) in scan_io_usage() argument 76 is_output_load = !is_input; in scan_io_usage() 99 if (info->stage != MESA_SHADER_VERTEX || !is_input) in scan_io_usage() 102 if (info->stage == MESA_SHADER_FRAGMENT && !is_input) { in scan_io_usage() 112 if (is_input) { in scan_io_usage()
|
/external/tensorflow/tensorflow/tools/benchmark/ |
D | benchmark_model.cc | 125 bool is_input = false; in GetOutputShapes() local 130 is_input = true; in GetOutputShapes() 134 if (!is_input) { in GetOutputShapes()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_value_gpr.h | 56 bool is_input() const {return m_input; } in is_input() function
|
D | sfn_liverange.cpp | 782 if (g.is_input()) { in run()
|
/external/adhd/cras/src/server/ |
D | cras_dbus_control.c | 426 dbus_bool_t is_input; in append_node_dict() local 440 is_input = (direction == CRAS_STREAM_INPUT); in append_node_dict() 449 DBUS_TYPE_BOOLEAN_AS_STRING, &is_input)) in append_node_dict()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_legalize.c | 133 if (is_input(n)) { in legalize_block() 281 if (is_input(n)) { in legalize_block()
|
D | ir3_sched.c | 393 if (is_input(instr)) in nearest_use() 929 if (is_kill(instr) || is_input(instr)) { in sched_node_add_deps()
|
D | ir3_postsched.c | 184 if (!is_input(n->instr)) in choose_instr()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions.cc | 462 const auto is_input = input_nodes_.find(tensor.node()); in AsFunctionDefInput() local 463 if (is_input != input_nodes_.end()) { in AsFunctionDefInput()
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert_test.py | 695 def _CompareSignatureDef(original_def, converted_def, is_input): argument 696 endpoints = original_def.inputs if is_input else original_def.outputs 698 converted_def.inputs if is_input else converted_def.outputs)
|
/external/adhd/cras/src/tools/cras_test_client/ |
D | cras_test_client.c | 363 int is_input) in print_node_info() argument 369 is_input ? "Gain" : " Vol"); in print_node_info() 374 is_input ? nodes[i].capture_gain / 100.0 : in print_node_info()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 87 is_input(nir_intrinsic_instr *intrin) in is_input() function 121 (stage == MESA_SHADER_TESS_EVAL && is_input(intrin))) { in remap_patch_urb_offsets()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 2223 boolean is_input; in DECL_SPECIAL() local 2229 is_input = sem.reg.file == D3DSPR_INPUT; in DECL_SPECIAL() 2258 if (is_input) { in DECL_SPECIAL() 2288 if (is_input && tx->version.major >= 3) { in DECL_SPECIAL() 2316 if (!is_input && 0) { /* declare in COLOROUT/DEPTHOUT case */ in DECL_SPECIAL()
|