HomeSort by relevance Sort by last modified time
    Searched full:state (Results 601 - 625 of 11839) sorted by null

<<21222324252627282930>>

  /external/srtp/crypto/include/
hmac.h 65 hmac_init(hmac_ctx_t *state, const uint8_t *key, int key_len);
68 hmac_start(hmac_ctx_t *state);
71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
74 hmac_compute(hmac_ctx_t *state, const void *message,
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptsyntaxcheckresult_p.h 36 inline QScriptSyntaxCheckResult::State state() const;
60 QScriptSyntaxCheckResult::State QScriptSyntaxCheckResultPrivate::state() const function in class:QScriptSyntaxCheckResultPrivate
  /external/webkit/Source/WebCore/bindings/js/
ScriptProfiler.cpp 44 void ScriptProfiler::start(ScriptState* state, const String& title)
46 JSC::Profiler::profiler()->startProfiling(state, stringToUString(title));
49 PassRefPtr<ScriptProfile> ScriptProfiler::stop(ScriptState* state, const String& title)
51 RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(state, stringToUString(title));
  /external/webkit/Source/WebCore/platform/haiku/
LoggingHaiku.cpp 41 LogEvents.state = WTFLogChannelOn;
42 LogFrames.state = WTFLogChannelOn;
43 LogLoading.state = WTFLogChannelOn;
44 LogPlatformLeaks.state = WTFLogChannelOn;
  /external/webkit/Source/WebKit/chromium/public/
WebTouchPoint.h 49 , state(StateUndefined) { }
51 enum State {
61 State state; member in class:WebKit::WebTouchPoint
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
applypatch.py 41 def run(self, state):
42 log("Processing patch %s from bug %s." % (state["patch"].id(), state["patch"].bug_id()))
43 self._tool.checkout().apply_patch(state["patch"], force=self._options.non_interactive or self._options.force_patch)
  /external/webrtc/src/modules/audio_processing/agc/main/source/
digital_agc.c 616 void WebRtcAgc_InitVad(AgcVad_t *state)
620 state->HPstate = 0; // state of high pass filter
621 state->logRatio = 0; // log( P(active) / P(inactive) )
623 state->meanLongTerm = WEBRTC_SPL_LSHIFT_W16(15, 10);
626 state->varianceLongTerm = WEBRTC_SPL_LSHIFT_W32(500, 8);
628 state->stdLongTerm = 0; // standard deviation of input level in dB
630 state->meanShortTerm = WEBRTC_SPL_LSHIFT_W16(15, 10);
633 state->varianceShortTerm = WEBRTC_SPL_LSHIFT_W32(500, 8);
635 state->stdShortTerm = 0; // short-term standard deviation of input level in d
    [all...]
  /external/webrtc/src/modules/audio_processing/main/source/
splitting_filter.h 27 * - filt_state1: Filter state for first all-pass filter
28 * - filt_state2: Filter state for second all-pass filter
50 * - filt_state1: Filter state for first all-pass filter
51 * - filt_state2: Filter state for second all-pass filter
  /external/wpa_supplicant_8/hostapd/
dump_state.h 2 * hostapd / State dump
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCallBase.java 32 protected abstract void setState(State newState);
44 return state.toString() + ":" + super.toString();
50 if (c.getState() == State.DISCONNECTED) it.remove();
53 if (connections.isEmpty()) setState(State.IDLE);
  /frameworks/compile/libbcc/helper/
sha1.h 8 unsigned long state[5]; member in struct:__anon15735
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cgroupstats.h 24 * Most of these states are derived by looking at the task->state value
25 * For the nr_io_wait state, a flag in the delay accounting structure
33 __u64 nr_stopped; /* Number of tasks in stopped state */
35 /* state */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /sdk/common/src/com/android/resources/
KeyboardState.java 20 * Keyboard state enum.
44 for (KeyboardState state : values()) {
45 if (state.mValue.equals(value)) {
46 return state;
NavigationState.java 20 * Navigation state enum.
43 for (NavigationState state : values()) {
44 if (state.mValue.equals(value)) {
45 return state;
  /external/wpa_supplicant/
eapol_sm.c 2 * WPA Supplicant / EAPOL state machines
31 /* IEEE 802.1X-2004 - Supplicant - EAPOL state machines */
34 * struct eapol_sm - Internal data for EAPOL state machines
41 unsigned int idleWhile; /* for EAP state machine */
60 /* Supplicant PAE state machine */
85 /* Key Receive state machine */
93 /* Supplicant Backend state machine */
198 /* Port Timers state machine - implemented as a function that will be called
787 * Backend state machine is waiting for eapNoResp or eapResp to be set
788 * and these are only set in the EAP state machine when the processin
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_psk.c 27 enum { PSK_1, PSK_3, SUCCESS, FAILURE } state; member in struct:eap_psk_data
45 data->state = PSK_1;
71 data->state = FAILURE;
83 data->state = FAILURE;
111 data->state = FAILURE;
156 data->state = FAILURE;
165 switch (data->state) {
171 wpa_printf(MSG_DEBUG, "EAP-PSK: Unknown state %d in buildReq",
172 data->state);
196 if (data->state == PSK_1 && t != 1)
    [all...]

Completed in 1047 milliseconds

<<21222324252627282930>>