Home
last modified time | relevance | path

Searched refs:global (Results 1 – 19 of 19) sorted by relevance

/development/vndk/tools/header-checker/tests/input/
Dtest_version_script.map2 global:
13 global:
17 global:
/development/tools/logblame/
Dconnectivity_log_test12 airplane_mode_was_on=$(adb shell settings get global airplane_mode_on)
14 adb shell settings put global airplane_mode_on 0 > /dev/null
26 adb shell settings put global airplane_mode_on 1 > /dev/null
32 adb shell settings put global airplane_mode_on 0 > /dev/null
Dapp_switch_test29 airplane_mode_was_on=$(adb shell settings get global airplane_mode_on)
31 adb shell settings put global airplane_mode_on 1 > /dev/null
65 adb shell settings put global airplane_mode_on 0 > /dev/null
/development/samples/ApiDemos/src/com/example/android/apis/app/
DDeviceAdminSample.java267 protected String localGlobalSummary(Object local, Object global) { in localGlobalSummary() argument
268 return getString(R.string.status_local_global, local, global); in localGlobalSummary()
593 int local, global; in reloadSummaries() local
595 global = mDPM.getPasswordQuality(null); in reloadSummaries()
597 localGlobalSummary(qualityValueToString(local), qualityValueToString(global))); in reloadSummaries()
599 global = mDPM.getPasswordMinimumLength(null); in reloadSummaries()
600 mMinLength.setSummary(localGlobalSummary(local, global)); in reloadSummaries()
602 global = mDPM.getPasswordMinimumLetters(null); in reloadSummaries()
603 mMinLetters.setSummary(localGlobalSummary(local, global)); in reloadSummaries()
605 global = mDPM.getPasswordMinimumNumeric(null); in reloadSummaries()
[all …]
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/
Drepro_map.txt2 global:
Dmap.txt2 global:
/development/vndk/tools/header-checker/tests/integration/cpp/gold/
Dmap_elf_symbol_removed.txt2 global:
Dmap.txt2 global:
Dmap_parameter_type_diff.txt2 global:
Dmap_add_function.txt2 global:
Dmap_added_globvar.txt2 global:
Dmap_add_function_elf_symbol.txt2 global:
/development/samples/browseable/DeviceOwner/
D_index.jd10 it as an unprovisioned device). As a device owner, this app can configure global settings, and
/development/vndk/tools/header-checker/header-abi-util/src/
Dversion_script_parser.cpp154 LineScope scope = LineScope::global; in ParseInnerBlock()
164 if (scope != LineScope::global || StringContains(line, "global:")) { in ParseInnerBlock()
/development/vndk/tools/header-checker/proto/
Dabi_diff.proto74 optional abi_dump.GlobalVarDecl old = 3; // Old global var
75 optional abi_dump.GlobalVarDecl new = 4; // New global var
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt32 enable it in the global preference panel under "C/C++" /
/development/vndk/tools/vndk-compliance/
DREADME.md56 * VNDK build rules remove global includes from the path. So dirs like
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/
Dprism.js282 if (greedy && !pattern.pattern.global) {
533 if (typeof global !== 'undefined') {
534 global.Prism = Prism;
/development/vndk/tools/header-checker/header-abi-util/include/
Dheader_abi_util.h44 global, enumerator