Home
last modified time | relevance | path

Searched defs:numBytes (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DShareableBitmap.cpp62 size_t numBytes = numBytesForSize(size); in create() local
73 size_t numBytes = numBytesForSize(size); in createShareable() local
86 size_t numBytes = numBytesForSize(size); in create() local
/external/clang/test/CodeGenObjC/
Dns-constant-strings.m12 unsigned int numBytes; field
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DRandomImpl.java46 protected byte[] engineGenerateSeed(int numBytes) { in engineGenerateSeed()
/external/clang/test/SemaObjC/
Dobjc-string-constant.m19 int numBytes; field
/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF16.cpp77 size_t numBytes = length + m_haveBufferedByte; in decode() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVDMXParser.cpp50 bool skip(size_t numBytes) in skip()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.cpp221 void* TPoolAllocator::allocate(size_t numBytes) in allocate()
DPoolAlloc.h188 void* initializeAllocation(tHeader* block, unsigned char* memory, size_t numBytes) { in initializeAllocation()
/external/webkit/Source/WebCore/platform/text/brew/
DTextCodecBrew.cpp196 int numBytes = dst - dstBegin; in encode() local
/external/arduino/libraries/Wire/
DWire.cpp207 void TwoWire::onReceiveService(uint8_t* inBytes, int numBytes) in onReceiveService()
/external/smack/src/org/jivesoftware/smack/util/
DBase64.java1077 int numBytes = 0; in decodeFromFile() local
1134 int numBytes = 0; in encodeFromFile() local
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp172 void skipBytes(long numBytes) in skipBytes()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp906 llvm::Type *CGRecordLayoutBuilder::getByteArrayType(CharUnits numBytes) { in getByteArrayType()
916 void CGRecordLayoutBuilder::AppendBytes(CharUnits numBytes) { in AppendBytes()
/external/smack/src/org/xbill/DNS/
DMessage.java532 numBytes() { in numBytes() method in Message
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DJarFileTest.java419 private void readExactly(InputStream in, int numBytes) throws IOException { in readExactly()
/external/icu4c/i18n/
Duspoof_impl.cpp655 void *SpoofData::reserveSpace(int32_t numBytes, UErrorCode &status) { in reserveSpace()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp1283 int numBytes = Ime::ImmGetCompositionStringW(hInputContext, GCS_COMPCLAUSE, 0, 0); in onIMEComposition() local