/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ada/gcc-interface/ |
ada-tree.def | 32 /* A reference to an unconstrained array. This node only exists as an
|
/sdk/apkbuilder/src/com/android/apkbuilder/internal/ |
ApkBuilderImpl.java | 175 if (f.exists()) { // will be a file in this case. 208 if (f.exists()) { 213 throw new ApkCreationException(filepath + " does not exists!"); 235 if (folder.exists()) {
|
/sdk/layoutopt/app/src/com/android/layoutopt/cli/ |
Main.java | 98 if (file.exists() && (file.isDirectory() || file.getName().endsWith(".xml"))) {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
FileWrapper.java | 124 public boolean exists() { method in class:FileWrapper
|
/system/core/libcutils/ |
ashmem-host.c | 62 /* unlikely, but if we failed because `name' exists, retry */
|
/system/extras/tests/fstest/ |
README | 34 rule with the same name as the symlink exists, in which case the permissions
|
/frameworks/base/docs/html/guide/topics/search/ |
adding-custom-suggestions.jd | 334 <dd>If this column exists and this element exists at the given row, this is the action that will 342 <dd>If this column exists and this element exists at the given row, this is the data that will be 351 <dd>If this column exists and this element exists at the given row, then "/" and this value will 356 <dd>If this column exists and this element exists at a given row, this is the <em>extra</em> data 362 <dd>If this column exists and this element exists at the given row, this is the data that will b [all...] |
/build/tools/zipalign/ |
ZipAlign.cpp | 98 * output file exists and "force" wasn't specified. 116 fprintf(stderr, "Output file '%s' exists\n", outFileName);
|
/cts/tests/src/android/content/cts/ |
MockContentProvider.java | 70 db.execSQL("DROP TABLE IF EXISTS TestTable1"); 71 db.execSQL("DROP TABLE IF EXISTS TestTable2");
|
/cts/tests/tests/text/src/android/text/method/cts/ |
NumberKeyListenerTest.java | 165 * 2. Press an unaccepted key if it exists, it will not be added. 191 // an unaccepted key if it exists.
|
/cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/ |
Test_iget_object.java | 90 * different type exists) 261 * @title only field of different type exists
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_object/ |
Test_sget_object.java | 108 * different type exists 279 * @title only field of different type exists)
|
/dalvik/docs/ |
heap-profiling.html | 48 Next, ensure the target directory exists: 129 to ensure the directory exists and is writable by your application.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
AttributeList.java | 171 * such attribute exists. 188 * no such attribute exists.
|
/dalvik/tests/074-gc-thrash/src/ |
Main.java | 93 if (tmpDir.exists() && tmpDir.isDirectory()) { 98 if (sdcard.exists() && sdcard.isDirectory()) {
|
/development/tools/idegen/src/ |
Configuration.java | 97 if (googleExcludes.exists()) { 103 if (localExcludes.exists()) {
|
/external/bluetooth/bluez/doc/ |
adapter-api.txt | 97 If the object for the remote device already exists 114 the pairing already exists, but not if the object
|
/external/emma/core/java12/com/vladium/emma/report/ |
SourcePathCache.java | 46 if (! removeNonExistent || (dir.isDirectory () && dir.exists ())) 68 if (! removeNonExistent || (dir.isDirectory () && dir.exists ()))
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_dir_utils.h | 110 * in addition to whether the file exists or not 119 * in addition to whether the file exists or not
|
/external/opencore/protocols/rtp/src/ |
rtcp.cpp | 121 // reports array already exists 237 // reports array already exists
|
/external/qemu/memcheck/ |
memcheck_malloc_map.h | 59 * a matching entry already exists in the map. If 'replaced' parameter is not 60 * NULL, and a matching entry exists in the map, content of the existing entry
|
/external/srec/portable/include/ |
PFileSystem.h | 84 * @return ESR_INVALID_ARGUMENT if path is null; ESR_IDENTIFIER_COLLISION if directory already exists; 186 * @return ESR_INVALID_ARGUMENT if path is null; ESR_IDENTIFIER_COLLISION if directory already exists;
|
/external/srec/srec/Semproc/src/ |
SymbolTable.c | 90 /* reuse the old entry if it exists 91 but if no old entry exists for this key then I need to create a new one */
|
/external/v8/tools/ |
presubmit.py | 34 from os.path import abspath, join, dirname, basename, exists namespace 205 if exists(local_cpplint):
|
splaytree.py | 97 # Left child exists. 109 """Returns the node with the given key or None if no such node exists."""
|