HomeSort by relevance Sort by last modified time
    Searched refs:LEVEL (Results 226 - 250 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 649 LogMessage(LogLevel level, const char* filename, int line);
705 #define GOOGLE_LOG(LEVEL) \
708 ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
709 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \
710 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
759 typedef void LogHandler(LogLevel level, const char* filename, int line,
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 649 LogMessage(LogLevel level, const char* filename, int line);
705 #define GOOGLE_LOG(LEVEL) \
708 ::google::protobuf::LOGLEVEL_##LEVEL, __FILE__, __LINE__)
709 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \
710 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
759 typedef void LogHandler(LogLevel level, const char* filename, int line,
    [all...]
  /external/swiftshader/third_party/LLVM/
Makefile 10 LEVEL := .
12 # Top-Level LLVM Build Stages:
44 include $(LEVEL)/Makefile.config
256 # declare all targets at this level to be serial:
  /external/ipsec-tools/src/libipsec/
policy_parse.y 56 * protocol/mode/src-dst/level
60 * protocol/transport//level parsed as protocol/mode/any-any/level
142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
287 : protocol SLASH mode SLASH addresses SLASH level
291 | protocol SLASH mode SLASH SLASH level
311 level
312 : LEVEL {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse.c 129 md->LEVEL = sh.seq_flags.LEVEL;
219 viddec_fw_vc1_set_level(&wi_sl.vc1_sl, sh.seq_flags.LEVEL);
523 /* Read 1 byte of user data and store it in workitem for the current stream level (SEQ/GOP/PIC).
  /external/harfbuzz_ng/src/
hb-private.hh 629 _hb_debug (unsigned int level,
632 return level < max_level;
635 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT))
667 unsigned int level,
676 unsigned int level,
681 if (!_hb_debug (level, max_level))
704 level,
705 bars + sizeof (bars) - 1 - MIN ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR) - 1) * level),
725 unsigned int level HB_UNUSED
    [all...]
  /external/selinux/checkpolicy/
policy_parse.y 120 %token LEVEL
282 level_def : LEVEL identifier ':' id_comma_list ';'
284 | LEVEL identifier ';'
655 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/
Makefile.ocaml 20 include $(LEVEL)/Makefile.config
26 include $(LEVEL)/Makefile.common
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 322 uint8 LEVEL;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/
WifiDetailPreferenceControllerTest.java 98 private static final int LEVEL = 1;
209 when(mockAccessPoint.getLevel()).thenReturn(LEVEL);
346 NetworkBadging.getWifiIcon(LEVEL, NetworkBadging.BADGING_NONE, mContext.getTheme());
383 mContext.getResources().getStringArray(R.array.wifi_signal)[LEVEL];
  /external/swiftshader/third_party/LLVM/test/
Makefile 10 LEVEL = ..
  /external/python/cpython2/Modules/_ctypes/libffi/src/pa/
hpux32.S 32 .LEVEL 1.1
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 674 se_data->LEVEL = seqLayerHeader->LEVEL;
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c 202 #define dlog_query_set( LEVEL, SET ) DebugDumpQuerySet( LEVEL, SET )
204 #define dlog_query_set( LEVEL, SET )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h 138 /* This is how to output the definition of a user-level label named
149 /* This is how to output the definition of a user-level label named
166 /* This is how to output a reference to a user-level label named NAME. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 259 int level;
258 int level; variable
1998 cp_binding_level *level; variable
2005 int level; variable
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 2 /* API LEVEL TOGGLE */
16 $("#api-level-toggle label").removeClass("disabled");
20 $("#api-level-toggle label").addClass("disabled");
36 $("#api-level-toggle label").removeClass("disabled");
40 // Handle provisional api levels; the provisional level will always be the highest possible level
41 // Provisional api levels will also have a length; other stuff that's just missing a level won't,
42 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
77 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
78 + "<p>To use this " + thing + ", your application must specify API Level \"" + $("body").attr("class") + "\" or higher in its manifest
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
72 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
73 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
74 + "and be compiled against a version of the library that supports an equal or higher API Level. To reveal this "
75 + "document, change the value of the API Level filter above.</p>"
76 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
91 if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+" or higher")
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 313 #define LOG_STRING(LEVEL, VECTOR) GOOGLE_LOG_IF(LEVEL, false)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 66 * <p>BatteryService monitors the charging status, and charge level of the device
74 * <p>&quot;scale&quot; - int, the maximum value for the charge level</p>
75 * <p>&quot;level&quot; - int, charge level, from 0 through &quot;scale&quot; inclusive</p>
273 * - is just un-plugged (previously was plugged) and battery level is
275 * - is not plugged and battery level falls to WARNING boundary
368 // Let the battery stats keep track of the current level.
398 // battery level has changed; so don't log until it does.
449 // absolutely check to see if we are now above the warning level.
559 Slog.d(TAG, "Sending ACTION_BATTERY_CHANGED. level:" + mBatteryProps.batteryLevel
909 final int level = mBatteryProps.batteryLevel; local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_vc1.c 583 LOG_V( "mix_video vinfo: PROFILE %d, LEVEL %d\n", data->se_data->PROFILE, data->se_data->LEVEL);
    [all...]
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011