HomeSort by relevance Sort by last modified time
    Searched defs:VERBOSE (Results 151 - 175 of 995) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
1-2.c 71 #ifndef VERBOSE
72 #define VERBOSE 1
4-1.c 73 #ifndef VERBOSE
74 #define VERBOSE 1
144 #if VERBOSE > 0
178 #if VERBOSE > 0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
2-2.c 77 #ifndef VERBOSE
78 #define VERBOSE 1
248 #if VERBOSE > 0
3-1.c 83 #ifndef VERBOSE
84 #define VERBOSE 1
227 #if VERBOSE > 0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
29-1.c 80 #ifndef VERBOSE
81 #define VERBOSE 1
200 #if VERBOSE > 0
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
6-1.c 76 #ifndef VERBOSE
77 #define VERBOSE 1
181 #if VERBOSE > 0
6-2.c 75 #ifndef VERBOSE
76 #define VERBOSE 1
187 #if VERBOSE > 0
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
stress.c 71 #ifndef VERBOSE
72 #define VERBOSE 1
189 #if VERBOSE > 1
202 #if VERBOSE > 1
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c 62 #ifndef VERBOSE
63 #define VERBOSE 1
138 #if VERBOSE > 1
  /external/python/cpython2/Demo/pdist/
server.py 11 VERBOSE = 1
18 def __init__(self, address, verbose = VERBOSE):
22 self._verbose = verbose
29 def _setverbose(self, verbose):
30 self._verbose = verbose
  /external/python/cpython2/Lib/compiler/
visitor.py 32 VERBOSE = 0
50 ## if self.VERBOSE > 0:
52 ## if self.VERBOSE == 1:
81 if self.VERBOSE > 1:
85 elif self.VERBOSE > 0:
101 def walk(tree, visitor, walker=None, verbose=None):
104 if verbose is not None:
105 walker.VERBOSE = verbose
  /external/strace/tests/
s390_guarded_storage.c 43 # ifndef VERBOSE
44 # define VERBOSE 0
77 # if VERBOSE
94 # endif /* VERBOSE */
98 # if VERBOSE
104 # else /* !VERBOSE */
106 # endif /* VERBOSE */
133 # if VERBOSE
151 # endif /* VERBOSE */
  /external/strace/tests-m32/
s390_guarded_storage.c 43 # ifndef VERBOSE
44 # define VERBOSE 0
77 # if VERBOSE
94 # endif /* VERBOSE */
98 # if VERBOSE
104 # else /* !VERBOSE */
106 # endif /* VERBOSE */
133 # if VERBOSE
151 # endif /* VERBOSE */
  /external/strace/tests-mx32/
s390_guarded_storage.c 43 # ifndef VERBOSE
44 # define VERBOSE 0
77 # if VERBOSE
94 # endif /* VERBOSE */
98 # if VERBOSE
104 # else /* !VERBOSE */
106 # endif /* VERBOSE */
133 # if VERBOSE
151 # endif /* VERBOSE */
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
49 if (VERBOSE) {
66 if (VERBOSE) {
84 if (VERBOSE) {
103 if (VERBOSE) {
117 if (VERBOSE) {
  /packages/apps/Messaging/src/com/android/messaging/receiver/
NotificationReceiver.java 34 public static final boolean VERBOSE = false;
38 if (VERBOSE) {
  /packages/apps/Messaging/src/com/android/messaging/util/
PendingIntentConstants.java 34 private static final boolean VERBOSE = false;
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateDirectoryAccessBridge.java 43 static final boolean VERBOSE = true;
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
visitor.py 32 VERBOSE = 0
50 ## if self.VERBOSE > 0:
52 ## if self.VERBOSE == 1:
81 if self.VERBOSE > 1:
85 elif self.VERBOSE > 0:
101 def walk(tree, visitor, walker=None, verbose=None):
104 if verbose is not None:
105 walker.VERBOSE = verbose
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
visitor.py 32 VERBOSE = 0
50 ## if self.VERBOSE > 0:
52 ## if self.VERBOSE == 1:
81 if self.VERBOSE > 1:
85 elif self.VERBOSE > 0:
101 def walk(tree, visitor, walker=None, verbose=None):
104 if verbose is not None:
105 walker.VERBOSE = verbose
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
visitor.py 32 VERBOSE = 0
50 ## if self.VERBOSE > 0:
52 ## if self.VERBOSE == 1:
81 if self.VERBOSE > 1:
85 elif self.VERBOSE > 0:
101 def walk(tree, visitor, walker=None, verbose=None):
104 if verbose is not None:
105 walker.VERBOSE = verbose
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
visitor.py 32 VERBOSE = 0
50 ## if self.VERBOSE > 0:
52 ## if self.VERBOSE == 1:
81 if self.VERBOSE > 1:
85 elif self.VERBOSE > 0:
101 def walk(tree, visitor, walker=None, verbose=None):
104 if verbose is not None:
105 walker.VERBOSE = verbose
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
debug.h 66 # define VERBOSE(...) tf_log(LOG_MARKER_VERBOSE __VA_ARGS__)
68 # define VERBOSE(...)
  /external/compiler-rt/make/
config.mk 26 VERBOSE := 0
32 # Adjust settings for verbose mode
33 ifneq ($(VERBOSE),1)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
7-1.c 47 #ifndef VERBOSE
48 #define VERBOSE 1
60 #if VERBOSE > 0
71 #if VERBOSE > 1
77 #if VERBOSE > 0
163 #if VERBOSE > 0

Completed in 622 milliseconds

1 2 3 4 5 67 8 91011>>