/external/iproute2/tc/ |
tc_red.c | 28 Plog = log(prob/(qmax - qmin)) 69 Stab[t>>Scell_log] = -log(1-W) * t/xmit_time 75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
|
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 34 of the generated log can be controlled. The resulting logs are 172 to a human-readable log. The log appears as a sequence of GL commands 261 will add GL state queries and assertion statements to the log to 263 executed matches the current state when the trace log is executed 276 The command NewTraceMESA(DEPTH_BUFFER_BIT, "log") will query the state
|
/external/qemu-pc-bios/ |
Makefile | 40 rm -rf bochs/Makefile bochs/build bochs/config.h bochs/config.log \
|
/external/srec/srec/clib/ |
log_add.c | 66 table[ii] = (prdata)(logtab->scale * mul_scale * log(1 74 PLogMessage("L: log table scale is %f\n", (float)logtab->scale); 75 PLogMessage("L: log table has %d entries\n", (int)logtab->add_log_limit);
|
/external/v8/src/ |
preparser.h | 63 i::ParserRecorder* log, 66 return PreParser(scanner, log, stack_limit, allow_lazy).PreParse(); 139 i::ParserRecorder* log, 143 log_(log), 222 // Log the currently parsed identifier. 224 // Log the currently parsed string literal.
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
UpdateManager.cpp | 34 #include <cutils/log.h>
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebViewClientError.cpp | 29 #include <cutils/log.h>
|
/external/webkit/Tools/DumpRenderTree/mac/ |
ObjCPlugin.m | 79 - (void)log:(NSString *)message; 112 - (void)log:(NSString *)message
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
networktransaction.py | 33 from webkitpy.common.system.deprecated_logging import log namespace
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealth.java | 24 import android.util.Log; 117 if (DBG) log("registerSinkApplication(" + name + ":" + dataType + ")"); 143 if (DBG) log("registerApplication(" + name + ":" + dataType + ")"); 152 Log.e(TAG, e.toString()); 155 Log.w(TAG, "Proxy not attached to service"); 156 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())); 176 Log.e(TAG, e.toString()); 179 Log.w(TAG, "Proxy not attached to service"); 180 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable())) 482 private static void log(String msg) { method in class:BluetoothHealth [all...] |
/frameworks/base/services/audioflinger/ |
AudioResamplerCubic.h | 22 #include <cutils/log.h>
|
AudioResamplerSinc.h | 22 #include <cutils/log.h>
|
/frameworks/base/services/input/ |
InputManager.cpp | 23 #include <cutils/log.h>
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 28 import android.util.Log; 137 log("getDataConnectionState apnType=" + apnType + " ret=" + ret); 165 if (DBG) Log.d(LOG_TAG, "unexpected result from user object."); 174 if (DBG) Log.d(LOG_TAG, "sending original message to recipient"); 186 // commit and log the result. 188 Log.e(LOG_TAG, "failed to commit network selection preference"); 201 log("updateCurrentCarrierInProvider from UICC: numeric=" + operatorNumeric); 205 Log.e(LOG_TAG, "[CDMALTEPhone] Can't store current operator ret false", e); 208 log("updateCurrentCarrierInProvider mIccRecords == null ret false"); 259 protected void log(String s) method in class:CDMALTEPhone [all...] |
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
RSTest.java | 29 import android.util.Log; 84 static void log(String message) { method in class:RSTest 86 Log.v(LOG_TAG, message);
|
UnitTest.java | 69 RSTest.log("Unit test got unexpected message");
|
/frameworks/compile/libbcc/bcinfo/ |
BitcodeTranslator.cpp | 22 #include <cutils/log.h>
|
/frameworks/ex/variablespeed/jni/ |
sola_time_scaler.h | 20 #include <android/log.h>
|
/hardware/msm7k/libgralloc-qsd8k/ |
gpu.h | 25 #include <cutils/log.h>
|
/libcore/luni/src/main/java/java/util/ |
Random.java | 156 double norm = Math.sqrt(-2 * Math.log(s) / s);
|
/ndk/build/tools/ |
build-gnu-libstdc++.sh | 96 log "Auto-config: --ndk-dir=$NDK_DIR" 258 log "Cleaning up..." 261 log "Don't forget to cleanup: $BUILD_DIR" 264 log "Done!"
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/ |
MemoryBinaryBody.java | 30 import org.apache.james.mime4j.Log;
44 private static Log log = LogFactory.getLog(MemoryBinaryBody.class);
field in class:MemoryBinaryBody
|
TempFileBinaryBody.java | 28 import org.apache.james.mime4j.Log;
43 private static Log log = LogFactory.getLog(TempFileBinaryBody.class);
field in class:TempFileBinaryBody
|
/packages/apps/Phone/src/com/android/phone/ |
GetPin2Screen.java | 25 import android.util.Log; 85 private void log(String msg) { method in class:GetPin2Screen 86 Log.d(LOG_TAG, "[GetPin2] " + msg);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
BugReportImporter.java | 17 package com.android.ddmuilib.log.event; 28 private final static String TAG_HEADER = "------ EVENT LOG TAGS ------"; 29 private final static String LOG_HEADER = "------ EVENT LOG ------";
|