HomeSort by relevance Sort by last modified time
    Searched refs:mode (Results 51 - 75 of 4235) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 6 .mouse-mode-selector {
25 .mouse-mode-selector .drag-handle {
35 .mouse-mode-selector .pan-scan-mode-button {
40 .mouse-mode-selector .pan-scan-mode-button.active {
44 .mouse-mode-selector .selection-mode-button {
49 .mouse-mode-selector .selection-mode-button.active
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPorterDuff.cpp 17 #define MAKE_PAIR(mode) { SkPorterDuff::k##mode##_Mode, SkXfermode::k##mode##_Mode }
19 // this table must be in SkPorterDuff::Mode order, so it can be indexed directly
20 // with a porterduff mode.
22 SkPorterDuff::Mode fPD;
23 SkXfermode::Mode fXF;
47 static bool find_pdmode(SkXfermode::Mode src, SkPorterDuff::Mode* dst) {
60 SkXfermode::Mode SkPorterDuff::ToXfermodeMode(Mode mode)
    [all...]
  /external/lzma/xz-embedded/
xz_private.h 53 /* If no specific decoding mode is requested, enable support for all modes. */
62 * The DEC_IS_foo(mode) macros are used in "if" statements. If only some
67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE)
69 # define DEC_IS_SINGLE(mode) (false)
73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC)
75 # define DEC_IS_PREALLOC(mode) (false)
79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONWriter.java 69 * The current mode. Values:
76 protected char mode; field in class:JSONWriter
98 this.mode = 'i';
114 if (this.mode == 'o' || this.mode == 'a') {
116 if (this.comma && this.mode == 'a') {
123 if (this.mode == 'o') {
124 this.mode = 'k';
142 if (this.mode == 'i' || this.mode == 'o' || this.mode == 'a')
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.cmd 21 parse arg mode envarg '::' antarg
23 if mode\='.' & mode\='..' & mode\='/' then do
24 envarg = mode envarg
25 mode = ''
39 if mode = '' then mode = _getenv_('ANT_MODE' '..')
40 if mode \= '/' then do
43 if mode = '..' then mode = '-r
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
instruction_map.h 37 // inst (also known as instruction type), size, and mode and arriving at
47 // max_mode is the maximum value for the mode of a COPY instruction.
54 // Finds an opcode that has the given inst, size, and mode for its first
65 // of expressing all combinations of inst and mode with size=0.
69 unsigned char mode) const {
70 return first_instruction_map_.Lookup(inst, size, mode);
75 // the first opcode, and has the given inst, size, and mode for its second
85 unsigned char mode) const {
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
99 unsigned char mode,
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java 31 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on ListView.
52 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
55 mode.setTitle("Select Items");
56 setSubtitle(mode);
60 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
64 public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
69 mode.finish();
79 public void onDestroyActionMode(ActionMode mode) {
82 public void onItemCheckedStateChanged(ActionMode mode,
84 setSubtitle(mode);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathBuilder.cpp 36 void SVGPathBuilder::moveTo(const FloatPoint& targetPoint, bool closed, PathCoordinateMode mode)
39 m_current = mode == AbsoluteCoordinates ? targetPoint : m_current + targetPoint;
45 void SVGPathBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
48 m_current = mode == AbsoluteCoordinates ? targetPoint : m_current + targetPoint;
52 void SVGPathBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
55 if (mode == RelativeCoordinates) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
hint.c 37 _mesa_Hint( GLenum target, GLenum mode )
45 _mesa_lookup_enum_by_nr(mode));
47 if (mode != GL_NICEST && mode != GL_FASTEST && mode != GL_DONT_CARE) {
48 _mesa_error(ctx, GL_INVALID_ENUM, "glHint(mode)");
56 if (ctx->Hint.Fog == mode)
59 ctx->Hint.Fog = mode;
64 if (ctx->Hint.LineSmooth == mode)
67 ctx->Hint.LineSmooth = mode;
    [all...]
  /external/mesa3d/src/mesa/main/
hint.c 37 _mesa_Hint( GLenum target, GLenum mode )
45 _mesa_lookup_enum_by_nr(mode));
47 if (mode != GL_NICEST && mode != GL_FASTEST && mode != GL_DONT_CARE) {
48 _mesa_error(ctx, GL_INVALID_ENUM, "glHint(mode)");
56 if (ctx->Hint.Fog == mode)
59 ctx->Hint.Fog = mode;
64 if (ctx->Hint.LineSmooth == mode)
67 ctx->Hint.LineSmooth = mode;
    [all...]
  /development/ndk/platforms/android-3/include/
fcntl.h 46 extern int open(const char* path, int mode, ...);
47 extern int openat(int fd, const char* path, int mode, ...);
50 extern int creat(const char* path, mode_t mode);
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_audio_processing.h 71 // Sets Noise Suppression (NS) status and mode.
73 virtual int SetNsStatus(bool enable, NsModes mode = kNsUnchanged) = 0;
75 // Gets the NS status and mode.
76 virtual int GetNsStatus(bool& enabled, NsModes& mode) = 0;
78 // Sets the Automatic Gain Control (AGC) status and mode.
80 virtual int SetAgcStatus(bool enable, AgcModes mode = kAgcUnchanged) = 0;
82 // Gets the AGC status and mode.
83 virtual int GetAgcStatus(bool& enabled, AgcModes& mode) = 0;
93 // Sets the Echo Control (EC) status and mode.
97 virtual int SetEcStatus(bool enable, EcModes mode = kEcUnchanged) = 0
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_audio_processing_impl.h 22 virtual int SetNsStatus(bool enable, NsModes mode = kNsUnchanged);
24 virtual int GetNsStatus(bool& enabled, NsModes& mode);
26 virtual int SetAgcStatus(bool enable, AgcModes mode = kAgcUnchanged);
28 virtual int GetAgcStatus(bool& enabled, AgcModes& mode);
36 NsModes mode = kNsUnchanged);
38 virtual int GetRxNsStatus(int channel, bool& enabled, NsModes& mode);
42 AgcModes mode = kAgcUnchanged);
44 virtual int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode);
50 virtual int SetEcStatus(bool enable, EcModes mode = kEcUnchanged);
51 virtual int GetEcStatus(bool& enabled, EcModes& mode);
    [all...]
  /external/compiler-rt/test/tsan/
user_fopen.cc 6 extern "C" FILE *__interceptor_fopen(const char *file, const char *mode);
9 extern "C" FILE *fopen(const char *file, const char *mode) {
13 return __interceptor_fopen(file, mode);
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_ttl.h 31 __u8 mode; member in struct:ipt_ttl_info
  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6t_hl.h 31 __u8 mode; member in struct:ip6t_hl_info
  /cts/tests/tests/graphics/src/android/graphics/cts/
AvoidXfermode_ModeTest.java 19 import android.graphics.AvoidXfermode.Mode;
25 assertEquals(Mode.AVOID, Mode.valueOf("AVOID"));
26 assertEquals(Mode.TARGET, Mode.valueOf("TARGET"));
30 Mode[] mode = Mode.values(); local
32 assertEquals(2, mode.length);
33 assertEquals(Mode.AVOID, mode[0])
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_TTL.h 24 u_int8_t mode; member in struct:ipt_TTL_info
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/
ipt_ttl.h 31 __u8 mode; member in struct:ipt_ttl_info
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv6/
ip6t_hl.h 31 __u8 mode; member in struct:ip6t_hl_info
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHAL.h 30 QCameraHAL_openCameraHardware(int cameraId, int mode);
  /device/lge/mako/camera/
QCameraHAL.h 30 QCameraHAL_openCameraHardware(int cameraId, int mode);
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHAL.h 33 QCameraHAL_openCameraHardware(int cameraId, int mode);
  /external/aac/libAACenc/src/
channel_map.h 107 /* Element mode */
115 AAC_ENCODER_ERROR FDKaacEnc_DetermineEncoderMode(CHANNEL_MODE* mode,
118 AAC_ENCODER_ERROR FDKaacEnc_InitChannelMapping(CHANNEL_MODE mode,
128 ELEMENT_MODE FDKaacEnc_GetMonoStereoMode(const CHANNEL_MODE mode);
130 const CHANNEL_MODE_CONFIG_TAB* FDKaacEnc_GetChannelModeConfiguration(const CHANNEL_MODE mode);
  /external/chromium_org/components/nacl/loader/nonsfi/
abi_conversion.cc 31 // Some fields in host_stat, such as st_dev, group/other bits of mode and
38 nacl_abi_mode_t mode; local
41 mode = NACL_ABI_S_IFREG;
44 mode = NACL_ABI_S_IFDIR;
47 mode = NACL_ABI_S_IFCHR;
52 mode = NACL_ABI_S_UNSUP;
55 mode |= NACL_ABI_S_IRUSR;
57 mode |= NACL_ABI_S_IWUSR;
59 mode |= NACL_ABI_S_IXUSR;
60 nacl_stat->nacl_abi_st_mode = mode;
    [all...]

Completed in 895 milliseconds

1 23 4 5 6 7 8 91011>>