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

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 141 AdtPlugin.log(e, "Can't store IncludeFinder");
378 AdtPlugin.log(e, "Can't store include settings");
407 AdtPlugin.log(e, "Can't read include settings");
807 AdtPlugin.log(e, "Can't delete problem marker");
    [all...]
PreviewIconFactory.java 132 AdtPlugin.log(e, "Could not create image descriptor for %s", file);
353 AdtPlugin.log(IStatus.WARNING, "Failed to render set of icons for %1$s",
357 AdtPlugin.log(session.getResult().getException(),
360 AdtPlugin.log(IStatus.WARNING, session.getResult().getErrorMessage());
553 AdtPlugin.log(e, "Failed writing palette file");
611 AdtPlugin.log(e, "Can't read preview properties");
639 AdtPlugin.log(t, "Cannot initialize preview color settings");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 143 AdtPlugin.log(e, "Parsing palette file failed");
245 AdtPlugin.log(e, "Invalid palette metadata"); //$NON-NLS-1$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 546 AdtPlugin.log(IStatus.WARNING,
GridLayoutConverter.java 298 AdtPlugin.log(IStatus.WARNING,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 123 AdtPlugin.log(e, null);
125 AdtPlugin.log(e, null);
207 AdtPlugin.log(t, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 531 AdtPlugin.log(e, "Get default debug keystore path failed"); //$NON-NLS-1$
533 AdtPlugin.log(e, "Get default debug keystore path failed"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 539 AdtPlugin.log(t, "Export Wizard Error");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 410 AdtPlugin.log(e, null);
NewXmlFileCreationPage.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 654 AdtPlugin.log(nufe, null);
666 AdtPlugin.log(nufe, null);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 111 logger.log(Level.INFO, "use_VBO [{0}] -> [{1}]", new Object[]{useVBO, !value});
116 logger.log(Level.INFO, "verboseLogging [{0}] -> [{1}]", new Object[]{verboseLogging, value});
140 private boolean log(String message) { method in class:OGLESShaderRenderer
155 logger.log(Level.INFO, "Vendor: {0}", GLES20.glGetString(GLES20.GL_VENDOR));
156 logger.log(Level.INFO, "Renderer: {0}", GLES20.glGetString(GLES20.GL_RENDERER));
157 logger.log(Level.INFO, "Version: {0}", GLES20.glGetString(GLES20.GL_VERSION));
162 logger.log(Level.INFO, "GLES20.Shading Language Version: {0}", versionStr);
202 logger.log(Level.INFO, "VTF Units: {0}", vertexTextureUnits);
209 logger.log(Level.INFO, "Texture Units: {0}", fragTextureUnits);
213 logger.log(Level.FINER, "Vertex Uniforms: {0}", vertexUniforms)
    [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
ddmlib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 49 import android.util.Log;
280 // we'll just log this and continue
281 Log.e(TAG, "Caught RuntimeException in broadcast", e);
376 log("User requested sync of account in sync disabled hold; releasing");
380 log("User requested sync of account in security hold; releasing");
429 log("loadAttachment " + attachmentId + ": " + att.mFileName);
692 log("isActive true; release hold for " + account.mDisplayName);
1219 public static void log(String str) { method in class:ExchangeService
1220 log(TAG, str); method
1223 public static void log(String tag, String str) { method in class:ExchangeService
1924 log(sServiceThread == null ? "Starting thread..." : "Restarting thread..."); method
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 87 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
110 Logger log = new MockLogger(FOO, null); local
113 assertTrue(mockManager.addLogger(log));
115 assertSame(foo, log);
427 "%h/java%u.log");
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 779 * Log the name of the test case to be executed.
1139 public synchronized void log(String message) { method in class:HttpsURLConnectionTest.Work
    [all...]
  /external/bison/
maint.mk     [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/eigen/unsupported/test/mpreal/
mpreal.h 330 friend const mpreal log (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1726 inline const mpreal log (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]

Completed in 2017 milliseconds

<<21222324252627282930>>