Searched refs:global (Results 1 – 5 of 5) sorted by relevance
265 protected String localGlobalSummary(Object local, Object global) { in localGlobalSummary() argument266 return getString(R.string.status_local_global, local, global); in localGlobalSummary()564 int local, global; in reloadSummaries() local566 global = mDPM.getPasswordQuality(null); in reloadSummaries()568 localGlobalSummary(qualityValueToString(local), qualityValueToString(global))); in reloadSummaries()570 global = mDPM.getPasswordMinimumLength(null); in reloadSummaries()571 mMinLength.setSummary(localGlobalSummary(local, global)); in reloadSummaries()573 global = mDPM.getPasswordMinimumLetters(null); in reloadSummaries()574 mMinLetters.setSummary(localGlobalSummary(local, global)); in reloadSummaries()576 global = mDPM.getPasswordMinimumNumeric(null); in reloadSummaries()[all …]
32 enable it in the global preference panel under "C/C++" /
199 - the system's libc.so shall always export its __dso_handle, as *global*210 - The NDK's libc.a will containg a *global* and *public* __dso_handle, since
519 # doxygen. The layout file controls the global structure of the generated output files764 # built-in source browser. The htags tool is part of GNU's global source765 # tagging system (see http://www.gnu.org/software/global/global.html). You1468 # doxygen will generate a call dependency graph for every global function1476 # doxygen will generate a caller dependency graph for every global function