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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 168 root.setLevel(Level.INFO);
421 * {@code Level.INFO}.
436 root.setLevel(Level.INFO);
506 * parent level will be used; or {@code Level.INFO} for loggers with no
516 : Level.INFO.intValue();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 89 assertSame(h.getLevel(), Level.INFO);
138 assertSame(h.getLevel(), Level.INFO);
214 LogRecord r = new LogRecord(Level.INFO, "testPublish_NoFilter");
215 h.setLevel(Level.INFO);
255 LogRecord r = new LogRecord(Level.INFO, "testPublish_WithFilter");
256 h.setLevel(Level.INFO);
275 LogRecord r = new LogRecord(Level.INFO, "testPublish_WithFilter");
276 h.setLevel(Level.INFO);
327 LogRecord r = new LogRecord(Level.INFO, "");
343 LogRecord r = new LogRecord(Level.INFO, null)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 49 private static final int INFO = R.id.action_info;
64 public ItemInfo info; field in class:LauncherAccessibilityDelegate.DragInfo
79 mActions.put(INFO, new AccessibilityAction(INFO,
94 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) {
95 super.onInitializeAccessibilityNodeInfo(host, info);
100 info.addAction(mActions.get(REMOVE));
103 info.addAction(mActions.get(UNINSTALL));
106 info.addAction(mActions.get(INFO));
179 ShortcutInfo info = (ShortcutInfo) item; local
201 final LauncherAppWidgetInfo info = (LauncherAppWidgetInfo) item; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 46 INFO = "info"
112 INFO,
212 # flags for INFO primitive
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 46 INFO = "info"
112 INFO,
212 # flags for INFO primitive
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-over-slf4j-1.4.2.jar 
  /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...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 121 putName(Request.INFO);
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 86 INFO 1,"Please switch to using M_VARIANTS"
145 INFO 1, "No match found for CPU '$_CPU'"
158 INFO 1, "Unrecognized variant '$var'"
181 INFO 1, "No variant match found for CPU '$_CPU'"
706 INFO 1, "Unrecognized saved r register limit '$rreg'"
756 INFO 1, "Unrecognized saved d register limit '$dreg'"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 86 INFO 1,"Please switch to using M_VARIANTS"
148 INFO 1, "No match found for CPU '$_CPU'"
161 INFO 1, "Unrecognized variant '$var'"
184 INFO 1, "No variant match found for CPU '$_CPU'"
709 INFO 1, "Unrecognized saved r register limit '$rreg'"
759 INFO 1, "Unrecognized saved d register limit '$dreg'"
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 27 INFO,
47 #define LOG_INFO(format, args ... ) LOG( INFO, format, ## args)
145 /* Full Info */
201 vc1_Info info; member in struct:__anon23692
  /packages/services/Telecomm/src/com/android/server/telecom/
Log.java 210 public static final boolean INFO = isLoggable(android.util.Log.INFO);
273 if (INFO) {
279 if (INFO) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
34 'info', 'log', 'makeLogRecord', 'setLoggerClass', 'warn', 'warning']
133 INFO = 20
141 INFO : 'INFO',
148 'INFO' : INFO,
158 INFO, DEBUG) then you get the corresponding string. If you have
363 %(levelno)s Numeric logging level for the message (DEBUG, INFO,
365 %(levelname)s Text logging level for the message ("DEBUG", "INFO",
1139 def info(self, msg, *args, **kwargs): member in class:Logger
1424 def info(self, msg, *args, **kwargs): member in class:LoggerAdapter
1605 def info(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
34 'info', 'log', 'makeLogRecord', 'setLoggerClass', 'warn', 'warning']
133 INFO = 20
141 INFO : 'INFO',
148 'INFO' : INFO,
158 INFO, DEBUG) then you get the corresponding string. If you have
363 %(levelno)s Numeric logging level for the message (DEBUG, INFO,
365 %(levelname)s Text logging level for the message ("DEBUG", "INFO",
1139 def info(self, msg, *args, **kwargs): member in class:Logger
1424 def info(self, msg, *args, **kwargs): member in class:LoggerAdapter
1605 def info(msg, *args, **kwargs): function
    [all...]
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 63 #define INFO(fmt, ...) LOG_INFO("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
205 INFO("connect to %s (sz %zu)", path, buffer_sz);
230 INFO("connected to stack fd = %d", skt_fd);
283 INFO("fd %d", fd);
390 INFO("got config %d %d", common->cfg.format, common->cfg.rate);
446 INFO("state %d", common->state);
449 INFO("%s AUDIO_SKT_DISCONNECTED", __func__);
491 INFO("state %d", common->state);
518 INFO("state %d", common->state);
700 INFO("state %d", out->common.state)
    [all...]
  /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/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
zblat3.f     [all...]
  /external/dexmaker/src/dx/java/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...]

Completed in 517 milliseconds

1 2 3 4 5 6 78 91011>>