HomeSort by relevance Sort by last modified time
    Searched full:okey (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/libxml/src/
dict.c 76 unsigned long okey; member in struct:_xmlDictEntry
527 unsigned long key, okey; local
574 okey = olddict[i].okey;
576 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len);
577 key = okey % dict->size;
582 dict->dict[key].okey = okey;
590 entry->okey = okey;
725 unsigned long key, okey, nbi = 0; local
858 unsigned long key, okey, nbi = 0; local
960 unsigned long okey, key, nbi = 0; local
    [all...]
  /external/libxml2/
dict.c 98 unsigned long okey; member in struct:_xmlDictEntry
560 unsigned long key, okey; local
607 okey = olddict[i].okey;
609 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len);
610 key = okey % dict->size;
615 dict->dict[key].okey = okey;
623 entry->okey = okey;
758 unsigned long key, okey, nbi = 0; local
891 unsigned long key, okey, nbi = 0; local
993 unsigned long okey, key, nbi = 0; local
    [all...]
  /external/openfst/src/include/fst/extensions/far/
extract.h 36 string* okey, int* nrep,
40 if (key == *okey)
45 *okey = key;
76 string okey;
99 FarWriteFst(&fst, key, &okey, &nrep, generate_filenames, i,
116 FarWriteFst(&fst, ikey, &okey, &nrep, generate_filenames, i,
132 FarWriteFst(&fst, key, &okey, &nrep, generate_filenames, i,
print-strings.h 77 string okey; local
83 if (okey == key)
87 okey = key;
  /external/iproute2/ip/
link_gre.c 57 unsigned okey = 0; local
104 okey = rta_getattr_u32(greinfo[IFLA_GRE_OKEY]);
150 ikey = okey = uval;
166 } else if (!matches(*argv, "okey")) {
175 fprintf(stderr, "invalid value of \"okey\"\n");
180 okey = uval;
245 if (!okey && IN_MULTICAST(ntohl(daddr))) {
246 okey = daddr;
255 addattr32(n, 1024, IFLA_GRE_OKEY, okey);
341 fprintf(f, "okey %s ", s2)
    [all...]
iptunnel.c 128 } else if (strcmp(*argv, "okey") == 0) {
136 fprintf(stderr, "invalid value of \"okey\"\n");
381 printf(" okey %u ", ntohl(p->o_key));
  /external/openfst/src/include/fst/extensions/pdt/
paren.h 419 ParenState<A> okey(paren_id, open_dest);
420 open_paren_set_.erase(open_paren_set_.find(okey));
421 for (typename CloseParenMap::iterator cit = close_paren_map_.find(okey);
422 cit != close_paren_map_.end() && cit->first == okey;) {
432 close_source_map_[okey] = close_source_sets_.FindId(close_sources);
475 ParenState<A> okey = sit->first; local
476 StateId open_dest = okey.state_id;
477 Label paren_id = okey.paren_id;
  /external/iproute2/man/man8/
ip-tunnel.8 161 .BI okey " K"
170 .BR ikey " and " okey
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp     [all...]
  /external/icu4c/i18n/
nfrule.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashtableTest.java 142 String okey, ckey; local
144 assertTrue("Key comparison failed", (okey = (String) org
146 assertTrue("Value comparison failed", ((String) htfull.get(okey))
  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 178 String okey, ckey; local
180 assertTrue("Key comparison failed", (okey = (String) org
182 assertTrue("Value comparison failed", ((String) htfull.get(okey))
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 638 okey = key
656 attrnamemap[key] = okey
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 638 okey = key
656 attrnamemap[key] = okey
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 733 'okey=dokey; Domain=.example.co.uk')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 733 'okey=dokey; Domain=.example.co.uk')
    [all...]
  /external/chromium_org/chrome/app/resources/
generated_resources_ms.xtb     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/x86_64/
libiberty.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/x86_64/
libiberty.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libiberty.a     [all...]

Completed in 1381 milliseconds