HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 3226 - 3250 of 5540) sorted by null

<<121122123124125126127128129130>>

  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 32 Provides the application with means to enable and disable logging
204 TRACE_OPERATIONS_BIT_MESA controls logging of all commands outside of
207 TRACE_PRIMITIVES_BIT_MESA controls logging of all commands inside of
210 TRACE_ARRAYS_BIT_MESA controls logging of VertexPointer, NormalPointer,
213 TRACE_TEXTURES_BIT_MESA controls logging of texture data dereferenced by
217 TRACE_PIXELS_BIT_MESA controls logging of image data dereferenced by
220 TRACE_ERRORS_BIT_MESA controls logging of all errors. If this bit is
325 affected at all by a properly chosen logging operation.
333 None. The logging operation is carried out client-side, by exporting
334 entry points to the wrapper functions that execute the logging operation
    [all...]
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 34 import java.util.logging.Level;
35 import java.util.logging.Logger;
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 30 import java.util.logging.Level;
31 import java.util.logging.Logger;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 32 import java.util.logging.Level;
33 import java.util.logging.Logger;
  /external/okhttp/okio/okio/src/main/java/okio/
Okio.java 28 import java.util.logging.Level;
29 import java.util.logging.Logger;
  /external/parameter-framework/upstream/test/test-fixed-point-parameter/
Main.py 33 import logging
40 self.__logger = logging.root.getChild("parameter-framework")
  /external/python/cpython2/Lib/lib2to3/tests/
test_main.py 4 import logging
35 # Clean up logging configuration down by main.
36 del logging.root.handlers[:]
  /external/python/cpython3/Lib/
hashlib.py 245 import logging
246 logging.exception('code for hash %s was not found.', __func_name)
  /external/python/cpython3/Lib/lib2to3/tests/
test_main.py 4 import logging
25 # Clean up logging configuration down by main.
26 del logging.root.handlers[:]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDefaultRequestDirector.java 8 import org.apache.commons.logging.Log;
9 import org.apache.commons.logging.LogFactory;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
SQLiteLibraryLoader.java 19 import java.util.logging.Level;
20 import java.util.logging.Logger;
139 // configure less verbose logging
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
ShadowDefaultRequestDirector.java 7 import org.apache.commons.logging.Log;
8 import org.apache.commons.logging.LogFactory;
  /external/selinux/gui/
system-config-selinux.py 94 "on_logging_activate": self.logging,
129 def logging(self, args): member in class:childWindow
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 70 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
80 logging.info("TriggerClip() eventID: %d" % eventID)
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
trainer_hooks.py 28 from tensorflow.python.platform import tf_logging as logging
44 every_n_steps: frequency, in number of steps, for logging summaries.
176 logging.info("Requesting stop since we have reached %d trees.",
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
gmm.py 32 from tensorflow.python.ops import logging_ops as logging
66 logging.info(e)
  /external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
segmentation_test.py 21 import logging
166 logging.exception('Skipping test method because scipy could not be loaded')
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/
kernel_estimators.py 30 from tensorflow.python.platform import tf_logging as logging
86 logging.warning(
  /external/tensorflow/tensorflow/contrib/makefile/sub_makefiles/android/
Makefile.in 71 tensorflow/examples/android/jni/object_tracking/logging.cc \
  /external/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim.py 31 from tensorflow.python.platform import tf_logging as logging
109 logging.error("Only classification and regression default signatures "
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ops/
training_ops.py 28 from tensorflow.python.platform import tf_logging as logging
290 logging.info('data path: %s', ops_path)
  /external/tensorflow/tensorflow/examples/learn/
resnet.py 178 tf.logging.set_verbosity(tf.logging.INFO) # Show training logs.
text_classification.py 106 tf.logging.set_verbosity(tf.logging.INFO)
text_classification_character_cnn.py 106 tf.logging.set_verbosity(tf.logging.INFO)
  /external/tensorflow/tensorflow/examples/speech_commands/
generate_streaming_test_wav.py 162 tf.logging.info('Saved streaming test wav to %s', FLAGS.output_audio_file)
167 tf.logging.info('Saved streaming test labels to %s', FLAGS.output_labels_file)

Completed in 1600 milliseconds

<<121122123124125126127128129130>>