/third_party/zlib/contrib/blast/ |
H A D | blast.c | 285 int dict; /* log2(dictionary size) - 6 */ in decomp() local
|
/third_party/zlib/test/ |
H A D | infcover.c | 392 unsigned char dict[257]; in cover_wrap() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | avpacket.c | 307 uint8_t *av_packet_pack_dictionary(AVDictionary *dict, size_t *size) in av_packet_pack_dictionary() argument 342 av_packet_unpack_dictionary(const uint8_t *data, size_t size, AVDictionary **dict) av_packet_unpack_dictionary() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libvmaf.c | 168 AVDictionary **dict = NULL; in delimited_dict_parse() local 221 AVDictionary **dict = NULL; parse_features() local 276 AVDictionary **dict; parse_models() local [all...] |
/third_party/gn/src/base/ |
H A D | values.cc | 49 CopyDictionaryWithoutEmptyChildren( const DictionaryValue& dict) CopyDictionaryWithoutEmptyChildren() argument
|
/third_party/gn/src/gn/ |
H A D | analyzer.cc | 61 std::vector<std::string> GetStringVector(const base::DictionaryValue& dict, in GetStringVector() argument 88 void WriteString(base::DictionaryValue& dict, in WriteString() argument 132 const base::DictionaryValue* dict; in JSONToInputs() local 94 WriteLabels(const Label& default_toolchain, base::DictionaryValue& dict, const std::string& key, const std::set<Label>& labels) WriteLabels() argument [all...] |
/third_party/cups-filters/filter/ |
H A D | urftopdf.cpp | 126 std::map<std::string,QPDFObjectHandle> dict; in makeImage() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | LSTMBreakEngine.java | 150 public Vectorizer(Map<String, Integer> dict) { in Vectorizer() argument 163 public CodePointsVectorizer(Map<String, Integer> dict) { in CodePointsVectorizer() argument 180 public GraphemeClusterVectorizer(Map<String, Integer> dict) { in GraphemeClusterVectorizer() argument [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBReporter.java | 414 private String getLanguageReport(boolean detailed, Bundle dict) { in getLanguageReport() argument 495 getHTMLLanguageReportz(Document html, Element body_elem, boolean detailed, Bundle dict) getHTMLLanguageReportz() argument 535 getHTMLLanguageReport(boolean detailed, Bundle dict) getHTMLLanguageReport() argument 599 getXMLLanguageReportz(Document xml, boolean detailed, Bundle dict) getXMLLanguageReportz() argument 633 getXMLLanguageReport(boolean detailed, Bundle dict) getXMLLanguageReport() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-stack-trace-impl.cc | 142 auto dict = protocol::DictionaryValue::cast( in V8StackTraceId() local [all...] |
/third_party/python/Include/cpython/ |
H A D | pystate.h | 127 PyObject *dict; /* Stores per-thread state */ member
|
/third_party/python/Include/internal/ |
H A D | pycore_interp.h | 141 PyObject *dict; /* Stores per-interpreter state */ member
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLIOSurfaceClientBufferTest.cpp | 85 CFMutableDictionaryRef dict = CFDictionaryCreateMutable( in CreateIOSurface() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFMetadata.cpp | 123 auto dict = SkPDFMakeDict(); in MakeDocumentInformationDict() local 380 std::unique_ptr<SkPDFDict> dict in MakeXMPObject() local [all...] |
H A D | SkPDFType1Font.cpp | 243 std::unique_ptr<SkPDFDict> dict = SkPDFMakeDict(); in make_type1_font_descriptor() local
|
H A D | SkPDFDocumentPriv.h | 103 void emitStream(const SkPDFDict& dict, T writeStream, SkPDFIndirectReference ref) { in emitStream() argument
|
H A D | SkPDFTypes.cpp | 434 SkPDFDict& dict = origDict ? *origDict : tmpDict; in serialize_stream() local 468 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict, in SkPDFStreamOut() argument
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffdrivr.c | 476 CFF_FontRecDict dict = &cff->top_font.font_dict; in cff_ps_get_font_info() local 520 CFF_FontRecDict dict = &cff->top_font.font_dict; cff_ps_get_font_extra() local 706 CFF_FontRecDict dict = &cff->top_font.font_dict; cff_get_ros() local 763 CFF_FontRecDict dict = &cff->top_font.font_dict; cff_get_is_cid() local 788 CFF_FontRecDict dict = &cff->top_font.font_dict; cff_get_cid_from_glyph_index() local [all...] |
H A D | cffobjs.c | 620 CFF_FontRecDict dict; in FT_LOCAL_DEF() local [all...] |
/third_party/python/Modules/_ctypes/ |
H A D | stgdict.c | 515 StgDictObject *dict; in PyCStructUnionType_update_stgdict() local 734 StgDictObject *dict; PyCStructUnionType_update_stgdict() local 823 StgDictObject *dict; PyCStructUnionType_update_stgdict() local [all...] |
/third_party/python/Modules/ |
H A D | _testinternalcapi.c | 253 PyObject *dict = _PyConfig_AsDict(&config); in Py_UNUSED() local
|
H A D | _localemodule.c | 156 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary() argument
|
/third_party/python/Objects/ |
H A D | moduleobject.c | 670 PyObject *dict = self->md_dict; in module___init___impl() local 853 PyObject *dict = PyObject_GetAttr(self, &_Py_ID(__dict__)); in module_dir() local 883 PyObject *dict = PyObject_GetAttr((PyObject *)m, &_Py_ID(__dict__)); module_get_annotations() local 921 PyObject *dict = PyObject_GetAttr((PyObject *)m, &_Py_ID(__dict__)); module_set_annotations() local [all...] |
/third_party/protobuf/php/tests/ |
H A D | GeneratedClassTest.php | 528 $dict = array(); variable 532 $dict = array(5 => 5, 6.1 => 6.1, "7" => "7"); variable
|
/third_party/python/Modules/_io/ |
H A D | iobase.c | 32 PyObject *dict; member
|