/external/libcxx/test/re/re.badexp/ |
D | regex_error.pass.cpp | 27 std::regex_error e(std::regex_constants::error_collate); in main() local 32 std::regex_error e(std::regex_constants::error_ctype); in main() local 37 std::regex_error e(std::regex_constants::error_escape); in main() local 43 std::regex_error e(std::regex_constants::error_backref); in main() local 48 std::regex_error e(std::regex_constants::error_brack); in main() local 53 std::regex_error e(std::regex_constants::error_paren); in main() local 58 std::regex_error e(std::regex_constants::error_brace); in main() local 63 std::regex_error e(std::regex_constants::error_badbrace); in main() local 68 std::regex_error e(std::regex_constants::error_range); in main() local 74 std::regex_error e(std::regex_constants::error_space); in main() local [all …]
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/ |
D | gl-matrix-min.js | 28 (function(){"use strict";var e={};typeof exports=="undefined"?typeof define=="function"&&typeof def… argument
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSPrimitiveValueMappings.h | 127 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(CSSReflectionDirection e) in CSSPrimitiveValue() 258 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBorderStyle e) in CSSPrimitiveValue() 311 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(CompositeOperator e) in CSSPrimitiveValue() 399 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ControlPart e) in CSSPrimitiveValue() 571 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBackfaceVisibility e) in CSSPrimitiveValue() 602 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillAttachment e) in CSSPrimitiveValue() 637 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillBox e) in CSSPrimitiveValue() 681 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EFillRepeat e) in CSSPrimitiveValue() 721 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxPack e) in CSSPrimitiveValue() 761 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxAlignment e) in CSSPrimitiveValue() [all …]
|
/external/chromium_org/third_party/flot/ |
D | jquery.min.js | 2 (function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}funct… argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | indirect_size.c | 62 __glCallLists_size( GLenum e ) in __glCallLists_size() 85 __glFogfv_size( GLenum e ) in __glFogfv_size() 103 __glLightfv_size( GLenum e ) in __glLightfv_size() 124 __glLightModelfv_size( GLenum e ) in __glLightModelfv_size() 139 __glMaterialfv_size( GLenum e ) in __glMaterialfv_size() 157 __glTexParameterfv_size( GLenum e ) in __glTexParameterfv_size() 212 __glTexEnvfv_size( GLenum e ) in __glTexEnvfv_size() 248 __glTexGendv_size( GLenum e ) in __glTexGendv_size() 261 __glMap1d_size( GLenum e ) in __glMap1d_size() 282 __glMap2d_size( GLenum e ) in __glMap2d_size() [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_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_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_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_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_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_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_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()
|
/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/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 121 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in CompletedTagDefinition() local 127 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in AddedVisibleDecl() local 133 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in AddedCXXImplicitMember() local 138 for (size_t i = 0, e = Listeners.size(); i != e; ++i) in AddedCXXTemplateSpecialization() local [all …]
|
/external/chromium_org/chrome/browser/resources/hotword_audio_verification/ |
D | main.js | 15 closeButton.addEventListener('click', function(e) { argument 21 $('ah-cancel-button').addEventListener('click', function(e) { argument 26 $('hw-cancel-button').addEventListener('click', function(e) { argument 31 $('st-cancel-button').addEventListener('click', function(e) { argument 36 $('ah-agree-button').addEventListener('click', function(e) { argument 42 $('hw-agree-button').addEventListener('click', function(e) { argument 49 $('training').addEventListener('click', function(e) { argument 60 $('try-now-button').addEventListener('click', function(e) { argument
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
D | ctor_result_type.pass.cpp | 28 E e(5); in test1() local 35 E e(5); in test1() local 42 E e(5); in test1() local 56 E e(7); in test2() local 63 E e(0); in test2() local 70 E e(4); in test2() local 84 E e(3); in test3() local 91 E e(5); in test3() local 98 E e(7); in test3() local 112 E e(7); in test4() local [all …]
|
/external/chromium-trace/trace-viewer/src/ui/ |
D | mouse_mode_selector.js | 164 onMouseDown_: function(e) { argument 172 onMouseMove_: function(e) { argument 179 onMouseUp_: function(e) { argument 196 onButtonMouseDown_: function(e) { argument 201 onButtonMouseUp_: function(e) { argument 206 onButtonPress_: function(e) { argument 233 onKeyPress_: function(e) { argument 254 onKeyDown_: function(e) { argument 279 onKeyUp_: function(e) { argument 320 onDragHandleMouseDown_: function(e) { argument [all …]
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | nav_dot.js | 116 onKeyDown_: function(e) { argument 128 onClick_: function(e) { argument 143 onDoubleClick_: function(e) { argument 156 onInputMouseDown_: function(e) { argument 166 onInputKeyDown_: function(e) { argument 181 onInputBlur_: function(e) { argument 188 shouldAcceptDrag: function(e) { argument 198 doDragEnter: function(e) { argument 216 doDragOver: function(e) { argument 231 doDrop: function(e) { argument [all …]
|
/external/chromium_org/chrome/browser/resources/extensions/ |
D | extension_list.js | 211 showButton.addEventListener('click', function(e) { argument 224 incognito.addEventListener('change', function(e) { argument 243 errorCollection.addEventListener('change', function(e) { argument 254 allUrls.addEventListener('click', function(e) { argument 265 fileAccess.addEventListener('click', function(e) { argument 276 options.addEventListener('click', function(e) { argument 289 permissions.addEventListener('click', function(e) { argument 307 reload.addEventListener('click', function(e) { argument 316 launch.addEventListener('click', function(e) { argument 346 enable.addEventListener('click', function(e) { argument [all …]
|
/external/chromium_org/chrome/browser/resources/options/ |
D | certificate_manager.js | 29 this.viewButton.onclick = function(e) { argument 37 this.editButton.onclick = function(e) { argument 42 this.editButton.onclick = function(e) { argument 54 this.backupButton.onclick = function(e) { argument 66 this.backupAllButton.onclick = function(e) { argument 78 this.importButton.onclick = function(e) { argument 83 this.importButton.onclick = function(e) { argument 87 this.importButton.onclick = function(e) { argument 96 this.importAndBindButton.onclick = function(e) { argument 107 this.exportButton.onclick = function(e) { argument [all …]
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
D | example.js | 22 function(e) { alert('Failed to allocate space') }); argument 52 function onPipeInput(e) { argument 72 function onRadioClicked(e) { argument 109 function fopen(e) { argument 120 function fclose(e) { argument 129 function fread(e) { argument 138 function fwrite(e) { argument 148 function fseek(e) { argument 159 function fflush(e) { argument 167 function stat(e) { argument [all …]
|
/external/chromium-trace/trace-viewer/src/tracing/ |
D | timeline_track_view.js | 141 distanceCoveredInPanScan_: function(e) { argument 280 onMouseMove_: function(e) { argument 290 onKeypress_: function(e) { argument 347 onKeydown_: function(e) { argument 388 onKeyup_: function(e) { argument 606 canBeginInteraction_: function(e) { argument 617 onDblClick_: function(e) { argument 635 storeLastMousePos_: function(e) { argument 639 extractRelativeMousePosition_: function(e) { argument 647 storeInitialMouseDownPos_: function(e) { argument [all …]
|
/external/chromium_org/extensions/test/data/web_view/apitest/ |
D | main.js | 60 webview.addEventListener('loadstop', function(e) { argument 98 webview.addEventListener('loadstop', function(e) { argument 123 var sizeChangeHandler = function(e) { argument 154 webview.addEventListener('loadstop', function(e) { argument 179 webview.addEventListener('sizechanged', function(e) { argument 201 webview.addEventListener('sizechanged', function(e) { argument 236 var sizeChangeHandler = function(e) { argument 261 webview.addEventListener('loadstop', function(e) { argument 283 var sizeChangeHandler = function(e) { argument 322 webview.addEventListener('loadstop', function(e) { argument
|