HomeSort by relevance Sort by last modified time
    Searched refs:device_name (Results 176 - 200 of 318) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 57 const std::string &device_name)
58 : SoundDeviceLocator(name, device_name) {
633 device_name().c_str();
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScanResultAdapter.java 72 TextView deviceNameView = (TextView) view.findViewById(R.id.device_name);
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScanResultAdapter.java 72 TextView deviceNameView = (TextView) view.findViewById(R.id.device_name);
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
DeviceListFragment.java 127 TextView top = (TextView) v.findViewById(R.id.device_name);
  /development/host/windows/usb/api/
adb_api.h 189 wchar_t device_name[1]; member in struct:_AdbInterfaceInfo
adb_api.cpp 188 next_interface.device_name().c_str(),
191 return AdbCreateInterfaceByName(next_interface.device_name().c_str());
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 127 TextView top = (TextView) v.findViewById(R.id.device_name);
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
ScanResultAdapter.java 72 TextView deviceNameView = (TextView) view.findViewById(R.id.device_name);
  /external/e2fsprogs/misc/
tune2fs.c 76 char *device_name; variable
477 direction > 0 ? "-b" : "-s", fs->device_name);
480 direction > 0 ? "-b" : "-s", fs->device_name);
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_basic.c 90 sg_cmds_open_device(const char * device_name, bool read_only, int verbose)
98 return scsi_pt_open_device(device_name, read_only, verbose);
104 sg_cmds_open_flags(const char * device_name, int flags, int verbose)
106 return scsi_pt_open_flags(device_name, flags, verbose);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 213 device::device_name() const { function in class:device
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_io_utils_test.cc 122 EXPECT_EQ(kDebugNodeKey.device_name, server_data.server->device_names[0]);
142 EXPECT_EQ(kDebugNodeKey.device_name, server_data_.server->device_names[0]);
296 EXPECT_EQ(kDebugNodeKey.device_name,
346 EXPECT_EQ(kDebugNodeKey.device_name,
  /external/tensorflow/tensorflow/python/eager/
tensor_test.py 39 device = ctx.device_name
63 device = ctx.device_name
80 device = ctx.device_name
103 values, context=ctx._handle, device=ctx.device_name, dtype=12345)
  /external/webrtc/talk/media/devices/
devicemanager.h 194 static bool ShouldDeviceBeIgnored(const std::string& device_name,
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
iface_config_utils.cpp 90 &wpa_s->conf->device_name)) {
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
iface_config_utils.cpp 90 &wpa_s->conf->device_name)) {
  /system/core/init/
devices.h 82 ? uevent.device_name
  /device/google/cuttlefish_common/common/vsoc/lib/
vsoc_memory.cpp 270 strncpy(shmem_region_desc->device_name, region.region_name(),
272 shmem_region_desc->device_name[VSOC_DEVICE_NAME_SZ - 1] = '\0';
  /external/autotest/server/site_tests/enterprise_CFM_DualSpeaker/
enterprise_CFM_DualSpeaker.py 48 DUAL_SPEAKER_DEVICE_NAME in n.device_name]
143 ' for node %s', node.device_name)
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 214 char *device_name; member in struct:dri2_egl_display
406 if (dri2_dpy->device_name && dri2_dpy->image) {
  /external/tensorflow/tensorflow/c/eager/
c_api.cc 188 const char* device_name,
191 if (device_name != nullptr && strlen(device_name) > 0) {
192 status->status = ctx->session->device_mgr->LookupDevice(device_name, &dstd);
274 void TFE_OpSetDevice(TFE_Op* op, const char* device_name, TF_Status* status) {
276 if (device_name != nullptr && strlen(device_name) > 0) {
278 op->ctx->session->device_mgr->LookupDevice(device_name, &d);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
local_client.cc 119 backend_->device_name(build_device_ordinal()).c_str(),
121 backend_->device_name(run_device_ordinal).c_str(),
  /external/tensorflow/tensorflow/python/debug/lib/
debug_graph_reconstruction_test.py 109 device_name = debug_graphs._infer_device_name(non_debug_graph_def)
111 self._graphDefWithoutBlacklistedNodes(reconstructed[device_name]),
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 438 device_name = str(device).strip('/').translate(
440 profile_file = output_file_template % device_name
  /external/tensorflow/tensorflow/python/
pywrap_tfe.i 97 %typemap(in) const char* device_name {

Completed in 2465 milliseconds

1 2 3 4 5 6 78 91011>>