HomeSort by relevance Sort by last modified time
    Searched refs:INFO (Results 176 - 200 of 346) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
HeightfieldCollisionShape.java 107 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId));
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
ConeJoint.java 130 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Joint {0}", Long.toHexString(objectId));
HingeJoint.java 185 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Joint {0}", Long.toHexString(objectId));
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java 195 logger.info("Display destroyed.");
204 logger.log(Level.INFO, "Using LWJGL {0}", Sys.getVersion());
LwjglOffscreenBuffer.java 87 logger.info("Offscreen buffer created.");
140 logger.info("Offscreen buffer destroyed.");
144 logger.log(Level.INFO, "Using LWJGL {0}", Sys.getVersion());
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
MidpointDisplacementHeightMap.java 42 * the midpoint displacement algorithm. See Constructor javadoc for more info.
154 logger.log(Level.INFO, "Midpoint displacement heightmap generated");
  /external/webkit/Tools/Scripts/
test-webkitpy 61 logging.DEBUG. Otherwise, it is set to logging.INFO.
69 logging_level = logging.INFO
109 _log.info("Suppressing most webkitpy logging while running unit tests.")
133 _log.info("Deleting orphan *.pyc file: %s" % file_path)
prepare-ChangeLog 427 print STDERR "-- Please remember to include a detailed description in your ChangeLog entry. --\n-- See <http://webkit.org/coding/contributing.html> for more info --\n";
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 93 call_some_method() # Contains calls to _log.info(), etc.
96 self._log.assertMessages(["INFO: expected message #1",
124 def setUp(test_case, logging_level=logging.INFO):
132 "INFO: This is a test log message."
227 call_some_method() # Contains calls to _log.info(), etc.
230 self.assertLog(["INFO: expected message #1",
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 27 log_level = logging.INFO
50 logging.info("Running the test ...")
104 logging.info(adb_output);
105 logging.info(adb_error);
106 logging.info("Done\n");
127 logging.info("Results are stored under: " + results_dir + "/load_test_result.txt\n")
  /frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py 34 logging.basicConfig(level=logging.INFO, format='%(message)s')
37 logging.info("illegal argument: " + run_cmd)
38 logging.info("Usage: python run_apache2.py start|stop|restart")
106 logging.info("Will " + run_cmd + " apache2 server.")
111 logging.info("First will stop...")
114 logging.info("Failed to stop Apache2")
116 logging.info("Stopped. Will start now...")
124 logging.info("Failed to start Apache2")
127 logging.info("Successfully started")
135 logging.info(out
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Level.java 38 * INFO, WARNING, SEVERE. There are two additional predefined levels, which are
64 * The INFO level provides informative messages.
66 public static final Level INFO = new Level("INFO", 800);
Logger.java 124 * <li>the default level ({@link Level#INFO})
127 volatile int levelIntVal = Level.INFO.intValue();
644 * inherited from its parent. The default level is {@code Level.INFO}.
858 * Logs a message of level {@code Level.INFO}; the message is transmitted
864 public void info(String msg) { method in class:Logger
865 log(Level.INFO, msg);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 46 LogLevel.INFO.getStringValue(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 102 Messages.PreferencePage_Info, LogLevel.INFO.getStringValue()
  /external/ipsec-tools/src/racoon/
racoonctl.c 138 enum { UNSPEC, ERROR, INFO } level;
140 { EVTT_PHASE1_UP, "Phase 1 established", INFO },
141 { EVTT_PHASE1_DOWN, "Phase 1 deleted", INFO },
142 { EVTT_XAUTH_SUCCESS, "Xauth exchange passed", INFO },
143 { EVTT_ISAKMP_CFG_DONE, "ISAKMP mode config done", INFO },
144 { EVTT_PHASE2_UP, "Phase 2 established", INFO },
145 { EVTT_PHASE2_DOWN, "Phase 2 deleted", INFO },
157 { EVTT_NO_ISAKMP_CFG, "No need for ISAKMP mode config ", INFO },
200 #define EVTF_CFG 0x0004 /* Print ISAKMP mode config info */
1421 * Print ISAKMP mode config info (IP and banner
    [all...]
  /system/core/init/
util.c 50 const struct android_id_info *info = android_ids; local
54 if (!strcmp(info[n].name, name))
55 return info[n].aid;
136 INFO("Created socket '%s' with mode '%o', user '%d', group '%d'\n",
228 INFO("mtd partition %d, %s\n", mtdnum, mtdname + 1);
289 struct stat info; local
304 if (stat(buf, &info) != 0) {
362 struct stat info; local
366 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))
  /tools/build/builder/prebuilts/
manifmerger.jar 
  /external/clang/tools/scan-build/
scan-build 506 # Scan the failures directory and use the information in the .info files
512 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
765 # Open the info file and get the name of the source file.
766 open (INFO, "$Dir/failures/$ppfile.info.txt") or
767 die "Cannot open $Dir/failures/$ppfile.info.txt\n";
768 my $srcfile = <INFO>;
770 close (INFO);
777 print OUT " <!-- REPORTPROBLEM src=\"$srcfile\" file=\"failures/$ppfile\" clangfile=\"failures/$ppfile_clang\" stderr=\"failures/$ppfile.stderr.txt\" info=\"failures/$ppfile.info.txt\" -->\n"
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browsertests_misc.cc 220 LOG(INFO) << "Load extension A done : "
230 LOG(INFO) << "Load extension B done : "
239 LOG(INFO) << "Reload extension A done: "
245 LOG(INFO) << "Reload extension B done: "
252 LOG(INFO) << "Test completed : "
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 240 // Sends message to host registration page with system/user info data.
625 LOG(INFO) << "Disconnecting from: " << network->service_path();
668 LOG(INFO) << "Connecting to: " << network->service_path();
697 LOG(INFO) << "Disconnecting from " << network->service_path();
726 LOG(INFO) << "Force service reconnection";
    [all...]
  /external/libsepol/src/
link.c 335 INFO(state->handle, "copying role %s", id);
432 INFO(state->handle, "copying type %s", id);
502 INFO(state->handle, "copying user %s", id);
570 INFO(state->handle, "copying boolean %s", id);
604 /* Get the scope info for this boolean to see if this is the declaration,
847 INFO(state->handle, "copying alias %s", id);
1063 INFO(state->handle, "fixing role %s", id);
1137 INFO(state->handle, "fixing attribute %s", id);
1182 INFO(state->handle, "fixing user %s", id);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 72 INFO 1,"Please switch to using M_VARIANTS"
131 INFO 1, "No match found for CPU '$_CPU'"
144 INFO 1, "Unrecognized variant '$var'"
167 INFO 1, "No variant match found for CPU '$_CPU'"
692 INFO 1, "Unrecognized saved r register limit '$rreg'"
742 INFO 1, "Unrecognized saved d register limit '$dreg'"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 72 INFO 1,"Please switch to using M_VARIANTS"
134 INFO 1, "No match found for CPU '$_CPU'"
147 INFO 1, "Unrecognized variant '$var'"
170 INFO 1, "No variant match found for CPU '$_CPU'"
695 INFO 1, "Unrecognized saved r register limit '$rreg'"
745 INFO 1, "Unrecognized saved d register limit '$dreg'"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 241 AdtPlugin.log(IStatus.INFO, "%s BUILD(PRE)", project.getName());
253 // get the project info
286 AdtPlugin.log(IStatus.INFO, "%s full build!", project.getName());
659 AdtPlugin.log(IStatus.INFO, "%s compiling resources!", project.getName());
692 AdtPlugin.log(IStatus.INFO, "%s CLEAN(PRE)", getProject().getName());
    [all...]

Completed in 1314 milliseconds

1 2 3 4 5 6 78 91011>>