HomeSort by relevance Sort by last modified time
    Searched defs:stat (Results 201 - 225 of 397) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 364 CvBGPixelStat* stat = model->pixel_stat + i * model->Ftd->width + j; local
366 CvBGPixelCStatTable* ctable = stat->ctable;
367 CvBGPixelCCStatTable* cctable = stat->cctable;
377 if( !stat->is_trained_dyn_model ) {
397 Pb = stat->Pbcc;
401 else if( stat->is_trained_st_model )
414 Pb = stat->Pbc;
479 CvBGPixelStat* stat = model->pixel_stat + i * model->Ftd->width + j; local
480 stat->is_trained_st_model = stat->is_trained_dyn_model = 1
490 CvBGPixelStat* stat = model->pixel_stat + i * model->Ftd->width + j; local
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 786 tokenstat stat; local
793 if ((stat = whitespace (c)) == LINE_DONE)
795 } while (stat == WHITESPACE);
903 tokenstat stat; local
914 stat = gettoken ();
916 switch (stat)
1015 fprintf (stderr, "Error: unknown tokenstat %d\n", stat);
1024 tokenstat stat; local
1033 stat = parseline ();
1036 switch (stat)
    [all...]
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 786 tokenstat stat; local
793 if ((stat = whitespace (c)) == LINE_DONE)
795 } while (stat == WHITESPACE);
903 tokenstat stat; local
914 stat = gettoken ();
916 switch (stat)
1015 fprintf (stderr, "Error: unknown tokenstat %d\n", stat);
1024 tokenstat stat; local
1033 stat = parseline ();
1036 switch (stat)
    [all...]
  /external/quake/quake/src/WinQuake/
vid_dos.cpp 200 int stat; local
236 stat = (*pcurrentmode->setmode) (&vid, pcurrentmode);
238 if (stat < 1)
240 if (stat == 0)
249 else if (stat == -1)
  /external/srtp/srtp/
srtp.c 81 err_status_t stat; local
98 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type,
101 if (stat) {
106 stat = crypto_kernel_alloc_auth(p->rtp.auth_type,
111 if (stat) {
118 stat = err_status_alloc_fail;
126 stat = crypto_kernel_alloc_cipher(p->rtcp.cipher_type,
129 if (stat) {
134 stat = crypto_kernel_alloc_auth(p->rtcp.auth_type,
138 if (stat) {
362 err_status_t stat; local
1271 err_status_t stat; local
    [all...]
  /frameworks/base/core/java/android/net/
TrafficStats.java 344 final long stat = nativeGetIfaceStat(iface, TYPE_TCP_RX_PACKETS); local
345 if (stat != UNSUPPORTED) {
346 total += stat;
356 final long stat = nativeGetIfaceStat(iface, TYPE_TCP_TX_PACKETS); local
357 if (stat != UNSUPPORTED) {
358 total += stat;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java 257 StatFs stat = new StatFs(root.getPath()); local
259 long availableBlocks = (long) stat.getAvailableBlocks() - 4;
260 long size = stat.getBlockSize() * availableBlocks;
404 final StructStat stat = Libcore.os.stat(path); local
405 if (stat.st_uid == myUid) {
412 Log.w(TAG, "stat(" + path + ") result: " + e);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 19 #define lstat stat
57 #define stat _stat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 10 #define lstat stat
48 #define stat _stat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nlm_prot.h 38 nlm_stats stat; member in struct:nlm_testrply
46 nlm_stats stat; member in struct:nlm_stat
52 nlm_stat stat; member in struct:nlm_res
58 nlm_testrply stat; member in struct:nlm_testres
141 nlm_stats stat; member in struct:nlm_shareres
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 21 * POSIX Standard: 5.6 File Characteristics <sys/stat.h>
107 #include <bits/stat.h>
153 other S_* macros the following three take a pointer to a `struct stat'
209 extern int stat (__const char *__restrict __file,
210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
217 extern int __REDIRECT_NTH (stat, (__const char *__restrict __file,
218 struct stat *__restrict __buf), stat64)
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
223 # define stat stat6
451 __NTH (stat (__const char *__path, struct stat *__statbuf)) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 19 #define lstat stat
57 #define stat _stat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 10 #define lstat stat
48 #define stat _stat macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 38 nlm_stats stat; member in struct:nlm_testrply
46 nlm_stats stat; member in struct:nlm_stat
52 nlm_stat stat; member in struct:nlm_res
58 nlm_testrply stat; member in struct:nlm_testres
141 nlm_stats stat; member in struct:nlm_shareres
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 21 * POSIX Standard: 5.6 File Characteristics <sys/stat.h>
107 #include <bits/stat.h>
153 other S_* macros the following three take a pointer to a `struct stat'
209 extern int stat (__const char *__restrict __file,
210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
217 extern int __REDIRECT_NTH (stat, (__const char *__restrict __file,
218 struct stat *__restrict __buf), stat64)
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
223 # define stat stat6
451 __NTH (stat (__const char *__path, struct stat *__statbuf)) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 19 #define lstat stat
57 #define stat _stat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 10 #define lstat stat
48 #define stat _stat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 38 nlm_stats stat; member in struct:nlm_testrply
46 nlm_stats stat; member in struct:nlm_stat
52 nlm_stat stat; member in struct:nlm_res
58 nlm_testrply stat; member in struct:nlm_testres
141 nlm_stats stat; member in struct:nlm_shareres
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 21 * POSIX Standard: 5.6 File Characteristics <sys/stat.h>
107 #include <bits/stat.h>
153 other S_* macros the following three take a pointer to a `struct stat'
209 extern int stat (__const char *__restrict __file,
210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
217 extern int __REDIRECT_NTH (stat, (__const char *__restrict __file,
218 struct stat *__restrict __buf), stat64)
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
223 # define stat stat6
451 __NTH (stat (__const char *__path, struct stat *__statbuf)) function
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 34 #include <sys/stat.h>
117 struct stat stat; local
156 ret = lstat(dentries[i].full_path, &stat);
164 dentries[i].size = stat.st_size;
165 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);
166 dentries[i].mtime = stat.st_mtime;
173 int dir = S_ISDIR(stat.st_mode);
185 if (selabel_lookup(sehnd, &dentries[i].secon, dentries[i].path, stat.st_mode) < 0) {
194 if (S_ISREG(stat.st_mode))
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 705 Stmt stat = null; local
710 stat = db
712 stat.bind(1, input);
713 stat.step();
714 // stat.close();
744 stat.close();
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 182 INT stat; /*!< Flag: usage of static framing. */ member in struct:sbrConfiguration
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 51 "stat"
130 // BuildOptions\\DebugGrammar.g3:50:0: prog : ( stat )* ;
153 // BuildOptions\\DebugGrammar.g3:50:7: ( ( stat )* )
156 // BuildOptions\\DebugGrammar.g3:50:7: ( stat )*
161 // BuildOptions\\DebugGrammar.g3:50:7: ( stat )*
192 // BuildOptions\\DebugGrammar.g3:50:9: stat
196 stat1=stat();
261 // $ANTLR start "stat"
262 // BuildOptions\\DebugGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
263 private DebugGrammarParser.stat_return stat( ) method in class:DebugGrammarParser
    [all...]
ProfileGrammarParser.cs 51 "stat"
134 // BuildOptions\\ProfileGrammar.g3:50:0: prog : ( stat )* ;
157 // BuildOptions\\ProfileGrammar.g3:50:7: ( ( stat )* )
160 // BuildOptions\\ProfileGrammar.g3:50:7: ( stat )*
165 // BuildOptions\\ProfileGrammar.g3:50:7: ( stat )*
196 // BuildOptions\\ProfileGrammar.g3:50:9: stat
200 stat1=stat();
265 // $ANTLR start "stat"
266 // BuildOptions\\ProfileGrammar.g3:53:0: stat : ( expr NEWLINE -> expr | ID '=' expr NEWLINE -> ^( '=' ID expr ) | func NEWLINE -> func | NEWLINE ->);
267 private ProfileGrammarParser.stat_return stat( ) method in class:ProfileGrammarParser
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 2 /* Provide a more complete sys/stat header file.
20 /* This file is supposed to be used on platforms where <sys/stat.h> is
32 #include_next <sys/stat.h>
47 #include_next <sys/stat.h>
384 # define stat _stati64
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
657 /* Above, we define stat to _stati64. */
675 (int fd, char const *name, struct stat *st, int flags
987 # undef stat macro
988 # define stat macro
994 # undef stat macro
    [all...]

Completed in 1262 milliseconds

1 2 3 4 5 6 7 891011>>