HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 276 - 300 of 811) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/icu/source/test/intltest/
dcfmapts.cpp 387 uint16_t mode; local
391 for(mode=0;mode < 7;mode++){
392 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
393 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){
394 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode);
401 message= (UnicodeString)"round(" + (double)Roundingnumber + UnicodeString(",") + mode + UnicodeString(",FALSE) with RoundingIncrement=1.0==>");
408 message= (UnicodeString)"round(" + (double)Roundingnumber1 + UnicodeString(",") + mode + UnicodeString(",FALSE) with RoundingIncrement=1.0==>")
    [all...]
  /external/chromium/third_party/icu/source/test/perf/normperf/
normperf.h 29 typedef int32_t (*QuickCheckFn)(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status);
36 UNormalizationMode mode; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
82 mode = _mode;
92 mode = _mode;
189 void normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options);
190 UChar* normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options)
    [all...]
  /external/chromium/third_party/zlib/
inflate.h 56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
78 inflate_mode mode; /* current inflate mode */ member in struct:inflate_state
  /external/dbus/dbus/
dbus-sysdeps.h 1 /* -*- mode: C; c-file-style: "gnu" -*- */
346 unsigned long mode; /**< File mode */ member in struct:__anon3246
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 138 #endif /* EAX MODE */
192 unsigned char *ct, unsigned char *tag, unsigned long *taglen, int mode);
243 ivmode, /* Which mode is the IV in? */
244 mode, /* mode the GCM code is in */ member in struct:__anon3295
  /external/e2fsprogs/ext2ed/
file_com.c 441 int mode=HEX; local
451 mode=TEXT;
456 mode=HEX;
464 if (mode==HEX) {
general_com.c 431 int mode=HEX; local
441 mode=TEXT;
446 mode=HEX;
454 if (mode==HEX) {
  /external/grub/stage1/
stage1.S 43 in real mode. */
68 mode: label
191 /* set the mode to non-zero */
252 /* set the mode to zero */
416 * Use BIOS "int 10H Function 0Eh" to write character in teletype mode
  /external/icu4c/common/
unorm_it.c 60 UNormalizationMode mode; member in struct:UNormIterator
218 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
237 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
288 room=unorm_previous(iter, uni->chars, start, uni->mode, 0, TRUE, NULL, &errorCode);
307 room=unorm_previous(iter, uni->chars, start, uni->mode, 0, TRUE, NULL, &errorCode);
594 uni->mode=UNORM_NONE;
615 unorm_setIter(UNormIterator *uni, UCharIterator *iter, UNormalizationMode mode, UErrorCode *pErrorCode) {
625 mode<UNORM_NONE || UNORM_MODE_COUNT<=mode
637 uni->mode=mode
    [all...]
  /external/icu4c/test/intltest/
dcfmapts.cpp 437 uint16_t mode; local
441 for(mode=0;mode < 7;mode++){
442 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode);
443 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){
444 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode);
451 message= (UnicodeString)"round(" + (double)Roundingnumber + UnicodeString(",") + mode + UnicodeString(",FALSE) with RoundingIncrement=1.0==>");
458 message= (UnicodeString)"round(" + (double)Roundingnumber1 + UnicodeString(",") + mode + UnicodeString(",FALSE) with RoundingIncrement=1.0==>")
    [all...]
  /external/icu4c/test/perf/normperf/
normperf.h 29 typedef int32_t (*QuickCheckFn)(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status);
36 UNormalizationMode mode; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
82 mode = _mode;
92 mode = _mode;
189 void normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options);
190 UChar* normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options)
    [all...]
  /external/iproute2/misc/
lnstat.c 227 } mode = MODE_NORMAL; local
234 /* backwards compatibility mode for old tools */
242 /* rtstat compatibility mode */
246 /* ctstat compatibility mode */
261 mode = MODE_DUMP;
321 switch (mode) {
  /external/ipsec-tools/src/libipsec/
libpfkey.h 71 u_int mode; member in struct:pfkey_send_sa_args
  /external/kernel-headers/original/linux/
mt9t013.h 133 uint32_t mode; member in struct:mt9t013_exposure_gain
stat.h 62 umode_t mode; member in struct:kstat
sysfs.h 21 mode_t mode; member in struct:attribute
37 .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, \
43 .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, \
106 sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode);
124 void sysfs_create_device(struct kobject *, dev_t dev, mode_t mode);
152 static inline int sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode)
  /external/libnfc-nxp/src/
phHciNfc_RFReader.c 596 uint8_t mode = DEFAULT_NFCIP_INITIATOR_MODE_SUPPORT; local
598 NFCIP_INITIATOR, mode);
    [all...]
phHciNfc_Sequence.c 364 /* Releasing from the Emulation/Target Mode */
1666 uint8_t mode = ( NXP_NFCIP_ACTIVE_DEFAULT << NFCIP_ACTIVE_SHIFT ) | local
    [all...]
  /external/libvpx/build/make/
obj_int_extract.c 331 int parse_elf32(uint8_t *buf, size_t sz, output_fmt_t mode)
424 switch (mode)
452 if (mode == OUTPUT_FMT_RVDS)
464 output_fmt_t mode; local
483 mode = OUTPUT_FMT_RVDS;
485 mode = OUTPUT_FMT_GAS;
524 res = parse_elf32(file_buf, stat_buf.st_size, mode);
689 output_fmt_t mode; local
708 mode = OUTPUT_FMT_RVDS;
710 mode = OUTPUT_FMT_GAS
    [all...]
  /external/ppp/pppd/plugins/radius/
avpair.c 524 int mode; local
534 mode = PARSE_MODE_NAME;
543 switch (mode)
557 mode = PARSE_MODE_EQUAL;
563 mode = PARSE_MODE_VALUE;
672 mode = PARSE_MODE_NAME;
676 mode = PARSE_MODE_NAME;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 213 SDL_Rect *mode; local
217 /* Check to see if we already have this mode */
220 mode = SDL_modelist[index][i];
221 if ( (mode->w == w) && (mode->h == h) ) {
223 fprintf(stderr, "We already have mode %dx%d at %d bytes per pixel\n", w, h, index+1);
230 /* Set up the new video mode rectangle */
231 mode = (SDL_Rect *)SDL_malloc(sizeof *mode);
232 if ( mode == NULL )
403 display_mode mode; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 184 Uint8 mode; local
202 mode = SDL_PRESSED;
204 mode = SDL_RELEASED;
206 SDL_PrivateKeyboard(mode, &keysym);
299 /* Don't allow resize if video mode isn't resizable */
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 44 - Crash in CG after several mode switches (I think this has been fixed)
85 CFDictionaryRef mode; /* current mode of the display */ member in struct:SDL_PrivateVideoData
86 CFDictionaryRef save_mode; /* original mode of the display */
91 Uint32 flags; /* flags for current mode, for teardown purposes */
130 #define mode (this->hidden->mode) macro
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosFullScreenVideo.c 50 int flags; // mode selector flags, bit 0 = 1, bit 1-7 format specifier, 8-31 reserved
64 /* SDL video device functions for fullscreen mode */
88 extern int riscos_backbuffer; /* Create a back buffer in system memory for full screen mode */
132 SDL_SetError("Couldn't set requested mode");
136 /* printf("Setting mode %dx%d\n", width, height); */
141 SDL_SetError("Couldn't allocate new pixel format for requested mode");
145 /* Set up the new mode framebuffer */
149 regs.r[0] = -1; /* -1 for current screen mode */
239 /* Reset any device functions that have been changed because we have run in WIMP mode */
320 /* Read mode information into block *
575 SDL_Rect *mode; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 161 static int SVGA_AddMode(_THIS, int mode, int actually_add)
166 modeinfo = vga_getmodeinfo(mode);
177 /* Add the mode, sorted largest to smallest */
189 /* Insert the new mode */
194 SDL_vgamode[i][j] = mode;
231 int mode, total_modes; local
269 for ( mode=vga_lastmodenumber(); mode; --mode ) {
270 if ( vga_hasmode(mode) ) {
342 int mode; local
    [all...]

Completed in 334 milliseconds

<<11121314151617181920>>