HomeSort by relevance Sort by last modified time
    Searched full:readfile (Results 101 - 125 of 188) sorted by null

1 2 3 45 6 7 8

  /sdk/anttasks/src/com/android/ant/
DependencyGraph.java 146 String content = readFile(dependencyFilePath);
407 private static String readFile(String filepath) {
  /cts/tools/dx-tests/src/dxconvext/
ClassFileAssembler.java 77 byte[] cfhbytes = FileUtils.readFile(cfhF);
ClassFileParser.java 79 byte[] bytes = FileUtils.readFile(inFile);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 134 byte[] bytes = FileUtils.readFile(file);
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 314 public InputStream readFile(String filename)
  /external/chromium/base/test/
test_file_util_win.cc 68 ::ReadFile(file_handle, buffer, kOneMB, &bytes_read, NULL);
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 174 source = utils.ReadFile(filename)
tokenize.py 277 source = utils.ReadFile(filename)
  /external/dbus/dbus/
dbus-file-win.c 71 result = ReadFile (hnd, data, count, &bytes_read, NULL);
  /external/icu4c/tools/toolutil/
package.cpp 306 readFile(const char *path, const char *name, int32_t &length, char &type) {
451 inData=readFile(NULL, filename, inLength, type);
1017 data=readFile(filesPath, name, length, type);
1018 // readFile() exits the tool if it fails
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
blitzbasic.php 75 'ReadInt','ReadFloat','ReadFile','ReadDir','ReadBytes','ReadByte','ReadAvail','Read','Rand','Print',
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/v8/src/
d8.h 131 static Handle<String> ReadFile(const char* name);
  /external/zlib/contrib/minizip/
iowin32.c 157 if (!ReadFile(hFile, buf, size, &ret, NULL))
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 183 String fileContents = AdtPlugin.readFile(file);
  /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);
289 var contents = readFile(fileName);
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 565 String file = readFile("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state", '\0');
801 private String readFile(String file, char endChar) {
839 String cmdName = readFile(cmdlineFile, '\0');
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 196 String currentContents = AdtPlugin.readFile(file);
276 String fileContent = AdtPlugin.readFile(file);
503 String xml = AdtPlugin.readFile(reader);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 416 public static String readFile(IFile file) {
421 return readFile(new InputStreamReader(contents, charset));
452 public static String readFile(File file) {
454 return readFile(new FileReader(file));
658 public static String readFile(ResourceFile file) {
662 return readFile(new InputStreamReader(contents));
684 public static String readFile(Reader inputStream) {
    [all...]
  /build/tools/releasetools/
common.py 528 current = self.ReadFile()
589 return self.ReadFile()
591 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/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 466 readFile (inFile);
554 readFile (inFile);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 1041 bool readFile(RefPtr<File>& file)
1093 if (!readFile(file))
1106 if (!readFile(file))
    [all...]
  /external/gtest/src/
gtest-death-test.cc 426 // ReadFile() calls return when the child terminates.
459 // ReadFile() blocks until data is available (signifying the
465 GTEST_DEATH_TEST_CHECK_(::ReadFile(read_handle_.Get(),
686 read_succeeded = ::ReadFile(handle,
    [all...]

Completed in 783 milliseconds

1 2 3 45 6 7 8