/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_clear.c | 59 uint32_t colr = 0, zeta = 0, mode = 0; local 66 mode |= NV30_3D_CLEAR_BUFFERS_COLOR_R | 75 mode |= NV30_3D_CLEAR_BUFFERS_DEPTH; 77 mode |= NV30_3D_CLEAR_BUFFERS_STENCIL; 85 PUSH_DATA (push, mode); 91 PUSH_DATA (push, mode); 166 uint32_t rt_format, mode = 0; local 183 mode |= NV30_3D_CLEAR_BUFFERS_DEPTH; 185 mode |= NV30_3D_CLEAR_BUFFERS_STENCIL; 215 PUSH_DATA (push, mode); [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_recv.py | 536 mode = "dispatch_c" variable in class:PrintGlxDispatchFunctions 542 mode = val 546 if mode == "dispatch_c": 548 elif mode == "dispatch_h":
|
/external/mesa3d/src/mesa/main/ |
texgen.c | 105 GLenum mode = (GLenum) (GLint) params[0]; local 107 if (texgen->Mode == mode) 109 switch (mode) { 142 texgen->Mode = mode; 319 params[0] = ENUM_TO_DOUBLE(texgen->Mode); 357 params[0] = ENUM_TO_FLOAT(texgen->Mode); 403 params[0] = texgen->Mode;
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfTileDescription.h | 73 LevelMode mode; member in class:Imf::TileDescription 83 mode (m), 94 mode == other.mode &&
|
/external/selinux/libselinux/utils/ |
matchpathcon.c | 23 static int printmatchpathcon(const char *path, int header, int mode) 26 int rc = matchpathcon(path, mode, &buf); 88 fprintf(stderr, "%s: mode %s is invalid\n", argv[0], optarg); 148 int rc, mode = 0; local 156 mode = buf.st_mode; 158 mode = force_mode; 161 rc = selinux_file_context_verify(path, mode); 186 printmatchpathcon(path, 0, mode); 192 printmatchpathcon(path, 0, mode); 196 error |= printmatchpathcon(path, header, mode); [all...] |
selabel_lookup_best_match.c | 13 "usage: %s [-v] [-r] -p path [-m mode] [-f file] [link...]\n\n" 18 "-m Optional mode (b, c, d, p, l, s or f) Defaults to 0.\n\t" 56 int raw = 0, mode = 0, rc, opt, i, num_links, string_len; local 84 mode = string_to_mode(optarg); 127 (const char **)links, mode); 130 (const char **)links, mode); 142 "failed to validate context, or path / mode "
|
/external/skia/samplecode/ |
SampleShaders.cpp | 38 SkXfermode* mode = SkXfermode::Create(SkXfermode::kDstIn_Mode); local 40 SkShader* shader = SkShader::CreateComposeShader(shaderB, shaderA, mode); 43 mode->unref(); 71 SkXfermode* mode = SkXfermode::Create(SkXfermode::kDstIn_Mode); local 73 fShader = SkShader::CreateComposeShader(shaderA, shaderB, mode); 76 mode->unref();
|
/external/skia/src/animator/ |
SkDisplayPost.h | 24 enum Mode { 45 Mode mode; member in class:SkPost
|
/external/skia/src/pdf/ |
SkPDFGraphicState.cpp | 16 static const char* as_blend_mode(SkXfermode::Mode mode) { 17 switch (mode) { 74 // SrcOver, otherwise, it returns that Xfermode as a Mode. 75 static SkXfermode::Mode mode_for_pdf(const SkXfermode* xfermode) { 76 SkXfermode::Mode mode = SkXfermode::kSrcOver_Mode; local 78 xfermode->asMode(&mode); 80 switch (mode) { 97 // Mode is suppported and handled by pdf graphics state [all...] |
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ |
TelephonyTestProvider.java | 82 Log.d(String.format("Entered ParcelFileDescriptor: Uri(%s), Mode(%s)", uri.toString(), 88 int mode = (TextUtils.equals(fileMode, "r") ? ParcelFileDescriptor.MODE_READ_ONLY : local 94 ParcelFileDescriptor descriptor = ParcelFileDescriptor.open(file, mode);
|
/external/speex/include/speex/ |
speex_header.h | 65 spx_int32_t mode; /**< Mode used (0 for narrowband, 1 for wideband) */ member in struct:SpeexHeader
|
/external/squashfs-tools/squashfs-tools/ |
pseudo.h | 28 unsigned int mode; member in struct:pseudo_dev
|
/external/toybox/toys/other/ |
makedevs.c | 21 <name> <type> <mode> <uid> <gid> <major> <minor> <start> <increment> <count> 57 unsigned int mode = 0755, major = 0, minor = 0, cnt = 0, incr = 0, local 71 sscanf(ptr, "%c %o %63s %63s %u %u %u %u %u", &type, &mode, 79 } else mode |= (mode_t[]){S_IFIFO, S_IFCHR, S_IFBLK, 0, 0}[i]; 93 if (mkpathat(AT_FDCWD, ptr, mode, 3)) { 102 } else if (mknod(ptr, mode, makedev(major, minor + i*incr))) { 107 if (chown(ptr, uid, gid) || chmod(ptr, mode))
|
/external/valgrind/include/ |
pub_tool_libcfile.h | 59 UInt mode; member in struct:vg_stat 74 extern SysRes VG_(mknod) ( const HChar* pathname, Int mode, UWord dev ); 75 extern SysRes VG_(open) ( const HChar* pathname, Int flags, Int mode ); 78 extern Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/ |
iLBC_testLib.c | 44 int len_int, mode; local 64 fprintf(stderr, "%s mode inputfile bytefile outputfile channelfile\n", 70 mode=atoi(argv[1]); 71 if (mode != 20 && mode != 30) { 72 fprintf(stderr,"Wrong mode %s, must be 20, or 30\n", argv[1]); 103 fprintf(stderr,"\n10ms split with raw mode: %2d ms\n", mode); 105 fprintf(stderr,"\nMode : %2d ms\n", mode); 125 WebRtcIlbcfix_EncoderInit(Enc_Inst, mode); [all...] |
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
PowerCommand.java | 82 String mode = null; local 84 mode = args[2]; 88 pm.reboot(false, mode, true);
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
ActionBarContainerTest.java | 41 ActionMode mode = mActionBarContainer.startActionModeForChild( local 44 assertNull(mode); 49 mode = mActionBarContainer.startActionModeForChild(null, null); 51 assertNull(mode); 61 ActionMode mode = mActionBarContainer.startActionModeForChild( local 65 assertNotNull(mode);
|
/frameworks/base/graphics/java/android/graphics/ |
ComposeShader.java | 33 private PorterDuff.Mode mPorterDuffMode; 43 /** Create a new compose shader, given shaders A, B, and a combining mode. 44 When the mode is applied, it will be given the result from shader A as its 46 @param shaderA The colors from this shader are seen as the "dst" by the mode 47 @param shaderB The colors from this shader are seen as the "src" by the mode 48 @param mode The mode that combines the colors from the two shaders. If mode 51 public ComposeShader(Shader shaderA, Shader shaderB, Xfermode mode) { 55 mXferMode = mode; [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
CompatModeDialog.java | 82 int mode = mService.mCompatModePackages.computeCompatModeLocked(mAppInfo); local 83 mCompatEnabled.setChecked(mode == ActivityManager.COMPAT_MODE_ENABLED);
|
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkStatsAccess.java | 177 final int mode = appOps.checkOp(AppOpsManager.OP_GET_USAGE_STATS, local 179 if (mode == AppOpsManager.MODE_DEFAULT) { 186 return (mode == AppOpsManager.MODE_ALLOWED);
|
/hardware/broadcom/libbt/src/ |
bt_vendor_brcm.c | 105 ALOGW("** Warning - BT Vendor Lib is loaded in debug tuning mode!"); 196 uint8_t *mode = (uint8_t *) param; local 197 retval = hw_lpm_enable(*mode);
|
/hardware/bsp/intel/peripheral/libmraa/api/mraa/ |
spi.hpp | 82 * Set the SPI device mode. see spidev0-3 84 * @param mode the mode. See Linux spidev doc 88 mode(Spi_Mode mode) function in class:mraa::Spi 90 return (Result) mraa_spi_mode(m_spi, (mraa_spi_mode_t) mode); 194 * Change the SPI lsb mode 206 * Set bits per mode on transaction, default is 8
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ControlPanelLayout.java | 28 * the shutter button, thumbnail, front/back camera picker, and mode picker. 44 int mode, longSideSize, shortSideSize, specSize; local 50 mode = MeasureSpec.getMode(widthSpec); 55 mode = MeasureSpec.getMode(heightSpec); 61 if (widthSpecSize > 0 && heightSpecSize > 0 && mode == MeasureSpec.AT_MOST) { 76 if (mode == MeasureSpec.AT_MOST && measuredSize > specSize) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
ipc.h | 25 /* Mode bits for `msgget', `semget', and `shmget'. */ 50 unsigned short int mode; /* Read/write permission. */ member in struct:ipc_perm
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_statistic.h | 21 __u16 mode; member in struct:xt_statistic_info
|