/external/webkit/Source/WebCore/css/ |
D | CSSPrimitiveValueMappings.h | 49 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBorderStyle e) in CSSPrimitiveValue() 92 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(CompositeOperator e) in CSSPrimitiveValue() 179 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ControlPart e) in CSSPrimitiveValue() 371 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillAttachment e) in CSSPrimitiveValue() 403 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillBox e) in CSSPrimitiveValue() 444 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillRepeat e) in CSSPrimitiveValue() 481 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxAlignment e) in CSSPrimitiveValue() 528 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxDirection e) in CSSPrimitiveValue() 555 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxLines e) in CSSPrimitiveValue() 582 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxOrient e) in CSSPrimitiveValue() [all …]
|
/external/openssl/crypto/engine/ |
D | eng_lib.c | 84 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() 140 int ENGINE_free(ENGINE *e) in ENGINE_free() 211 int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg) in ENGINE_set_ex_data() 216 void *ENGINE_get_ex_data(const ENGINE *e, int idx) in ENGINE_get_ex_data() 224 int ENGINE_set_id(ENGINE *e, const char *id) in ENGINE_set_id() 236 int ENGINE_set_name(ENGINE *e, const char *name) in ENGINE_set_name() 248 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() 254 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function() 260 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) in ENGINE_set_finish_function() [all …]
|
D | eng_pkey.c | 60 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 int ENGINE_set_load_ssl_client_cert_function(ENGINE *e, in ENGINE_set_load_ssl_client_cert_function() 79 ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e) in ENGINE_get_load_privkey_function() 84 ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e) in ENGINE_get_load_pubkey_function() 89 ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE *e) in ENGINE_get_ssl_client_cert_function() 96 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key() 132 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key() 168 int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s, in ENGINE_load_ssl_client_cert()
|
D | tb_ecdsa.c | 65 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()
|
D | tb_ecdh.c | 80 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()
|
D | tb_dsa.c | 65 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()
|
D | tb_rsa.c | 65 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()
|
D | tb_rand.c | 65 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()
|
D | tb_dh.c | 65 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()
|
D | tb_pkmeth.c | 65 void ENGINE_unregister_pkey_meths(ENGINE *e) in ENGINE_unregister_pkey_meths() 75 int ENGINE_register_pkey_meths(ENGINE *e) in ENGINE_register_pkey_meths() 91 ENGINE *e; in ENGINE_register_all_pkey_meths() local 97 int ENGINE_set_default_pkey_meths(ENGINE *e) in ENGINE_set_default_pkey_meths() 120 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid) in ENGINE_get_pkey_meth() 134 ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e) in ENGINE_get_pkey_meths() 140 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f) in ENGINE_set_pkey_meths() 150 void engine_pkey_meths_free(ENGINE *e) in engine_pkey_meths_free()
|
D | tb_cipher.c | 64 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()
|
D | tb_digest.c | 64 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()
|
D | tb_store.c | 65 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()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractListeningExecutorServiceTest.java | 58 ExecutorService e = new DirectExecutorService(); in testExecuteRunnable() local 70 ExecutorService e = new DirectExecutorService(); in testSubmitCallable() local 80 ExecutorService e = new DirectExecutorService(); in testSubmitRunnable() local 90 ExecutorService e = new DirectExecutorService(); in testSubmitRunnable2() local 169 ExecutorService e = new DirectExecutorService(); in testExecuteNullRunnable() local 180 ExecutorService e = new DirectExecutorService(); in testSubmitNullCallable() local 249 ExecutorService e = new DirectExecutorService(); in testInvokeAny1() local 263 ExecutorService e = new DirectExecutorService(); in testInvokeAny2() local 277 ExecutorService e = new DirectExecutorService(); in testInvokeAny3() local 297 ExecutorService e = new DirectExecutorService(); in testInvokeAny4() local [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | AssertionErrorTest.java | 25 AssertionError e = new AssertionError(); in test_Constructor() local 32 AssertionError e = new AssertionError(obj); in test_ConstructorObject() local 43 AssertionError e = new AssertionError(true); in test_ConstructorBoolean() local 49 AssertionError e = new AssertionError('a'); in test_ConstructorChar() local 55 AssertionError e = new AssertionError(1); in test_ConstructorInt() local 61 AssertionError e = new AssertionError(1L); in test_ConstructorLong() local 67 AssertionError e = new AssertionError(1.0F); in test_ConstructorFloat() local 73 AssertionError e = new AssertionError(1.0D); in test_ConstructorDouble() local
|
/external/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 52 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in ReaderInitialized() local 58 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in IdentifierRead() local 64 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in TypeRead() local 70 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in DeclRead() local 76 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in SelectorRead() local 82 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in MacroDefinitionRead() local 116 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in CompletedTagDefinition() local 122 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in AddedVisibleDecl() local 128 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in AddedCXXImplicitMember() local 133 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in AddedCXXTemplateSpecialization() local [all …]
|
/external/chromium/chrome/browser/resources/options/ |
D | certificate_manager.js | 26 this.viewButton.onclick = function(e) { argument 34 this.editButton.onclick = function(e) { argument 39 this.editButton.onclick = function(e) { argument 48 this.backupButton.onclick = function(e) { argument 56 this.backupAllButton.onclick = function(e) { argument 64 this.importButton.onclick = function(e) { argument 68 this.importButton.onclick = function(e) { argument 72 this.importButton.onclick = function(e) { argument 81 this.importAndBindButton.onclick = function(e) { argument 89 this.exportButton.onclick = function(e) { argument [all …]
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | newtab.js | 104 document.addEventListener('touchmove', function(e) { argument 139 function(e) { argument 165 trash.addEventListener(Grabber.EventType.DRAG_ENTER, function(e) { argument 170 trash.addEventListener(Grabber.EventType.DRAG_LEAVE, function(e) { argument 384 appEvents.add(appImg, 'click', function(e) { argument 412 appEvents.add(appElement, 'dragstart', function(e) { argument 448 function switchPage(e) { argument 464 function appClick(e) { argument 519 function appDragStart(e) { argument 554 function appDragEnd(e) { argument [all …]
|
/external/chromium/chrome/browser/resources/ |
D | collected_cookies.js | 27 function handleCookiesTreeChange(e) { argument 31 function handleBlockButtonClick(e) { argument 39 function handleAllowButtonClick(e) { argument 45 function handleAllowThisSessionButtonClick(e) { argument 67 document.oncontextmenu = function(e) { argument 71 document.onkeydown = function(e) { argument
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
D | internet_network_element.js | 64 handleClick_: function(e) { argument 211 function(e) { argument 223 function(e) { argument 236 function(e) { argument 248 function(e) { argument 258 function(e) { argument 309 passInput.addEventListener('keyup', function(e) { argument 319 handleShowPass_: function(e) { argument 405 securityInput.addEventListener('change', function(e) { argument 416 var keyup_listener = function(e) { argument [all …]
|
D | proxy_options.js | 27 function handlePrefUpdate(e) { argument 90 handleVisibleChange_: function(e) { argument 100 toggleSingle_: function(e) { argument 116 disableManual_: function(e) { argument 140 enableManual_: function(e) { argument 164 handleAddException_: function(e) { argument 177 handleRemoveExceptions_: function(e) { argument
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | string-unpack-code.js | 16 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/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | string-unpack-code.js | 16 var decompressedMochiKit = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=… function 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… argument
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | new_tab.js | 105 document.addEventListener('touchmove', function(e) { argument 135 function(e) { argument 161 trash.addEventListener(Grabber.EventType.DRAG_ENTER, function(e) { argument 166 trash.addEventListener(Grabber.EventType.DRAG_LEAVE, function(e) { argument 362 function switchPage(e) { argument 409 function appDragStart(e) { argument 444 function appDragEnd(e) { argument 487 function appDragEnter(e) argument 530 function appTrash(e) { argument 549 function appDrop(e) { argument [all …]
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
D | p1.cpp | 13 e = T::error // expected-error {{'double' cannot be used prior to '::'}} enumerator 20 e = 0 enumerator 27 e = 4 enumerator 42 e = T::error in f() enumerator 51 e = T::error // expected-error {{has no members}} in g() enumerator 64 e = T::error // expected-error {{'int' cannot be used prior to '::'}} enumerator 71 e = 0 enumerator 78 e = 4 enumerator 87 e = T::error // expected-error {{has no members}} in f() enumerator 96 e = T::error // expected-error {{has no members}} in g() enumerator
|