Home
last modified time | relevance | path

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

/external/libvpx/libvpx/libmkv/
DEbmlWriter.c21 void Ebml_WriteLen(EbmlGlobal *glob, int64_t val) in Ebml_WriteLen()
42 void Ebml_WriteString(EbmlGlobal *glob, const char *str) in Ebml_WriteString()
53 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr) in Ebml_WriteUTF8()
66 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id) in Ebml_WriteID()
82 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui) in Ebml_SerializeUnsigned64()
90 void Ebml_SerializeUnsigned(EbmlGlobal *glob, unsigned long class_id, unsigned long ui) in Ebml_SerializeUnsigned()
114 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long bin) in Ebml_SerializeBinary()
127 void Ebml_SerializeFloat(EbmlGlobal *glob, unsigned long class_id, double d) in Ebml_SerializeFloat()
136 void Ebml_WriteSigned16(EbmlGlobal *glob, short val) in Ebml_WriteSigned16()
142 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/clang/test/CodeGenCXX/
Ddebug-info-global-ctor-dtor.cpp12 A glob; variable
/external/chromium/base/win/
Dscoped_hglobal.h20 explicit ScopedHGlobal(HGLOBAL glob) : glob_(glob) { in ScopedHGlobal()
/external/clang/test/SemaObjC/
Dconflict-nonfragile-abi2.m8 @property int glob; property
/external/libvpx/libvpx/
Dvpxenc.c554 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len) in Ebml_Write() argument
565 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, int buffer_size, unsigned long len) in Ebml_Serialize()
599 static void Ebml_SerializeUnsigned32(EbmlGlobal *glob, unsigned long class_id, uint64_t ui) in Ebml_SerializeUnsigned32()
609 Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, in Ebml_StartSubElement()
622 Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc) in Ebml_EndSubElement()
710 write_webm_file_header(EbmlGlobal *glob, in write_webm_file_header()
771 write_webm_block(EbmlGlobal *glob, in write_webm_block()
853 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.c1438 glob(char *cp, XPtrV *wp, bool 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
/external/open-vcdiff/gflags/src/
Dgflags.cc1281 const string glob(word, space - word); in ProcessOptionsFromStringLocked() local
/external/clang/test/Analysis/
Dmalloc.c937 static intptr_t glob; variable