HomeSort by relevance Sort by last modified time
    Searched refs:typeBytes (Results 1 - 7 of 7) sorted by null

  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 77 byte[] typeBytes = type.getBytes(StandardCharsets.US_ASCII);
79 return new NdefRecord(NdefRecord.TNF_MIME_MEDIA, typeBytes, new byte[0], data);
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 427 byte[] typeBytes = mimeType.getBytes(StandardCharsets.US_ASCII);
428 return new NdefRecord(TNF_MIME_MEDIA, typeBytes, null, mimeData);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 53 size_t typeBytes = 0; \
63 typeBytes = 4; \
70 typeBytes = 8; \
78 typeBytes = 1; \
86 typeBytes = 2; \
94 typeBytes = 4; \
102 typeBytes = 8; \
783 PER_ARRAY_TYPE(0, rsAllocationRead, false, (RsContext)con, alloc, ptr, len * typeBytes);
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 693 const char* typeBytes;
709 for (nn = 0; qTypes[nn].typeBytes != NULL; nn++) {
710 if (_dnsPacket_checkBytes(packet, 2, qTypes[nn].typeBytes)) {
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1578 milliseconds