HomeSort by relevance Sort by last modified time
    Searched full:logging (Results 576 - 600 of 977) sorted by null

<<21222324252627282930>>

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 264 /* No PERF object is created - e.g. if logging, no "X blocks created" message
  /hardware/ti/wlan/wl1271/utils/
report.h 300 * This flag indicates for each severity - whether it is enabled for Logging or not.
304 * This flag indicates for each file - whether it is enabled for Logging or not.
323 TI_UINT8 aSeverityTable[(REPORT_SEVERITY_MAX + 3) & ~3]; /**< Table in the size of all available LOG severity levels which indicates for each severity - whether it is enabled for Logging or not. */
324 TI_UINT8 aFileEnable [(REPORT_FILES_NUM + 3) & ~3]; /**< Table in the size of all available LOG files which indicates for each file - whether it is enabled for Logging or not */
    [all...]
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmClock.java 61 /** This must be false for production. If true, turns on logging,
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 59 /** This must be false for production. If true, turns on logging,
  /packages/apps/IM/src/com/android/im/service/
RemoteImService.java 169 Log.w(TAG, "Logging error while automatically login!");
  /system/core/init/
readme.txt 296 Android logging system (accessed via logcat).
  /system/wlan/ti/wilink_6_1/utils/
report.h 284 * This flag indicates for each severity - whether it is enabled for Logging or not.
288 * This flag indicates for each file - whether it is enabled for Logging or not.
307 TI_UINT8 aSeverityTable[(REPORT_SEVERITY_MAX + 3) & ~3]; /**< Table in the size of all available LOG severity levels which indicates for each severity - whether it is enabled for Logging or not. */
308 TI_UINT8 aFileEnable [(REPORT_FILES_NUM + 3) & ~3]; /**< Table in the size of all available LOG files which indicates for each file - whether it is enabled for Logging or not */
    [all...]
  /dalvik/hit/samples/
android.hprof 39 ?resolveqL?RequestConnControl.javatO?Theme_spinnerStylex*permittedCapabilities s?mDiedt(AndroidManifestIntentFiltervV?EXTERNAL_STORAGE_DIRECTORY"v2?TRANSACTION_getAnimationScalesr (java.util.logging.Handler v??M_BLOCK&r??TRANSACTION_setDiscoverableTimeout&v7?TRANSACTION_startAppFreezingScreen-s()Landroid/content/res/XmlResourceParser;
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
Security.java 26 import java.util.logging.Level;
27 import java.util.logging.Logger;
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
ExpatParser.java 35 import java.util.logging.Logger;
36 import java.util.logging.Level;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 42 import org.apache.commons.logging.Log;
43 import org.apache.commons.logging.LogFactory;
  /external/ipsec-tools/src/racoon/
cftoken.l 184 /* logging */
185 <S_INI>log { BEGIN S_LOG; YYDB; return(LOGGING); }
  /external/kernel-headers/original/linux/
wanrouter.h 138 unsigned char logging; /* Control connection logging */ member in struct:wan_x25_conf
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.h 403 /* bitstream logging */
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.cpp     [all...]
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_node_common.cpp 201 // disable sending logging message, but try to disconnect socket
854 // for stop/eos logging timeout, allow zero timeout
  /external/qemu/
qemu-monitor.hx 167 "item1[,...]", "activate logging of the specified items to '/tmp/qemu.log'" },
170 Activate logging of the specified items to @file{/tmp/qemu.log}.
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
501 logging.info("Waiting on shutdown %d" % (self.GetThreadShutdownFlag()))
midifile.py 23 import logging namespace
188 midi_file_logger = logging.getLogger('MIDI_file')
189 midi_file_logger.setLevel(logging.NOTSET)
    [all...]
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 487 /*TODO: complete with logging*/
516 /*TODO: complete with logging*/
  /external/v8/src/
compiler.cc 190 // Log the code generation for the script. Check explicit whether logging is
554 // logging is enabled as finding the line number is not free.
globals.h 439 // Logging and profiling.
542 // inside a C++ class and new and delete will be overloaded so logging is
  /frameworks/base/
NOTICE 28 == in this case for Jakarta Commons Logging. ==
31 Jakarta Commons Logging (JCL)
  /frameworks/base/services/java/com/android/server/
Watchdog.java 241 if (localLOGV) Slog.v(TAG, "Received global pss, logging.");
259 if (localLOGV) Slog.v(TAG, "Have global pss, logging.");
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 76 /* Switch on/off logging */
140 * Print to the log file (if logging enabled)

Completed in 500 milliseconds

<<21222324252627282930>>