Searched refs:kw (Results 1 - 25 of 75) sorted by last modified time

123

/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1308 HChar* kw; /* current keyword, its length, its position */ local
1332 for (kw = VG_(strtok_r) (kwds, " ", &kwdssaveptr);
1333 kw != NULL;
1334 kw = VG_(strtok_r) (NULL, " ", &kwdssaveptr)) {
1335 kwl = VG_(strlen) (kw);
1341 if (VG_(strcmp) (kw, iw) == 0) {
1344 VG_(gdb_printf) (" %s", kw);
1351 if (VG_(strncmp) (iw, kw, il) == 0) {
1354 VG_(gdb_printf) (" %s", kw);
/external/valgrind/main/memcheck/
H A Dmc_main.c5574 HChar* kw; local
5584 for (kw = VG_(strtok_r) (NULL, " ", &ssaveptr);
5585 kw != NULL;
5586 kw = VG_(strtok_r) (NULL, " ", &ssaveptr)) {
5593 kw, kwd_report_all)) {
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py561 def dummy(*k, **kw):
/external/pixman/
H A Dconfigure13852 for kw in $keywords ; do
13863 int $kw test;
13873 ac_cv_tls=$kw; break
/external/llvm/utils/emacs/
H A Dtablegen-mode.el15 (let ((kw (regexp-opt '("class" "defm" "def" "field" "include" "in"
18 (type-kw (regexp-opt '("bit" "bits" "code" "dag" "int" "list" "string")
37 (cons (concat kw "[ \n\t(]") 1)
40 (cons (concat type-kw "[ \n\t(]") 1)
/external/lldb/test/unittest2/
H A Dresult.py16 def inner(self, *args, **kw):
19 return method(self, *args, **kw)
/external/icu/icu4c/source/data/curr/
H A Dresfiles.mk101 ksf.txt kw.txt ky.txt ky_Cyrl.txt lag.txt\
/external/icu/icu4c/source/data/lang/
H A Dresfiles.mk93 ks_Arab.txt ksb.txt ksf.txt kw.txt ky.txt\
/external/icu/icu4c/source/data/locales/
H A Dresfiles.mk125 kw.txt kw_GB.txt ky.txt ky_Cyrl.txt ky_Cyrl_KG.txt\
/external/icu/icu4c/source/data/region/
H A Dresfiles.mk93 ksf.txt kw.txt ky.txt ky_Cyrl.txt lag.txt\
/external/icu/icu4c/source/data/zone/
H A Dresfiles.mk94 ksf.txt kw.txt ky.txt ky_Cyrl.txt lag.txt\
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1139 char kw[ULOC_KEYWORD_AND_VALUES_CAPACITY]; local
1140 uprv_strcpy(kw,"numbers=");
1141 nsName.extract(0,len,kw+8,ULOC_KEYWORD_AND_VALUES_CAPACITY-8,US_INV);
1143 Locale ovrLoc(locale.getLanguage(),locale.getCountry(),locale.getVariant(),kw);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2541 const char *kw; local
2547 while((kw=uenum_next(kwVals, NULL, &status))) {
2548 log_verbose(" %s\n", kw);
2549 if(!strcmp(kw,"standard")) {
2571 while((kw=uenum_next(kwVals, NULL, &status))) {
2572 log_verbose(" %s\n", kw);
2573 if(!strcmp(kw,"japanese")) {
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp643 const char* kw=uenum_next(kenum, &len, pErrorCode); local
644 if (kw == NULL) {
651 len = uloc_getDisplayKeyword(kw, displayLocale, p, cap, pErrorCode);
670 int32_t vlen = uloc_getDisplayKeywordValue(locale, kw, displayLocale,
H A Dlocid.cpp929 char *kw = keywords; local
931 while(*kw) {
933 kw += uprv_strlen(kw)+1;
H A Duloc.cpp136 "ksh", "ku", "kum", "kut", "kv", "kw", "ky",
447 const char *value; /* keyword value, or NULL if kw==NULL */
506 const char *value; /* keyword value, or NULL if kw==NULL */
1475 char *kw = ((UKeywordsContext *)en->context)->keywords; local
1477 while(*kw) {
1479 kw += uprv_strlen(kw)+1;
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/fio/
H A Doptions.c3751 struct fio_keyword *kw = &fio_keywords[i]; local
3753 while ((s = strstr(opt, kw->word)) != NULL) {
3764 len = sprintf(new + olen, "%s", kw->replace);
3770 opt += strlen(kw->word) + olen;
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp167 int kw = (int)kernelX.size(); local
178 for (int kx = 0; kx < kw; kx++)
180 float f = kernelX[kw-kx-1];
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c168 keyword *kw; local
186 STAILQ_FOREACH(kw, kws, link) {
189 k->name_k = yasm__xstrdup(kw->name);
190 k->len_k = (ub4)strlen(kw->name);
211 STAILQ_FOREACH(kw, kws, link) {
212 if (strcmp(kw->name, tabh[i].key_h->name_k) == 0)
215 if (!kw) {
220 fprintf(out, "#line %u \"%s\"\n", kw->line, filename);
221 fprintf(out, " {\"%s\"%s}", kw->name, kw
271 keyword *kw; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py159 def __init__(self,*items,**kw):
160 Node.__init__(self,*items,**kw)
202 def __init__(self,*items,**kw):
203 Node.__init__(self,*items,**kw)
735 def __init__(self,*items,**kw):
736 Node.__init__(self,*items,**kw)
H A Dgenpyx.py20 # XX use this Context class instead of all those kw dicts !! XX
23 def __init__( self, **kw ):
24 for key, value in kw.items():
75 def pyxstr(self,toks=None,indent=0,**kw):
83 x.pyxstr(toks, indent, **kw)
102 def pyxstr(self,toks=None,indent=0,**kw):
113 def pyxstr(self,toks=None,indent=0,**kw):
127 def pyxstr(self,toks=None,indent=0,**kw):
138 def pyxstr(self,toks=None,indent=0,cprefix="",**kw):
143 x.pyxstr(toks, indent, cprefix=cprefix, **kw)
[all...]
H A Dir.py25 def __init__( self, *args, **kw ):
26 node_module.Node.__init__( self, *args, **kw )
H A Dlexer.py25 def __init__(self,s="",verbose=0,**kw):
42 for key in kw.keys():
43 self.__dict__[key] = kw[key]

Completed in 7560 milliseconds

123