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

<<21222324252627282930>>

  /bionic/libc/kernel/common/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_RESTORE_STATE.S 2 * This handler restores state following a selfVerification memory access.
  /development/ndk/platforms/android-3/include/linux/netfilter/
nf_conntrack_sctp.h 31 enum sctp_conntrack state; member in struct:ip_ct_sctp
  /device/samsung/tuna/dumpstate/
dumpstate.c 32 dump_file("audio media state", "/d/asoc/Tuna/SDP4430\ Media/state");
33 dump_file("audio modem state", "/d/asoc/Tuna/SDP4430\ MODEM/state");
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
AbstractBufferTest.java 47 // save state
62 // restore state
68 // save state
83 // restore state
89 // save state
97 // restore state
118 // save state
162 // restore state
168 // save state
185 // restore state
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_idle_api_constants.cc 10 const char kStateKey[] = "state";
  /external/chromium/chrome/browser/history/
download_create_info.cc 17 int32 state,
26 state(state),
43 state(-1),
download_database.h 30 // Update the state of one download. Returns true if successful.
31 bool UpdateDownload(int64 received_bytes, int32 state, DownloadID db_handle);
36 // Fixes state of the download entries. Sometimes entries with IN_PROGRESS
37 // state are not updated during browser shutdown (particularly when crashing).
  /external/chromium/net/tools/flip_server/
spdy_ssl.h 19 void InitSSL(SSLState* state,
  /external/clang/test/Rewriter/
rewrite-foreach-3.m 9 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
  /external/elfutils/libelf/
elf_getident.c 47 || (offsetof (struct Elf, state.elf32.ehdr)
48 == offsetof (struct Elf, state.elf64.ehdr))
49 ? elf->state.elf32.ehdr->e_ident
50 : elf->state.elf64.ehdr->e_ident);
elf_getscn.c 49 || (offsetof (struct Elf, state.elf32.scns)
50 == offsetof (struct Elf, state.elf64.scns))
51 ? &elf->state.elf32.scns : &elf->state.elf64.scns);
  /external/icu4c/test/testdata/
test4.ucm 20 <icu:state> 0, 1:1, 5-9, e1, ff
21 <icu:state> 2:2
22 <icu:state> 3:3
23 <icu:state> a-f.p, ff
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 69 ctx->state.blendState.color[0] = MIN2(MAX2(red * 255, 0.0f), 255.0f);
70 ctx->state.blendState.color[1] = MIN2(MAX2(green * 255, 0.0f), 255.0f);
71 ctx->state.blendState.color[2] = MIN2(MAX2(blue * 255, 0.0f), 255.0f);
72 ctx->state.blendState.color[3] = MIN2(MAX2(alpha * 255, 0.0f), 255.0f);
85 ctx->state.blendState.ce = (GGLBlendState::GGLBlendFunc)(modeRGB - GL_FUNC_ADD);
86 ctx->state.blendState.ae = (GGLBlendState::GGLBlendFunc)(modeAlpha - GL_FUNC_ADD);
138 ctx->state.blendState.scf = GLBlendFactor(srcRGB);
139 ctx->state.blendState.saf = GLBlendFactor(srcAlpha);
140 ctx->state.blendState.dcf = GLBlendFactor(dstRGB);
141 ctx->state.blendState.daf = GLBlendFactor(dstAlpha)
    [all...]
  /external/oprofile/events/i386/p6_mobile/
unit_masks 6 0x08 (M)odified cache state
7 0x04 (E)xclusive cache state
8 0x02 (S)hared cache state
9 0x01 (I)nvalid cache state
  /external/ppp/pppd/
sha1.h 20 u_int32_t state[5]; member in struct:__anon9005
  /external/skia/src/opts/
SkBitmapProcState_opts_none.cpp 6 current state (e.g. fBitmap, fInvMatrix, etc.)
  /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

Completed in 1429 milliseconds

<<21222324252627282930>>