/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 377 AdtPlugin.log(e1, "UiClassAttributeNode HandleBrowser failed"); 425 AdtPlugin.log(e, "UiClassAttributeNode HandleLabel failed"); 427 AdtPlugin.log(e, "UiClassAttributeNode HandleLabel failed");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
AndroidTypeMoveParticipant.java | 251 RefactoringUtil.log(e); 343 RefactoringUtil.log(e); 349 RefactoringUtil.log(e1);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
OldLogCatView.java | 57 import com.android.ddmlib.Log.LogLevel; 70 * The log cat view displays log output from the current device selection. 123 * eclipse preference store, and saves the log filters. 197 DdmsPlugin.getDefault().getLog().log(s); 321 // set the log level 342 // now create the log view 437 DdmsPlugin.getDefault().getLog().log(s); 520 DdmsPlugin.getDefault().getLog().log(s);
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
JythonUtils.java | 65 private static final Logger LOG = Logger.getLogger(JythonUtils.class.getCanonicalName()); 104 LOG.log(Level.SEVERE, "Got exception: ", e); 113 LOG.log(Level.SEVERE, "Got exception: ", e); 116 LOG.log(Level.SEVERE, "Got exception: ", e);
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
pac_library_unittest.js | 293 this.log("FAIL: expected: " + expectation + ", actual: " + actual); 305 TestContext.prototype.log = function(x) { 306 // Prefix with the test name that generated the log.
|
/external/skia/gpu/src/ |
GrGLProgram.cpp | 750 GrAutoMalloc log(sizeof(char)*(infoLen+1)); // outside if for debugger 752 GR_GL(GetShaderInfoLog(shader, infoLen+1, NULL, (char*)log.get())); 760 GrPrintf("\n%s", log.get()); 828 GrAutoMalloc log(sizeof(char)*(infoLen+1)); // outside if for debugger 833 (char*)log.get())); 834 GrPrintf((char*)log.get()); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaAudioTrackTest.java | 26 import android.util.Log; 56 private void log(String testName, String message) { method in class:MediaAudioTrackTest 57 Log.v(TAG, "["+testName+"] "+message); 61 Log.e(TAG, "["+testName+"] "+message); 86 //Log.v("MediaAudioTrackTest", "[ constructorTestMultiSampleRate ] testing "+ testSampleRates[i]); 98 Log.e("MediaAudioTrackTest", "[ constructorTestMultiSampleRate ] exception at SR " 111 //log the error for the test runner 113 //log the error for logcat 114 log("constructorTestMultiSampleRate", "failed to construct " 281 Log.e("MediaAudioTrackTest", 343 log(TEST_NAME, "position ="+ track.getPlaybackHeadPosition()); method 373 log(TEST_NAME, "position ="+ track.getPlaybackHeadPosition()); method 404 log(TEST_NAME, "position ="+ pos); method 434 log(TEST_NAME, "position ="+ pos); method [all...] |
/cts/tools/host/src/com/android/cts/ |
TestHost.java | 79 Log.e("Error: CTS is being used at the moment." 100 Log.e("Met InterruptedException", e); 102 Log.e("Met exception when processing command", e); 115 Log.closeLog(); 177 TestSessionLog log = ts.getSessionLog(); local 178 copyFile(log.getResultPath() + ".zip", resultName); 221 Log.e("Package error: package file " + pathName + " doesn't exist.", null); 252 Log.e("No plan named " + name + " in repository!", null); 268 Log.e("Can't locate the file of the plan, please check your repository!", null); 273 Log.e("Can't delete this plan, permission denied!", null) [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractHttpClient.java | 38 import org.apache.commons.logging.Log; 84 private final Log log = LogFactory.getLog(getClass()); field in class:AbstractHttpClient 664 // Log this exception. The original exception is more 666 this.log.warn("Error consuming content after an exception.", t2);
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 109 static bool GetTime(const FilePath::StringType& log, double* value) { 111 FilePath log_file = log_dir.Append(log); 376 // Only log for first tab to render. Make sure this is only done once.
|
/external/chromium/net/socket/ |
client_socket_pool_base_unittest.cc | 623 CapturingNetLog log(CapturingNetLog::kUnbounded); 637 &log); 643 log.GetEntries(&entries); 667 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); 675 log.bound())); 681 log.GetEntries(&entries); 700 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); 715 log.bound())); 721 log.GetEntries(&entries); [all...] |
/external/fdlibm/ |
makefile.in | 132 -$(RM) config.cache config.log config.status Makefile
|
/external/icu4c/test/intltest/ |
dadrcal.cpp | 51 log(info->getString("Description", status)); 54 log(name);
|
/external/libvpx/vp8/common/x86/ |
boolcoder.cxx | 52 static cdouble c = -(1 << 20)/log( 2.); 61 Ctbl[i] = (uint32) ( log( p) * c);
|
/external/mesa3d/src/mesa/main/ |
imports.h | 136 #define logf(f) ((float) log(f)) 162 *** LOG2: Log base 2 of float 194 * NOTE: log_base_2(x) = log(x) / log(2) 195 * NOTE: 1.442695 = 1/log(2). 197 #define LOG2(x) ((GLfloat) (log(x) * 1.442695F)) 275 #define LOGF(x) ((GLfloat) log(x))
|
/external/srec/srec/crec/ |
get_fram.c | 131 log((imelda_scale * FUDGE_FACTOR) / 136 log(imelda_scale /
|
/external/v8/test/mjsunit/ |
debug-liveedit-2.js | 59 print("Change log: " + JSON.stringify(change_log) + "\n");
|
debug-liveedit-3.js | 62 print("Change log: " + JSON.stringify(change_log) + "\n");
|
debug-liveedit-breakpoints.js | 79 print("Change log: " + JSON.stringify(change_log) + "\n");
|
debug-liveedit-newsource.js | 62 print("Change log: " + JSON.stringify(change_log) + "\n");
|
/external/webkit/LayoutTests/fast/events/touch/script-tests/ |
basic-single-touch-events.js | 131 debug("This test requires DumpRenderTree. Tap on the blue rect to log.")
|
/external/webkit/Source/WebCore/bindings/scripts/test/ |
TestObj.idl | 92 [CustomArgumentHandling] void customArgsAndException(in log intArg)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
FontLinux.cpp | 302 // have gone into a single glyph. We iterate over the clusters log 310 const unsigned short* log = controller.logClusters(); local 312 if (log[j] >= glyphIndex) 344 // |from| is within this script run. So we index the clusters log to
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
align.m | 14 % use log domain (showed improved performance)
|
/hardware/msm7k/libgralloc/ |
framebuffer.cpp | 22 #include <cutils/log.h> 33 #include <cutils/log.h>
|