HomeSort by relevance Sort by last modified time
    Searched refs:glob (Results 1 - 25 of 46) sorted by null

1 2

  /external/libvpx/libvpx/libmkv/
EbmlWriter.h 22 void Ebml_Serialize(EbmlGlobal *glob, const void *, int, unsigned long);
23 void Ebml_Write(EbmlGlobal *glob, const void *, unsigned long);
27 void Ebml_WriteLen(EbmlGlobal *glob, int64_t val);
28 void Ebml_WriteString(EbmlGlobal *glob, const char *str);
29 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr);
30 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id);
31 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui);
32 void Ebml_SerializeUnsigned(EbmlGlobal *glob, unsigned long class_id, unsigned long ui);
33 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long ui);
34 void Ebml_SerializeFloat(EbmlGlobal *glob, unsigned long class_id, double d)
    [all...]
EbmlBufferWriter.c 11 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
13 unsigned char *src = glob->buf;
14 src += glob->offset;
16 glob->offset += len;
19 static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q)
26 memcpy(&(glob->buf[glob->offset]), q, 1);
27 glob->offset ++;
31 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
38 _Serialize(glob, p, q)
    [all...]
WebMElement.c 17 void writeHeader(EbmlGlobal *glob)
20 Ebml_StartSubElement(glob, &start, EBML);
21 Ebml_SerializeUnsigned(glob, EBMLVersion, 1);
22 Ebml_SerializeUnsigned(glob, EBMLReadVersion, 1); //EBML Read Version
23 Ebml_SerializeUnsigned(glob, EBMLMaxIDLength, 4); //EBML Max ID Length
24 Ebml_SerializeUnsigned(glob, EBMLMaxSizeLength, 8); //EBML Max Size Length
25 Ebml_SerializeString(glob, DocType, "webm"); //Doc Type
26 Ebml_SerializeUnsigned(glob, DocTypeVersion, 2); //Doc Type Version
27 Ebml_SerializeUnsigned(glob, DocTypeReadVersion, 2); //Doc Type Read Version
28 Ebml_EndSubElement(glob, &start)
    [all...]
EbmlWriter.c 21 void Ebml_WriteLen(EbmlGlobal *glob, int64_t val)
39 Ebml_Serialize(glob, (void *) &val, sizeof(val), size);
42 void Ebml_WriteString(EbmlGlobal *glob, const char *str)
46 Ebml_WriteLen(glob, size);
50 Ebml_Write(glob, str, (unsigned long)size);
53 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr)
62 Ebml_WriteLen(glob, size);
63 Ebml_Write(glob, wstr, (unsigned long)size);
66 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id)
79 Ebml_Serialize(glob, (void *)&class_id, sizeof(class_id), len)
    [all...]
EbmlBufferWriter.h 17 void Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc, unsigned long class_id);
18 void Ebml_EndSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc);
WebMElement.h 25 void writeAudioTrack(EbmlGlobal *glob, unsigned int trackNumber, int flagLacing,
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test-32bit.elf.c 3 extern int glob;
7 return a + glob;
12 return glob - foo(a);
  /external/clang/test/Preprocessor/
macro_rparen_scan2.c 7 static int glob = (1 + FUNC(1 R_PAREN );
9 // CHECK: static int glob = (1 + 1 );
  /external/clang/test/CodeGenCXX/
debug-info-global-ctor-dtor.cpp 12 A glob; variable
  /external/chromium/chrome/common/extensions/
user_script.cc 25 for (std::vector<std::string>::const_iterator glob = globs->begin();
26 glob != globs->end(); ++glob) {
27 if (MatchPattern(url.spec(), *glob))
115 std::vector<std::string>::const_iterator glob; local
117 for (glob = globs_.begin(); glob != globs_.end(); ++glob) {
118 pickle->WriteString(*glob);
121 for (glob = exclude_globs_.begin(); glob != exclude_globs_.end(); ++glob)
165 std::string glob; local
173 std::string glob; local
    [all...]
user_script.h 141 void add_glob(const std::string& glob) { globs_.push_back(glob); }
146 void add_exclude_glob(const std::string& glob) {
147 exclude_globs_.push_back(glob);
  /external/chromium/base/win/
scoped_hglobal.h 20 explicit ScopedHGlobal(HGLOBAL glob) : glob_(glob) {
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c
37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c commands.c
39 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c file.c
41 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getloadavg.c
43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c default.c
45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c signame.c
47 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c expand.c
49 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\Wi (…)
    [all...]
config.h-vms 409 #define glob gnu_glob
  /external/libvpx/libvpx/
vpxenc.c 554 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
556 (void) fwrite(buffer_in, 1, len, glob->stream);
563 Ebml_Write(glob, &x, 1); \
565 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, int buffer_size, unsigned long len)
599 static void Ebml_SerializeUnsigned32(EbmlGlobal *glob, unsigned long class_id, uint64_t ui)
602 Ebml_WriteID(glob, class_id);
603 Ebml_Serialize(glob, &sizeSerialized, sizeof(sizeSerialized), 1);
604 Ebml_Serialize(glob, &ui, sizeof(ui), 4);
609 Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc,
616 Ebml_WriteID(glob, class_id)
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 75 /* Bits set in the FLAGS argument to `glob'. */
105 /* Error returns from `glob'. */
160 # define glob glob64 macro
172 /* Do glob searching for PATTERN, placing results in PGLOB.
177 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored.
179 Otherwise, `glob' returns zero. */
181 extern int glob __P ((__const char *__pattern, int __flags,
185 /* Free storage allocated in PGLOB by a previous `glob' call. */
188 extern int glob __P ((__const char *__pattern, int __flags,
209 #endif /* glob.h *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 46 /* Bits set in the FLAGS argument to `glob'. */
75 /* Error returns from `glob'. */
146 # define glob glob64 macro
150 /* Do glob searching for PATTERN, placing results in PGLOB.
155 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored.
157 Otherwise, `glob' returns zero. */
159 extern int glob (__const char *__restrict __pattern, int __flags,
163 /* Free storage allocated in PGLOB by a previous `glob' call. */
166 extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern,
194 #endif /* glob.h *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 46 /* Bits set in the FLAGS argument to `glob'. */
75 /* Error returns from `glob'. */
146 # define glob glob64 macro
150 /* Do glob searching for PATTERN, placing results in PGLOB.
155 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored.
157 Otherwise, `glob' returns zero. */
159 extern int glob (__const char *__restrict __pattern, int __flags,
163 /* Free storage allocated in PGLOB by a previous `glob' call. */
166 extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern,
194 #endif /* glob.h *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 46 /* Bits set in the FLAGS argument to `glob'. */
75 /* Error returns from `glob'. */
146 # define glob glob64 macro
150 /* Do glob searching for PATTERN, placing results in PGLOB.
155 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored.
157 Otherwise, `glob' returns zero. */
159 extern int glob (__const char *__restrict __pattern, int __flags,
163 /* Free storage allocated in PGLOB by a previous `glob' call. */
166 extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern,
194 #endif /* glob.h *
    [all...]
  /external/openssh/openbsd-compat/
glob.h 1 /* $OpenBSD: glob.h,v 1.11 2010/09/24 13:32:55 djm Exp $ */
2 /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */
35 * @(#)glob.h 8.1 (Berkeley) 6/2/93
38 /* OPENBSD ORIGINAL: include/glob.h */
55 int gl_flags; /* Copy of flags parameter to glob. */
58 /* Copy of errfunc parameter to glob. */
62 * Alternate filesystem access methods for glob; replacement
96 int glob(const char *, int, int (*)(const char *, int), glob_t *);
  /external/ant-glob/
Android.mk 23 LOCAL_MODULE := ant-glob
  /external/openssh/
includes.h 36 # include <glob.h>
sftp-glob.c 1 /* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt Exp $ */
148 return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob));
Android.mk 30 openbsd-compat/pwcache.c openbsd-compat/glob.c
73 sftp.c sftp-client.c sftp-common.c sftp-glob.c progressmeter.c
  /external/oprofile/gui/
oprof_start_util.cpp 14 #include <glob.h>
113 glob("/dev/oprofile/stats/cpu*/sample_received",

Completed in 461 milliseconds

1 2