HomeSort by relevance Sort by last modified time
    Searched refs:full_filename (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/common_lib/cros/
test_webrtc_peer_connection.py 226 full_filename = screenshot_name + '_graphics_utils'
227 graphics_utils.take_screenshot(self.debugdir, full_filename)
240 full_filename = os.path.join(
242 image_util.WritePngFile(screenshot, full_filename)
  /external/webrtc/webrtc/base/
win32.cc 396 wchar_t* full_filename = STACK_ARRAY(wchar_t, full_len + 6); local
397 wchar_t* start = full_filename + 6;
407 ASSERT(start >= full_filename);
413 ASSERT(start >= full_filename);
  /build/make/tools/releasetools/
check_target_files_signatures 172 def __init__(self, full_filename, filename):
180 self.RecordCerts(full_filename)
181 self.ReadManifest(full_filename)
185 def RecordCerts(self, full_filename):
188 f = open(full_filename)
204 def ReadManifest(self, full_filename):
205 p = common.Run(["aapt", "dump", "xmltree", full_filename,
check_target_files_signatures.py 172 def __init__(self, full_filename, filename):
180 self.RecordCerts(full_filename)
181 self.ReadManifest(full_filename)
185 def RecordCerts(self, full_filename):
188 f = open(full_filename)
204 def ReadManifest(self, full_filename):
205 p = common.Run(["aapt", "dump", "xmltree", full_filename,
  /external/v8/src/compiler/
graph-visualizer.cc 208 EmbeddedVector<char, 256> full_filename; local
210 SNPrintF(full_filename, "%s%s.%s", base_dir.start(), filename.start(),
213 SNPrintF(full_filename, "%s%s-%s.%s", base_dir.start(), filename.start(),
216 SNPrintF(full_filename, "%s%s_%s.%s", base_dir.start(), filename.start(),
219 SNPrintF(full_filename, "%s%s_%s-%s.%s", base_dir.start(), filename.start(),
223 char* buffer = new char[full_filename.length() + 1];
224 memcpy(buffer, full_filename.start(), full_filename.length());
225 buffer[full_filename.length()] = '\0';
  /external/tensorflow/tensorflow/compiler/xla/python/
xla_client.py 236 full_filename, lineno = inspect.stack()[skip_frames][1:3]
237 filename = os.path.basename(full_filename)
    [all...]

Completed in 944 milliseconds