HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 1226 - 1250 of 4830) sorted by null

<<41424344454647484950>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /sdk/common/src/com/android/io/
FileWrapper.java 136 public boolean exists() { method in class:FileWrapper
FolderWrapper.java 134 public boolean exists() { method in class:FolderWrapper
  /sdk/common/src/com/android/util/
Pair.java 22 * replace it by a common tuple class if one exists, or even rewrite the layout
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 108 if (f.exists()) { // if the resource doesn't exist, getLocation will return null.
328 if (destinationFolder.exists() == false && createFolders) {
347 * already exists, this goes and ensure that all the parent folders actually exist, or it
358 if (parent.getType() == IResource.FOLDER && parent.exists() == false) {
RenderScriptProcessor.java 82 // and look to see if this file exists.
100 if (sourceFolder.exists() && sourceFolder.equals(genFolder) == false) {
379 if (depFile.exists()) {
398 if (f.exists()) {
SourceProcessor.java 291 if (outputFile.exists()) {
320 if (sourceFolder.exists() && sourceFolder.equals(getGenFolder()) == false) {
349 if (sourceFolder.exists() && sourceFolder.equals(getGenFolder()) == false) {
369 if (r.exists() &&
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerDeltaVisitor.java 204 if (manifestFile.exists()) {
395 * null object only if the resource actually exists and is a folder (and not a file)
397 * @return a handle to the folder if it exists, or null otherwise.
401 if (resource != null && resource.exists() && resource.getType() == IResource.FOLDER) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
RefactoringUtil.java 44 * Releases SSE read model; saves SSE model if exists edit model
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 65 if (result != null && result.exists()) {
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
WindowUpdater.java 54 // In this case, a listening thread already exists, so we don't need
  /sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java 98 if (file.exists() && (file.isDirectory() || file.getName().endsWith(".xml"))) {
  /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
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterFactory.java 79 /* TODO: This should use a getPackage call in the caller's context, but no such method exists.
  /system/media/wilhelm/src/android/
android_GenericMediaPlayer.h 114 sp<IMediaPlayer> mPreparedPlayer; // non-NULL if MediaPlayer exists and prepared, write once
  /build/core/
product.mk 121 # Do inherit-product only if $(1) exists
123 define inherit-product-if-exists
  /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 167 * 2. Press an unaccepted key if it exists, it will not be added.
194 // an unaccepted key if it exists.
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 98 * different type exists)
265 * @title only field of different type exists
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 98 * different type exists)
265 * @title only field of different type exists

Completed in 1778 milliseconds

<<41424344454647484950>>