HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 276 - 300 of 1490) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
winnmtst.cpp 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log)
248 log->errln("Double format error for locale " + locale +
256 log->errln("int32_t format error for locale " + locale +
264 log->errln("int64_t format error for locale " + locale +
270 void Win32NumberTest::testLocales(TestLog *log)
298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 27 import android.util.Log;
124 Log.w(TAG, "Bluetooth A2DP service not available!");
155 if (DBG) log("connect(" + device + ")");
161 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
165 if (mService == null) Log.w(TAG, "Proxy not attached to service");
196 if (DBG) log("disconnect(" + device + ")");
202 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
206 if (mService == null) Log.w(TAG, "Proxy not attached to service")
480 private static void log(String msg) { method in class:BluetoothA2dp
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 396 final Logger log = Logger.getLogger (); local
397 final boolean trace1 = log.atTRACE1 ();
398 final boolean trace2 = log.atTRACE2 ();
420 if (trace1) log.trace1 (method, "[" + file + "]: file length = " + length);
445 if (trace2) log.trace2 (method, "[" + file + "]: position " + raf.getFilePointer ());
458 if (trace2) log.trace2 (method, "[" + file + "]: found valid entry of size " + entryLength + " and type " + type);
462 if (trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms");
492 log.trace1 (method, "[" + file + "]: file processed in " + (end - start) + " ms");
505 final Logger log = Logger.getLogger (); local
506 final boolean trace1 = log.atTRACE1 ()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 21 import com.android.ide.common.log.ILogger;
456 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$
478 AdtPlugin.log(e, null);
484 AdtPlugin.log(e, null);
504 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$
521 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$
566 AdtPlugin.log(e, "Can't read stream"); //$NON-NLS-1$
573 AdtPlugin.log(e, "Can't read stream"); //$NON-NLS-1$
671 AdtPlugin.log(e, "Can't read layout file"); //$NON-NLS-1$
705 AdtPlugin.log(e, "Can't read input stream"); //$NON-NLS-1
    [all...]
  /external/flac/libFLAC/
fixed.c 61 * rbps = log (-----------)
122 * of the base-2 log of a 32 bit number must fit in 5 bits, and fracbits
201 * of the base-2 log of a 32 bit number must fit in 5 bits, and fracbits
265 residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_error_0 / (FLAC__double)data_len) / M_LN2 : 0.0);
266 residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_error_1 / (FLAC__double)data_len) / M_LN2 : 0.0);
267 residual_bits_per_sample[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_error_2 / (FLAC__double)data_len) / M_LN2 : 0.0);
268 residual_bits_per_sample[3] = (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_error_3 / (FLAC__double)data_len) / M_LN2 : 0.0);
269 residual_bits_per_sample[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_error_4 / (FLAC__double)data_len) / M_LN2 : 0.0);
329 residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)(FLAC__int64)total_error_0 / (FLAC__double)data_len) / M_LN2 : 0.0);
330 residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)(FLAC__int64)total_error_1 / (FLAC__double)data_len) / M_LN2 : 0.0)
    [all...]
  /external/qemu/
android-configure.sh 202 log "Prebuilt : CCACHE=$CCACHE"
213 log "Targets : TARGETS=$OPTION_TARGETS"
220 log "Tools : Found tools revision number $ANDROID_SDK_TOOLS_REVISION"
222 log "Tools : Could not locate $TOOLS_PROPS !?"
229 log "GLES : Probing for headers"
232 log "GLES : Headers in $GLES_INCLUDE"
240 log "GLES : Probing for host libraries"
284 log "GLES : Copying $GLES_LIB"
309 log "SDL-probe : SDL_CFLAGS = $SDL_CFLAGS"
310 log "SDL-probe : SDL_LIBS = $SDL_LIBS
    [all...]
  /ndk/build/core/
ndk-common.sh 80 # If NDK_LOGFILE is defined in the environment, use this as the log file
87 # Setup a log file where all log() and log2() output will be sent
89 # $1: log file path (optional)
99 NDK_LOGFILE=/tmp/ndk-log-$$.txt
115 log () function
341 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log
403 log "CC : compiler check ok ($CC)"
420 log "LD : linker check ok ($LD)"
442 log "CXX : C++ compiler check ok ($CXX)
    [all...]
  /bionic/libstdc++/include/
cmath 60 using ::log;
  /development/tools/axl/
axl.py 29 import singletonmixin, log namespace
33 self.log = log.Log.getInstance()
36 self.log("BaseProtocol.write()", len(data), data)
40 self.log("BaseProtocol.dataReceived()", len(data), data)
43 self.log("BaseProtocol.connectionMade()")
47 self.log("BaseProtocol.connectionLost():", reason)
239 # Initialize log
240 log.Log.getInstance(sys.stdout
    [all...]
log.py 22 class Log(singletonmixin.Singleton):
54 log = info variable in class:Log
55 __call__ = log
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
ProgramData.cpp 32 void ProgramData::setInfoLog(GLchar* log) {
34 infoLog = log;
  /external/bison/doc/
Makefile.am 26 CLEANFILES = refcard.dvi refcard.log refcard.ps bison.fns
  /external/dnsmasq/src/
Android.mk 6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
  /external/dropbear/debian/
dropbear.postrm 12 rm -rf /etc/dropbear/supervise /etc/dropbear/log/supervise
rules 54 rm -f patch-stamp build-stamp config.log config.status
76 install -d -m0755 '$(DIR)'/etc/dropbear/log
77 install -m0755 debian/service/log '$(DIR)'/etc/dropbear/log/run
78 ln -s /var/log/dropbear '$(DIR)'/etc/dropbear/log/main
80 ln -s /var/run/dropbear.log '$(DIR)'/etc/dropbear/log/supervise
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 43 virtual void log(StringRef Text) = 0;
46 virtual void logf(const LogBuilder &Log) = 0;
49 virtual void logd(const DiffLogBuilder &Log) = 0;
86 void log(StringRef text);
87 void logf(const LogBuilder &Log);
88 void logd(const DiffLogBuilder &Log);
DifferenceEngine.h 65 void log(StringRef text) { function in class:llvm::DifferenceEngine
66 consumer.log(text);
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 30 valgrind --error-exitcode=31 --log-file=$test.valgrind-errors ../glcpp < $test >/dev/null 2>&1
  /external/speex/libspeex/
vorbis_psy.h 42 #define todB(x) ((x)>1e-13?log((x)*(x))*4.34294480f:-30)
60 #define toOC(n) (log(n)*1.442695f-5.965784f)
  /external/webkit/LayoutTests/storage/
execute-sql-args.js 59 log("PASS. executeSql(" + parameterList + ") threw an exception as expected.");
61 log("*FAIL*. executeSql(" + parameterList + ") did not throw an exception");
64 log("*FAIL*. executeSql(" + parameterList + ") threw an exception: " + exception);
66 log("PASS. executeSql(" + parameterList + ") did not throw an exception");
  /external/webkit/LayoutTests/storage/resources/
database-common.js 12 function log(message) function
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/
switch-001.js 51 actual = match(1, 1, Math.exp, Math.log);
56 actual = match(1, 2, Math.exp, Math.log);
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 44 from webkitpy.common.system.deprecated_logging import log namespace
342 log("Fetching: %s" % bug_url)
379 log("Fetching: %s" % attachment_url)
404 log("Skipping log in for dry run...")
415 log("Logging in as %s..." % username)
430 log(errorMessage)
490 log('Adding attachment "%s" to %s' % (description, self.bug_url_for_bug_id(bug_id)))
492 log(comment_text)
501 log(comment_text
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
openbugs.py 33 from webkitpy.common.system.deprecated_logging import log namespace
61 log("%s bugs found in input." % len(bug_ids))
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
validatechangelogs.py 32 from webkitpy.common.system.deprecated_logging import error, log namespace
50 log("The diff to %s looks wrong. Are you sure your ChangeLog entry is at the top of the file?" % (diff_file.filename))

Completed in 1125 milliseconds

<<11121314151617181920>>