/external/chromium/chrome/browser/sync/engine/ |
syncer_util.h | 46 // find the ID of such an entry, if it exists. This function may 68 // Creates a new Entry iff no Entry exists with the given id.
|
/external/chromium/chrome/browser/ui/cocoa/ |
window_size_autosaver_unittest.mm | 61 // exists. We're technically passing in a pointer to the user prefs 120 // exists. We're technically passing in a pointer to the user prefs
|
/external/chromium/chrome/common/extensions/docs/ |
README.txt | 17 =>Look in /static/<page>.html (for your module). If the file exists, edit it, 68 4) If a ./static/<page>.html exists, its content is inserted into the main
|
/external/chromium/net/http/ |
http_request_headers.h | 94 // Sets the header value pair for |key| and |value|. If |key| already exists, 100 // If |key| already exists, the call is a no-op.
|
/external/chromium/net/tools/flip_server/ |
balsa_frame.h | 28 // It exists as a proof of concept headers framer. 176 // Note that the 'if (current_char == '\n' ...)' test exists to ensure that
|
/external/chromium/sdch/open-vcdiff/ |
mkinstalldirs | 75 # a "File exists" error. This is a problem when calling mkinstalldirs 87 # exists.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
unixfilesystem.h | 81 // directory either exists, or is also absent. 87 // automatically deleted when the program exists)
|
/external/clang/include/clang/Basic/ |
FileSystemStatCache.h | 35 CacheExists, //< We know the file exists and its cached stat data. 41 /// the path does not exist or false if it exists.
|
/external/clang/include/clang/Lex/ |
Pragma.h | 53 /// pragmas the handler with a null identifier is invoked, if it exists. 99 /// exists, otherwise return null. If IgnoreNull is true (the default) then
|
/external/clang/lib/Driver/ |
Compilation.cpp | 111 // Failure is only failure if the file exists and is "regular". There is 115 // FIXME: Grumble, P.exists() is broken. PR3837.
|
/external/collada/include/1.4/dom/ |
domBind_material.h | 90 * If a daeMetaElement already exists it will return that instead of creating a new one. 178 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domInstance_rigid_body.h | 121 * If a daeMetaElement already exists it will return that instead of creating a new one. 187 * If a daeMetaElement already exists it will return that instead of creating a new one. 263 * If a daeMetaElement already exists it will return that instead of creating a new one. 353 * If a daeMetaElement already exists it will return that instead of creating a new one. 441 * If a daeMetaElement already exists it will return that instead of creating a new one. 613 * If a daeMetaElement already exists it will return that instead of creating a new one. 739 * If a daeMetaElement already exists it will return that instead of creating a new one. 887 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domMorph.h | 103 * If a daeMetaElement already exists it will return that instead of creating a new one. 217 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domPhysics_material.h | 103 * If a daeMetaElement already exists it will return that instead of creating a new one. 220 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domPhysics_scene.h | 91 * If a daeMetaElement already exists it will return that instead of creating a new one. 236 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domPolylist.h | 97 * If a daeMetaElement already exists it will return that instead of creating a new one. 229 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
domSpline.h | 102 * If a daeMetaElement already exists it will return that instead of creating a new one. 186 * If a daeMetaElement already exists it will return that instead of creating a new one.
|
/external/dbus/cmake/test/ |
CMakeLists.txt | 145 IF (EXISTS ${_file}) 147 ENDIF (EXISTS ${_file})
|
/external/eyes-free/AccessCheck/src/com/android/accessibility/ |
AccessibilityValidator.java | 77 if (!mRootFilePath.exists()) { 80 } else if (!mAndroidSdkPath.exists()) {
|
/external/grub/ |
mkinstalldirs | 72 # a "File exists" error. This is a problem when calling mkinstalldirs 84 # exists.
|
/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.vcxproj | 32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DataContext.java | 84 * true}, then if no Data object exists at the path location, it will be created. 104 * exists and {@code create} is {@code false}.
|
TypeConverter.java | 30 * Determines if the given data node exists in a ClearSilver compatible way. 32 public static boolean exists(Data data) { method in class:TypeConverter
|
/external/jsilver/src/org/clearsilver/ |
HDF.java | 108 * null if no object exists at that path. 114 * at hdfpath, or null if no child exists of that path or if the
|
/external/junit/src/junit/runner/ |
TestCaseClassLoader.java | 141 if (file.exists()) { 176 if (!archive.exists())
|