OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readFile
(Results
1 - 25
of
131
) sorted by null
1
2
3
4
5
6
/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/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm
46
sub
readFile
($);
66
sub {" .
readFile
($scriptPath) . "}
70
sub
readFile
($)
/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)
/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) {
/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/Source/web/tests/
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");
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
...]
BitmapImageTest.cpp
62
static PassRefPtr<SharedBuffer>
readFile
(const char* fileName)
78
RefPtr<SharedBuffer> imageData =
readFile
("/LayoutTests/fast/images/resources/animated-10color.gif");
WEBPImageDecoderTest.cpp
53
PassRefPtr<SharedBuffer>
readFile
(const char* fileName)
86
RefPtr<SharedBuffer> fullData =
readFile
(webpFile);
118
RefPtr<SharedBuffer> data =
readFile
(webpFile);
142
RefPtr<SharedBuffer> data =
readFile
(webpFile);
165
RefPtr<SharedBuffer> data =
readFile
(webpFile);
190
RefPtr<SharedBuffer> data =
readFile
("/LayoutTests/fast/images/resources/webp-animated.webp");
207
RefPtr<SharedBuffer> data =
readFile
("/LayoutTests/fast/images/resources/webp-animated.webp");
249
RefPtr<SharedBuffer> data =
readFile
("/LayoutTests/fast/images/resources/webp-animated-opaque.webp");
292
RefPtr<SharedBuffer> data =
readFile
("/LayoutTests/fast/images/resources/webp-animated-no-blend.webp");
343
RefPtr<SharedBuffer> data =
readFile
(testImages[i].filename)
[
all
...]
JPEGImageDecoderTest.cpp
52
PassRefPtr<SharedBuffer>
readFile
(const char* fileName)
69
RefPtr<SharedBuffer> data =
readFile
(imageFilePath);
/system/netd/
NetdConstants.h
39
int
readFile
(const char *path, char *buf, int *sizep);
/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) {
/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
...]
/device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h
60
int
readFile
(String8 filePath) const;
/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");
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py
42
def
readFile
(fname):
159
eq(
readFile
(os.path.join(_mhpath, 'context')),
209
eq(
readFile
(os.path.join(_mhpath, 'wide', '.mh_sequences')),
237
seqs =
readFile
(os.path.join(_mhpath, 'wide', '.mh_sequences'))
272
eq(
readFile
(f.getmessagefilename(9)),
296
eq(
readFile
(f2.getmessagefilename(3)),
301
eq(
readFile
(f2.getmessagefilename(4)),
307
eq(
readFile
(f2.getmessagefilename(7)),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py
42
def
readFile
(fname):
159
eq(
readFile
(os.path.join(_mhpath, 'context')),
209
eq(
readFile
(os.path.join(_mhpath, 'wide', '.mh_sequences')),
237
seqs =
readFile
(os.path.join(_mhpath, 'wide', '.mh_sequences'))
272
eq(
readFile
(f.getmessagefilename(9)),
296
eq(
readFile
(f2.getmessagefilename(3)),
301
eq(
readFile
(f2.getmessagefilename(4)),
307
eq(
readFile
(f2.getmessagefilename(7)),
/external/chromium_org/chrome/test/functional/rlz/
rlztest.py
126
def _AssertEventsInPing(self, log_file, excepted_event_list,
readFile
=1):
132
readFile
: Reading order for file. Default is 1 (Top to Bottom).
134
for line in log_file[::
readFile
]:
167
def _AssertRlzValues(self, log_file,
readFile
=1):
172
readFile
: Reading order for file. Default is 1 (Top to Bottom).
174
for line in log_file[::
readFile
]:
/external/chromium_org/third_party/icu/source/tools/gencfu/
gencfu.cpp
122
static const char *
readFile
(const char *fileName, int32_t *len);
208
const char *confusables =
readFile
(confFileName, &confusablesLen);
215
const char *wsConfsables =
readFile
(confWSFileName, &wsConfusablesLen);
302
static const char *
readFile
(const char *fileName, int32_t *len) {
/external/icu4c/tools/gencfu/
gencfu.cpp
122
static const char *
readFile
(const char *fileName, int32_t *len);
208
const char *confusables =
readFile
(confFileName, &confusablesLen);
215
const char *wsConfsables =
readFile
(confWSFileName, &wsConfusablesLen);
302
static const char *
readFile
(const char *fileName, int32_t *len) {
/external/jsilver/src/org/clearsilver/
HDF.java
39
boolean
readFile
(String filename) throws IOException;
54
* Serializes HDF contents to a file (readable by
readFile
)
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results
115
sub
readFile
($)
152
$file1 =
readFile
("$resultDirectory/baseline-filename.txt");
Completed in 2113 milliseconds
1
2
3
4
5
6