Searched refs:mode (Results 401 - 425 of 4497) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEBlend.cpp42 FEBlend::FEBlend(Filter* filter, WebBlendMode mode) argument
44 , m_mode(mode)
48 PassRefPtr<FEBlend> FEBlend::create(Filter* filter, WebBlendMode mode) argument
50 return adoptRef(new FEBlend(filter, mode));
58 bool FEBlend::setBlendMode(WebBlendMode mode) argument
60 if (m_mode == mode)
62 m_mode = mode;
137 RefPtr<SkXfermode> mode(adoptRef(SkXfermode::Create(WebCoreCompositeToSkiaComposite(CompositeSourceOver, m_mode))));
139 return adoptRef(SkXfermodeImageFilter::Create(mode.get(), background.get(), foreground.get(), &cropRect));
147 ts << " mode
[all...]
/external/chromium_org/third_party/libyuv/unit_test/
H A Drotate_argb_test.cc23 libyuv::RotationMode mode,
56 src_width, src_height, mode);
62 src_width, src_height, mode);
68 src_width, src_height, mode);
74 src_width, src_height, mode);
90 libyuv::RotationMode mode,
94 mode, benchmark_iterations, 4);
147 libyuv::RotationMode mode,
151 mode, benchmark_iterations, 1);
21 TestRotateBpp(int src_width, int src_height, int dst_width, int dst_height, libyuv::RotationMode mode, int benchmark_iterations, const int kBpp) argument
88 ARGBTestRotate(int src_width, int src_height, int dst_width, int dst_height, libyuv::RotationMode mode, int benchmark_iterations) argument
145 TestRotatePlane(int src_width, int src_height, int dst_width, int dst_height, libyuv::RotationMode mode, int benchmark_iterations) argument
/external/smack/src/org/xbill/DNS/
H A DTKEYRecord.java24 private int mode, error; field in class:TKEYRecord
57 * @param mode The mode of key agreement
65 Date timeInception, Date timeExpire, int mode, int error,
72 this.mode = checkU16("mode", mode);
83 mode = in.readU16();
106 switch (mode) {
112 default: return Integer.toString(mode);
64 TKEYRecord(Name name, int dclass, long ttl, Name alg, Date timeInception, Date timeExpire, int mode, int error, byte [] key, byte other[]) argument
[all...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_set_3dfx_mode.spec46 GLboolean glXSet3DfxModeMESA( GLint mode );
56 mode or rendering into an X window. An application can switch between
59 GLboolean glXSet3DfxModeMESA( GLint mode );
61 <mode> may either be GLX_3DFX_WINDOW_MODE_MESA to indicate window
62 rendering or GLX_3DFX_FULLSCREEN_MODE_MESA to indicate full-screen mode.
64 GL_TRUE is returned if <mode> is valid and the operation completed
65 normally. GL_FALSE is returned if <mode> is invalid or if the Glide
/external/chromium_org/third_party/skia/tests/
H A DRecordingXfermodeTest.cpp41 void draw(SkCanvas* canvas, const SkRect& clipRect, SkXfermode::Mode mode) const {
50 layerPaint.setXfermodeMode(mode);
89 SkXfermode::Mode mode) {
94 drawer.draw(&canvas, intoClip, mode); // Shouild be canvas-wide...
118 SkXfermode::Mode mode) {
124 drawer.draw(canvas, canvasRect, mode);
157 SkXfermode::Mode mode) {
164 drawer.draw(canvas, canvasRect, mode);
204 SkXfermode::Mode mode = SkXfermode::Mode(iMode); local
206 const SkBitmap& goldenBM = golden.recordAndReplay(drawer, clip, mode);
87 recordAndReplay(const Drawer& drawer, const SkRect& intoClip, SkXfermode::Mode mode) argument
116 recordAndReplay(const Drawer& drawer, const SkRect& intoClip, SkXfermode::Mode mode) argument
155 recordAndReplay(const Drawer& drawer, const SkRect& intoClip, SkXfermode::Mode mode) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
H A DiLBC_testprogram.c62 short mode /* (i) 0=PL, 1=Normal */
65 /* check if mode is valid */
67 if (mode<0 || mode>1) {
68 printf("\nERROR - Wrong mode - 0, 1 allowed\n"); exit(3);}
73 iLBCdec_inst, mode);
102 short mode; local
142 fprintf(stderr, "%s mode inputfile bytefile outputfile channelfile\n",
148 mode=atoi(argv[1]);
149 if (mode !
[all...]
/external/mesa3d/docs/
H A DMESA_set_3dfx_mode.spec46 GLboolean glXSet3DfxModeMESA( GLint mode );
56 mode or rendering into an X window. An application can switch between
59 GLboolean glXSet3DfxModeMESA( GLint mode );
61 <mode> may either be GLX_3DFX_WINDOW_MODE_MESA to indicate window
62 rendering or GLX_3DFX_FULLSCREEN_MODE_MESA to indicate full-screen mode.
64 GL_TRUE is returned if <mode> is valid and the operation completed
65 normally. GL_FALSE is returned if <mode> is invalid or if the Glide
/external/chromium_org/third_party/icu/source/common/
H A Dunorm.cpp18 * mode NFC.
49 UNormalizationMode mode,
51 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
57 UNormalizationMode mode, int32_t options,
59 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
72 UNormalizationMode mode,
74 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
80 UNormalizationMode mode, int32_t options,
82 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
98 UNormalizationMode mode, int32_
47 unorm_quickCheck(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
71 unorm_isNormalized(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunorm.cpp18 * mode NFC.
49 UNormalizationMode mode,
51 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
57 UNormalizationMode mode, int32_t options,
59 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
72 UNormalizationMode mode,
74 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
80 UNormalizationMode mode, int32_t options,
82 const Normalizer2 *n2=Normalizer2Factory::getInstance(mode, *pErrorCode);
98 UNormalizationMode mode, int32_
47 unorm_quickCheck(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
71 unorm_isNormalized(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) argument
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/bzip2/
H A Ddlltest.c117 char mode[10]; local
155 mode[0]='w';
156 mode[1] = '0' + level;
157 mode[2] = '\0';
159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL)
160 || (fn_w !=NULL && (BZ2fp_w = BZ2_bzopen(fn_w,mode))==NULL)){
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_browsertest.js55 * @param {string} mode The mode of the overlay (either 'manage' or 'create').
57 setProfileSupervised_: function(supervised, mode) {
64 mode);
71 * @param {string} mode The mode of the overlay (either 'manage' or 'create').
73 initDefaultProfiles_: function(mode) {
74 PageManager.showPageByName(mode + 'Profile');
86 mode, this.defaultIconURLs, this.defaultNames);
90 var gridEl = $(mode
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Dproxy_form_controller_test.js60 value: {mode: 'system' },
63 value: {mode: 'system' },
66 value: {mode: 'system' },
138 value: {mode: 'system'},
157 mockFunctionFactory({value: {mode: 'direct'},
175 mockFunctionFactory({value: {mode: 'pac_script' },
193 mockFunctionFactory({value: {mode: 'fixed_servers' },
214 mode: ProxyFormController.ProxyTypes.AUTO,
224 mode: ProxyFormController.ProxyTypes.DIRECT,
234 mode
[all...]
/external/chromium_org/remoting/client/
H A Dclient_status_logger.cc45 ClientStatusLogger::ClientStatusLogger(ServerLogEntry::Mode mode, argument
48 : log_to_server_(mode, signal_strategy, directory_bot_jid) {
62 entry->AddModeField(log_to_server_.mode());
100 entry->AddModeField(log_to_server_.mode());
127 entry->AddModeField(log_to_server_.mode());
135 entry->AddModeField(log_to_server_.mode());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFontElement.cpp75 } mode;
79 mode = RelativePlus;
83 mode = RelativeMinus;
87 mode = Absolute;
113 if (mode == RelativePlus)
115 else if (mode == RelativeMinus)
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dthread.c87 static void (*locking_callback)(int mode, int lock_num, const char *file,
96 void CRYPTO_set_locking_callback(void (*func)(int mode, int lock_num, argument
132 void (*CRYPTO_get_locking_callback(void))(int mode, int lock_num,
142 void CRYPTO_lock(int mode, int lock_num, const char *file, int line) { argument
144 locking_callback(mode, lock_num, file, line);
196 int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) {}
195 CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)( int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperf.h23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
30 switch(mode[0]) {
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
60 ICUBreakFunction(locale, mode, file, file_len)
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
87 ICUBreakFunction(locale, mode, file, file_len)
/external/chromium_org/third_party/speex/libspeex/
H A Dmodes_wb.c179 /* Split-band wideband CELP mode*/
221 /* "Ultra-wideband" mode stuff */
225 /* Split-band "ultra-wideband" (32 kbps) CELP mode*/
248 int wb_mode_query(const void *mode, int request, void *ptr) argument
250 const SpeexSBMode *m = (const SpeexSBMode*)mode;
292 EXPORT const SpeexMode * speex_lib_get_mode (int mode) argument
294 if (mode < 0 || mode >= SPEEX_NB_MODES) return NULL;
296 return speex_mode_list[mode];
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Ddisplay_message_handler.cc102 const DisplayMode* mode = NULL; local
107 mode = display->modes()[i];
112 // If the display doesn't have the mode natively, then lookup the mode from
114 // support panel fitting and they can use different modes even if the mode
116 if (!mode)
117 mode = ndd_->FindDisplayMode(mode_param.size,
121 if (!mode) {
122 LOG(ERROR) << "Failed to find mode: size=" << mode_param.size.ToString()
128 ndd_->Configure(*display, mode, origi
[all...]
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperf.h23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
30 switch(mode[0]) {
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
60 ICUBreakFunction(locale, mode, file, file_len)
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : argument
87 ICUBreakFunction(locale, mode, file, file_len)
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dmakedep.sh54 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@
60 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@
66 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@
72 \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) -I\$(srcdir)/src/hermes/ $src -o \$@
78 \$(LIBTOOL) --mode=compile \$(CC) \$(CFLAGS) \$(EXTRA_CFLAGS) -c $src -o \$@
84 \$(LIBTOOL) --tag=RC --mode=compile \$(WINDRES) $src -o \$@
/external/speex/libspeex/
H A Dmodes_wb.c179 /* Split-band wideband CELP mode*/
221 /* "Ultra-wideband" mode stuff */
225 /* Split-band "ultra-wideband" (32 kbps) CELP mode*/
248 int wb_mode_query(const void *mode, int request, void *ptr) argument
250 const SpeexSBMode *m = (const SpeexSBMode*)mode;
292 EXPORT const SpeexMode * speex_lib_get_mode (int mode) argument
294 if (mode < 0 || mode >= SPEEX_NB_MODES) return NULL;
296 return speex_mode_list[mode];
/external/zlib/src/contrib/infback9/
H A Dinfback9.c229 inflate_mode mode; /* current inflate mode */ local
259 mode = TYPE;
274 switch (mode) {
279 mode = DONE;
289 mode = STORED;
298 mode = LEN; /* decode codes */
303 mode = TABLE;
307 mode = BAD;
318 mode
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_manager.c342 struct gl_config *mode)
344 memset(mode, 0, sizeof(*mode));
347 mode->doubleBufferMode = GL_TRUE;
350 mode->stereoMode = GL_TRUE;
353 mode->rgbMode = GL_TRUE;
355 mode->redBits =
358 mode->greenBits =
361 mode->blueBits =
364 mode
341 st_visual_to_context_mode(const struct st_visual *visual, struct gl_config *mode) argument
414 struct gl_config mode; local
610 struct gl_config mode; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c342 struct gl_config *mode)
344 memset(mode, 0, sizeof(*mode));
347 mode->doubleBufferMode = GL_TRUE;
350 mode->stereoMode = GL_TRUE;
353 mode->rgbMode = GL_TRUE;
355 mode->redBits =
358 mode->greenBits =
361 mode->blueBits =
364 mode
341 st_visual_to_context_mode(const struct st_visual *visual, struct gl_config *mode) argument
414 struct gl_config mode; local
610 struct gl_config mode; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_sysvideo.cc70 static SDL_GrabMode QT_GrabInput(_THIS, SDL_GrabMode mode);
169 SDL_Rect *mode; local
173 /* Check to see if we already have this mode */
176 mode = SDL_modelist[index][i];
177 if ( (mode->w == w) && (mode->h == h) ) {
183 /* Set up the new video mode rectangle */
184 mode = (SDL_Rect *)SDL_malloc(sizeof *mode);
185 if ( mode
391 QT_GrabInput(_THIS, SDL_GrabMode mode) argument
[all...]

Completed in 1552 milliseconds

<<11121314151617181920>>