/external/skia/gm/ |
composeshader.cpp | 41 SkXfermode* mode = SkXfermode::Create(SkXfermode::kDstIn_Mode); local 43 fShader = new SkComposeShader(shaderA, shaderB, mode); 46 mode->unref();
|
/external/skia/src/animator/ |
SkDisplayAdd.h | 20 enum Mode { 36 Mode mode; member in class:SkAdd
|
/external/skia/src/views/ |
SkParsePaint.cpp | 34 SkShader::TileMode mode = SkShader::kClamp_TileMode; local 37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0) 38 mode = (SkShader::TileMode)index; 39 return SkGradientShader::CreateLinear(pts, colors, NULL, 2, mode); 51 SkShader::TileMode mode = SkShader::kRepeat_TileMode; local 54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0) 55 mode = (SkShader::TileMode)index; 57 return SkShader::CreateBitmapShader(bm, mode, mode);
|
/external/skia/tests/ |
ShaderOpacityTest.cpp | 61 SkShader::TileMode mode = SkShader::kClamp_TileMode; local 67 mode); 75 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode); 83 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode); 91 grad = SkGradientShader::CreateLinear(pts, colors, pos, count, mode);
|
/external/v8/test/cctest/ |
test-reloc-info.cc | 36 byte* pc, RelocInfo::Mode mode, intptr_t data) { 37 RelocInfo rinfo(pc, mode, data, NULL); 56 RelocInfo::Mode mode = (i % 2 == 0) ? local 58 WriteRinfo(&writer, pc, mode, pos); 71 RelocInfo::Mode mode = (i % 2 == 0) ? local 73 if (mode == RelocInfo::POSITION) { 75 CHECK_EQ(mode, it.rinfo()->rmode()) 88 RelocInfo::Mode mode = (i % 2 == 0) ? local 105 RelocInfo::Mode mode = (i % 2 == 0) ? local [all...] |
/external/webrtc/src/common_audio/vad/ |
webrtc_vad.c | 106 short mode = 0; // Default high quality local 113 return WebRtcVad_InitCore((VadInstT*)vad_inst, mode); 116 WebRtc_Word16 WebRtcVad_set_mode(VadInst *vad_inst, WebRtc_Word16 mode) 131 return WebRtcVad_set_mode_core((VadInstT*)vad_inst, mode);
|
/external/zlib/src/contrib/iostream/ |
zfstream.h | 36 short mode; member in class:gzfilebuf
|
/frameworks/av/libvideoeditor/lvpp/ |
DummyAudioSource.cpp | 124 ReadOptions::SeekMode mode; local 126 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
|
/frameworks/base/native/android/ |
native_window.cpp | 67 int mode = NATIVE_WINDOW_SCALING_MODE_FREEZE; local 69 mode = NATIVE_WINDOW_SCALING_MODE_SCALE_TO_WINDOW; 71 err = native_window_set_scaling_mode(window, mode);
|
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/ |
UiAutomatorInstrumentationTestRunner.java | 39 Tracer.Mode mode = Tracer.Mode.valueOf(Tracer.Mode.class, traceType); local 40 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) { 48 Tracer.getInstance().setOutputMode(mode);
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
omx_proxy_videodec_secure.c | 25 OMX_U8 mode; local 74 DOMX_ERROR("errno from setting secure mode = %x",errno); 78 DOMX_ERROR("Setting unsecure mode failed"); 90 ret = read(pComponentPrivate->secure_misc_drv_fd, &mode, sizeof(mode)); 91 PROXY_assert(mode == enable, OMX_ErrorUndefined,"ERROR: We are not in secure mode"); 92 DOMX_DEBUG("secure mode recieved from Misc driver for secure playback = 0x%x\n", mode); 136 DOMX_ERROR("Setting unsecure mode failed") [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211_nl.c | 79 int mode = atoi(cmd + 11); local 80 if (mode == BLUETOOTH_COEXISTENCE_MODE_DISABLED) { /* disable BT-coex */ 82 } else if (mode == BLUETOOTH_COEXISTENCE_MODE_SENSE) { /* enable BT-coex */ 85 wpa_printf(MSG_DEBUG, "invalid btcoex mode: %d", mode);
|
/packages/apps/Browser/src/com/android/browser/ |
UrlSelectionActionMode.java | 34 public boolean onCreateActionMode(ActionMode mode, Menu menu) { 35 mode.getMenuInflater().inflate(R.menu.url_selection, menu); 40 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { 44 mode.finish(); 53 public void onDestroyActionMode(ActionMode mode) { 57 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
fixed-value.h | 30 enum machine_mode mode; /* Use machine mode to know IBIT and FBIT. */ variable in typeref:enum:machine_mode 44 #define FCONST0(mode) fconst0[mode - QQmode] 45 #define FCONST1(mode) fconst1[mode - HAmode] 47 /* Return a CONST_FIXED with value R and mode M. */ 59 /* Extend or truncate to a new mode. */ 63 /* Convert to a fixed-point mode from an integer. */ 67 /* Convert to a fixed-point mode from a real. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
fixed-value.h | 30 enum machine_mode mode; /* Use machine mode to know IBIT and FBIT. */ variable in typeref:enum:machine_mode 44 #define FCONST0(mode) fconst0[mode - QQmode] 45 #define FCONST1(mode) fconst1[mode - HAmode] 47 /* Return a CONST_FIXED with value R and mode M. */ 59 /* Extend or truncate to a new mode. */ 63 /* Convert to a fixed-point mode from an integer. */ 67 /* Convert to a fixed-point mode from a real. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
fixed-value.h | 30 enum machine_mode mode; /* Use machine mode to know IBIT and FBIT. */ variable in typeref:enum:machine_mode 44 #define FCONST0(mode) fconst0[mode - QQmode] 45 #define FCONST1(mode) fconst1[mode - HAmode] 47 /* Return a CONST_FIXED with value R and mode M. */ 59 /* Extend or truncate to a new mode. */ 63 /* Convert to a fixed-point mode from an integer. */ 67 /* Convert to a fixed-point mode from a real. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
fixed-value.h | 30 enum machine_mode mode; /* Use machine mode to know IBIT and FBIT. */ variable in typeref:enum:machine_mode 44 #define FCONST0(mode) fconst0[mode - QQmode] 45 #define FCONST1(mode) fconst1[mode - HAmode] 47 /* Return a CONST_FIXED with value R and mode M. */ 59 /* Extend or truncate to a new mode. */ 63 /* Convert to a fixed-point mode from an integer. */ 67 /* Convert to a fixed-point mode from a real. * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
ipcbuf.h | 21 __kernel_mode_t mode; member in struct:ipc64_perm
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
ipcbuf.h | 21 __kernel_mode_t mode; member in struct:ipc64_perm
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
ipcbuf.h | 21 __kernel_mode_t mode; member in struct:ipc64_perm
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/ |
ipcbuf.h | 22 __kernel_mode_t mode; member in struct:ipc64_perm
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/ |
ipcbuf.h | 22 __kernel_mode_t mode; member in struct:ipc64_perm
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/ |
ipcbuf.h | 22 __kernel_mode_t mode; member in struct:ipc64_perm
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
ipcbuf.h | 22 __kernel_mode_t mode; member in struct:ipc64_perm
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/ |
ipcbuf.h | 22 __kernel_mode_t mode; member in struct:ipc64_perm
|