/external/icu4c/tools/makeconv/ |
makeconv.c | 561 readFile(ConvData *data, const char* converterName, 648 dataIsBase=readFile(data, converterName, pErrorCode); 733 dataIsBase=readFile(&baseData, baseFilename, pErrorCode);
|
/external/v8/tools/ |
tickprocessor.js | 50 function readFile(fileName) { 137 var contents = readFile(fileName); 291 var contents = readFile(fileName);
|
/frameworks/base/core/java/com/android/internal/os/ |
ProcessCpuTracker.java | 581 String file = readFile("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", '\0'); 822 private String readFile(String file, char endChar) { 860 String cmdName = readFile(cmdlineFile, '\0');
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 450 if (ReadFile( exec_handle, 617 if (ReadFile( (HANDLE)pproc->sv_stdout[0], &c, 1, &nread, NULL) 649 if (ReadFile( (HANDLE)pproc->sv_stderr[0], &c, 1, &nread, NULL) == FALSE) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 469 public static String readFile(@NonNull IFile file) { 476 return readFile(reader); 502 public static String readFile(File file) { 504 return readFile(new FileReader(file)); 709 public static String readFile(ResourceFile file) { 713 return readFile(new InputStreamReader(contents)); 736 public static String readFile(Reader reader) { [all...] |
/external/chromium_org/v8/src/ |
d8.cc | 476 Handle<String> source = ReadFile(args.GetIsolate(), *file); 529 Handle<String> source = ReadFile(args.GetIsolate(), *file); [all...] |
/build/tools/releasetools/ |
common.py | 642 current = self.ReadFile() 703 return self.ReadFile() 705 def ReadFile(self):
|
/external/chromium/base/ |
file_util_win.cc | 739 int ReadFile(const FilePath& filename, char* data, int size) { 752 if (::ReadFile(file, data, size, &read, NULL) && [all...] |
/external/chromium_org/content/browser/fileapi/ |
file_system_operation_impl_unittest.cc | 692 EXPECT_EQ(data_size, base::ReadFile(PlatformPath("dest/file"), [all...] |
/external/chromium_org/v8/tools/ |
tickprocessor.js | 50 function readFile(fileName) { 137 var contents = readFile(fileName); 311 var contents = readFile(fileName);
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 466 readFile (inFile); 554 readFile (inFile); [all...] |
/cts/tools/cfassembler/src/dxconvext/ |
ClassFileParser.java | 79 byte[] bytes = FileUtils.readFile(inFile);
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
tokenize.py | 277 source = utils.ReadFile(filename)
|
/external/chromium_org/ |
PRESUBMIT.py | 280 lines = input_api.ReadFile(f).splitlines() 304 contents = input_api.ReadFile(f) 435 contents = input_api.ReadFile(f) 885 contents = input_api.ReadFile(f, 'rb') [all...] |
/external/chromium_org/base/process/ |
launch_win.cc | 316 BOOL success = ReadFile(out_read, buffer, kBufferSize, &bytes_read, NULL);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
enterprise_install_attributes.cc | 110 int len = base::ReadFile(cache_file, buf, sizeof(buf));
|
/external/chromium_org/chrome/browser/chromeos/system/ |
syslogs_provider.cc | 147 // logs to stay past the ReadFile call - delete the file
|
/external/chromium_org/components/policy/core/common/ |
preg_parser_win.cc | 214 bool ReadFile(const base::FilePath& file_path,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
subprocess.cc | 208 if (!ReadFile(child_stdout_, buffer, sizeof(buffer), &n, NULL)) {
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
HtmlTooltipHelper.java | 96 styles = DesignerPlugin.readFile(PropertyTable.class.getResourceAsStream("Tooltip.css"),
|
/external/icu4c/tools/toolutil/ |
package.cpp | 306 readFile(const char *path, const char *name, int32_t &length, char &type) { 463 inData=readFile(NULL, filename, inLength, type); [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
php-brief.php | 84 'ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'join', 'sql_regcase', 'dl', 'pclose', 'popen', 'readfile', 'rewind', 'rmdir', 'umask', 'fclose', 'feof', 'fgetc', 'fgets', 'fgetss', 'fread', 'fopen', 'fpassthru', 'ftruncate', 'fstat', 'fseek', 'ftell', 'fflush', 'fwrite', 'fputs', 'mkdir', 'rename', 'copy', 'tempnam', 'tmpfile', 'file', 'file_get_contents', 'stream_select', 'stream_context_create', 'stream_context_set_params', 'stream_context_set_option', 'stream_context_get_options', 'stream_filter_prepend', 'stream_filter_append', 'fgetcsv', 'flock', 'get_meta_tags', 'stream_set_write_buffer', 'set_file_buffer', 'set_socket_blocking', 'stream_set_blocking', 'socket_set_blocking', 'stream_get_meta_data', 'stream_register_wrapper', 'stream_wrapper_register', 'stream_set_timeout', 'socket_set_timeout', 'socket_get_status', 'realpath', 'fnmatch', 'fsockopen', 'pfsockopen', 'pack', 'unpack', 'get_browser', 'crypt', 'opendir', 'closedir', 'chdir', 'getcwd', 'rewinddir', 'readdir', 'dir', 'glob', 'fileatime', 'filectime', 'filegroup', 'fileinode', 'filemtime', 'fileowner', 'fileperms', 'filesize', 'filetype', 'file_exists', 'is_writable', 'is_writeable', 'is_readable', 'is_executable', 'is_file', 'is_dir', 'is_link', 'stat', 'lstat', 'chown',
|
/external/ppp/pppd/ |
options.c | 147 static int readfile __P((char **)); 217 { "file", o_special, (void *)readfile, 1397 readfile(argv) function [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
subprocess.cc | 205 if (!ReadFile(child_stdout_, buffer, sizeof(buffer), &n, NULL)) {
|
/external/qemu/block/ |
raw-win32.c | 121 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
|