Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 1545) sorted by relevance

12345678910>>...62

/external/webrtc/src/common_audio/signal_processing/
Dresample_48khz.c28 WebRtcSpl_State48khzTo16khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample48khzTo16khz()
53 void WebRtcSpl_ResetResample48khzTo16khz(WebRtcSpl_State48khzTo16khz* state) in WebRtcSpl_ResetResample48khzTo16khz()
66 WebRtcSpl_State16khzTo48khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample16khzTo48khz()
91 void WebRtcSpl_ResetResample16khzTo48khz(WebRtcSpl_State16khzTo48khz* state) in WebRtcSpl_ResetResample16khzTo48khz()
104 WebRtcSpl_State48khzTo8khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample48khzTo8khz()
135 void WebRtcSpl_ResetResample48khzTo8khz(WebRtcSpl_State48khzTo8khz* state) in WebRtcSpl_ResetResample48khzTo8khz()
149 WebRtcSpl_State8khzTo48khz* state, WebRtc_Word32* tmpmem) in WebRtcSpl_Resample8khzTo48khz()
180 void WebRtcSpl_ResetResample8khzTo48khz(WebRtcSpl_State8khzTo48khz* state) in WebRtcSpl_ResetResample8khzTo48khz()
/external/chromium/chrome/browser/
Dtransport_security_persister.cc25 net::TransportSecurityState* state, const FilePath& profile_path) { in Initialize()
40 std::string state; in Load() local
50 void TransportSecurityPersister::CompleteLoad(const std::string& state) { in CompleteLoad()
63 net::TransportSecurityState* state) { in StateIsDirty()
81 std::string state; in Save() local
91 void TransportSecurityPersister::CompleteSave(const std::string& state) { in CompleteSave()
/external/bison/src/
Dstate.h105 typedef struct state state; typedef
198 struct state struct
200 state_number number; argument
208 store in this member a reference to the node containing each state. */ argument
209 struct state_list *state_list; argument
227 extern state *final_state; argument
/external/webkit/Source/WebCore/bindings/scripts/test/GObject/
DWebKitDOMTestObj.cpp63 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_void_method() local
72 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_void_method_with_args() local
89 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_int_method() local
99 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_int_method_with_args() local
117 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_obj_method() local
128 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_obj_method_with_args() local
147 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_method_that_requires_all_args() local
166 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_method_that_requires_all_args_and_throws() local
191 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_serialized_value() local
206 WebCore::JSMainThreadNullState state; in webkit_dom_test_obj_idb_key() local
[all …]
/external/zlib/src/
Dgzread.c20 local int gz_load(state, buf, len, have) in gz_load() argument
51 local int gz_avail(state) in gz_avail() argument
85 local int gz_look(state) in gz_look() argument
171 local int gz_decomp(state) in gz_decomp() argument
225 local int gz_fetch(state) in gz_fetch() argument
255 local int gz_skip(state, len) in gz_skip() argument
293 gz_statep state; local
387 gz_statep state; local
422 gz_statep state; local
486 gz_statep state; local
[all …]
Dgzlib.c75 local void gz_reset(state) in gz_reset() argument
96 gz_statep state; local
308 gz_statep state; local
332 gz_statep state; local
359 gz_statep state; local
444 gz_statep state; local
472 gz_statep state; local
504 gz_statep state; local
522 gz_statep state; local
541 gz_statep state; local
[all …]
Dinflate.c106 struct inflate_state FAR *state; local
131 struct inflate_state FAR *state; local
146 struct inflate_state FAR *state; local
186 struct inflate_state FAR *state; local
234 struct inflate_state FAR *state; local
260 local void fixedtables(state) in fixedtables() argument
327 struct inflate_state state; in makefixed() local
382 struct inflate_state FAR *state; local
608 struct inflate_state FAR *state; local
1256 struct inflate_state FAR *state; local
[all …]
Dgzwrite.c15 local int gz_init(state) in gz_init() argument
70 local int gz_comp(state, flush) in gz_comp() argument
133 local int gz_zero(state, len) in gz_zero() argument
172 gz_statep state; local
248 gz_statep state; local
306 gz_statep state; in gzprintf() local
382 gz_statep state; local
457 gz_statep state; local
490 gz_statep state; local
531 gz_statep state; local
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dhttp_header_util.py61 def peek(state, pos=0): argument
70 def consume(state, amount=1): argument
83 def consume_string(state, expected): argument
100 def consume_lws(state): argument
126 def consume_lwses(state): argument
133 def consume_token(state): argument
151 def consume_token_or_quoted_string(state): argument
/external/speex/libspeex/
Dspeex.c61 EXPORT void speex_encoder_destroy(void *state) in speex_encoder_destroy()
66 EXPORT void speex_decoder_destroy(void *state) in speex_decoder_destroy()
73 int speex_encode_native(void *state, spx_word16_t *in, SpeexBits *bits) in speex_encode_native()
78 int speex_decode_native(void *state, SpeexBits *bits, spx_word16_t *out) in speex_decode_native()
88 EXPORT int speex_encode(void *state, float *in, SpeexBits *bits) in speex_encode()
107 EXPORT int speex_encode_int(void *state, spx_int16_t *in, SpeexBits *bits) in speex_encode_int()
115 EXPORT int speex_decode(void *state, SpeexBits *bits, float *out) in speex_decode()
128 EXPORT int speex_decode_int(void *state, SpeexBits *bits, spx_int16_t *out) in speex_decode_int()
136 EXPORT int speex_encode(void *state, float *in, SpeexBits *bits) in speex_encode()
141 EXPORT int speex_encode_int(void *state, spx_int16_t *in, SpeexBits *bits) in speex_encode_int()
[all …]
Dspeex_callbacks.c43 EXPORT int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state) in speex_inband_handler()
75 EXPORT int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_mode_request_handler()
83 EXPORT int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_low_mode_request_handler()
91 EXPORT int speex_std_high_mode_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_high_mode_request_handler()
100 EXPORT int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_vbr_request_handler()
109 EXPORT int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_enh_request_handler()
118 EXPORT int speex_std_vbr_quality_request_handler(SpeexBits *bits, void *state, void *data) in speex_std_vbr_quality_request_handler()
127 EXPORT int speex_std_char_handler(SpeexBits *bits, void *state, void *data) in speex_std_char_handler()
139 EXPORT int speex_default_user_handler(SpeexBits *bits, void *state, void *data) in speex_default_user_handler()
/external/expat/lib/
Dxmlrole.c93 #define setTopLevel(state) \ argument
98 #define setTopLevel(state) ((state)->handler = internalSubset) argument
128 prolog0(PROLOG_STATE *state, in prolog0()
165 prolog1(PROLOG_STATE *state, in prolog1()
196 prolog2(PROLOG_STATE *state, in prolog2()
217 doctype0(PROLOG_STATE *state, in doctype0()
235 doctype1(PROLOG_STATE *state, in doctype1()
265 doctype2(PROLOG_STATE *state, in doctype2()
282 doctype3(PROLOG_STATE *state, in doctype3()
299 doctype4(PROLOG_STATE *state, in doctype4()
[all …]
/external/tcpdump/missing/
Dsnprintf.c66 struct state { struct
72 int (*append_char)(struct state *, unsigned char); argument
73 int (*reserve)(struct state *, size_t); argument
79 sn_reserve (struct state *state, size_t n) in sn_reserve()
85 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
133 append_number(struct state *state, in append_number()
222 append_string (struct state *state, in append_string()
253 append_char(struct state *state, in append_char()
288 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
612 struct state state; in vsnprintf() local
/external/libpcap/missing/
Dsnprintf.c66 struct state { struct
72 int (*append_char)(struct state *, unsigned char); argument
73 int (*reserve)(struct state *, size_t); argument
79 sn_reserve (struct state *state, size_t n) in sn_reserve()
85 sn_append_char (struct state *state, unsigned char c) in sn_append_char()
133 append_number(struct state *state, in append_number()
222 append_string (struct state *state, in append_string()
253 append_char(struct state *state, in append_char()
288 xyzprintf (struct state *state, const char *char_format, va_list ap) in xyzprintf()
612 struct state state; in vsnprintf() local
/external/webkit/Source/WebCore/bindings/generic/
DBindingSecurity.h78 bool BindingSecurity<Binding>::canAccessWindow(State<Binding>* state, in canAccessWindow()
86 bool BindingSecurity<Binding>::canAccessFrame(State<Binding>* state, in canAccessFrame()
103 bool BindingSecurity<Binding>::checkNodeSecurity(State<Binding>* state, Node* node) in checkNodeSecurity()
117 bool BindingSecurity<Binding>::allowPopUp(State<Binding>* state) in allowPopUp()
129 bool BindingSecurity<Binding>::allowSettingFrameSrcToJavascriptUrl(State<Binding>* state, HTMLFrame… in allowSettingFrameSrcToJavascriptUrl()
140 bool BindingSecurity<Binding>::allowSettingSrcToJavascriptURL(State<Binding>* state, Element* eleme… in allowSettingSrcToJavascriptURL()
148 bool BindingSecurity<Binding>::shouldAllowNavigation(State<Binding>* state, Frame* frame) in shouldAllowNavigation()
/external/zlib/src/contrib/blast/
Dblast.c35 struct state { struct
44 /* input limit error return state for bits() and decode() */ argument
47 /* output state */ argument
66 local int bits(struct state *s, int need) in bits() argument
/external/skia/legacy/src/pipe/
DSkGPipeRead.cpp125 SkGPipeState* state) { in clipPath_rp()
132 SkGPipeState* state) { in clipRegion_rp()
139 SkGPipeState* state) { in clipRect_rp()
146 SkGPipeState* state) { in setMatrix_rp()
153 SkGPipeState* state) { in concat_rp()
160 SkGPipeState* state) { in scale_rp()
166 SkGPipeState* state) { in skew_rp()
172 SkGPipeState* state) { in rotate_rp()
177 SkGPipeState* state) { in translate_rp()
185 SkGPipeState* state) { in save_rp()
[all …]
/external/openfst/src/include/fst/
Dreweight.h70 typename Arc::StateId state = sit.Value(); in Reweight() local
101 typename Arc::StateId state = sit.Value(); in Reweight() local
110 typename Arc::StateId state = fst->Start(); in Reweight() local
130 typename Arc::StateId state = fst->AddState(); in Reweight() local
/external/skia/src/pipe/
DSkGPipeRead.cpp220 SkGPipeState* state) { in clipPath_rp()
228 SkGPipeState* state) { in clipRegion_rp()
235 SkGPipeState* state) { in clipRect_rp()
242 SkGPipeState* state) { in clipRRect_rp()
252 SkGPipeState* state) { in setMatrix_rp()
259 SkGPipeState* state) { in concat_rp()
266 SkGPipeState* state) { in scale_rp()
272 SkGPipeState* state) { in skew_rp()
278 SkGPipeState* state) { in rotate_rp()
283 SkGPipeState* state) { in translate_rp()
[all …]
/external/chromium/net/base/
Dtransport_security_state_unittest.cc143 scoped_refptr<TransportSecurityState> state( in TEST_F() local
156 scoped_refptr<TransportSecurityState> state( in TEST_F() local
169 scoped_refptr<TransportSecurityState> state( in TEST_F() local
182 scoped_refptr<TransportSecurityState> state( in TEST_F() local
204 scoped_refptr<TransportSecurityState> state( in TEST_F() local
214 scoped_refptr<TransportSecurityState> state( in TEST_F() local
248 scoped_refptr<TransportSecurityState> state( in TEST_F() local
271 scoped_refptr<TransportSecurityState> state( in TEST_F() local
291 scoped_refptr<TransportSecurityState> state( in TEST_F() local
308 scoped_refptr<TransportSecurityState> state( in TEST_F() local
[all …]
/external/webkit/Source/WebCore/dom/
DTreeWalker.cpp57 Node* TreeWalker::parentNode(ScriptState* state) in parentNode()
73 Node* TreeWalker::firstChild(ScriptState* state) in firstChild()
106 Node* TreeWalker::lastChild(ScriptState* state) in lastChild()
139 Node* TreeWalker::previousSibling(ScriptState* state) in previousSibling()
176 Node* TreeWalker::nextSibling(ScriptState* state) in nextSibling()
213 Node* TreeWalker::previousNode(ScriptState* state) in previousNode()
252 Node* TreeWalker::nextNode(ScriptState* state) in nextNode()
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dabstractstep.py39 def _changed_files(self, state): argument
50 def cached_lookup(self, state, key, promise=None): argument
58 def did_modify_checkout(self, state): argument
70 def run(self, state): argument
/external/smack/src/org/jivesoftware/smackx/packet/
DChatStateExtension.java37 private ChatState state; field in ChatStateExtension
44 public ChatStateExtension(ChatState state) { in ChatStateExtension()
63 ChatState state; in parseExtension() local
/external/srtp/crypto/cipher/
Daes.c1505 aes_round(v128_t *state, const v128_t *round_key) { in aes_round()
1532 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round()
1558 aes_final_round(v128_t *state, const v128_t *round_key) { in aes_final_round()
1594 aes_inv_final_round(v128_t *state, const v128_t *round_key) { in aes_inv_final_round()
1633 aes_round(v128_t *state, const v128_t *round_key) { in aes_round()
1672 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round()
1713 aes_final_round(v128_t *state, const v128_t *round_key) { in aes_final_round()
1748 aes_inv_final_round(v128_t *state, const v128_t *round_key) { in aes_inv_final_round()
1785 aes_round(v128_t *state, const v128_t *round_key) { in aes_round()
1812 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round()
[all …]
/external/libppp/src/
Dpred.c58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) argument
67 compress(struct pred1_state *state, u_char *source, u_char *dest, int len) in compress()
92 SyncTable(struct pred1_state *state, u_char *source, u_char *dest, int len) in SyncTable()
101 decompress(struct pred1_state *state, u_char *source, u_char *dest, int len) in decompress()
129 struct pred1_state *state = (struct pred1_state *)v; in Pred1Term() local
136 struct pred1_state *state = (struct pred1_state *)v; in Pred1ResetInput() local
145 struct pred1_state *state = (struct pred1_state *)v; in Pred1ResetOutput() local
156 struct pred1_state *state; in Pred1InitInput() local
166 struct pred1_state *state; in Pred1InitOutput() local
177 struct pred1_state *state = (struct pred1_state *)v; in Pred1Output() local
[all …]

12345678910>>...62