HomeSort by relevance Sort by last modified time
    Searched defs:log (Results 626 - 650 of 963) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 488 AdtPlugin.log(e, null);
490 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 184 AdtPlugin.log(t, null);
204 AdtPlugin.log(t, null);
219 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
539 AdtPlugin.log(e, null);
ManifestInfo.java 165 AdtPlugin.log(e, "Can't store ManifestInfo");
264 AdtPlugin.log(e, "Malformed manifest");
266 AdtPlugin.log(e, "Could not read Manifest data");
458 AdtPlugin.log(e, null);
543 AdtPlugin.log(e, null);
579 AdtPlugin.log(e, null);
651 AdtPlugin.log(e, "Can't find range information for %1$s",
682 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 566 AdtPlugin.log(IStatus.WARNING, "%s", sb.toString());
580 AdtPlugin.log(IStatus.WARNING, "%s", sb.toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 305 AdtPlugin.log(pie, null);
LintListDialog.java 227 AdtPlugin.log(IStatus.ERROR, "Did not find associated editor to apply fix");
EclipseLintClient.java 199 public void log(@NonNull Severity severity, @Nullable Throwable exception, method in class:EclipseLintClient
202 AdtPlugin.log(IStatus.WARNING, format, args);
204 AdtPlugin.log(exception, format, args);
230 AdtPlugin.log(IStatus.ERROR, "Can't find file %1$s in workspace", path);
248 AdtPlugin.log(e, "Cannot read XML file");
250 AdtPlugin.log(e, null);
369 AdtPlugin.log(e, null);
436 AdtPlugin.log(e, null);
472 AdtPlugin.log(e, null);
490 AdtPlugin.log(e, null)
971 log(Severity.INFORMATIONAL, e, null); method
973 log(Severity.INFORMATIONAL, e, null); method
1018 log(Severity.INFORMATIONAL, e, null); method
1020 log(Severity.INFORMATIONAL, e, null); method
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 314 AdtPlugin.log(e, "Failed to process 'doc' attribute for %s",
323 AdtPlugin.log(e, "Failed to read %s", jarProperties.getAbsolutePath());
510 AdtPlugin.log(jme, "Failed to resolve ClasspathContainer: %s", entry.getPath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 161 AdtPlugin.log(e, null);
307 AdtPlugin.log(e, null);
318 AdtPlugin.log(e, null);
356 RefactoringUtil.log(e);
401 AdtPlugin.log(e, null);
403 AdtPlugin.log(e, null);
RenameResourceParticipant.java 295 AdtPlugin.log(e, null);
355 AdtPlugin.log(e, null);
470 RefactoringUtil.log(e);
528 AdtPlugin.log(e, null);
530 AdtPlugin.log(e, null);
707 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 150 AdtPlugin.log(t , null);
409 AdtPlugin.log(e, "Cannot access XML value model");
578 AdtPlugin.log(e, "Failed parsing color file %1$s", file.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 236 AdtPlugin.log(t,"Failed to call IFileListener.fileChanged");
250 AdtPlugin.log(t,"Failed to call IFileListener.folderChanged");
284 AdtPlugin.log(t,"Failed to call IProjectListener.projectOpened");
293 AdtPlugin.log(t,"Failed to call IProjectListener.projectClosed");
305 AdtPlugin.log(t,"Failed to call IProjectListener.projectRenamed");
480 AdtPlugin.log(t,"Failed to call IResourceEventListener.resourceChangeEventStart");
490 AdtPlugin.log(t,"Failed to call IResourceEventListener.resourceChangeEventEnd");
519 AdtPlugin.log(t,"Failed to call IProjectListener.projectDeleted");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 321 AdtPlugin.log(e, "Problem preloading classes"); //$NON-NLS-1$
323 AdtPlugin.log(e, "Problem preloading classes"); //$NON-NLS-1$
418 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1$
425 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1$
433 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1$
463 AdtPlugin.log(e, "Android Framework Parser"); //$NON-NLS-1$
512 AdtPlugin.log(e, "Android Framework Parser: failed to collect preference classes"); //$NON-NLS-1$
533 AdtPlugin.log(IStatus.WARNING,
559 AdtPlugin.log(IStatus.WARNING,
584 AdtPlugin.log(IStatus.WARNING
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ActivityPage.java 202 AdtPlugin.log(e, null);
NewProjectWizard.java 302 AdtPlugin.log(e, null);
308 AdtPlugin.log(e, null);
320 AdtPlugin.log(e, null);
357 AdtPlugin.log(e, null);
362 AdtPlugin.log(ioe, null);
405 AdtPlugin.log(e, null);
  /system/core/debuggerd/
tombstone.c 160 static void dump_revision_info(log_t* log)
166 _LOG(log, SCOPE_AT_FAULT, "Revision: '%s'\n", revision);
169 static void dump_build_info(log_t* log)
175 _LOG(log, SCOPE_AT_FAULT, "Build fingerprint: '%s'\n", fingerprint);
178 static void dump_fault_addr(log_t* log, pid_t tid, int sig)
184 _LOG(log, SCOPE_AT_FAULT, "cannot get siginfo: %s\n", strerror(errno));
186 _LOG(log, SCOPE_AT_FAULT, "signal %d (%s), code %d (%s), fault addr %08x\n",
191 _LOG(log, SCOPE_AT_FAULT, "signal %d (%s), code %d (%s), fault addr --------\n",
196 static void dump_thread_info(log_t* log, pid_t pid, pid_t tid, bool at_fault) {
224 _LOG(log, SCOPE_AT_FAULT, "pid: %d, tid: %d, name: %s >>> %s <<<\n", pid, tid
234 log_t* log, pid_t tid __attribute((unused)), bool at_fault, variable
828 log_t log; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 117 /** Whether to dump out rendering failures of the previews to the log */
558 RenderLogger log = new RenderLogger(getDisplayName()); local
559 renderService.setLog(log);
564 if (log.hasProblems() || !render.isSuccess()) {
565 AdtPlugin.log(IStatus.ERROR, "Found problems rendering preview "
568 + log.getProblems(false));
571 AdtPlugin.log(exception, "Failure rendering preview " + getDisplayName());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 23 import android.util.Log;
33 private void log(String testName, String message) { method in class:AudioTrackTest
34 Log.v(TAG, "[" + testName + "] " + message);
38 Log.e(TAG, "[" + testName + "] " + message);
72 Log.e("MediaAudioTrackTest", "[ constructorTestMultiSampleRate ] exception at SR "
84 // log the error for the test runner
86 // log the error for logcat
87 log("constructorTestMultiSampleRate", "failed to construct "
241 Log.e("MediaAudioTrackTest",
300 log(TEST_NAME, "position =" + track.getPlaybackHeadPosition()) method
329 log(TEST_NAME, "position =" + track.getPlaybackHeadPosition()); method
365 log(TEST_NAME, "position =" + pos + ", read count ="+count); method
394 log(TEST_NAME, "position =" + pos); method
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 30 private static final Logger Log = Logger.getLogger(DebugTest.class.getName());
84 Log.log(Level.WARNING, "Skipping testThreadCpuTimeNanos() on unsupported system");
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 42 import org.apache.commons.logging.Log;
112 private final Log log = LogFactory.getLog(getClass()); field in class:DefaultRequestDirector
335 this.log.debug("Stale connection check");
337 this.log.debug("Stale connection detected");
372 if (this.log.isDebugEnabled()) {
373 this.log.debug(ex.getMessage());
425 if (this.log.isDebugEnabled()) {
426 this.log.debug("Attempt " + execCount + " to execute request");
432 this.log.debug("Closing the connection.")
    [all...]
  /external/bison/darwin-lib/
math.h 1548 # undef log macro
    [all...]
  /external/bison/lib/
math.in.h 1226 # undef log macro
1227 # define log macro
1234 _GL_CXXALIASWARN (log); variable
1236 # undef log macro
    [all...]
  /external/bison/linux-lib/
math.h 1548 # undef log macro
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 11 // is the central controller for the acquisition of log data, and the automatic
12 // transmission of that log data to an external server. Its major job is to
17 // transmission. Transmission includes submitting a compressed log as data in a
24 // There is at most one initial log sent for each complete run of the chromium
25 // product (from startup, to browser shutdown). An initial log is generally
28 // external server's response to the initial log conceptually tells this MS if
33 // After the above initial log, a series of ongoing logs will be transmitted.
34 // The first ongoing log actually begins to accumulate information stating when
35 // the MS was first constructed. Note that even though the initial log is
36 // commonly sent a full minute after startup, the initial log does not includ
1151 MetricsLog* log = new MetricsLog(client_id_, session_id_); local
    [all...]

Completed in 1924 milliseconds

<<21222324252627282930>>