/ndk/sources/host-tools/make-3.81/ |
variable.h | 56 struct floc fileinfo; /* Where the variable was defined. */ member in struct:variable
|
rule.c | 398 r->cmds->fileinfo.filenm = 0; 399 r->cmds->fileinfo.lineno = 0;
|
read.c | [all...] |
default.c | 560 f->cmds->fileinfo.filenm = 0;
|
/external/clang/include/clang/Lex/ |
HeaderSearch.h | 168 std::vector<HeaderFileInfo> FileInfo; 306 FileInfo.clear(); 513 unsigned header_file_size() const { return FileInfo.size(); }
|
/external/llvm/lib/Support/Unix/ |
PathV2.inc | 486 struct stat FileInfo; 487 if (fstat(FD, &FileInfo) == -1) 489 uint64_t FileSize = FileInfo.st_size;
|
/external/quake/quake/src/WinQuake/ |
sys_dos.cpp | 625 struct stat fileinfo;
local 632 if (fstat (h,&fileinfo) == -1)
635 return fileinfo.st_size;
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 575 GRefPtr<GFileInfo> fileInfo = adoptGRef(g_file_query_info(file.get(), 579 if (!fileInfo) 586 outputBuffer.resize(g_file_info_get_size(fileInfo.get()));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar | |
/external/webkit/Source/WebKit/android/jni/ |
WebCoreFrameBridge.cpp | 378 class FileInfo { 380 FileInfo(JNIEnv* env, const WTF::String& name) { 386 ~FileInfo() { [all...] |
/external/libvorbis/doc/vorbisfile/ |
Makefile.in | 199 example.html exampleindex.html fileinfo.html index.html\
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 100 'fgrayplot', 'figure', 'figure_properties', 'figure_style', 'file', 'fileinfo', 'fileparts', 'filter', 'find',
|
/external/wpa_supplicant_8/src/crypto/ |
tls_nss.c | 187 NULL /* fileinfo */,
|
/external/elfutils/src/ |
ld.h | 184 struct usedfiles *fileinfo; member in struct:usedfiles::scninfo [all...] |
ld.c | [all...] |
/external/webkit/LayoutTests/http/conf/ |
fedora-httpd.conf | 329 # Options FileInfo AuthConfig Limit 347 # AllowOverride FileInfo AuthConfig Limit
|
apache2-debian-httpd.conf | 287 # override. Can also be "All", or any combination of "Options", "FileInfo",
|
apache2-httpd.conf | 308 # override. Can also be "All", or any combination of "Options", "FileInfo",
|
apache2-msys-httpd.conf | 309 # override. Can also be "All", or any combination of "Options", "FileInfo",
|
cygwin-httpd.conf | 340 # override. Can also be "All", or any combination of "Options", "FileInfo",
|
httpd.conf | 343 # override. Can also be "All", or any combination of "Options", "FileInfo",
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 610 class FileInfo: 613 FileInfo provides easy access to the components of a file's path [all...] |
cpp_unittest.py | [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |
ASTWriter.cpp | [all...] |