HomeSort by relevance Sort by last modified time
    Searched defs:isFile (Results 1 - 25 of 26) sorted by null

1 2

  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestInput.java 33 public boolean isFile; // if true, the input represents a filename
36 public gUnitTestInput(String input, boolean isFile, int line) {
38 this.isFile = isFile;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.h 86 virtual bool isFile() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntryBase.h 49 virtual bool isFile() const { return false; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobInfo.h 49 bool isFile() const
  /external/chromium_org/android_webview/browser/
aw_cookie_access_policy.cc 122 bool isFile = url.SchemeIsFile();
126 if (accept_third_party_cookies() || isFile) {
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 114 assertFalse(file.isFile());
  /external/clang/include/clang/Frontend/
FrontendOptions.h 104 bool isFile() const { return !isBuffer(); }
108 assert(isFile());
  /external/clang/lib/Frontend/
CacheTokens.cpp 74 bool isFile() const { return Kind == IsFE; }
136 unsigned m = V.getRepresentationLength() + (V.isFile() ? 4 + 4 : 0);
157 if (V.isFile()) {
542 LookupResult getStat(const char *Path, FileData &Data, bool isFile,
545 LookupResult Result = statChained(Path, Data, isFile, F, FS);
  /external/llvm/lib/IR/
DebugInfo.cpp 287 /// isFile - Return true if the specified tag is DW_TAG_file_type.
288 bool DIDescriptor::isFile() const {
604 return isFile() && DbgNode->getNumOperands() == 2;
772 assert((isFile() || isCompileUnit()) && "Unhandled type of scope.");
784 assert((isLexicalBlock() || isLexicalBlockFile() || isFile() ||
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 414 bool isFile() const { return !isExpansion(); }
417 assert(isFile() && "Not a file SLocEntry!");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 418 milliseconds

1 2