HomeSort by relevance Sort by last modified time
    Searched defs:logE (Results 1 - 5 of 5) sorted by null

  /frameworks/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
DataBinderPlugin.java 94 logE(e, "cannot write file " + f.getAbsolutePath());
158 logE(t, "failed to setup data binding");
170 logE(null, message);
187 logE(exception, "Cannot read data binding version");
204 logE(new UnsupportedOperationException("cannot understand android ext"),
317 logE(e, "cannot write layout xmls %s",
374 private void logE(Throwable t, String s, Object... args) {
  /external/libopus/src/
analysis.c 205 float logE[NB_TBANDS];
341 logE[b] = (float)log(E+1e-10f);
342 tonal->lowE[b] = MIN32(logE[b], tonal->lowE[b]+.01f);
343 tonal->highE[b] = MAX32(logE[b], tonal->highE[b]-.1f);
349 relativeE += (logE[b]-tonal->lowE[b])/(1e-15f+tonal->highE[b]-tonal->lowE[b]);
428 sum += dct_table[i*16+b]*logE[b];
  /libcore/libart/src/main/java/java/lang/
Daemons.java 205 System.logE("Uncaught exception thrown by finalizer", ex);
306 System.logE("failed to send SIGQUIT", e);
310 System.logE(message, syntheticException);
  /libcore/luni/src/main/java/java/lang/
System.java 811 logE("Ignoring command line argument: -Dfile.separator");
815 logE("Ignoring command line argument: -Dline.separator");
819 logE("Ignoring command line argument: -Dpath.separator");
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 431 logE("Unable to set up preview!");
584 logE("Can't change preview state while taking picture!");
604 logE("Can't change preview state while taking picture!");
737 logE("Can't take picture while not running preview!");
812 logE("Re-lock camera before recording");
822 logE("Can't toggle recording in current state!");
856 logE("Stop recording before toggling lock");
    [all...]

Completed in 126 milliseconds