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

1 2

  /art/test/597-deopt-new-string/
run 17 # We want to run in debuggable mode which keeps the call into StringFactory.newEmptyString().
18 exec ${RUN} -Xcompiler-option --debuggable "${@}"
  /art/test/597-deopt-busy-loop/
run 17 # We want to run in debuggable mode and compiled.
18 exec ${RUN} --jit -Xcompiler-option --debuggable "${@}"
  /art/test/597-deopt-invoke-stub/
run 18 # we want to run in debuggable mode with jit compilation.
21 exec ${RUN} "${@}" --jit --runtime-option -Xjitthreshold:10000 -Xcompiler-option --debuggable
  /art/runtime/
jdwp_provider.h 38 // What we should use as provider with no options and debuggable. On host we always want to be
41 // What we should use as provider with no options and non-debuggable
45 inline JdwpProvider CanonicalizeJdwpProvider(JdwpProvider p, bool debuggable) {
49 if (debuggable) {
  /external/perfetto/protos/perfetto/trace/android/
packages_list.proto 25 optional bool debuggable = 3;
  /art/test/909-attach-agent/
run 34 --android-runtime-option --debuggable \
39 --android-runtime-option --debuggable \
  /art/tools/golem/
env 43 ALL_TARGETS=(art-interpreter art-opt art-jit art-jit-cc art-opt-cc art-opt-debuggable art-vdex)
  /cts/tests/tests/simpleperf/CtsSimpleperfDebuggableApp/com/android/simpleperf/debuggable/
MainActivity.java 16 package com.android.simpleperf.debuggable;
  /external/perfetto/src/traced/probes/packages_list/
packages_list_data_source.cc 50 package->set_debuggable(pkg_struct.debuggable);
76 long long debuggable = strtoll(ss.cur_token(), &end, 10); local
78 PERFETTO_ELOG("Failed to parse packages.list debuggable.");
81 package->debuggable = debuggable != 0;
packages_list_data_source.h 39 bool debuggable = false; member in struct:perfetto::Package
packages_list_data_source_unittest.cc 40 EXPECT_EQ(pkg.debuggable, false);
52 EXPECT_EQ(pkg.debuggable, false);
64 EXPECT_EQ(pkg.debuggable, true);
76 EXPECT_EQ(pkg.debuggable, true);
  /art/tools/checker/file_format/checker/
parser.py 25 def __extractLine(prefix, line, arch = None, debuggable = False):
33 dbg_specifier = r"-DEBUGGABLE" if debuggable else r""
86 for debuggable in [True, False]:
89 startLine = __extractLine(prefix + "-START", sline, arch, debuggable)
91 return None, startLine, (arch, debuggable)
  /device/google/marlin/
init.power.sh 41 # On debuggable builds, enable console_suspend if uart is enabled to save power
43 if [[ $(getprop ro.debuggable) == "1" && ! -e /sys/class/tty/ttyHSL0 ]]
  /device/google/wahoo/
init.power.sh 47 # On debuggable builds, enable console_suspend if uart is enabled to save power
49 if [[ $(getprop ro.debuggable) == "1" && ! -e /sys/class/tty/ttyMSM0 ]]
  /external/perfetto/test/cts/
heapprofd_test_cts.cc 43 int ret = __system_property_get("ro.debuggable", buf);
45 std::string debuggable(buf);
46 if (debuggable == "1")
238 std::string app_name = "android.perfetto.cts.app.debuggable";
245 std::string app_name = "android.perfetto.cts.app.debuggable";
  /art/tools/checker/
checker.py 40 parser.add_argument("--debuggable", action="store_true",
41 help="Run tests for debuggable code.")
109 RunTests(args.check_prefix, args.source_path, args.tested_file, args.arch, args.debuggable)
  /external/antlr/runtime/Ruby/lib/antlr3/tree/
debug.rb 106 A module that wraps token stream methods with debugging event code. A debuggable
  /art/test/
run-test 137 debuggable="no"
232 elif [ "x$1" = "x--debuggable" ]; then
233 run_args="${run_args} -Xcompiler-option --debuggable"
234 debuggable="yes"
738 echo " --debuggable Whether to compile Java code for a debugger."
878 if [ "$debuggable" = "yes" ]; then
879 checker_args="$checker_args --debuggable"
    [all...]
  /device/generic/uml/
uml.mk 115 # If there are product-specific adb keys defined, install them on debuggable
  /art/test/testrunner/
testrunner.py 148 VARIANT_TYPE_DICT['debuggable'] = {'ndebuggable', 'debuggable'}
198 'debuggable': {'ndebuggable'},
349 user_input_variants['debuggable'], user_input_variants['jvmti'],
362 'debuggable': [''], 'jvmti': [''],
367 jni, image, debuggable, jvmti, cdex_level = config_tuple
389 test_name += debuggable + '-'
396 image, debuggable, jvmti, cdex_level, address_size}
469 if debuggable == 'debuggable'
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 75 mDebuggable = findViewById(R.id.debuggable);
  /external/antlr/runtime/Ruby/lib/antlr3/
debug.rb 288 A module that wraps token stream methods with debugging event code. A debuggable
  /build/soong/android/
variable.go 83 // debuggable is true for eng and userdebug builds, and can be used to turn on additional
87 Debuggable struct {
195 Debuggable *bool `json:",omitempty"`
  /build/make/core/
main.mk 312 # Target is more debuggable and adbd is on by default
313 ADDITIONAL_DEFAULT_PROPERTIES += ro.debuggable=1
317 # Target is less debuggable and adbd is off by default
318 ADDITIONAL_DEFAULT_PROPERTIES += ro.debuggable=0
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c     [all...]

Completed in 868 milliseconds

1 2