Searched defs:verbose (Results 1 - 25 of 33) sorted by last modified time

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStateTracker.java78 void enableVerboseLogging(int verbose) { argument
79 if (verbose > 0) {
H A DWifiConfigManager.java168 // The Wifi verbose log is provided as a way to persist the verbose logging settings
408 void enableVerboseLogging(int verbose) { argument
409 mEnableVerboseLogging.set(verbose);
410 if (verbose > 0) {
416 if (verbose > 1) {
H A DWifiConnectivityManager.java1072 * Enable/disable verbose logging
1074 public void enableVerboseLogging(int verbose) { argument
1075 mDbg = verbose > 0;
H A DWifiCountryCode.java68 * Enable verbose logging for WifiCountryCode.
70 public void enableVerboseLogging(int verbose) { argument
71 if (verbose > 0) {
H A DWifiLogger.java647 ArrayList<WifiNative.FateReport> fates, boolean verbose) {
664 if (verbose) {
665 // Important: only print Personally Identifiable Information (PII) if verbose
672 if (verbose) {
646 dumpPacketFatesInternal(PrintWriter pw, String description, ArrayList<WifiNative.FateReport> fates, boolean verbose) argument
H A DWifiMonitor.java540 void enableVerboseLogging(int verbose) { argument
541 if (verbose > 0) {
806 // Dont log CTRL-EVENT-BSS-ADDED which are too verbose and not handled
1021 // Ignore that event - it is not handled, and dont log it as it is too verbose
1023 // Ignore that event - it is not handled, and dont log it as it is too verbose
H A DWifiNative.java165 void enableVerboseLogging(int verbose) { argument
166 if (verbose > 0) {
H A DWifiQualifiedNetworkSelector.java197 void enableVerboseLogging(int verbose) { argument
198 mDbg = verbose > 0 || FORCE_DEBUG;
H A DWifiServiceImpl.java1899 public void enableVerboseLogging(int verbose) { argument
1901 mWifiStateMachine.enableVerboseLogging(verbose);
H A DWifiStateMachine.java1295 void enableVerboseLogging(int verbose) { argument
1296 mVerboseLoggingLevel = verbose;
1298 mContext, Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED, verbose);
H A DWifiTrafficPoller.java112 void enableVerboseLogging(int verbose) { argument
113 if (verbose > 0 ) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiLoggerTest.java229 * Verifies that, when verbose mode is not enabled, startLogging() calls
240 * Verifies that, when verbose mode is enabled, startLogging() calls
251 * Verifies that, when verbose mode is not enabled, reportConnectionFailure() still
264 * Verifies that, when verbose mode is enabled, reportConnectionFailure() fetches packet fates.
353 private String getDumpString(boolean verbose) { argument
354 mWifiLogger.startLogging(verbose);
355 mWifiNative.enableVerboseLogging(verbose ? 1 : 0);
391 * Verifies that dump() shows both TX, and RX fates in only table form, when verbose
408 * Verifies that dump() shows both TX, and RX fates in table and verbose forms, when verbose
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp25 -v - verbose
137 static bool verbose = defaultVerbose; variable
248 verbose = true;
382 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
384 if (verbose) {
392 if (verbose) {hwcTestDisplayListHandles(list); }
417 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcCommit.cpp310 static bool verbose = defaultVerbose; variable
376 verbose = true;
825 bool origVerbose = verbose; // Temporarily turn off verbose
826 verbose = false;
848 verbose = origVerbose;
876 bool origVerbose = verbose; // Temporarily turn off verbose
877 verbose = false;
897 verbose
[all...]
H A DhwcRects.cpp178 static bool verbose = defaultVerbose; variable
225 verbose = true;
329 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
331 if (verbose) {
340 if (verbose) {testPrintI("Set:"); }
341 if (verbose) { hwcTestDisplayListHandles(list); }
518 if (verbose) {
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcStress.cpp145 static bool verbose = defaultVerbose; variable
340 verbose = true;
480 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); }
482 if (verbose) {
491 if (verbose) {testPrintI("Set:"); }
493 if (verbose) { hwcTestDisplayListHandles(list); }
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
558 if (verbose) { testPrintI("initFrames seed: %u", seed); }
585 if (verbose) {
605 if (verbose) {
[all...]
H A DhwcTestLib.cpp49 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface, argument
73 if (verbose) {
99 if (verbose) {
128 if (verbose) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp278 context.licenseNote, true, context.verbose)) {
346 bool verbose) {
347 if (verbose) {
342 startFile(const string &outDirectory, const string &outFileName, const string &sourceFileName, const string *optionalLicense, bool isJava, bool verbose) argument
H A Dslang_rs_reflect_utils.h37 // verbose: whether or not to print out additional info about compilation.
46 bool verbose; member in struct:slang::RSSlangReflectUtils::BitCodeAccessorContext
118 const std::string *optionalLicense, bool isJava, bool verbose);
/frameworks/compile/slang/tests/
H A Dtest.py24 verbose = 0 variable in class:Options
32 if Options.verbose:
36 if Options.verbose:
64 if Options.verbose != 0:
91 if Options.verbose > 1:
110 if Options.verbose > 1:
124 if Options.verbose:
129 if Options.verbose:
133 if Options.verbose:
138 if Options.verbose
[all...]
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp61 bool verbose = true; variable
78 // Turn off verbose so that we only generate the .info file.
80 verbose = false;
84 verbose = true;
311 if (verbose) {
318 if (verbose) {
339 if (verbose) {
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h102 int8_t verbose() const { return m_Verbose; } function in class:mcld::GeneralOptions::HashStyle
341 int8_t m_Verbose; // --verbose[=0,1,2]
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp112 bool verbose = false; member in struct:aapt::CompileOptions
430 bool verbose() override {
470 bool verbose = false; local
478 .optionalSwitch("-v", "Enables verbose logging", &verbose);
483 context.setVerbose(verbose);
525 if (options.verbose) {
/frameworks/base/tools/aapt2/dump/
H A DDump.cpp137 bool verbose() override {
154 bool verbose = false; local
156 .optionalSwitch("-v", "increase verbosity of output", &verbose);
162 context.setVerbose(verbose);

Completed in 7063 milliseconds

12