/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidTextEditor.java | 217 AdtPlugin.log(e, "Selecting page '%s' in AndroidXmlEditor failed", defaultPageId); 572 AdtPlugin.log(e, "wrapRewriteSession failed");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 139 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$ 197 AdtPlugin.log(e, "XPath error when trying to find '%s' element in XML.", //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiPackageAttributeNode.java | 215 AdtPlugin.log(IStatus.ERROR, "Failed to get project for UiPackageAttribute"); //$NON-NLS-1$ 221 AdtPlugin.log(IStatus.ERROR, "Failed to get editor site for UiPackageAttribute"); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AdtPrefs.java | 421 AdtPlugin.log(e, "Get default debug keystore path failed"); //$NON-NLS-1$ 423 AdtPlugin.log(e, "Get default debug keystore path failed"); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/ |
NdkDiscoveryUpdater.java | 287 Activator.log(e);
311 Activator.log(e);
|
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 565 log = __orig_getLogger(name)
566 setattr(log, 'debug', dummy)
567 setattr(log, 'info', dummy)
568 setattr(log, 'error', dummy)
569 setattr(log, 'critical', dummy)
570 return log
|
JetAudition.py | 145 self.log = wx.TextCtrl(panel, -1)
150 vboxBot.Add(self.log, 0, wx.EXPAND)
222 self.log.SetValue(JetDefs.PLAY_TRIGGERCLIP_MSG % (iEventId, sClipName))
457 self.log.SetValue(self.currentSegmentName)
471 self.log.SetValue("")
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CDMAPhone.java | 41 import android.util.Log; 221 log("dispose"); 253 log("removeReferences"); 272 if(DBG) Log.d(LOG_TAG, "CDMAPhone finalized"); 274 Log.e(LOG_TAG, "UNEXPECTED; mWakeLock is held when finalizing."); 304 Log.e(LOG_TAG, "canTransfer: not possible in CDMA"); 322 Log.e(LOG_TAG, "conference: not possible in CDMA"); 395 Log.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!"); 403 Log.e(LOG_TAG, "method handleInCallMmiCommands is NOT supported in CDMA!"); 418 Log.e(LOG_TAG, "method setNetworkSelectionModeAutomatic is NOT supported in CDMA!") 1449 protected void log(String s) { method in class:CDMAPhone [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventDisplayOptions.java | 17 package com.android.ddmuilib.log.event; 19 import com.android.ddmlib.log.EventContainer; 20 import com.android.ddmlib.log.EventLogParser; 21 import com.android.ddmlib.log.EventValueDescription; 24 import com.android.ddmuilib.log.event.EventDisplay.OccurrenceDisplayDescriptor; 25 import com.android.ddmuilib.log.event.EventDisplay.ValueDisplayDescriptor; 435 mDisplayTypeCombo.add("Log All"); 436 mDisplayTypeCombo.add("Filtered Log"); [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 200 log(UnicodeString("") + cal->get(UCAL_MONTH, status)) ; 204 log(UnicodeString("/") + date) ; 894 log(UnicodeString("") + (m1=gc->get(UCAL_MONTH,status)+1)+UnicodeString("/")+ [all...] |
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
ns_core.c | 277 lmagn[i] = (float)log(magn[i]); 298 // update log quantile estimate 623 // compute log of ratio of the geometric to arithmetic mean: check for log(0) case 628 avgSpectralFlatnessNum += (float)log(magnIn[i]); 640 //ratio and inverse log: check for case of log(0) 728 // this is the average over all frequencies of the smooth log lrt 735 inst->logLrtTimeAvg[i] += LRT_TAVG * (besselTmp - (float)log(tmpFloat1) [all...] |
/external/chromium/net/spdy/ |
spdy_network_transaction_unittest.cc | 71 const BoundNetLog& log, 77 log_(log), 437 BoundNetLog log; local 441 scoped_refptr<SpdySession> spdy_session(pool->Get(pair, log)); 654 BoundNetLog log; local 679 out.rv = trans1->Start(&httpreq1, &callback1, log); 681 out.rv = trans2->Start(&httpreq2, &callback2, log); 683 out.rv = trans3->Start(&httpreq3, &callback3, log); 742 BoundNetLog log; local 762 out.rv = trans1->Start(&httpreq1, &callback1, log); 829 BoundNetLog log; local 952 BoundNetLog log; local 1092 BoundNetLog log; local 1229 BoundNetLog log; local 1350 BoundNetLog log; local 4436 BoundNetLog log; local 4438 log, GetParam()); local [all...] |
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | 163 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); 164 EXPECT_TRUE(log.bound().IsLoggingAllEvents()); 165 int rv = trans->Start(&request, &callback, log.bound()); 185 log.GetEntries(&entries); [all...] |
/external/chromium/net/proxy/ |
proxy_service_unittest.cc | 127 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); 128 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound()); 136 log.GetEntries(&entries); 161 CapturingBoundNetLog log(CapturingNetLog::kUnbounded); 163 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound()); 183 log.GetEntries(&entries); [all...] |
/external/v8/test/cctest/ |
test-parsing.cc | 271 i::CompleteParserRecorder log; local 277 &log, 281 i::ScriptDataImpl data(log.ExtractData()); 370 i::CompleteParserRecorder log; local 377 &log,
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 43 /*Take log of product of ten reprojection 44 errors to reduce nr of expensive log operations*/ 69 back+=log(acc); 101 stat->lambda1=log(4.0); 102 stat->lambda2=log(4.0*((double)db_maxi(1,stat->nr_points))); 747 point_count=db_mini(nr_points,(int)(chunk_size*log((double)nr_samples)/DB_LN2)); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 134 AdtPlugin.log(e, "Can't store IncludeFinder"); 370 AdtPlugin.log(e, "Can't store include settings"); 399 AdtPlugin.log(e, "Can't read include settings"); 766 AdtPlugin.log(e, "Can't delete problem marker"); 852 AdtPlugin.log(IStatus.WARNING, "Could not find display"); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoring.java | 299 AdtPlugin.log(e, null); 301 AdtPlugin.log(e, null); 375 AdtPlugin.log(e, null); 377 AdtPlugin.log(e, null); 412 AdtPlugin.log(e, null);
|
/cts/tools/host/src/com/android/cts/ |
TestSessionBuilder.java | 89 * @param log The test session log. 92 public TestSession build(TestSessionLog log) { 93 if (log == null) { 96 return new TestSession(log, 1); 261 Log.d("suite=" + fullSuiteName + " is fully excluded"); 370 Log.d("suite=" + subSuiteName + " is fully excluded"); 388 Log.d("Test=" + test.getFullName() + " is excluded"); 396 Log.d("case=" + fullCaseName + " is fully excluded"); 552 Log.e("Plan " + planName + " already exist, please use another name!" [all...] |
/external/chromium/base/ |
logging.cc | 84 // Which log file to use? This is initialized by InitLogging or 112 // A log message handler that gets notified of every log message we process. 161 void CloseFile(FileHandle log) { 163 CloseHandle(log); 165 fclose(log); 188 log_file += L"debug.log"; 192 return PathString("debug.log"); 255 // We also don't use LOG macros because that might lead to an infinite 278 // The lock is used if log file locking is false. It helps us avoid problem [all...] |
/external/chromium/testing/gmock/test/ |
gmock-internal-utils_test.cc | 380 // Tests the Log() function. 382 // Verifies that Log() behaves correctly for the given verbosity level 383 // and log severity. 389 Log(severity, "Test log.\n", 0); 394 "^\nGMOCK WARNING:\nTest log\\.\nStack trace:\n" : 395 "^\nTest log\\.\nStack trace:\n")); 403 // Log() doesn't include the stack trace in the output. 408 Log(INFO, "Test log.\n", -1) 418 const String log = GetCapturedStdout(); local [all...] |
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 22 import android.util.Log; 587 private static float DECELERATION_RATE = (float) (Math.log(0.78) / Math.log(0.9)); 784 return Math.log(INFLEXION * Math.abs(velocity) / (mFlingFriction * PHYSICAL_COEF)); 820 Log.e("OverScroller", "startAfterEdge called from a valid position"); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Utils.java | 31 import android.util.Log; 107 Log.e(GC_TAG, "Sleep was interrupted."); 190 Log.d(TAG, "Autocorrected edit distance = " + distance 195 Log.e(TAG, "Safety net: before = " + typedWord + ", after = " + suggestionWord); 196 Log.e(TAG, "(Error) The edit distance of this correction exceeds limit. " 351 Log.d(TAG, "editDistance:" + s + "," + t); 357 Log.d(TAG, i + ":" + sb.toString()); 427 private static final String FILENAME = "log.txt"; 463 Log.e(USABILITY_TAG, "Can't create log file.") [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 393 log () { function 409 log () { function 423 TMPLOG=$BUILD_DIR/build.log 618 log "Trying to load $SRCFILE" 664 log "Could not find filename for package $1" 696 $HOST_CC -o $BUILD_DIR/conftest.o -c $BUILD_DIR/conftest.c > $BUILD_DIR/conftest.log 2>&1 1010 log "cloning $GIT_BASE/$1" 1013 log "cloning $GITPREFIX/$1.git" 1019 log "checking out $GIT_BRANCH branch of $1.git" 1030 (printf "%-32s " "toolchain/$1.git: " && git log -1 --format=oneline) >> $ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ClientRulesEngine.java | 139 AdtPlugin.log(e, "Custom validator failed: %s", e.toString()); 433 AdtPlugin.log(e, null); 435 AdtPlugin.log(e, null);
|