OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readRaw
(Results
1 - 5
of
5
) sorted by null
/device/google/contexthub/contexthubhal/
message_buf.h
124
const void *
readRaw
(size_t bufSize) {
/cts/suite/audio_quality/test_description/
processing_main.py
81
self.functionName = self.
readRaw
(nameLen)
145
def
readRaw
(self, length):
158
raw = self.
readRaw
(4)
163
raw = self.
readRaw
(8)
168
raw = self.
readRaw
(8)
173
raw = self.
readRaw
(length * 2)
/external/opencv3/modules/core/include/opencv2/core/
persistence.hpp
564
void
readRaw
( const String& fmt, uchar* vec, size_t len ) const;
628
FileNodeIterator&
readRaw
( const String& fmt, uchar* vec,
[
all
...]
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java
285
favicon =
readRaw
(res, faviconId);
294
touchicon =
readRaw
(res, touchiconId);
325
private byte[]
readRaw
(Resources res, int id) throws IOException {
/external/opencv3/modules/core/src/
persistence.cpp
[
all
...]
Completed in 1358 milliseconds