Home
last modified time | relevance | path

Searched defs:glob (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/libmkv/
DEbmlWriter.c20 void Ebml_WriteLen(EbmlGlobal *glob, long long val) in Ebml_WriteLen()
39 void Ebml_WriteString(EbmlGlobal *glob, const char *str) in Ebml_WriteString()
49 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr) in Ebml_WriteUTF8()
61 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id) in Ebml_WriteID()
72 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui) in Ebml_SerializeUnsigned64()
80 void Ebml_SerializeUnsigned(EbmlGlobal *glob, unsigned long class_id, unsigned long ui) in Ebml_SerializeUnsigned()
104 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long bin) in Ebml_SerializeBinary()
117 void Ebml_SerializeFloat(EbmlGlobal *glob, unsigned long class_id, double d) in Ebml_SerializeFloat()
126 void Ebml_WriteSigned16(EbmlGlobal *glob, short val) in Ebml_WriteSigned16()
132 void Ebml_SerializeString(EbmlGlobal *glob, unsigned long class_id, const char *s) in Ebml_SerializeString()
[all …]
DEbmlBufferWriter.c11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) in Ebml_Write()
19 static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q) in _Serialize()
31 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len) in Ebml_Serialize()
42 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id) in Ebml_StartSubElement()
51 void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc) in Ebml_EndSubElement()
DWebMElement.c17 void writeHeader(EbmlGlobal *glob) in writeHeader()
31 void writeSimpleBlock(EbmlGlobal *glob, unsigned char trackNumber, short timeCode, in writeSimpleBlock()
58 void writeVideoTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing, in writeVideoTrack()
81 void writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing, in writeAudioTrack()
/external/chromium/chrome/common/extensions/
Duser_script.cc25 for (std::vector<std::string>::const_iterator glob = globs->begin(); in UrlMatchesGlobs() local
115 std::vector<std::string>::const_iterator glob; in Pickle() local
165 std::string glob; in Unpickle() local
173 std::string glob; in Unpickle() local
Duser_script.h141 void add_glob(const std::string& glob) { globs_.push_back(glob); } in add_glob()
146 void add_exclude_glob(const std::string& glob) { in add_exclude_glob()
Dextension.cc876 void(UserScript::*add_method)(const std::string& glob), in LoadGlobsHelper()
890 std::string glob; in LoadGlobsHelper() local
/external/chromium/base/win/
Dscoped_hglobal.h20 explicit ScopedHGlobal(HGLOBAL glob) : glob_(glob) { in ScopedHGlobal()
/external/clang/test/SemaObjC/
Dconflict-nonfragile-abi2.m7 @property int glob; property
/external/bluetooth/glib/gio/xdgmime/
Dxdgmimeglob.c468 _xdg_glob_determine_type (const char *glob) in _xdg_glob_determine_type()
495 const char *glob, in _xdg_glob_hash_append_glob()
574 char *mimetype, *glob; in _xdg_mime_glob_read_from_file() local
Dtest-mime.c30 test_individual_glob (const char *glob, in test_individual_glob()
/external/libvpx/
Dvpxenc.c488 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) in Ebml_Write() argument
494 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len) in Ebml_Serialize()
506 static void Ebml_SerializeUnsigned32(EbmlGlobal *glob, unsigned long class_id, uint64_t ui) in Ebml_SerializeUnsigned32()
516 Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, in Ebml_StartSubElement()
529 Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc) in Ebml_EndSubElement()
607 write_webm_file_header(EbmlGlobal *glob, in write_webm_file_header()
666 write_webm_block(EbmlGlobal *glob, in write_webm_block()
751 write_webm_file_footer(EbmlGlobal *glob, long hash) in write_webm_file_footer()
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dfilesystem.py119 def glob(self, path): member in FileSystem
Dfilesystem_mock.py131 def glob(self, path): member in MockFileSystem
/external/openssh/openbsd-compat/
Dglob.c167 glob(const char *pattern, int flags, int (*errfunc)(const char *, int), in glob() function
/external/mksh/src/
Deval.c1347 glob(char *cp, XPtrV *wp, int markdirs) in glob() function
/external/libxml2/
Dvalid.c1159 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { in xmlDumpElementContent()
5142 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { in xmlSnprintfElements()
Dxmlregexp.c8016 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { in xmlExpDumpInt()
/external/chromium/sdch/open-vcdiff/src/
Dgflags.cc1281 const string glob(word, space - word); in ProcessOptionsFromStringLocked() local