HomeSort by relevance Sort by last modified time
    Searched refs:INFO (Results 201 - 225 of 318) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java 255 Logger.getLogger(InputSystemJme.class.getName()).log(Level.INFO, "Current TextField: {0}", textField.getId());
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java 152 //logger.info( heightData[x + (z*size)]);
275 logger.log(Level.INFO, "Saved terrain to {0}", filename);
FaultHeightMap.java 153 logger.log(Level.INFO, "Fault heightmap generated");
  /external/openfst/src/test/
weight_test.cc 103 LOG(INFO) << "Seed = " << seed;
  /external/webkit/Tools/Scripts/
VCSUtils.pm 307 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die;
308 while (<INFO>) {
317 <INFO>; # Consume the rest of the input.
320 close INFO;
363 my $svnInfo = `LC_ALL=C svn info $dir | grep Revision:`;
380 $svnInfo = `LC_ALL=C svn info $relativePath`;
382 $svnInfo = `LC_ALL=C git svn info $relativePath`;
    [all...]
run-qtwebkit-tests 39 self.info = self._log.info
81 logging.basicConfig(level=logging.INFO,)
85 logging.basicConfig(level=logging.INFO,)
123 log.info("Running... %s", test_suite.test_file_name())
157 log.info("Finished %s", test_suite.test_file_name())
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cavlc.c 60 #define INFO(vlc) (((vlc) >> 4) & 0xF) /* 4 MSB bits contain information */
198 * [4 bits for info] [4 bits for VLC length] */
305 * [4 bits for info] [4bits for VLC length]
714 if (INFO(value) > zerosLeft)
870 zerosLeft = INFO(zerosLeft);
884 run[i] = INFO(tmp);
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 315 System.setOut(new AndroidPrintStream(Log.INFO, "System.out"));
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 76 logging.info("Line has more than one '|': " + line)
83 logging.info("Lins has non-numeric load time: " + line)
108 log_level = logging.INFO
169 logging.info("Running the test ...")
210 logging.info(crashed_test + " CRASHED")
213 logging.info("Resuming reliability test runner...")
223 logging.info(adb_output)
224 logging.info("Done\n")
229 logging.info("Crashed URL list stored in: " + crashed_file)
232 logging.info("No crash found."
    [all...]
run_layout_tests.py 107 logging.info(marker + " >>> " + str(params["new"][0]) + " new, " +
124 logging.info("Comparing results to " + ref_dir)
136 logging.info("Detailed diffs are in " + diff_result)
147 log_level = logging.INFO
165 logging.info("Generating test list.");
170 logging.info("Aborting because cannot generate test list.\n" + adb_output)
174 logging.info("Running tests")
223 logging.info(crashed_test + " CRASHED");
226 logging.info("Resuming layout test runner...");
237 logging.info("Done\n")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 97 sLogger.log(Level.INFO, String.format("Testing sample %s for target %s", name,
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 667 DLOG(INFO) << "Browser listener(s) have disappeared since last update";
673 DLOG(INFO) << "Tab content(s) have disappeared since last update";
  /external/chromium/net/tools/flip_server/
epoll_server.cc 150 LOG(INFO) << "\n" << event_recorder_;
638 LOG(INFO) << "Negative epoll timeout: " << timeout_in_us
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialHelper.java 189 LOGGER.log(Level.INFO, "Loading material.");
199 LOGGER.log(Level.INFO, "Material's name: {0}", materialContext.name);
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 27 * TODO: Merge at least most of the info from the Dops class into
32 private static final Info[] INFO;
40 public static final Info SPECIAL_FORMAT =
41 new Info(Opcodes.SPECIAL_FORMAT, "<special>",
46 public static final Info PACKED_SWITCH_PAYLOAD =
47 new Info(Opcodes.PACKED_SWITCH_PAYLOAD, "packed-switch-payload",
51 public static final Info SPARSE_SWITCH_PAYLOAD =
52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload",
56 public static final Info FILL_ARRAY_DATA_PAYLOAD
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 55 logger.info("GLSurfaceView asks for egl config, returning: ");
86 logger.info("JME3 using best EGL configuration available here: ");
90 logger.info("JME3 using fastest EGL configuration available here: ");
94 logger.info("JME3 using choosen config: ");
127 logger.log(Level.INFO, "Using PixelFormat {0}", result);
158 logger.info(String.format("EGL_RED_SIZE = %d", value[0]));
161 logger.info(String.format("EGL_GREEN_SIZE = %d", value[0]));
164 logger.info(String.format("EGL_BLUE_SIZE = %d", value[0]));
167 logger.info(String.format("EGL_ALPHA_SIZE = %d", value[0]));
170 logger.info(String.format("EGL_DEPTH_SIZE = %d", value[0]))
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderLoader.java 91 LOGGER.log(Level.INFO, "{0}: {1}--> {2}", new Object[] { ((Node) object).getName(), ((Node) object).getLocalTranslation().toString(), ((Node) object).getParent() == null ? "null" : ((Node) object).getParent().getName() });
165 * the asset info
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultClient.java 257 protected void closeConnections( DisconnectInfo info )
276 fireDisconnected(info);
328 protected void fireDisconnected( DisconnectInfo info )
331 l.clientDisconnected( this, info );
345 DisconnectInfo info = new DisconnectInfo(); local
346 info.reason = "Connection Error";
347 info.error = t;
348 closeConnections(info);
387 log.log( Level.INFO, "Connection established, id:{0}.", this.id );
400 DisconnectInfo info = new DisconnectInfo() local
    [all...]
  /external/regex-re2/re2/
prog.cc 336 LOG(INFO) << "Using trivial bytemap.";
dfa.cc 268 bool AnalyzeSearchHelper(SearchParams* params, StartInfo* info, uint flags);
338 bool cache_warned_; // have printed to LOG(INFO) about the cache
432 LOG(INFO) << StringPrintf("DFA out of memory: prog size %lld mem %lld",
447 LOG(INFO) << StringPrintf("DFA out of memory: prog size %lld mem %lld",
1620 StartInfo* info = &start_[start]; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogFilter.java 544 if (msg.data.logLevel == LogLevel.INFO) {
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 189 logger.log(Level.INFO, "AudioRenderer supports {0} channels", channels.length);
199 logger.log(Level.INFO, "Audio effect extension version: {0}.{1}", new Object[]{major, minor});
203 logger.log(Level.INFO, "Audio max auxilary sends: {0}", auxSends);
    [all...]
  /external/libsepol/src/
expand.c 97 INFO(state->handle, "copying type or attribute %s", id);
165 INFO(state->handle, "converting attribute %s", id);
237 INFO(state->handle, "copying common %s", id);
379 INFO(state->handle, "copying class %s", id);
602 INFO(state->handle, "copying alias %s", id);
695 INFO(state->handle, "fixing role attribute %s", id);
760 INFO(state->handle, "copying role %s", id);
907 INFO(state->handle, "copying user %s", id);
939 /* expand the semantic MLS info */
958 /* require that the MLS info match *
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 382 logger.log(Level.INFO, "Caps: {0}", caps);
395 logger.log(Level.INFO, "Reseting objects and invalidating state");
402 logger.log(Level.INFO, "Deleting objects and invalidating state");
768 logger.log(Level.INFO, "Uniform {0} is not declared in shader {1}.", new Object[]{uniform.getName(), shader.getSources()});
    [all...]

Completed in 1485 milliseconds

1 2 3 4 5 6 7 891011>>