HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 501 - 525 of 2046) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
2008-12-19-EarlyClobberBug.ll 1 ; RUN: llc < %s -mcpu=generic -mtriple=i386-apple-darwin -asm-verbose=0 | FileCheck %s
lsr-interesting-step.ll 1 ; RUN: llc < %s -march=x86-64 -relocation-model=static -mtriple=x86_64-unknown-linux-gnu -asm-verbose=0 | FileCheck %s
sext-setcc-self.ll 1 ; RUN: llc -march=x86-64 -mcpu=nehalem -asm-verbose=false < %s | FileCheck %s
unknown-location.ll 1 ; RUN: llc < %s -asm-verbose=false -mtriple=x86_64-apple-darwin10 -use-unknown-locations | FileCheck %s
  /external/llvm/test/CodeGen/XCore/
ashr.ll 1 ; RUN: llc < %s -march=xcore -asm-verbose=0 | FileCheck %s
  /external/openssh/regress/
addrmatch.sh 12 verbose "test $descr for $user $addr $host"
test-exec.sh 199 verbose () function
201 echo "verbose: $@" >>$TEST_SSH_LOGFILE
255 LogLevel VERBOSE
398 verbose ok $tid
  /external/oprofile/libutil++/
bfd_spu_support.cpp 33 extern verbose vbfd;
  /external/smack/src/org/xbill/DNS/
Options.java 12 * verbose - Turn on general debugging statements<BR>
  /external/srec/srec/Semproc/src/
ExpressionParser.c 106 ESR_BOOL verbose = ESR_FALSE; local
161 rc = ESR_SessionGetBool(L("cmdline.semproc_verbose"), &verbose);
163 verbose = ESR_TRUE; /* apps like parseStringTest will not init session, but I want a
169 if (verbose)
  /external/strace/
term.c 212 if (!verbose(tcp) || umove(tcp, arg, &tios) < 0)
257 if (!verbose(tcp) || umove(tcp, arg, &tio) < 0)
297 if (!verbose(tcp) || umove(tcp, arg, &ws) < 0)
309 if (!verbose(tcp) || umove(tcp, arg, &ts) < 0)
  /frameworks/base/docs/html-intl/ja/guide/publishing/
app-signing.jd 275 <td><code>-verbose</code></td><td>??????????????</td>
288 <pre>$ jarsigner -verbose -keystore my-release-key.keystore
299 <pre>$ jarsigner -verify -verbose my_application.apk</pre>
303 <pre>$ jarsigner -verify -verbose -certs my_application.apk</pre>
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterPort.java 41 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
OneShotScheduler.java 43 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 197 if (Log.isLoggable(TAG, Log.VERBOSE)) {
204 if (Log.isLoggable(TAG, Log.VERBOSE)) {
308 if (Log.isLoggable(TAG, Log.VERBOSE)) {
575 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
742 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_ALARM");
747 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CHECK_ALARMS")
    [all...]
  /frameworks/base/tests/backup/
backup_stress_test.sh 46 # Long and verbose so it sticks out
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pktcdvd.h 18 * 1 for normal debug messages, 2 is very verbose. 0 to turn it off.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pktcdvd.h 18 * 1 for normal debug messages, 2 is very verbose. 0 to turn it off.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pktcdvd.h 18 * 1 for normal debug messages, 2 is very verbose. 0 to turn it off.
  /sdk/eclipse/scripts/
setup_eclipse.sh 31 V="--no-verbose"
  /sdk/files/
proguard-android-optimize.txt 24 -verbose
  /system/core/sh/
exec.c 336 int verbose; local
340 verbose = 0;
345 verbose++;
351 if (verbose || cmdp->cmdtype == CMDNORMAL)
352 printentry(cmdp, verbose);
363 if (verbose) {
366 printentry(cmdp, verbose);
377 printentry(struct tblentry *cmdp, int verbose)
401 if (verbose) {
  /external/linux-tools-perf/
builtin-sched.c 350 if (verbose)
811 if (verbose) {
840 if (verbose)
855 if (verbose) {
879 if (verbose) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 294 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
312 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
459 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg);
535 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg);
608 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
719 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 137 static UBool verbose = FALSE; variable
203 VERBOSE,
244 "\t-v or --verbose prints out extra information about the alias table\n"
252 if(options[VERBOSE].doesOccur) {
253 verbose = TRUE;
633 if (verbose) {
709 * Only print a warning in verbose mode, or if the alias is a precise duplicate,
712 if (verbose || 0 == uprv_strcmp(alias, GET_ALIAS_STR(aliasNum))) {
732 /* if (verbose && !dupFound) {
863 if (verbose) {
    [all...]

Completed in 375 milliseconds

<<21222324252627282930>>