HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 326 - 350 of 2756) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
commit-log-editor 131 open LOG, $log or die "Could not open the log file.";
170 open NEWLOG, ">$log.edit" or die;
179 open CHANGELOG_ENTRIES, "-|", "$FindBin::Bin/prepare-ChangeLog --git-index --no-write" or die "prepare-ChangeLog failed: $!.\n";
193 open NEWLOG, "$log.edit" or exit;
201 open NEWLOG, "$log.edit" or die;
202 open LOG, ">$log" or die;
221 open CHANGELOG, $changeLog or die "Can't open $changeLog";
  /external/jsoncpp/
doxybuild.py 32 f = open(sourcefile, 'rb')
42 f = open(targetfile, 'wb')
83 options.open = False
86 version = open('version','rt').read().strip()
118 print open(warning_log_path, 'rb').read()
122 if options.open:
124 webbrowser.open( 'file://' + index_path )
158 parser.add_option('--open', dest="open", action='store_true', default=False,
159 help="""Open the HTML index in the web browser after generation"""
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
file_storage.py 43 with open(file_path) as f:
54 with open(file_path, 'w') as f:
97 with open(file_path, 'w') as f:
106 with open(file_path) as f:
115 open(file_path, 'w').close()
131 with open(file_path, 'w') as f:
141 with open(file_path) as f:
149 with open(file_path, 'w') as f:
159 with open(file_path) as f:
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 2 * Copyright (C) 2011 The Android Open Source Project
97 * Returns true if this stream is open. A stream is open until either:
104 * reports itself as not open. This is because input data is buffered.
277 boolean open = true;
284 open = isOpen();
300 } else if (!open) {
312 boolean open;
315 open = isOpen();
318 if (!open) {
    [all...]
  /development/tools/axl/
chewperf.py 12 f = open(sys.argv[1]).read()
28 f = open(sys.argv[1]).read()
46 f = open(sys.argv[1]).read()
  /external/chromium_org/build/android/gyp/util/
md5_check.py 35 with open(path, 'rb') as infile:
78 with open(self.record_path, 'r') as old_record:
85 with open(self.record_path, 'w') as new_record:
  /external/chromium_org/mojo/tools/
test_runner.py 31 with open(argv[1], 'rb') as f:
52 with open(argv[3], 'rb') as f:
67 successes_cache_file = open(successes_cache_filename, 'ab') \
  /external/chromium_org/net/http/
mock_gssapi_library_posix.cc 143 open(0) {
153 open(other.open) {
169 open(open_in) {
187 open = other.open;
394 context.open = security_query.context_info.open;
452 int* open) {
472 if (open)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_private_script_source.py 29 with open(idl_filename) as f:
50 with open(input_filename) as input_file:
81 with open(output_filename, 'w') as output_file:
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
get_files.py 34 with open(filename, 'rb') as file:
47 fp = open(path, "wb")
88 file_list_csv = open(file_list_path, "rb")
  /external/chromium_org/third_party/tlslite/tlslite/
basedb.py 32 self.db = anydbm.open(self.filename, "n") #raises anydbm.error
38 def open(self): member in class:BaseDB
39 """Open a pre-existing on-disk database.
45 raise ValueError("Can only open on-disk databases")
46 self.db = anydbm.open(self.filename, "w") #raises anydbm.error
55 raise AssertionError("DB not open")
67 raise AssertionError("DB not open")
81 raise AssertionError("DB not open")
103 raise AssertionError("DB not open")
122 raise AssertionError("DB not open")
    [all...]
  /external/chromium_org/tools/git/
mffr.py 64 with open(referee) as f:
70 with open(referee, 'wb') as f:
153 f = open(opts.input_filename)
  /external/chromium_org/tools/metrics/histograms/
update_editor_commands.py 51 with open(filename) as f:
126 with open(HISTOGRAMS_PATH, 'rb') as f:
137 with open(HISTOGRAMS_PATH, 'wb') as f:
update_policies.py 117 with open(POLICY_TEMPLATES_PATH, 'rb') as f:
119 with open(HISTOGRAMS_PATH, 'rb') as f:
127 with open(HISTOGRAMS_PATH, 'wb') as f:
  /external/chromium_org/tools/win/sizeviewer/
sizeviewer.py 16 with open(os.devnull, 'w') as null:
60 with open(json_name, 'r') as jsonf:
84 with open(html_path, 'w') as f:
85 with open(os.path.join(BASE_DIR, 'template.html'), 'r') as templatef:
  /external/chromium_org/ui/ozone/
generate_ozone_platform_list.py 156 out_cc = open(options.output_cc, 'wb')
158 out_h = open(options.output_h, 'wb')
160 out_txt = open(options.output_txt, 'wb')
  /external/deqp/scripts/
check_include_guards.py 16 f = open(headerFile, 'rb')
41 f = open(headerFile, 'rb')
57 f = open(headerFile, 'wb')
  /external/libvpx/libvpx/test/android/
get_files.py 34 with open(filename, 'rb') as file:
47 fp = open(path, "wb")
88 file_list_csv = open(file_list_path, "rb")
  /bionic/libc/bionic/
pthread_setname_np.cpp 2 * Copyright (C) 2008 The Android Open Source Project
70 int fd = open(comm_name, O_WRONLY);
  /bionic/tests/
TemporaryFile.h 2 * Copyright (C) 2013 The Android Open Source Project
45 fd = open(filename, O_RDWR);
  /build/tools/releasetools/
make_recovery_patch 3 # Copyright (C) 2014 The Android Open Source Project
46 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_dng.py 1 # Copyright 2014 The Android Open Source Project
39 with open("%s.dng"%(NAME), "wb") as f:
  /cts/suite/audio_quality/test_description/conf/
detect_usb_audio.py 3 # Copyright (C) 2012 The Android Open Source Project
41 f = open(card_full_path + "/id")
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
JsonUtils.java 2 * Copyright (C) 2014 The Android Open Source Project
39 InputStream is = context.getAssets().open(fileName);
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
JsonUtils.java 2 * Copyright (C) 2014 The Android Open Source Project
39 InputStream is = context.getAssets().open(fileName);

Completed in 832 milliseconds

<<11121314151617181920>>