Searched refs:fread (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
D | platformtest.cpp | 104 TEST_F(Platform, fread) { in TEST_F() argument 107 ASSERT_EQ(length_, fread(temp_, 1, length_, fp)); in TEST_F()
|
D | perftest.h | 88 ASSERT_EQ(length_, fread(json_, 1, length_, fp)); in SetUp()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | filereadstream.h | 64 readCount_ = fread(buffer_, 1, bufferSize_, fp_); in Read()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | jsoncheckertest.cpp | 45 size_t readLength = fread(json, 1, length, fp); in ReadFile()
|
D | filestreamtest.cpp | 48 size_t readLength = fread(json_, 1, length_, fp); in SetUp()
|
D | prettywritertest.cpp | 155 size_t readLength = fread(json, 1, size, fp); in TEST()
|
D | encodedstreamtest.cpp | 73 size_t readLength = fread(buffer, 1, *outLength, fp); in ReadFile()
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/ |
D | phNxpConfig.cpp | 211 while (!feof (fd) && fread (&c, 1, 1, fd) == 1) in readConfig() 711 fread (&value, sizeof(unsigned long), 1, fd); in checkTimestamp()
|
/packages/apps/Nfc/nci/jni/ |
D | RouteDataSet.cpp | 310 actual = fread (buffer, sizeof(char), sizeof(buffer), fh); in loadFromFile()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | ImageUtils.cpp | 303 eret = fread(ret, sizeof(ImageTypeBase), IMAGE_TYPE_NUM_CHANNELS*width*height, imgin); in readBinaryPPM()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | dom.md | 197 size_t readLength = fread(buffer, 1, filesize, fp);
|