/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 134 AdtPlugin.log(e, "Detail node failed to commit XML attribute!"); //$NON-NLS-1$ 289 AdtPlugin.log(e, 333 AdtPlugin.log(IStatus.INFO,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 148 AdtPlugin.log(ex, "Could not add suppress annotation");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 168 AdtPlugin.log(e, "Failed to add marker '%1$s' to '%2$s'", //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeMoveParticipant.java | 220 RefactoringUtil.log(e); 260 AdtPlugin.log(e, null); 262 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ResourceManager.java | 445 AdtPlugin.log(IStatus.WARNING, "Unexpected delta type: %1$s", 536 AdtPlugin.log(t, 549 AdtPlugin.log(t, 615 AdtPlugin.log(e, null); 635 AdtPlugin.log(e, null); 650 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidTargetData.java | 336 AdtPlugin.log(throwable, message); 341 AdtPlugin.log(IStatus.ERROR, message); 346 AdtPlugin.log(IStatus.WARNING, message); 350 AdtPlugin.log(IStatus.ERROR,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SdkSelectionPage.java | 341 AdtPlugin.log(IStatus.INFO,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateMetadata.java | 141 AdtPlugin.log(nufe, null); 159 AdtPlugin.log(nufe, null); 176 AdtPlugin.log(nufe, null); 216 AdtPlugin.log(null, "Unknown asset type %1$s", typeString); 249 AdtPlugin.log(null, "Unknown shape %1$s", shapeString); 272 AdtPlugin.log(null, "Unknown source type %1$s", sourceTypeString); 347 AdtPlugin.log(null, "Unexpected parameter in template thumbnail: %1$s",
|
/prebuilts/devtools/tools/lib/ |
ddmuilib.jar | |
/art/runtime/base/ |
mutex.cc | 184 LOG(ERROR) << "Holding \"" << held_mutex->name_ << "\" " 215 ContentionLogEntry* log = data->contention_log; local 218 if (log[slot].blocked_tid == blocked_tid && 219 log[slot].owner_tid == blocked_tid) { 220 ++log[slot].count; 227 log[new_slot].blocked_tid = blocked_tid; 228 log[new_slot].owner_tid = owner_tid; 229 log[new_slot].count = 1; 237 const ContentionLogEntry* log = data->contention_log; local 249 uint64_t blocked_tid = log[i].blocked_tid [all...] |
/bootable/recovery/ |
recovery.cpp | 68 static const char *LOG_FILE = "/cache/recovery/log"; 73 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log"; 85 * /cache/recovery/log - OUTPUT - combined log file from recovery run(s) 160 // close a file, log an error if the error indicator is set 250 // How much of the temp log we have copied to the copy in cache. 255 FILE *log = fopen_path(destination, append ? "a" : "w"); local 256 if (log == NULL) { 265 while (fgets(buf, sizeof(buf), tmplog)) fputs(buf, log); 271 check_and_fclose(log, destination) [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
debug.py | 863 def log(self, msg): member in class:DebugEventSocketProxy 875 self.log("Waiting for incoming connection on port %d" % self.port) 879 self.log("Accepted connection from %s:%d" % addr) 894 self.log("> %s" % msg) 901 self.log("< %s" % t.rstrip()) [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 28 import org.apache.commons.logging.Log; 39 * <code>org.apache.commons.logging.Log</code> to identify the 41 * <li>Use the <code>org.apache.commons.logging.Log</code> system property 51 * <p>If the selected {@link Log} implementation class has a 55 * attributes available to the Log instance, if it so desires.</p> 57 * <p>This factory will remember previously created <code>Log</code> instances 103 * The name (<code>org.apache.commons.logging.Log</code>) of the system 104 * property identifying our {@link Log} implementation class. 107 "org.apache.commons.logging.Log"; 115 "org.apache.commons.logging.log"; 651 Log log = createLogFromClass( local [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/ceres-solver/include/ceres/ |
jet.h | 410 inline double log (double x) { return std::log(x); } function in namespace:ceres 433 // log(a + h) ~= log(a) + h / a 435 Jet<T, N> log(const Jet<T, N>& f) { function in namespace:ceres 437 g.a = log(f.a); 653 // (a)^(p+dp) ~= a^p + a^p log(a) dp 658 T const temp = log(f) * out.a; 665 // (a+da)^(b+db) ~= a^b + b * a^(b-1) da + a^b log(a) * db 672 T const temp3 = temp1 * log(f.a) [all...] |
/external/chromium_org/ash/touch/ |
touch_hud_debug.cc | 159 const std::vector<TouchPointLog>& log() const { return log_; } function in class:ash::internal::TouchTrace 205 if (!traces_[i].log().empty()) 277 const TouchPointLog& point = trace.log().back(); 299 const TouchPointLog& point = trace.log().back(); 443 TouchTrace::const_reverse_iterator point = trace.log().rbegin(); 446 while (point != trace.log().rend() && point->type == ui::ET_TOUCH_CANCELLED) 448 DCHECK(point != trace.log().rend());
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
drive_internals_ui.cc | 312 LOG(ERROR) << "Failed to get about resource"; 336 LOG(ERROR) << "Failed to get app list"; 740 LOG(ERROR) << "Home directory not found"; 758 const std::vector<drive::EventLogger::Event> log = local 762 for (size_t i = 0; i < log.size(); ++i) { 764 if (log[i].id <= last_sent_event_id_) 767 std::string severity = SeverityToString(log[i].severity); 771 google_apis::util::FormatTimeAsStringLocaltime(log[i].when)); 772 dict->SetString("value", "[" + severity + "] " + log[i].what); 773 dict->SetString("class", "log-" + severity) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
transapi.cpp | 489 UnicodeString log; local 491 log = s + " + " + Data[i+0] + " -> "; 498 log = s + " => "; 502 displayOutput(s, Data[i+1], log, index); 511 UnicodeString log; local 513 log = s + " + " + Data[i+0] + " -> "; 520 log = s + " => "; 524 displayOutput(s, Data[i+1], log, index); 598 UnicodeString log; local 608 log = s + " => " 856 UnicodeString log; local [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
KexManager.java | 20 import ch.ethz.ssh2.log.Logger; 46 private static final Logger log = Logger.getLogger(KexManager.class); field in class:KexManager 184 log.info("kex_algo=" + np.kex_algo); 189 log.info("server_host_key_algo=" + np.server_host_key_algo); 196 log.info("enc_algo_client_to_server=" + np.enc_algo_client_to_server); 197 log.info("enc_algo_server_to_client=" + np.enc_algo_server_to_client); 204 log.info("mac_algo_client_to_server=" + np.mac_algo_client_to_server); 205 log.info("mac_algo_server_to_client=" + np.mac_algo_server_to_client); 212 log.info("comp_algo_client_to_server=" + np.comp_algo_client_to_server); 213 log.info("comp_algo_server_to_client=" + np.comp_algo_server_to_client) [all...] |
TransportManager.java | 31 import ch.ethz.ssh2.log.Logger; 62 private static final Logger log = Logger.getLogger(TransportManager.class); field in class:TransportManager 498 log.warning("Receive thread: error in receiveLoop: " + e.getMessage()); 501 if (log.isDebugEnabled()) 503 log.debug("Receive thread: back from receiveLoop"); 727 log.debug("Ignoring socket timeout"); 743 if (log.isDebugEnabled()) 762 log.debug("DEBUG Message from remote: '" + debugMessageBuffer.toString() + "'");
|
/external/icu4c/test/intltest/ |
transapi.cpp | 489 UnicodeString log; local 491 log = s + " + " + Data[i+0] + " -> "; 498 log = s + " => "; 502 displayOutput(s, Data[i+1], log, index); 511 UnicodeString log; local 513 log = s + " + " + Data[i+0] + " -> "; 520 log = s + " => "; 524 displayOutput(s, Data[i+1], log, index); 598 UnicodeString log; local 608 log = s + " => " 856 UnicodeString log; local [all...] |
tzfmttst.cpp | 351 : log(tlog), data(ld), index(i) {} 381 log.dataerrln("TimeZone::createTimeZoneIDEnumeration failed - %s", u_errorName(status)); 384 log.errln("TimeZone::createTimeZoneIDEnumeration failed: %s", u_errorName(status)); 412 log.logln((UnicodeString) "Thread " + index + " is done."); 416 log.logln((UnicodeString) "\nThread " + index + ": Locale: " + UnicodeString(data.locales[locidx].getName())); 419 log.logln((UnicodeString) " Pattern: " + PATTERNS[patidx]); 427 log.errcheckln(status, (UnicodeString) "new SimpleDateFormat failed for pattern " + 515 log.errln((UnicodeString) "Parse failure for text=" + text + ", tzid=" + *tzid + ", locale=" + data.locales[locidx].getName() 529 log.errln((UnicodeString) "FAIL: " + msg); 531 log.logln(msg) 560 IntlTest& log; member in class:TestTimeRoundTripThread [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
JmmDNSImpl.java | 108 logger.log(Level.WARNING, "Exception ", exception); 217 logger.log(Level.WARNING, "Exception ", exception); 420 logger.log(Level.WARNING, "Exception ", exception);
|
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/ |
AndroidAudioRenderer.java | 41 import android.util.Log;
93 // logger.log(Level.INFO, "updateSourceParam " + param);
196 // logger.log(Level.INFO, "updateListenerParam " + param);
346 logger.log(Level.SEVERE,
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
OGLESContext.java | 158 logger.log(Level.INFO, "Display EGL Version: {0}.{1}", new Object[]{version[0], version[1]}); 412 //logger.log(Level.INFO, "Time per frame {0}", milliDelta); 468 logger.log(Level.INFO, "requestDialog: title: {0}, initialValue: {1}",
|