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

  /external/libxml2/
dict.c 99 unsigned long okey; member in struct:_xmlDictEntry
629 unsigned long key, okey; local
676 okey = olddict[i].okey;
678 okey = xmlDictComputeKey(dict, olddict[i].name, olddict[i].len);
679 key = okey % dict->size;
684 dict->dict[key].okey = okey;
692 entry->okey = okey;
827 unsigned long key, okey, nbi = 0; local
967 unsigned long key, okey, nbi = 0; local
1075 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...]
  /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/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 27 CFX_ByteString okey = pEncrypt->GetString(FX_BSTRC("O"));
28 CRYPT_MD5Update(md5, (FX_LPBYTE)okey.c_str(), okey.GetLength());
294 CFX_ByteString okey = m_pEncryptDict ? m_pEncryptDict->GetString(FX_BSTRC("O")) : CFX_ByteString(); local
295 if (okey.GetLength() < 48) {
302 FX_LPCBYTE pkey = bOwner ? (FX_LPCBYTE)okey : (FX_LPCBYTE)ukey;
438 CFX_ByteString okey = m_pEncryptDict->GetString(FX_BSTRC("O")); local
458 int okeylen = okey.GetLength();
464 FXSYS_memcpy32(okeybuf, okey.c_str(), okeylen);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 162 String okey, ckey; local
164 assertTrue("Key comparison failed", (okey = (String) org
166 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...]

Completed in 504 milliseconds