HomeSort by relevance Sort by last modified time
    Searched full:debuggable (Results 126 - 150 of 233) sorted by null

1 2 3 4 56 7 8 910

  /system/core/rootdir/
init.rc 500 on property:ro.debuggable=1
  /ndk/docs/text/
CHANGES.text     [all...]
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 115 * android:debuggable} of the <application> tag.
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 648 SystemProperties.getInt("ro.debuggable", 0) == 1;
  /frameworks/base/docs/html/tools/sdk/
eclipse-adt.jd     [all...]
  /ndk/build/tools/
DEV-SCRIPTS-USAGE.TXT 379 of technical reasons, it must be copied into a debuggable project's output
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 65 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
    [all...]
OutgoingCallBroadcaster.java 70 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
    [all...]
  /system/core/adb/
sockets.c 455 property_get("ro.debuggable", debug, "");
  /system/core/init/
init.c 1006 char* debuggable; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 192 (void) property_get("ro.debuggable", value, "0");
193 int debuggable = atoi(value); local
195 if (debuggable) {
    [all...]
  /sdk/files/ant/
build.xml     [all...]
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 130 property_get("ro.debuggable", value, "");
    [all...]
  /frameworks/base/docs/html/training/articles/
perf-jni.jd 447 <p>You can also set the <code>android:debuggable</code> attribute in your application's manifest to
    [all...]
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.0/
common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.2/
common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.0/
common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.1/
common-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.3/
common-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.0/
common-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.1/
common-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.3/
common-22.7.3.jar 

Completed in 418 milliseconds

1 2 3 4 56 7 8 910