Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h36 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBorderStyle e) in CSSPrimitiveValue()
78 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(CompositeOperator e) in CSSPrimitiveValue()
164 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ControlPart e) in CSSPrimitiveValue()
290 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillBox e) in CSSPrimitiveValue()
326 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillRepeat e) in CSSPrimitiveValue()
362 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxAlignment e) in CSSPrimitiveValue()
408 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxDirection e) in CSSPrimitiveValue()
434 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxLines e) in CSSPrimitiveValue()
460 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxOrient e) in CSSPrimitiveValue()
487 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ECaptionSide e) in CSSPrimitiveValue()
[all …]
/external/openssl/crypto/engine/
Deng_lib.c84 void engine_set_all_null(ENGINE *e) in engine_set_all_null()
105 int engine_free_util(ENGINE *e, int locked) in engine_free_util()
137 int ENGINE_free(ENGINE *e) in ENGINE_free()
208 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg) in ENGINE_set_ex_data()
213 void *ENGINE_get_ex_data(const ENGINE *e, int idx) in ENGINE_get_ex_data()
221 int ENGINE_set_id(ENGINE *e, const char *id) in ENGINE_set_id()
233 int ENGINE_set_name(ENGINE *e, const char *name) in ENGINE_set_name()
245 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function()
251 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function()
257 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) in ENGINE_set_finish_function()
[all …]
Dtb_dh.c65 void ENGINE_unregister_DH(ENGINE *e) in ENGINE_unregister_DH()
75 int ENGINE_register_DH(ENGINE *e) in ENGINE_register_DH()
85 ENGINE *e; in ENGINE_register_all_DH() local
91 int ENGINE_set_default_DH(ENGINE *e) in ENGINE_set_default_DH()
108 const DH_METHOD *ENGINE_get_DH(const ENGINE *e) in ENGINE_get_DH()
114 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth) in ENGINE_set_DH()
Dtb_ecdh.c80 void ENGINE_unregister_ECDH(ENGINE *e) in ENGINE_unregister_ECDH()
90 int ENGINE_register_ECDH(ENGINE *e) in ENGINE_register_ECDH()
100 ENGINE *e; in ENGINE_register_all_ECDH() local
106 int ENGINE_set_default_ECDH(ENGINE *e) in ENGINE_set_default_ECDH()
123 const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e) in ENGINE_get_ECDH()
129 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth) in ENGINE_set_ECDH()
Dtb_rand.c65 void ENGINE_unregister_RAND(ENGINE *e) in ENGINE_unregister_RAND()
75 int ENGINE_register_RAND(ENGINE *e) in ENGINE_register_RAND()
85 ENGINE *e; in ENGINE_register_all_RAND() local
91 int ENGINE_set_default_RAND(ENGINE *e) in ENGINE_set_default_RAND()
108 const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e) in ENGINE_get_RAND()
114 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth) in ENGINE_set_RAND()
Dtb_ecdsa.c65 void ENGINE_unregister_ECDSA(ENGINE *e) in ENGINE_unregister_ECDSA()
75 int ENGINE_register_ECDSA(ENGINE *e) in ENGINE_register_ECDSA()
85 ENGINE *e; in ENGINE_register_all_ECDSA() local
91 int ENGINE_set_default_ECDSA(ENGINE *e) in ENGINE_set_default_ECDSA()
108 const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *e) in ENGINE_get_ECDSA()
114 int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth) in ENGINE_set_ECDSA()
Dtb_rsa.c65 void ENGINE_unregister_RSA(ENGINE *e) in ENGINE_unregister_RSA()
75 int ENGINE_register_RSA(ENGINE *e) in ENGINE_register_RSA()
85 ENGINE *e; in ENGINE_register_all_RSA() local
91 int ENGINE_set_default_RSA(ENGINE *e) in ENGINE_set_default_RSA()
108 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e) in ENGINE_get_RSA()
114 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA()
Dtb_dsa.c65 void ENGINE_unregister_DSA(ENGINE *e) in ENGINE_unregister_DSA()
75 int ENGINE_register_DSA(ENGINE *e) in ENGINE_register_DSA()
85 ENGINE *e; in ENGINE_register_all_DSA() local
91 int ENGINE_set_default_DSA(ENGINE *e) in ENGINE_set_default_DSA()
108 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e) in ENGINE_get_DSA()
114 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth) in ENGINE_set_DSA()
Dtb_digest.c64 void ENGINE_unregister_digests(ENGINE *e) in ENGINE_unregister_digests()
74 int ENGINE_register_digests(ENGINE *e) in ENGINE_register_digests()
90 ENGINE *e; in ENGINE_register_all_digests() local
96 int ENGINE_set_default_digests(ENGINE *e) in ENGINE_set_default_digests()
119 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid) in ENGINE_get_digest()
133 ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e) in ENGINE_get_digests()
139 int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f) in ENGINE_set_digests()
Dtb_cipher.c64 void ENGINE_unregister_ciphers(ENGINE *e) in ENGINE_unregister_ciphers()
74 int ENGINE_register_ciphers(ENGINE *e) in ENGINE_register_ciphers()
90 ENGINE *e; in ENGINE_register_all_ciphers() local
96 int ENGINE_set_default_ciphers(ENGINE *e) in ENGINE_set_default_ciphers()
119 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid) in ENGINE_get_cipher()
133 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e) in ENGINE_get_ciphers()
139 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f) in ENGINE_set_ciphers()
Dtb_store.c65 void ENGINE_unregister_STORE(ENGINE *e) in ENGINE_unregister_STORE()
75 int ENGINE_register_STORE(ENGINE *e) in ENGINE_register_STORE()
85 ENGINE *e; in ENGINE_register_all_STORE() local
113 const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e) in ENGINE_get_STORE()
119 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth) in ENGINE_set_STORE()
Deng_pkey.c60 int ENGINE_set_load_privkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpriv_f) in ENGINE_set_load_privkey_function()
66 int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f) in ENGINE_set_load_pubkey_function()
72 ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e) in ENGINE_get_load_privkey_function()
77 ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e) in ENGINE_get_load_pubkey_function()
84 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key()
120 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key()
Deng_init.c60 int engine_unlocked_init(ENGINE *e) in engine_unlocked_init()
82 int engine_unlocked_finish(ENGINE *e, int unlock_for_handlers) in engine_unlocked_finish()
121 int ENGINE_init(ENGINE *e) in ENGINE_init()
136 int ENGINE_finish(ENGINE *e) in ENGINE_finish()
Deng_list.c96 static int engine_list_add(ENGINE *e) in engine_list_add()
157 static int engine_list_remove(ENGINE *e) in engine_list_remove()
223 ENGINE *ENGINE_get_next(ENGINE *e) in ENGINE_get_next()
246 ENGINE *ENGINE_get_prev(ENGINE *e) in ENGINE_get_prev()
270 int ENGINE_add(ENGINE *e) in ENGINE_add()
296 int ENGINE_remove(ENGINE *e) in ENGINE_remove()
422 int ENGINE_up_ref(ENGINE *e) in ENGINE_up_ref()
Deng_fat.c64 int ENGINE_set_default(ENGINE *e, unsigned int flags) in ENGINE_set_default()
124 int ENGINE_set_default_string(ENGINE *e, const char *def_list) in ENGINE_set_default_string()
137 int ENGINE_register_complete(ENGINE *e) in ENGINE_register_complete()
162 ENGINE *e; in ENGINE_register_all_complete() local
Deng_ctrl.c103 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p, in int_ctrl_helper()
182 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) in ENGINE_ctrl()
235 int ENGINE_cmd_is_executable(ENGINE *e, int cmd) in ENGINE_cmd_is_executable()
251 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, in ENGINE_ctrl_cmd()
288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string()
/external/webkit/SunSpider/tests/
Dstring-unpack-code.js16 var decompressedMochiKit = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=… argument
30 var decompressedJQuery = function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%… function
51 var decompressedDojo = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)… argument
66 var decompressedPrototype = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c… function
/external/ppp/pppd/
Deui64.h76 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0) argument
77 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \ argument
79 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0; argument
83 #define eui64_magic(e) do { \ argument
105 #define eui64_set32(e, l) do { \ argument
109 #define eui64_setlo32(e, l) eui64_set32(e, l) argument
/external/webkit/WebCore/platform/text/
DSegmentedString.cpp63 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end(); in length() local
74 Deque<SegmentedSubstring>::iterator e = m_substrings.end(); in setExcludeLineNumbers() local
124 Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end(); in append() local
137 Deque<SegmentedSubstring>::const_reverse_iterator e = s.m_substrings.rend(); in prepend() local
168 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end(); in toString() local
/external/clearsilver/util/
Dneo_err.h87 #define nerr_raise(e,f,...) \ argument
90 #define nerr_raise(e,f,a...) \ argument
101 #define nerr_raise_errno(e,f,...) \ argument
104 #define nerr_raise_errno(e,f,a...) \ argument
121 #define nerr_pass(e) \ argument
141 #define nerr_pass_ctx(e,f,...) \ argument
144 #define nerr_pass_ctx(e,f,a...) \ argument
/external/webkit/WebCore/html/
DHTMLCollection.cpp188 Element* e = static_cast<Element*>(current); in itemAfter() local
291 Element* e = m_info->current; in item() local
328 HTMLElement* e = static_cast<HTMLElement*>(element); in checkForNameMatch() local
354 for (Element* e = itemAfter(0); e; e = itemAfter(e)) { in namedItem() local
363 for (Element* e = itemAfter(0); e; e = itemAfter(e)) { in namedItem() local
382 HTMLElement* e = static_cast<HTMLElement*>(element); in updateNameCache() local
438 for (Element* e = itemAfter(m_info->current); e; e = itemAfter(e)) { in nextNamedItem() local
451 for (Element* e = itemAfter(m_info->current); e; e = itemAfter(e)) { in nextNamedItem() local
/external/webkit/WebCore/platform/network/
DFormData.cpp48 FormDataElement& e = m_elements[i]; in FormData() local
103 const FormDataElement& e = m_elements[i]; in deepCopy() local
120 FormDataElement& e = m_elements.last(); in appendData() local
137 const FormDataElement& e = m_elements[i]; in flatten() local
163 FormDataElement& e = m_elements[i]; in generateFiles() local
178 FormDataElement& e = m_elements[i]; in removeGeneratedFilesIfNeeded() local
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/Functions/
Dfunction-001.js89 function TestFunction_1( a, b, c, d, e ) { argument
93 function TestFunction_2( a, b, c, d, e ) { argument
97 function TestFunction_3( a, b, c, d, e ) { argument
102 function TestFunction_4( a, b, c, d, e ) { argument
/external/webkit/WebCore/dom/
DStyleElement.cpp36 StyleSheet* StyleElement::sheet(Element* e) in sheet()
59 void StyleElement::process(Element* e) in process()
73 void StyleElement::createSheet(Element* e, const String& text) in createSheet()
/external/bison/lib/
Dfopen-safer.c51 int e = errno; in fopen_safer() local
60 int e = errno; in fopen_safer() local

12345678910>>...18