Searched refs:log (Results 276 - 300 of 969) sorted by relevance

<<11121314151617181920>>

/external/openssh/contrib/cygwin/
H A Dssh-host-config393 if ! chown "${run_service_as}".544 ${LOCALSTATEDIR}/log/lastlog >/dev/null 2>&1
395 csih_warning "Couldn't change owner of ${LOCALSTATEDIR}/log/lastlog!"
398 if [ -f ${LOCALSTATEDIR}/log/sshd.log ]
400 if ! chown "${run_service_as}".544 ${LOCALSTATEDIR}/log/sshd.log >/dev/null 2>&1
402 csih_warning "Couldn't change owner of ${LOCALSTATEDIR}/log/sshd.log!"
678 # Check for /var/log directory
679 csih_make_dir "${LOCALSTATEDIR}/log" "Canno
[all...]
/external/v8/tools/
H A Dll_prof.py59 # symbols. Use default log names and include the snapshot log.
63 # Use default log names and include kernel symbols into analysis.
66 # Print flat profile. Use custom log names.
67 $ %prog --log=foo.log --snapshot-log=snap-foo.log --trace=foo.data --snapshot
180 filename = options.log + ".ll"
308 """V8 snapshot log reade
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java111 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(Leve
[all...]
/external/icu4c/test/intltest/
H A Dtransapi.cpp489 UnicodeString log; local
491 log = s + " + " + Data[i+0] + " -> ";
498 log = s + " => ";
502 displayOutput(s, Data[i+1], log, index);
511 UnicodeString log; local
513 log = s + " + " + Data[i+0] + " -> ";
520 log = s + " => ";
524 displayOutput(s, Data[i+1], log, index);
598 UnicodeString log; local
608 log
856 UnicodeString log; local
876 displayOutput(const UnicodeString& got, const UnicodeString& expected, UnicodeString& log, UTransPosition& index) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DTangentBinormalGenerator.java57 private static final Logger log = Logger.getLogger( field in class:TangentBinormalGenerator
325 log.log(Level.WARNING, "Colinear uv coordinates for triangle "
344 log.log(Level.WARNING, "Vertices are on the same line "
471 log.log(Level.WARNING,
481 log.log(Level.WARNING,
513 // log
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py118 from distutils import log namespace
120 log.warn("""
136 log.warn("Downloading %s", url)
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRedirectHandler.java67 private final Log log = LogFactory.getLog(getClass()); field in class:DefaultRedirectHandler
108 if (this.log.isDebugEnabled()) {
109 this.log.debug("Redirect requested to location '" + location + "'");
/external/apache-http/src/org/apache/http/impl/conn/
H A DDefaultClientConnection.java69 private final Log log = LogFactory.getLog(getClass()); field in class:DefaultClientConnection
147 log.debug("Connection shut down");
160 log.debug("Connection closed");
/external/chromium/chrome/browser/
H A Domnibox_search_hint.cc191 AutocompleteLog* log = Details<AutocompleteLog>(details).ptr(); local
193 log->result.match_at(log->selected_index).type;
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_hybi.py190 logger.log(common.LOGLEVEL_FINE, 'Receive the first 2 octets of a frame')
205 logger.log(common.LOGLEVEL_FINE,
221 logger.log(common.LOGLEVEL_FINE,
234 logger.log(common.LOGLEVEL_FINE,
237 logger.log(common.LOGLEVEL_FINE,
247 logger.log(common.LOGLEVEL_FINE,
258 logger.log(common.LOGLEVEL_FINE, 'Receive mask')
263 logger.log(common.LOGLEVEL_FINE, 'Mask=%r', masking_nonce)
267 logger.log(common.LOGLEVEL_FINE, 'Receive payload data')
274 logger.log(
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java98 // else TODO: log/warn
154 if (stopDataCollection) s_cdata = null; // TODO: log this NOTE: this does not really stop data collection, merely prevents new class registration
164 if (stopDataCollection) s_cdata = null; // TODO: log this NOTE: this does not really stop data collection, merely prevents new class registration
241 final Logger log = Logger.getLogger ();
242 if (log.atINFO ())
244 log.info ("collecting runtime coverage data ...");
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DRemoteX11AcceptThread.java12 import ch.ethz.ssh2.log.Logger;
23 private static final Logger log = Logger.getLogger(RemoteX11AcceptThread.class); field in class:RemoteX11AcceptThread
227 log.warning("IOException in X11 proxy code: " + e.getMessage());
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
H A DKexManager.java20 import ch.ethz.ssh2.log.Logger;
46 private static final Logger log = Logger.getLogger(KexManager.class); field in class:KexManager
184 log.info("kex_algo=" + np.kex_algo);
189 log.info("server_host_key_algo=" + np.server_host_key_algo);
196 log.info("enc_algo_client_to_server=" + np.enc_algo_client_to_server);
197 log.info("enc_algo_server_to_client=" + np.enc_algo_server_to_client);
204 log.info("mac_algo_client_to_server=" + np.mac_algo_client_to_server);
205 log.info("mac_algo_server_to_client=" + np.mac_algo_server_to_client);
212 log.info("comp_algo_client_to_server=" + np.comp_algo_client_to_server);
213 log
[all...]
/external/guava/guava/src/com/google/common/base/
H A DFinalizableReferenceQueue.java114 logger.log(Level.INFO, "Failed to start reference finalizer thread."
143 logger.log(Level.SEVERE, "Error cleaning up after reference.", t);
230 logger.log(Level.WARNING, LOADING_ERROR, e);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java194 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.SEVERE, null, ex);
268 // Logger.getLogger(PhysicsSpace.class.getName()).log(Level.SEVERE, null, ex);
568 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Adding ghost object {0} to physics space.", Long.toHexString(node.getObjectId()));
573 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Removing ghost object {0} from physics space.", Long.toHexString(node.getObjectId()));
578 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Adding character {0} to physics space.", Long.toHexString(node.getObjectId()));
586 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Removing character {0} from physics space.", Long.toHexString(node.getObjectId()));
609 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Adding RigidBody {0} to physics space.", node.getObjectId());
611 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Adding vehicle constraint {0} to physics space.", Long.toHexString(((PhysicsVehicle) node).getVehicleId()));
618 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.INFO, "Removing vehicle constraint {0} from physics space.", Long.toHexString(((PhysicsVehicle) node).getVehicleId()));
621 Logger.getLogger(PhysicsSpace.class.getName()).log(Leve
[all...]
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DGImpactCollisionShape.java151 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Mesh {0}", Long.toHexString(meshId));
153 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId));
163 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Finalizing Mesh {0}", Long.toHexString(meshId));
H A DMeshCollisionShape.java144 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Mesh {0}", Long.toHexString(meshId));
146 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Created Shape {0}", Long.toHexString(objectId));
156 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Finalizing Mesh {0}", Long.toHexString(meshId));
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DAnimationTrack.java55 private static final Logger log = Logger.getLogger(AnimationTrack.class.getName()); field in class:AnimationTrack
101 log.log(Level.WARNING, "spatial {0} not found in the scene, cannot perform animation", modelName);
H A DPositionTrack.java29 private static final Logger log = Logger.getLogger(PositionTrack.class.getName()); field in class:PositionTrack
52 log.log(Level.WARNING, "spatial {0} not found in the scene", spatialName);
H A DRotationTrack.java29 private static final Logger log = Logger.getLogger(RotationTrack.class.getName()); field in class:RotationTrack
43 log.log(Level.WARNING, "spatial {0} not found in the scene", spatialName);
H A DScaleTrack.java29 private static final Logger log = Logger.getLogger(RotationTrack.class.getName()); field in class:ScaleTrack
43 log.log(Level.WARNING, "spatial {0} not found in the scene", spatialName);
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp233 if (Complain) Engine.log("called functions differ");
237 if (Complain) Engine.log("argument counts differ");
255 if (Complain) Engine.log("different instruction types");
262 if (Complain) Engine.log("different predicates");
273 if (Complain) Engine.log("different phi types");
296 if (Complain) Engine.log("branch conditionality differs");
302 if (Complain) Engine.log("branch conditions differ");
314 if (Complain) Engine.log("switch conditions differ");
353 if (Complain) Engine.log("instructions have different operand counts");
465 Engine.log("differen
[all...]
/external/llvm/utils/lit/lit/
H A DUtil.py102 power = int(math.ceil(math.log(maxValue, 10)))
124 pDigits = int(math.ceil(math.log(maxValue, 10)))
128 cDigits = int(math.ceil(math.log(len(items), 10)))
/external/protobuf/python/
H A Dez_setup.py136 from distutils import log namespace
138 log.warn("""
154 log.warn("Downloading %s", url)
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_gamma.c35 #define log(x) __ieee754_log(x) macro
84 sum += (float) ( log(A) / log(B) );

Completed in 478 milliseconds

<<11121314151617181920>>