Home
last modified time | relevance | path

Searched refs:dic (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/webui/
Dinvalidations_message_handler.cc101 scoped_ptr<base::DictionaryValue> dic(new base::DictionaryValue()); in OnUpdateIds() local
102 dic->SetString("name", (it->first).name()); in OnUpdateIds()
103 dic->SetInteger("source", (it->first).source()); in OnUpdateIds()
104 dic->SetInteger("totalCount", it->second); in OnUpdateIds()
105 list_of_objects.Append(dic.release()); in OnUpdateIds()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c142 Byte *dic = p->dic; in LzmaDec_DecodeReal() local
169 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()
179 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
194 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
221 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
391 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()
403 dic[dicPos++] = dic[pos]; in LzmaDec_DecodeReal()
433 Byte *dic = p->dic; in LzmaDec_WriteRem() local
448 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_WriteRem()
514 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy()
[all …]
DLzmaDec.h55 Byte *dic; member
72 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c141 Byte *dic = p->dic; in LzmaDec_DecodeReal() local
168 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()
178 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
193 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
220 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
390 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()
402 dic[dicPos++] = dic[pos]; in LzmaDec_DecodeReal()
432 Byte *dic = p->dic; in LzmaDec_WriteRem() local
447 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_WriteRem()
513 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy()
[all …]
DLzmaDec.h54 Byte *dic; member
71 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
DLzma2Dec.c161 memcpy(p->dic + p->dicPos, src, size); in LzmaDec_UpdateWithUncompressed()
319 memcpy(dest, p->decoder.dic + dicPos, outSizeCur); in Lzma2Dec_DecodeToBuf()
342 decoder.decoder.dic = dest; in Lzma2Decode()
D7zDec.c135 state.dic = outBuffer; in SzDecodeLzma()
185 state.decoder.dic = outBuffer; in SzDecodeLzma2()
/external/lzma/C/
DLzmaDec.c141 Byte *dic = p->dic; in LzmaDec_DecodeReal() local
168 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()
178 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
193 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
220 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
390 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal()
402 dic[dicPos++] = dic[pos]; in LzmaDec_DecodeReal()
432 Byte *dic = p->dic; in LzmaDec_WriteRem() local
447 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)]; in LzmaDec_WriteRem()
513 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy()
[all …]
DLzmaDec.h54 Byte *dic; member
71 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
DLzma2Dec.c161 memcpy(p->dic + p->dicPos, src, size); in LzmaDec_UpdateWithUncompressed()
319 memcpy(dest, p->decoder.dic + dicPos, outSizeCur); in Lzma2Dec_DecodeToBuf()
342 decoder.decoder.dic = dest; in Lzma2Decode()
D7zDec.c135 state.dic = outBuffer; in SzDecodeLzma()
185 state.decoder.dic = outBuffer; in SzDecodeLzma2()
/external/skia/gm/rebaseline_server/
Dcompare_rendered_pictures.py196 def _checksum_and_relative_url(dic): argument
197 if dic:
198 return ((dic[gm_json.JSONKEY_IMAGE_CHECKSUMALGORITHM],
199 dic[gm_json.JSONKEY_IMAGE_CHECKSUMVALUE]),
200 dic[gm_json.JSONKEY_IMAGE_FILEPATH])
/external/chromium_org/third_party/skia/gm/rebaseline_server/
Dcompare_rendered_pictures.py196 def _checksum_and_relative_url(dic): argument
197 if dic:
198 return ((dic[gm_json.JSONKEY_IMAGE_CHECKSUMALGORITHM],
199 dic[gm_json.JSONKEY_IMAGE_CHECKSUMVALUE]),
200 dic[gm_json.JSONKEY_IMAGE_FILEPATH])
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
Dios_plist_writer.py81 dic = self.AddElement(parent, 'dict')
83 self.AddElement(dic, 'key', {}, k)
84 self._WriteValue(dic, v)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
Ddispatch.py163 def _extract_handler(dic, name): argument
168 if name not in dic:
170 handler = dic[name]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Ddispatch.py163 def _extract_handler(dic, name): argument
168 if name not in dic:
170 handler = dic[name]
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch965 + Byte *dic = p->dic;
992 + (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc))));
1002 + unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)];
1017 + dic[dicPos++] = (Byte)symbol;
1044 + dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)];
1214 + Byte *dest = dic + dicPos;
1226 + dic[dicPos++] = dic[pos];
1256 + Byte *dic = p->dic;
1271 + dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)];
1337 + (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc))));
[all …]
/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp125 HRESULT res2 = WriteStream(outStream, _state.decoder.dic, _state.decoder.dicPos); in Code()
DLzmaDecoder.cpp133 HRESULT res2 = WriteStream(outStream, _state.dic + _wrPos, _state.dicPos - _wrPos); in CodeSpec()
/external/icu/icu4c/source/data/locales/
Des_MX.txt511 "dic.",
555 "dic.",
Dit.txt593 "dic",
637 "dic",
/external/chromium_org/third_party/icu/source/data/locales/
Des.txt342 "dic",
Dit.txt345 "dic",
/external/icu/icu4c/source/data/lang/
Dro.txt679 dictionary{"Ordine de sortare a dicționarului"}
/external/chromium_org/tools/python/google/httpd_config/
Dmime.types336 application/vnd.yamaha.hv-dic

12