/external/chromium_org/third_party/icu/source/i18n/ |
nfrs.h | 90 uint32_t util64_tou(int64_t n, UChar* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE); 94 uint32_t util64_toa(int64_t n, char* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prnetdb.h | 312 #define PR_NetAddrFamily(addr) ((addr)->raw.family) 326 ((addr)->raw.family == PR_AF_INET6 ? (addr)->ipv6.port : (addr)->inet.port)
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_OS_2_V0.h | 78 struct Raw { 84 } raw; member in union:SkOTTableOS2_V0::Type 123 struct Raw { 132 } raw; member in union:SkOTTableOS2_V0::Selection
|
SkOTTable_OS_2_VA.h | 78 struct Raw { 84 } raw; member in union:SkOTTableOS2_VA::Type 123 struct Raw { 131 } raw; member in union:SkOTTableOS2_VA::Selection
|
SkOTTable_head.h | 54 struct Raw { 73 } raw; member in union:SkOTTableHead::Flags 105 struct Raw { 115 } raw; member in union:SkOTTableHead::MacStyle
|
/external/chromium_org/ui/webui/resources/js/ |
media_common.js | 10 return /\.(aac|aiff|atrac|cda|flac|m4a|mp3|pcm|oga|ogg|raw|wav)$/i.test(path);
|
/external/chromium_org/v8/test/cctest/ |
test-code-stubs.cc | 77 double raw) { 78 uint64_t to = static_cast<int64_t>(raw);
|
/external/skia/src/sfnt/ |
SkOTTable_OS_2_V0.h | 78 struct Raw { 84 } raw; member in union:SkOTTableOS2_V0::Type 123 struct Raw { 132 } raw; member in union:SkOTTableOS2_V0::Selection
|
SkOTTable_OS_2_VA.h | 78 struct Raw { 84 } raw; member in union:SkOTTableOS2_VA::Type 123 struct Raw { 131 } raw; member in union:SkOTTableOS2_VA::Selection
|
SkOTTable_head.h | 54 struct Raw { 73 } raw; member in union:SkOTTableHead::Flags 105 struct Raw { 115 } raw; member in union:SkOTTableHead::MacStyle
|
/frameworks/base/core/java/android/nfc/tech/ |
BasicTagTechnology.java | 142 byte[] transceive(byte[] data, boolean raw) throws IOException { 147 data, raw);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
TestAppLoadingScreen.java | 74 FileA3D model = FileA3D.createFromResource(mRS, mRes, R.raw.robot); 110 mScript = new ScriptC_test_app(mRS, mRes, R.raw.test_app);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
CountDownView.java | 55 mBeepOnce = mSoundPool.load(context, R.raw.beep_once, 1); 56 mBeepTwice = mSoundPool.load(context, R.raw.beep_twice, 1);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
CountDownView.java | 55 mBeepOnce = mSoundPool.load(context, R.raw.beep_once, 1); 56 mBeepTwice = mSoundPool.load(context, R.raw.beep_twice, 1);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
BitmapDrawableTest.java | 95 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 111 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 124 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 137 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 151 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 191 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 210 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 230 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 248 InputStream source = mContext.getResources().openRawResource(R.raw.testimage); 263 InputStream source = mContext.getResources().openRawResource(R.raw.testimage) [all...] |
/bionic/libc/kernel/common/linux/ |
hdsmart.h | 34 unsigned char raw[6]; member in struct:ata_smart_attribute_s
|
/cts/tests/tests/content/src/android/content/res/cts/ |
RawResourceTest.java | 38 final InputStream is = mResources.openRawResource(R.raw.text);
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerSurfaceStubActivity.java | 44 AssetFileDescriptor afd = mResources.openRawResourceFd(R.raw.testvideo);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationResize.java | 37 mScript = new ScriptC_allocation_resize(mRS, mRes, R.raw.allocation_resize);
|
GetAllocationTest.java | 34 new ScriptC_get_allocation(mRS, mRes, R.raw.get_allocation);
|
InitTest.java | 35 script = new ScriptC_init_test(mRS, mRes, R.raw.init_test);
|
RenderScriptTest.java | 33 getContext().getResources(), R.raw.passthrough);
|
ScriptTest.java | 36 Script S = new ScriptC_primitives(mRS, mRes, R.raw.primitives);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ImageSwitcherTest.java | 98 createSampleImage(imagefile, R.raw.testimage); 108 getContext().getResources(), R.raw.testimage, 112 createSampleImage(imagefile, R.raw.scenery); 117 getContext().getResources(), R.raw.scenery,
|
/development/ndk/platforms/android-3/include/linux/ |
hdsmart.h | 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
|