Searched defs:stat (Results 1 - 25 of 169) sorted by path

1234567

/external/aac/libSBRenc/include/
H A Dsbr_encoder.h192 INT stat; /*!< Flag: usage of static framing. */ member in struct:sbrConfiguration
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarParser.cs51 "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...]
H A DDebugTreeGrammar.cs53 "invalidRule", "call", "expr", "prog", "stat"
97 // BuildOptions\\DebugTreeGrammar.g3:53:0: prog : ( stat )* ;
112 // BuildOptions\\DebugTreeGrammar.g3:53:9: ( ( stat )* )
115 // BuildOptions\\DebugTreeGrammar.g3:53:9: ( stat )*
118 // BuildOptions\\DebugTreeGrammar.g3:53:9: ( stat )*
149 // BuildOptions\\DebugTreeGrammar.g3:53:0: stat
153 stat();
205 // $ANTLR start "stat"
206 // BuildOptions\\DebugTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
207 private void stat( ) method in class:DebugTreeGrammar
[all...]
H A DProfileGrammarParser.cs51 "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...]
H A DProfileTreeGrammar.cs53 "invalidRule", "call", "expr", "prog", "stat"
102 // BuildOptions\\ProfileTreeGrammar.g3:53:0: prog : ( stat )* ;
117 // BuildOptions\\ProfileTreeGrammar.g3:53:9: ( ( stat )* )
120 // BuildOptions\\ProfileTreeGrammar.g3:53:9: ( stat )*
123 // BuildOptions\\ProfileTreeGrammar.g3:53:9: ( stat )*
154 // BuildOptions\\ProfileTreeGrammar.g3:53:0: stat
158 stat();
210 // $ANTLR start "stat"
211 // BuildOptions\\ProfileTreeGrammar.g3:56:0: stat : ( expr | ^( '=' ID expr ) | ^( FUNC ( . )+ ) );
212 private void stat( ) method in class:ProfileTreeGrammar
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.java749 // SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ;
768 RewriteRuleSubtreeStream stream_stat=new RewriteRuleSubtreeStream(adaptor,"rule stat");
770 // SimpleC.g:51:5: (lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) )
771 // SimpleC.g:51:9: lc= '{' ( variable )* ( stat )* '}'
815 // SimpleC.g:53:13: ( stat )*
828 // SimpleC.g:53:13: stat
831 stat22=stat();
851 // elements: stat, variabl
914 public final SimpleCParser.stat_return stat() throws RecognitionException { method in class:SimpleCParser
[all...]
H A DSimpleCTP.java399 // SimpleCTP.g:41:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
402 // SimpleCTP.g:42:5: ( ^( BLOCK ( variable )* ( stat )* ) )
403 // SimpleCTP.g:42:9: ^( BLOCK ( variable )* ( stat )* )
438 // SimpleCTP.g:42:27: ( stat )*
451 // SimpleCTP.g:42:27: stat
454 stat();
485 // $ANTLR start "stat"
486 // SimpleCTP.g:45:1: stat : ( forStat | expr | block );
487 public final void stat() throws RecognitionException { method in class:SimpleCTP
564 // $ANTLR end "stat"
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.java749 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:50:1: block : lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) ;
768 RewriteRuleSubtreeStream stream_stat=new RewriteRuleSubtreeStream(adaptor,"rule stat");
770 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:51:5: (lc= '{' ( variable )* ( stat )* '}' -> ^( BLOCK[$lc,@\"BLOCK\"] ( variable )* ( stat )* ) )
771 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:51:9: lc= '{' ( variable )* ( stat )* '}'
815 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:53:13: ( stat )*
828 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:53:13: stat
831 stat22=stat();
851 // elements: variable, stat
914 public final SimpleCParser.stat_return stat() throws RecognitionException { method in class:SimpleCParser
[all...]
H A DSimpleCTP.java399 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:41:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
402 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:42:5: ( ^( BLOCK ( variable )* ( stat )* ) )
403 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:42:9: ^( BLOCK ( variable )* ( stat )* )
438 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:42:27: ( stat )*
451 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:42:27: stat
454 stat();
485 // $ANTLR start "stat"
486 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:45:1: stat : ( forStat | expr | block );
487 public final void stat() throws RecognitionException { method in class:SimpleCTP
564 // $ANTLR end "stat"
[all...]
/external/bison/darwin-lib/sys/
H A Dstat.h2 /* 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 *s
987 # undef stat macro
988 # define stat macro
994 # undef stat macro
[all...]
/external/bison/lib/
H A Dfstat.c17 /* If the user's config.h happens to include <sys/stat.h>, let it include only
18 the system's <sys/stat.h> here, so that orig_fstat doesn't recurse to
25 #include <sys/stat.h>
27 # undef stat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
28 # define stat _stati64 macro
35 orig_fstat (int fd, struct stat *buf)
41 /* Write "sys/stat.h" here, not <sys/stat.h>, otherwise OSF/1 5.1 DTK cc
42 eliminates this include because of the preliminary #include <sys/stat.h>
44 #include "sys/stat
[all...]
H A Dstat.c1 /* Work around platform bugs in stat.
19 /* If the user's config.h happens to include <sys/stat.h>, let it include only
20 the system's <sys/stat.h> here, so that orig_stat doesn't recurse to
25 /* Get the original definition of stat. It might be defined as a macro. */
27 #include <sys/stat.h>
32 # undef stat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
33 # define stat _stati64 macro
37 /* mingw64 has a broken stat() function, based on _stat(), in libmingwex.a.
39 # define stat _stat macro
46 orig_stat (const char *filename, struct stat *bu
[all...]
/external/bison/linux-lib/sys/
H A Dstat.h2 /* 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 *s
994 # undef stat macro
[all...]
/external/blktrace/
H A Dblkiomon.c24 #include <sys/stat.h>
58 struct blkiomon_stat stat; member in struct:dstat_msg
171 blkiomon_stat_init(&dstat->msg.stat);
186 if (dstat->msg.stat.device < device)
188 else if (dstat->msg.stat.device > device)
213 dstat->msg.stat.device = device;
237 struct blkiomon_stat *p = &dstat->msg.stat;
260 dstat->msg.stat.time = ts->tv_sec;
261 blkiomon_stat_print(human.fp, &dstat->msg.stat);
262 blkiomon_stat_to_be(&dstat->msg.stat);
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py54 import stat namespace
196 finfo = os.stat(self.executable)
197 self.date = time.localtime(finfo[stat.ST_MTIME])
/external/chromium_org/base/files/
H A Dfile_enumerator.h20 #include <sys/stat.h>
61 const struct stat& stat() const { return stat_; } function in class:base::FileEnumerator::FileInfo
70 struct stat stat_;
/external/chromium_org/base/memory/
H A Dshared_memory_posix.cc10 #include <sys/stat.h>
60 struct stat st;
188 struct stat sb;
219 struct stat stat; local
220 if (fstat(fileno(fp.get()), &stat) != 0)
222 const size_t current_size = stat.st_size;
370 struct stat st = {};
374 struct stat readonly_st = {};
/external/chromium_org/base/process/
H A Dprocess_metrics_linux.cc9 #include <sys/stat.h>
125 // Use /proc/<pid>/task to find all threads and parse their /stat file.
143 std::string stat; local
146 if (ReadFileToString(stat_path, &stat)) {
147 int cpu = ParseProcStatCPU(stat);
/external/chromium_org/build/
H A Dget_syzygy_binaries.py17 import stat namespace
193 os.chmod(path, stat.S_IRWXU | stat.S_IRWXG | stat.S_IRWXO)
304 os.chmod(fullpath, os.stat(fullpath).st_mode | stat.S_IXUSR)
/external/chromium_org/build/toolchain/mac/
H A Dsetup_toolchain.py6 import stat namespace
22 st = os.stat(out_path)
23 os.chmod(out_path, st.st_mode | stat.S_IEXEC)
/external/chromium_org/build/util/lib/common/
H A Dutil.py11 import stat namespace
47 os.chmod(filename, stat.S_IWRITE)
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.cc56 struct statvfs stat = {}; // Zero-clear local
57 if (HANDLE_EINTR(statvfs(mount_path.c_str(), &stat)) == 0) {
58 *total_size = static_cast<uint64>(stat.f_blocks) * stat.f_frsize;
59 *remaining_size = static_cast<uint64>(stat.f_bavail) * stat.f_frsize;
66 struct statvfs stat = {}; local
67 if (HANDLE_EINTR(statvfs(path.c_str(), &stat)) != 0) {
73 return stat.f_namemax;
/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api.cc49 const blink::WebCache::ResourceTypeStat& stat) {
52 cache->SetDouble(keys::kCacheSize, static_cast<double>(stat.size));
53 cache->SetDouble(keys::kCacheLiveSize, static_cast<double>(stat.liveSize));
48 CreateCacheData( const blink::WebCache::ResourceTypeStat& stat) argument
/external/chromium_org/chrome/browser/net/
H A Dresource_prefetch_predictor_observer.cc42 void ReportRequestStats(RequestStats stat) { argument
44 stat,
48 void ReportMainFrameRequestStats(MainFrameRequestStats stat) { argument
50 stat,
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc96 base::string16 FormatStatsSize(const blink::WebCache::ResourceTypeStat& stat) { argument
98 ui::FormatBytesWithUnits(stat.size, ui::DATA_UNITS_KIBIBYTE, false),
99 ui::FormatBytesWithUnits(stat.liveSize, ui::DATA_UNITS_KIBIBYTE, false));

Completed in 3702 milliseconds

1234567