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

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/samples/layout/
UnicodeReader.h 28 static const UChar *readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount);
ucreader.cpp 17 return UnicodeReader::readFile(fileName, (GUISupport *) guiSupport, *charCount);
  /external/chromium_org/chrome/common/extensions/docs/server2/
template_data_source_test.py 14 from test_util import DisableLogging, ReadFile
34 template_a1 = Handlebar(ReadFile(self._base_path, 'simple', 'test1.html'))
39 template_a2 = Handlebar(ReadFile(self._base_path, 'simple', 'test2.html'))
52 context = json.loads(ReadFile(self._base_path, 'partials', 'input.json'))
54 ReadFile(self._base_path, 'partials', 'test_expected.html'),
render_servlet_test.py 13 from test_util import ReadFile
72 self.assertEqual(ReadFile('%s/%s' % (EXAMPLES, sample_file)),
87 self.assertEqual(ReadFile('%s/%s' % (STATIC_DOCS, static_file)),
98 len(ReadFile('%s/%s' % (PUBLIC_TEMPLATES, html_file))))
api_models_test.py 17 from test_util import ReadFile
23 'inspected_window.json': ReadFile(
39 'alarms.idl': ReadFile(API, 'alarms.idl'),
40 'declarative_web_request.json': ReadFile(
42 'experimental_accessibility.json': ReadFile(
44 'page_action.json': ReadFile(API, 'page_action.json'),
  /external/chromium_org/chrome/utility/media_galleries/
picasa_album_table_reader.cc 59 if (!category_column.ReadFile(table_files_.category_file, PMP_TYPE_UINT32) ||
60 !date_column.ReadFile(table_files_.date_file, PMP_TYPE_DOUBLE64) ||
61 !filename_column.ReadFile(table_files_.filename_file, PMP_TYPE_STRING) ||
62 !name_column.ReadFile(table_files_.name_file, PMP_TYPE_STRING) ||
63 !token_column.ReadFile(table_files_.token_file, PMP_TYPE_STRING) ||
64 !uid_column.ReadFile(table_files_.uid_file, PMP_TYPE_STRING)) {
  /external/valgrind/main/VEX/orig_amd64/
SortedToOrig.hs 5 = do x1 <- readFile "test2.sorted"
Compare.hs 29 = do sorted <- readFile sorted_fn
30 dump <- readFile dump_fn
  /external/valgrind/main/auxprogs/
Merge3Way.hs 32 = do ca <- readFile a
33 cb <- readFile b
34 cc <- readFile c
62 = do t <- readFile "FILEScba"
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
FileUtils.java 50 public static byte[] readFile(String fileName)
53 return readFile(file);
63 public static byte[] readFile(File file)
65 return readFile(file, 0, -1);
78 public static byte[] readFile(File file, int offset, int length)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
GIFImageDecoderTest.cpp 51 PassRefPtr<SharedBuffer> readFile(const char* fileName)
84 RefPtr<SharedBuffer> fullData = readFile(gifFile);
116 RefPtr<SharedBuffer> data = readFile(gifFile);
143 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated.gif");
169 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated.gif");
193 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated.gif");
218 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated-gif-with-offsets.gif");
246 RefPtr<SharedBuffer> data = readFile("/Source/web/tests/data/broken.gif");
258 RefPtr<SharedBuffer> fullData = readFile("/Source/web/tests/data/radient.gif");
309 RefPtr<SharedBuffer> data = readFile("/LayoutTests/fast/images/resources/animated.gif")
    [all...]
WebImageTest.cpp 46 static PassRefPtr<SharedBuffer> readFile(const char* fileName)
57 RefPtr<SharedBuffer> data = readFile("white-1x1.png");
68 RefPtr<SharedBuffer> data = readFile("black-and-white.ico");
83 RefPtr<SharedBuffer> data = readFile("valid_header_missing_bitmap.ico");
  /cts/tools/cfassembler/src/dxconvext/util/
FileUtils.java 41 public static byte[] readFile(String fileName) {
43 return readFile(file);
53 public static byte[] readFile(File file) {
  /dalvik/dexgen/src/com/android/dexgen/util/
FileUtils.java 41 public static byte[] readFile(String fileName) {
43 return readFile(file);
53 public static byte[] readFile(File file) {
  /external/chromium/chrome/browser/autofill/
data_driven_test.cc 17 bool ReadFile(const FilePath& file, std::string* content) {
49 ASSERT_TRUE(ReadFile(input_file, &input));
59 if (ReadFile(output_file, &output_file_contents))
  /external/chromium/googleurl/
PRESUBMIT_unittest.py 50 self._ReadFile = PRESUBMIT.ReadFile
51 PRESUBMIT.ReadFile = MockReadFile
54 PRESUBMIT.ReadFile = self._ReadFile
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.cc 17 bool ReadFile(const base::FilePath& file, std::string* content) {
51 ASSERT_TRUE(ReadFile(input_file, &input));
61 if (ReadFile(output_file, &output_file_contents))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm 46 sub readFile($);
66 sub {" . readFile($scriptPath) . "}
70 sub readFile($)
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 22 bool readfile(char *buffer, const char *from) { function
84 bool gotErrorFile = readfile(desired, errorfile);
85 bool gotOutput = readfile(got, buffer);
  /external/dexmaker/src/dx/java/com/android/dx/util/
FileUtils.java 41 public static byte[] readFile(String fileName) {
43 return readFile(file);
53 public static byte[] readFile(File file) {
  /libcore/dex/src/main/java/com/android/dex/util/
FileUtils.java 37 public static byte[] readFile(String fileName) {
39 return readFile(file);
49 public static byte[] readFile(File file) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtPluginTest.java 38 String contents = AdtPlugin.readFile(new StringReader(input));
46 String readBack = AdtPlugin.readFile(temp);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl 34 sub readFile($)
120 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
121 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
132 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be updated to include patch");
189 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
190 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
191 ok(readFile($fileNewer) eq $fileNewerContent, "$title: \$fileNewer should be unchanged");
246 ok(readFile($fileMine) eq $fileMineContent, "$title: \$fileMine should be unchanged");
247 ok(readFile($fileOlder) eq $fileOlderContent, "$title: \$fileOlder should be unchanged");
259 ok(readFile($fileNewer) eq $expectedContent, "$title: \$fileNewer should be patched")
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 15 * thread that blocks on ReadFile() whenever the media status is connected.
164 wpa_printf(MSG_MSGDUMP, "l2_packet_rx_thread: -> ReadFile");
165 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf,
168 wpa_printf(MSG_DEBUG, "l2_packet_rx_thread: ReadFile failed: "
171 * ReadFile on NDISUIO/WinCE returns ERROR_DEVICE_NOT_CONNECTED
216 * ERROR_DEVICE_NOT_CONNECTED whenever ReadFile() is attempted while
218 * local event to allow ReadFile calls only after having received NDIS
254 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf,
259 wpa_printf(MSG_DEBUG, "L2(NDISUIO): ReadFile failed: "
268 wpa_printf(MSG_DEBUG, "L2(NDISUIO): ReadFile returned data
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
ToastTest.java 57 private static String readFile(String fn) {
87 String text = "freq=" + readFile("/sys/class/leds/red/device/grpfreq")
88 + "\npwm=" + readFile("/sys/class/leds/red/device/grppwm");

Completed in 1266 milliseconds

1 2 3 4 5 6 7 8 91011>>