HomeSort by relevance Sort by last modified time
    Searched refs:level (Results 101 - 125 of 3811) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 23 unsigned char level; member in struct:ip6t_log_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 23 unsigned char level; member in struct:ipt_log_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 23 unsigned char level; member in struct:ip6t_log_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 23 unsigned char level; member in struct:ipt_log_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 23 unsigned char level; member in struct:ip6t_log_info
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 23 unsigned char level; member in struct:ipt_log_info
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 23 unsigned char level; member in struct:ip6t_log_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 23 unsigned char level; member in struct:ipt_log_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 23 unsigned char level; member in struct:ip6t_log_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 23 unsigned char level; member in struct:ipt_log_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 23 unsigned char level; member in struct:ip6t_log_info
  /system/core/libcutils/
klog.c 31 void klog_set_level(int level) {
32 klog_level = level;
47 void klog_write(int level, const char *fmt, ...)
52 if (level > klog_level) return;
loghack.h 28 #define LOG(level, ...) \
29 ((void)printf("cutils:" level "/" LOG_TAG ": " __VA_ARGS__))
  /system/core/nexus/
SupplicantAssociatedEvent.h 28 SupplicantAssociatedEvent(int level, char *event, size_t len);
SupplicantConnectedEvent.h 28 SupplicantConnectedEvent(int level, char *event, size_t len);
SupplicantStateChangeEvent.h 27 SupplicantStateChangeEvent(int level, char *event, size_t len);
  /external/openssl/crypto/x509v3/
pcy_node.c 94 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
100 for (i = 0; i < sk_X509_POLICY_NODE_num(level->nodes); i++)
102 node = sk_X509_POLICY_NODE_value(level->nodes, i);
112 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
124 if (level)
128 if (level->anyPolicy)
130 level->anyPolicy = node;
135 if (!level->nodes)
136 level->nodes = policy_node_cmp_new();
137 if (!level->nodes
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
KeyguardManagerKeyguardLockTest.java 30 level = TestLevel.NOT_FEASIBLE,
39 level = TestLevel.NOT_FEASIBLE,
  /cts/tests/tests/hardware/src/android/hardware/cts/
GeomagneticFieldTest.java 39 level = TestLevel.COMPLETE,
44 level = TestLevel.COMPLETE,
49 level = TestLevel.COMPLETE,
54 level = TestLevel.COMPLETE,
59 level = TestLevel.COMPLETE,
64 level = TestLevel.COMPLETE,
69 level = TestLevel.COMPLETE,
74 level = TestLevel.COMPLETE,
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessage_MessageClassTest.java 32 level = TestLevel.NOT_NECESSARY,
37 level = TestLevel.NOT_NECESSARY,
  /cts/tests/tests/view/src/android/view/cts/
ViewDebugTest.java 36 level = TestLevel.COMPLETE,
46 level = TestLevel.NOT_FEASIBLE,
51 level = TestLevel.NOT_FEASIBLE,
56 level = TestLevel.NOT_FEASIBLE,
78 level = TestLevel.NOT_FEASIBLE,
83 level = TestLevel.NOT_FEASIBLE,
88 level = TestLevel.NOT_FEASIBLE,
93 level = TestLevel.NOT_FEASIBLE,
  /external/freetype/src/base/
ftdebug.c 134 /* This requests that all levels be set to 3, except the trace level for */
141 /* The level must be between 0 and 7; 0 means quiet (except for serious */
170 FT_Int level = -1, found = -1; local
191 /* read level */
195 level = *p++ - '0';
196 if ( level < 0 || level > 7 )
197 level = -1;
200 if ( found >= 0 && level >= 0 )
206 ft_trace_levels[n] = level;
    [all...]
  /external/valgrind/main/coregrind/
pub_core_debuglog.h 35 // PURPOSE: This module provides a low-level debug logging facility
59 void VG_(debugLog_startup) ( Int level, HChar* who );
62 /* Get the logging threshold level, as set by the most recent call to
69 /* Send debugging output. Nothing happens unless 'level'
70 does not exceed the logging threshold level. */
72 void VG_(debugLog) ( Int level, const HChar* modulename,
  /external/webrtc/src/modules/audio_processing/main/source/
noise_suppression_impl.h 38 virtual int set_level(Level level);
39 virtual Level level() const;
50 Level level_;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.h 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);

Completed in 2166 milliseconds

1 2 3 45 6 7 8 91011>>