/external/icu4c/i18n/ |
ucol_tok.cpp | 235 void ucol_uprv_tok_setOptionInImage(UColOptionSet *opts, UColAttribute attrib, UColAttributeValue value) { 238 opts->hiraganaQ = value; 241 opts->frenchCollation = value; 244 opts->alternateHandling = value; 247 opts->caseFirst = value; 250 opts->caseLevel = value; 253 opts->normalizationMode = value; 256 opts->strength = value; 259 opts->numericCollation = value; 544 //ucol_uprv_tok_setOptionInImage(src->opts, rulesOptions[i].attr, rulesOptions[i].subopts[j].attrVal) [all...] |
ucol_tok.h | 118 UColOptionSet *opts; member in struct:__anon8694
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 129 OptSpec opts[] = { variable 229 UBool ProcessOptions(int argc, const char **argv, OptSpec opts[]) 238 for (pOpt = opts; pOpt->name != 0; pOpt++) { 641 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
|
/external/iproute2/ |
configure | 40 .opts = NULL,
|
/external/qemu/ |
net.h | 128 void net_host_device_add(Monitor *mon, const char *device, const char *opts);
|
console.c | 1601 QemuOpts *opts; local [all...] |
/external/qemu/slirp/ |
ip_input.c | 708 register caddr_t opts; 712 opts = (caddr_t)(ip + 1); 714 memcpy(opts, opts + olen, (unsigned)i);
|
/external/qemu/slirp-android/ |
ip_input.c | 708 register caddr_t opts; 712 opts = (caddr_t)(ip + 1); 714 memcpy(opts, opts + olen, (unsigned)i);
|
/external/wpa_supplicant_8/src/drivers/ |
netlink.c | 146 char opts[16]; member in struct:__anon18475
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
WidgetPreviewLoader.java | 377 final BitmapFactory.Options opts = mCachedBitmapFactoryOptions.get(); local 378 opts.inBitmap = b; 379 opts.inSampleSize = 1; 380 Bitmap out = BitmapFactory.decodeByteArray(blob, 0, blob.length, opts);
|
/packages/apps/Settings/src/com/android/settings/ |
KeyguardAppWidgetPickActivity.java | 596 Bundle opts = null; local 598 opts = new Bundle(); 599 opts.putInt(LockPatternUtils.KEYGUARD_SHOW_APPWIDGET, appWidgetId); 602 iWm.lockNow(opts);
|
/bootable/diskinstaller/ |
installer.c | 122 const char *opts = force ? "-fy" : "-y"; local 126 if ((rv = exec_cmd(E2FSCK_BIN, "-C 0", opts, dst, NULL)) < 0)
|
/external/blktrace/btt/ |
btt_plot.py | 208 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts) 213 for (o, a) in opts:
|
/external/clang/utils/ |
token-delta.py | 237 (opts, args) = parser.parse_args() 244 md = tokenBasedMultiDelta(program, files, log=opts.debugLevel)
|
/external/iproute2/misc/ |
lnstat.c | 41 static struct option opts[] = { variable in typeref:struct:option 252 opts, NULL)) != -1) {
|
/external/linux-tools-perf/util/ |
sort.c | 321 void setup_sorting(const char * const usagestr[], const struct option *opts) 329 usage_with_options(usagestr, opts);
|
/external/openfst/src/include/fst/extensions/ngram/ |
ngram-fst.h | 97 const FstReadOptions &opts) { 100 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) return 0; 127 const FstWriteOptions &opts) const { 131 WriteHeader(strm, opts, kFileVersion, &hdr); 685 static NGramFst<A>* Read(istream &strm, const FstReadOptions &opts) { 686 Impl* impl = Impl::Read(strm, opts); 703 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { 704 return GetImpl()->Write(strm, opts);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SearchPanelView.java | 116 ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, local 120 mContext.startActivityAsUser(intent, opts.toBundle(),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
form.h | 88 Field_Options opts; /* options */ member in struct:fieldnode 145 Form_Options opts; /* options */ member in struct:formnode
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 88 Field_Options opts; /* options */ member in struct:fieldnode 145 Form_Options opts; /* options */ member in struct:formnode
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
form.h | 88 Field_Options opts; /* options */ member in struct:fieldnode 145 Form_Options opts; /* options */ member in struct:formnode
|
/external/mksh/src/ |
funcs.c | 345 const char *opts = "Rnprsu,"; local 347 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) 353 opts = "ne"; 498 const char *opts = iam_whence ? "pv" : "pvV"; local 500 while ((optc = ksh_getopt(wp, &builtin_opt, opts)) != -1) 642 const char *opts; local 672 opts = istset ? "L#R#UZ#afi#lnprtux" : "p"; 684 while ((i = ksh_getopt(wp, &builtin_opt, opts)) != -1) { 1417 const char *opts, *var; local 1425 opts = *wp++ 3469 static const char opts[] = "a" local [all...] |
/external/dhcpcd/ |
dhcp.c | 211 int make_option_mask(uint8_t *mask, const char *opts, int add) 217 o = p = xstrdup(opts); 779 const char *ifname, unsigned long long *opts) 795 if (!(*opts & DHCPCD_CSR_WARNED)) { 799 *opts |= DHCPCD_CSR_WARNED; [all...] |
/external/ping/ |
ping.c | 729 __u8 *opts; local 743 opts = buf + sizeof(struct iphdr); 748 opts = buf; 758 opts = (__u8 *) CMSG_DATA(cmsg); 858 pr_options(opts, optlen + sizeof(struct iphdr)); [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BrowserBookmarksPage.java | 248 Options opts = sOptions.get(); local 249 opts.inBitmap = inBitmap; 250 opts.inSampleSize = 1; 251 opts.inScaled = false; 253 return BitmapFactory.decodeByteArray(data, 0, data.length, opts);
|