HomeSort by relevance Sort by last modified time
    Searched refs:debuggable (Results 26 - 50 of 316) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/core/run-as/
run-as.cpp 44 // - that '<package-name>' is the name of an installed and debuggable package
180 // Reject any non-debuggable package.
181 if (!info.debuggable) {
182 error(1, 0, "package not debuggable: %s", pkgname);
  /system/core/logcat/
logpersist 4 case `getprop ro.debuggable` in
  /art/test/
run-test 137 debuggable="no"
241 elif [ "x$1" = "x--debuggable" ]; then
242 run_args="${run_args} -Xcompiler-option --debuggable"
243 debuggable="yes"
684 echo " --debuggable Whether to compile Java code for a debugger."
816 if [ "$debuggable" = "yes" ]; then
817 checker_args="$checker_args --debuggable"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 218 String debuggable = device.getProperty(IDevice.PROP_DEBUGGABLE); local
219 if (debuggable != null && debuggable.equals("1")) { //$NON-NLS-1$
AndroidLaunchController.java 293 * @param debuggable the debuggable value of the app's manifest, or null if not set.
300 String packageName, String debugPackageName, Boolean debuggable,
310 debugPackageName, launchAction, apk, debuggable, requiredApiVersionNumber, launch,
    [all...]
  /system/core/libnativeloader/
native_loader.cpp 122 char debuggable[PROP_VALUE_MAX]; local
123 property_get("ro.debuggable", debuggable, "0");
124 return std::string(debuggable) == "1";
369 // For debuggable platform builds use ANDROID_ADDITIONAL_PUBLIC_LIBRARIES environment
  /frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
PluginInstanceManager.java 76 PluginManagerImpl manager, boolean debuggable) {
86 isDebuggable = debuggable;
299 Log.d(TAG, "Somehow hit second debuggable check");
PluginManagerImpl.java 87 PluginManagerImpl(Context context, PluginInstanceManagerFactory factory, boolean debuggable,
92 isDebuggable = debuggable;
  /system/core/init/
perfboot.py 194 debuggable = device.get_prop('ro.debuggable')
196 if debuggable == '1':
  /system/extras/simpleperf/doc/
inferno.md 101 #### run-as: package not debuggable
102 If you cannot run as root, make sure the app is debuggable otherwise simpleperf
  /art/test/testrunner/
testrunner.py 142 VARIANT_TYPE_DICT['debuggable'] = {'ndebuggable', 'debuggable'}
221 if not _user_input_variants['debuggable']: # Default
222 _user_input_variants['debuggable'].add('ndebuggable')
358 user_input_variants['debuggable'], user_input_variants['jvmti'],
371 'debuggable': [''], 'jvmti': [''],
376 jni, image, pictest, debuggable, jvmti, cdex_level = config_tuple
399 test_name += debuggable + '-'
406 image, pictest, debuggable, jvmti, cdex_level, address_size}
471 if debuggable == 'debuggable'
    [all...]
  /system/libhidl/base/
HidlSupport.cpp 29 bool debuggable() { function in namespace:android::hardware::details
  /frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java 531 boolean debuggable = (flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
565 | (debuggable ? DEXOPT_DEBUGGABLE : 0)
664 flagsList.add("debuggable");
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 97 return android::base::GetBoolProperty("ro.debuggable", false);
231 bool debuggable, bool post_bootcomplete, bool background_job_compile, int profile_fd,
411 // Check whether all apps should be compiled debuggable.
412 if (!debuggable) {
414 debuggable =
456 + (debuggable ? 1 : 0)
507 if (debuggable) {
508 argv[i++] = "--debuggable";
1975 bool debuggable = (dexopt_flags & DEXOPT_DEBUGGABLE) != 0; local
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 75 mDebuggable = findViewById(R.id.debuggable);
  /device/google/cuttlefish/shared/
device.mk 31 ro.debuggable=1 \
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 288 A module that wraps token stream methods with debugging event code. A debuggable
  /system/core/bootstat/
boot_reason_test.sh 57 if inAdb && [ 1 -ne `adb shell getprop ro.debuggable` ]; then
    [all...]
  /build/make/core/
main.mk 303 # Target is more debuggable and adbd is on by default
304 ADDITIONAL_DEFAULT_PROPERTIES += ro.debuggable=1
310 # Target is less debuggable and adbd is off by default
311 ADDITIONAL_DEFAULT_PROPERTIES += ro.debuggable=0
    [all...]
  /build/soong/android/
variable.go 80 // debuggable is true for eng and userdebug builds, and can be used to turn on additional
84 Debuggable struct {
180 Debuggable *bool `json:",omitempty"`
  /frameworks/base/core/proto/android/os/
system_properties.proto 349 optional bool debuggable = 24;
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /compatibility/cdd/7_hardware-compatibility/
7_1_display-and-graphics.md 269 Vulkan API, unless the application has the `android:debuggable` attribute
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.7.0/
builder-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.7.4/
builder-0.7.4.jar 

Completed in 583 milliseconds

12 3 4 5 6 7 8 91011>>