HomeSort by relevance Sort by last modified time
    Searched full:readfile (Results 176 - 200 of 384) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/tools/site_compare/commands/
timeload.py 47 ["-l", "--list"], "List of URLs to time", type="readfile")
  /external/chromium_org/tools/site_compare/utils/
browser_iterate.py 49 ["-l", "--list"], "File containing list of URLs to visit", type="readfile")
  /external/icu4c/samples/layout/
paragraph.cpp 256 const UChar *text = UnicodeReader::readFile(fileName, guiSupport, charCount);
  /external/icu4c/samples/ugrep/
ugrep.cpp 74 void readFile(const char *name);
131 readFile(argv[fileNum]);
254 // readFile Read a file into memory, and convert it to Unicode.
261 void readFile(const char *name) {
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 82 public boolean readFile(String filename) throws IOException {
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
haskell.php 104 'interact', 'readFile', 'writeFile', 'appendFile',
vim.php 110 'pumvisible', 'range', 'readfile', 'reltime', 'reltimestr',
  /external/qemu/android/utils/
mapfile.c 115 if (ReadFile(handle, buf, nbyte, &read_bytes, NULL)) {
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 115 if (ReadFile(handle, buf, nbyte, &read_bytes, NULL)) {
  /system/netd/
InterfaceController.cpp 175 int success = readFile(path, buf, &size);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 203 ReadFile(infile, &a, 1, &got, NULL);
209 ReadFile(infile, &b, 1, &got, NULL);
224 ReadFile(infile, &marker, 1, &got, NULL);
249 ReadFile(infile, &lh, 1, &got, NULL);
250 ReadFile(infile, &ll, 1, &got, NULL);
272 ReadFile(infile, Data+2, itemlen-2, &got, NULL);
501 ReadFile(fIn, pBuf->pBuffer, lBuffUsed, &nRead, NULL);
    [all...]
  /external/chromium_org/tools/site_compare/
command_line.py 57 VALID_TYPES = ['string', 'readfile', 'int', 'flag', 'coords']
58 TYPES_WITH_VALUES = ['string', 'readfile', 'int', 'coords']
69 readfile - a file which must exist and be available
424 elif type == 'readfile':
704 test.AddArgument("--file", "filename argument", type='readfile')
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 178 testResultsTemplateString = readFile(testResultsTemplateFileName);
179 dropTemplateString = readFile(dropTemplateFileName);
194 platformTemplateString.add(readFile(platformTemplateFile));
256 String fileContents = readFile(log);
445 public String readFile(String fileName) {
    [all...]
  /external/v8/src/
d8.cc 230 Handle<String> source = ReadFile(*file);
275 Handle<String> source = ReadFile(*file);
    [all...]
  /external/chromium_org/chrome/app/
image_pre_reader_win.cc 62 ::ReadFile(file_handle,
360 while (::ReadFile(file, buffer, actual_step_size, &len, NULL) &&
  /external/chromium_org/third_party/libjingle/source/talk/base/
testutils.h 437 inline bool ReadFile(const char* filename, std::string* contents) {
502 if (!ReadFile(filename, &contents)) {
  /external/chromium_org/v8/src/
d8.h 189 Handle<String> ReadFile(Isolate* isolate, const char* name);
277 static Handle<String> ReadFile(Isolate* isolate, const char* name);
v8utils.h 253 Vector<const char> ReadFile(const char* filename,
256 Vector<const char> ReadFile(FILE* file,
  /external/chromium_org/v8/tools/
js2c.py 62 def ReadFile(filename):
359 lines = ReadFile(filename)
  /external/jdiff/src/jdiff/
XMLToAPI.java 41 public static API readFile(String filename, boolean createGlobalComments,
93 } //readFile()
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 100 public boolean readFile(String filename) throws IOException {
142 /** Serializes HDF contents to a file (readable by readFile)
  /external/qemu/
tap-win32.c 493 result = ReadFile(overlapped->handle,
521 fprintf(stderr, "Tap-Win32: Error ReadFile %d - %s\n", dwError, lpBuffer);
  /external/v8/tools/
js2c.py 62 def ReadFile(filename):
325 lines = ReadFile(filename)
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 636 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL))
647 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL))
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 246 String currentContents = AdtPlugin.readFile(file);
335 String fileContent = AdtPlugin.readFile(file);

Completed in 1145 milliseconds

1 2 3 4 5 6 78 91011>>