Searched refs:mode (Results 26 - 50 of 4497) sorted by relevance

1234567891011>>

/external/chromium_org/sdch/open-vcdiff/src/
H A Daddrcache.h63 // Returns the first mode number that represents one of the NEAR modes.
64 // The number of NEAR modes is near_cache_size. Each NEAR mode refers to
72 // Returns the first mode number that represents one of the SAME modes.
73 // The number of SAME modes is same_cache_size. Each SAME mode refers to
82 // Returns the maximum valid mode number, which happens to be
83 // the last SAME mode.
96 // each address mode type (SELF, HERE, NEAR, and SAME).
97 static bool IsSelfMode(unsigned char mode) { argument
98 return mode == VCD_SELF_MODE;
101 static bool IsHereMode(unsigned char mode) { argument
122 DecodeNearAddress(unsigned char mode, int32_t encoded_address) const argument
127 DecodeSameAddress(unsigned char mode, unsigned char encoded_address) const argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DXfermodeTest.cpp15 for (int mode = 0; mode <= SkXfermode::kLastMode; mode++) {
16 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode);
19 REPORTER_ASSERT(reporter, reportedMode != mode);
23 REPORTER_ASSERT(reporter, reportedMode == mode);
29 REPORTER_ASSERT(reporter, reportedMode == mode);
32 REPORTER_ASSERT(reporter, SkXfermode::kSrcOver_Mode == mode);
42 SkXfermode::Mode mode = (SkXfermode::Mode)i; local
44 SkXfermode* xfer = SkXfermode::Create(mode);
[all...]
/external/skia/tests/
H A DXfermodeTest.cpp15 for (int mode = 0; mode <= SkXfermode::kLastMode; mode++) {
16 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode);
19 REPORTER_ASSERT(reporter, reportedMode != mode);
23 REPORTER_ASSERT(reporter, reportedMode == mode);
29 REPORTER_ASSERT(reporter, reportedMode == mode);
32 REPORTER_ASSERT(reporter, SkXfermode::kSrcOver_Mode == mode);
42 SkXfermode::Mode mode = (SkXfermode::Mode)i; local
44 SkXfermode* xfer = SkXfermode::Create(mode);
[all...]
/external/chromium_org/printing/
H A Dcups_config_helper.py28 def run_cups_config(mode):
29 """Run cups-config with all --cflags etc modes, parse out the mode we want,
46 # Be conservative: for flags where we don't know which mode they
48 if flag_mode is None or flag_mode == mode:
64 mode = sys.argv[1]
65 if mode == '--api-version':
70 if mode not in ('--cflags', '--libs', '--libs-for-gn', '--ldflags'):
74 if mode == '--libs-for-gn':
76 mode = '--libs'
80 flags = run_cups_config(mode)
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-359491.js8 function f(a, b, mode) {
9 if (mode) {
22 function g(mode) {
24 f(x, x, mode);
36 function f(a, b, mode) {
37 if (mode) {
50 function g(mode) {
52 f(x, x, mode);
/external/eigen/Eigen/src/Core/util/
H A DNonMPL2.h5 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
/external/libvpx/libvpx/vp8/common/arm/
H A Dreconintra_arm.c22 int mode,
31 int mode = x->mode_info_context->mbmi.mode; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
42 int mode,
51 int mode = x->mode_info_context->mbmi.mode; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/valgrind/main/none/tests/s390x/
H A Drounding-2.stdout.exp1 initial rounding mode: 0
2 setting rounding mode to 0
4 setting rounding mode to 1
6 setting rounding mode to 2
8 setting rounding mode to 3
H A Drounding-5.stdout.exp1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
19 setting FPC rounding mode to [-> near]
21 setting FPC rounding mode t
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_common.cc48 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING;
49 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING;
52 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING;
53 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING;
54 config->mode |= ResourcePrefetchPredictorConfig::URL_PREFETCHING;
55 config->mode |= ResourcePrefetchPredictorConfig::HOST_PRFETCHING;
64 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING;
67 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING;
70 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING;
71 config->mode |
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dinit_decode.h30 int16_t mode, /* (i) frame size mode */
H A Dpack_bits.h31 int16_t mode /* (i) Codec mode (20 or 30) */
H A Dunpack_bits.h31 int16_t mode /* (i) Codec mode (20 or 30) */
/external/iptables/include/linux/netfilter/
H A Dxt_CONNSECMARK.h12 __u8 mode; member in struct:xt_connsecmark_target_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_CONNSECMARK.h12 __u8 mode; member in struct:xt_connsecmark_target_info
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
H A DDrawGL.java12 int scrollX, int scrollY, int mode) {
13 nativeDrawGL(drawGL, viewContext, width, height, scrollX, scrollY, mode);
17 int width, int height, int scrollX, int scrollY, int mode);
11 drawGL(long drawGL, long viewContext, int width, int height, int scrollX, int scrollY, int mode) argument
16 nativeDrawGL(long drawGL, long viewContext, int width, int height, int scrollX, int scrollY, int mode) argument
/external/deqp/framework/delibs/destream/
H A DdeFileStream.h36 void deFileIOStream_init (deIOStream* stream, const char* filename, deFileMode mode);
37 void deFileInStream_init (deInStream* stream, const char* filename, deFileMode mode);
38 void deFileOutStream_init (deOutStream* stream, const char* filename, deFileMode mode);
/external/iproute2/ip/
H A Diplink_macvlan.c26 "Usage: ... macvlan mode { private | vepa | bridge | passthru }\n"
32 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", "
41 if (matches(*argv, "mode") == 0) {
42 __u32 mode = 0; local
46 mode = MACVLAN_MODE_PRIVATE;
48 mode = MACVLAN_MODE_VEPA;
50 mode = MACVLAN_MODE_BRIDGE;
52 mode = MACVLAN_MODE_PASSTHRU;
56 addattr32(n, 1024, IFLA_MACVLAN_MODE, mode);
73 __u32 mode; local
[all...]
H A Diplink_macvtap.c23 "Usage: ... macvtap mode { private | vepa | bridge | passthru }\n"
29 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", "
38 if (matches(*argv, "mode") == 0) {
39 __u32 mode = 0; local
43 mode = MACVLAN_MODE_PRIVATE;
45 mode = MACVLAN_MODE_VEPA;
47 mode = MACVLAN_MODE_BRIDGE;
49 mode = MACVLAN_MODE_PASSTHRU;
53 addattr32(n, 1024, IFLA_MACVLAN_MODE, mode);
70 __u32 mode; local
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetStatusEvent.py32 def __init__(self, mode, data):
35 self.mode = mode
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_visual.c67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, argument
111 if (mode->stereoMode) {
119 if (!offscreen && mode->doubleBufferMode) {
128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits;
130 attr[numattr++] = mode->alphaBits;
132 if ((mode->accumRedBits + mode->accumGreenBits + mode
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_visual.c67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, argument
111 if (mode->stereoMode) {
119 if (!offscreen && mode->doubleBufferMode) {
128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits;
130 attr[numattr++] = mode->alphaBits;
132 if ((mode->accumRedBits + mode->accumGreenBits + mode
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxconfig.c46 * \param mode GL context mode whose data is to be returned.
47 * \param attribute Attribute of \c mode that is to be returned.
48 * \param value_return Location to store the data member of \c mode.
49 * \return If \c attribute is a valid attribute of \c mode, zero is
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return) argument
60 *value_return = mode->rgbBits;
63 *value_return = mode->rgbMode;
66 *value_return = mode->redBits;
69 *value_return = mode
[all...]
/external/mesa3d/src/glx/
H A Dglxconfig.c46 * \param mode GL context mode whose data is to be returned.
47 * \param attribute Attribute of \c mode that is to be returned.
48 * \param value_return Location to store the data member of \c mode.
49 * \return If \c attribute is a valid attribute of \c mode, zero is
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return) argument
60 *value_return = mode->rgbBits;
63 *value_return = mode->rgbMode;
66 *value_return = mode->redBits;
69 *value_return = mode
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dmouse_mode_selector.css6 .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
[all...]

Completed in 724 milliseconds

1234567891011>>