Home
last modified time | relevance | path

Searched defs:dict (Results 51 - 75 of 162) sorted by relevance

1234567

/third_party/zlib/contrib/blast/
H A Dblast.c285 int dict; /* log2(dictionary size) - 6 */ in decomp() local
/third_party/zlib/test/
H A Dinfcover.c392 unsigned char dict[257]; in cover_wrap() local
/third_party/ffmpeg/libavcodec/
H A Davpacket.c307 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 Dvf_libvmaf.c168 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 Dvalues.cc49 CopyDictionaryWithoutEmptyChildren( const DictionaryValue& dict) CopyDictionaryWithoutEmptyChildren() argument
/third_party/gn/src/gn/
H A Danalyzer.cc61 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 Durftopdf.cpp126 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 DLSTMBreakEngine.java150 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 DRBReporter.java414 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 Dv8-stack-trace-impl.cc142 auto dict = protocol::DictionaryValue::cast( in V8StackTraceId() local
[all...]
/third_party/python/Include/cpython/
H A Dpystate.h127 PyObject *dict; /* Stores per-thread state */ member
/third_party/python/Include/internal/
H A Dpycore_interp.h141 PyObject *dict; /* Stores per-interpreter state */ member
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLIOSurfaceClientBufferTest.cpp85 CFMutableDictionaryRef dict = CFDictionaryCreateMutable( in CreateIOSurface() local
/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp123 auto dict = SkPDFMakeDict(); in MakeDocumentInformationDict() local
380 std::unique_ptr<SkPDFDict> dict in MakeXMPObject() local
[all...]
H A DSkPDFType1Font.cpp243 std::unique_ptr<SkPDFDict> dict = SkPDFMakeDict(); in make_type1_font_descriptor() local
H A DSkPDFDocumentPriv.h103 void emitStream(const SkPDFDict& dict, T writeStream, SkPDFIndirectReference ref) { in emitStream() argument
H A DSkPDFTypes.cpp434 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 Dcffdrivr.c476 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 Dcffobjs.c620 CFF_FontRecDict dict; in FT_LOCAL_DEF() local
[all...]
/third_party/python/Modules/_ctypes/
H A Dstgdict.c515 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.c253 PyObject *dict = _PyConfig_AsDict(&config); in Py_UNUSED() local
H A D_localemodule.c156 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary() argument
/third_party/python/Objects/
H A Dmoduleobject.c670 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 DGeneratedClassTest.php528 $dict = array(); variable
532 $dict = array(5 => 5, 6.1 => 6.1, "7" => "7"); variable
/third_party/python/Modules/_io/
H A Diobase.c32 PyObject *dict; member

Completed in 24 milliseconds

1234567