OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:returnbytes
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/drm/java/android/drm/
DrmUtils.java
139
byte[]
returnBytes
= new byte[numberOfBytes];
141
returnBytes
[i] = constraintData[j];
143
return new String(
returnBytes
);
/external/regex-re2/util/
arena.h
76
char* last_alloc_; // used to make sure
ReturnBytes
() is safe
Completed in 198 milliseconds