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

1 2 3 4 5 6 7 8

  /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/valgrind/main/auxprogs/
Merge3Way.hs 32 = do ca <- readFile a
33 cb <- readFile b
34 cc <- readFile c
62 = do t <- readFile "FILEScba"
  /cts/tools/dx-tests/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) {
  /dalvik/dx/src/com/android/dx/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
PRESUBMIT.py 20 def ReadFile(path):
74 contents = ReadFile(path)
  /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/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/
l2_packet_ndis.c 21 * 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...]
driver_ndis_.c 102 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL))
105 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_ndis.c 21 * 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...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 21 * thread that blocks on ReadFile() whenever the media status is connected.
170 wpa_printf(MSG_MSGDUMP, "l2_packet_rx_thread: -> ReadFile");
171 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf,
174 wpa_printf(MSG_DEBUG, "l2_packet_rx_thread: ReadFile failed: "
177 * ReadFile on NDISUIO/WinCE returns ERROR_DEVICE_NOT_CONNECTED
222 * ERROR_DEVICE_NOT_CONNECTED whenever ReadFile() is attempted while
224 * local event to allow ReadFile calls only after having received NDIS
260 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf,
265 wpa_printf(MSG_DEBUG, "L2(NDISUIO): ReadFile failed: "
274 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");
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis_.c 99 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL))
102 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
  /external/wpa_supplicant_8/src/drivers/
driver_ndis_.c 99 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL))
102 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioAssets.java 49 byte[] buffer = Utils.readFile(ais);
  /external/chromium/base/win/
scoped_handle.h 26 // ReadFile(hfile.Get(), ...);
  /external/chromium/chrome/browser/parsers/
metadata_parser_manager.cc 42 amount_read = file_util::ReadFile(path, buffer, sizeof(buffer));
  /external/chromium/net/test/
test_server_win.cc 83 // Unblock the ReadFile in TestServer::WaitToStart by writing to the pipe.
113 if (!ReadFile(read_fd, buffer + bytes_read, bytes_max - bytes_read,
115 PLOG(ERROR) << "ReadFile failed";
119 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
  /external/chromium/testing/gmock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 96 int ReadFile(const char *fileName, char** data, size_t *length) {
102 DBG("ReadFile E fileName=%s", fileName);
135 DBG("ReadFile X status=%d", status);
159 DBG("ReadFile X no argumens");
165 int status = ReadFile(fileName, &buffer);
191 int status = ReadFile(fileName, &buffer, &length);
225 int status = ReadFile(fileName, &buffer);
382 status = ReadFile("/sdcard/data/no-file", &buffer, &length);
  /external/chromium/base/
file_util_deprecated.h 43 BASE_API int ReadFile(const std::wstring& filename, char* data, int size);

Completed in 6862 milliseconds

1 2 3 4 5 6 7 8