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

1 2

  /external/libvpx/libmkv/
EbmlWriter.h 18 void Ebml_Serialize(EbmlGlobal *glob, const void *, unsigned long);
19 void Ebml_Write(EbmlGlobal *glob, const void *, unsigned long);
23 void Ebml_WriteLen(EbmlGlobal *glob, long long val);
24 void Ebml_WriteString(EbmlGlobal *glob, const char *str);
25 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr);
26 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id);
27 void Ebml_SerializeUnsigned64(EbmlGlobal *glob, unsigned long class_id, uint64_t ui);
28 void Ebml_SerializeUnsigned(EbmlGlobal *glob, unsigned long class_id, unsigned long ui);
29 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long ui);
30 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...]
EbmlWriter.c 20 void Ebml_WriteLen(EbmlGlobal *glob, long long val)
36 Ebml_Serialize(glob, (void *) &val, size);
39 void Ebml_WriteString(EbmlGlobal *glob, const char *str)
43 Ebml_WriteLen(glob, size);
46 Ebml_Write(glob, str, size);
49 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr)
57 Ebml_WriteLen(glob, size);
58 Ebml_Write(glob, wstr, size);
61 void Ebml_WriteID(EbmlGlobal *glob, unsigned long class_id)
64 Ebml_Serialize(glob, (void *)&class_id, 4)
    [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...]
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/clang/test/Preprocessor/
macro_rparen_scan2.c 7 static int glob = (1 + FUNC(1 R_PAREN );
9 // CHECK: static int glob = (1 + 1 );
  /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) {
  /external/libvpx/
vpxenc.c 488 void Ebml_Write(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
490 if(fwrite(buffer_in, 1, len, glob->stream));
494 void Ebml_Serialize(EbmlGlobal *glob, const void *buffer_in, unsigned long len)
499 Ebml_Write(glob, q--, 1);
506 static void Ebml_SerializeUnsigned32(EbmlGlobal *glob, unsigned long class_id, uint64_t ui)
509 Ebml_WriteID(glob, class_id);
510 Ebml_Serialize(glob, &sizeSerialized, 1);
511 Ebml_Serialize(glob, &ui, 4);
516 Ebml_StartSubElement(EbmlGlobal *glob, EbmlLoc *ebmlLoc,
523 Ebml_WriteID(glob, class_id)
    [all...]
  /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/bluetooth/glib/gio/xdgmime/
xdgmimeglob.h 62 const char *glob,
65 XdgGlobType _xdg_glob_determine_type (const char *glob);
test-mime.c 30 test_individual_glob (const char *glob,
35 test_type = _xdg_glob_determine_type (glob);
39 glob,
xdgmimeglob.c 276 /* glob must be valid UTF-8 */
468 _xdg_glob_determine_type (const char *glob)
474 ptr = glob;
492 /* glob must be valid UTF-8 */
495 const char *glob,
502 assert (glob != NULL);
504 type = _xdg_glob_determine_type (glob);
509 glob_hash->literal_list = _xdg_glob_list_append (glob_hash->literal_list, strdup (glob), strdup (mime_type), weight);
512 glob_hash->simple_node = _xdg_glob_hash_insert_text (glob_hash->simple_node, glob + 1, mime_type, weight);
515 glob_hash->full_list = _xdg_glob_list_append (glob_hash->full_list, strdup (glob), strdup (mime_type), weight)
574 char *mimetype, *glob; local
    [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...]
glob.c 27 /* Enable GNU extensions in glob.h. */
272 We want our own definitions from <glob.h> to take precedence. */
283 #include <glob.h>
353 /* Do glob searching for PATTERN, placing results in PGLOB.
358 `glob' returns GLOB_ABORTED; if it returns zero, the error is ignored.
360 Otherwise, `glob' returns zero. */
362 glob (pattern, flags, errfunc, pglob)
422 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
436 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
463 /* Construct the new glob expression. *
361 glob (pattern, flags, errfunc, pglob) function
    [all...]
  /prebuilt/linux-x86/toolchain/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...]
  /external/ipsec-tools/src/racoon/
cftoken.l 50 #include <glob.h>
727 if (glob(path, GLOB_TILDE, NULL, &incstack[incstackp].matches) != 0 ||
730 "glob found no matches for path \"%s\"\n", path);
  /external/oprofile/gui/
oprof_start_util.cpp 14 #include <glob.h>
113 glob("/dev/oprofile/stats/cpu*/sample_received",
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc     [all...]
  /external/mksh/src/
eval.c 62 static void glob(char *, XPtrV *, int);
774 glob(p, wp, f & DOMARKDIRS);
1224 * glob
1225 * Name derived from V6's /etc/glob, the program that expanded filenames.
1230 glob(char *cp, XPtrV *wp, int markdirs) function
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-pass.h 196 const char *glob; /* command line glob */ member in struct:dump_file_info
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-pass.h 211 const char *glob; /* command line glob */ member in struct:dump_file_info

Completed in 659 milliseconds

1 2