/external/curl/tests/data/ |
D | test552 | 4 # submitted in bug report #1850730, which sends >64K data and we verify the 19 <data> 27 </data> 61 HTTP proxy auth Digest with 70K POST data from read callback 68 # Verify data after the test has been "shot" 82 test datatest datatest datatest datatest datatest datatest datatest datatest datatest data…
|
D | test1060 | 23 And you should ignore this data. aaaaaaaaaaaaaaaa 24 And you should ignore this data. aaaaaaaaaaaaaaaa 25 And you should ignore this data. aaaaaaaaaaaaaaaa 26 And you should ignore this data. aaaaaaaaaaaaaaaa 27 And you should ignore this data. aaaaaaaaaaaaaaaa 28 And you should ignore this data. aaaaaaaaaaaaaaaa 29 And you should ignore this data. aaaaaaaaaaaaaaaa 30 And you should ignore this data. aaaaaaaaaaaaaaaa 31 And you should ignore this data. aaaaaaaaaaaaaaaa 32 And you should ignore this data. aaaaaaaaaaaaaaaa [all …]
|
D | test1061 | 25 And you should ignore this data. aaaaaaaaaaaaaaaa 26 And you should ignore this data. aaaaaaaaaaaaaaaa 27 And you should ignore this data. aaaaaaaaaaaaaaaa 28 And you should ignore this data. aaaaaaaaaaaaaaaa 29 And you should ignore this data. aaaaaaaaaaaaaaaa 30 And you should ignore this data. aaaaaaaaaaaaaaaa 31 And you should ignore this data. aaaaaaaaaaaaaaaa 32 And you should ignore this data. aaaaaaaaaaaaaaaa 33 And you should ignore this data. aaaaaaaaaaaaaaaa 34 And you should ignore this data. aaaaaaaaaaaaaaaa [all …]
|
/external/icu/icu4j/main/shared/data/ |
D | icudata.jar | ... .MF
com/ibm/icu/impl/data/icudt56b/
com/ibm/icu/impl |
/external/sfntly/cpp/src/test/autogenerated/ |
D | cmap_test_data.h | 31 "data/fonts/cousine/Cousine-BoldItalic.ttf", 32 "data/fonts/cousine/Cousine-Bold.ttf", 33 "data/fonts/cousine/Cousine-Regular.ttf", 34 "data/fonts/cousine/Cousine-Italic.ttf", 35 "data/fonts/cedarvillecursive/Cedarville-Cursive.ttf", 36 "data/fonts/dancingscript/DancingScript-Bold.ttf", 37 "data/fonts/dancingscript/DancingScript-Regular.ttf", 38 "data/fonts/damion/Damion-Regular.ttf", 39 "data/fonts/annieuseyourtelescope/AnnieUseYourTelescope.ttf", 40 "data/fonts/deliusswashcaps/DeliusSwashCaps-Regular.ttf", [all …]
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | tokenizer.py | 69 yield {"type": tokenTypes["ParseError"], "data": self.stream.errors.pop(0)} 100 self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": 106 self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": 125 "data": 139 self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": 171 "data": "expected-numeric-entity"}) 198 self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": 211 self.tokenQueue.append({"type": tokenTypes["ParseError"], "data": 217 self.currentToken["data"][-1][1] += output 223 self.tokenQueue.append({"type": tokenTypes[tokenType], "data": output}) [all …]
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_mat4.inl | 28 return this->Data[i]; 38 return this->Data[i]; 47 this->Data[0] = fvec4SIMD(1.0f, 0, 0, 0); 48 this->Data[1] = fvec4SIMD(0, 1.0f, 0, 0); 49 this->Data[2] = fvec4SIMD(0, 0, 1.0f, 0); 50 this->Data[3] = fvec4SIMD(0, 0, 0, 1.0f); 56 this->Data[0] = fvec4SIMD(s, 0, 0, 0); 57 this->Data[1] = fvec4SIMD(0, s, 0, 0); 58 this->Data[2] = fvec4SIMD(0, 0, s, 0); 59 this->Data[3] = fvec4SIMD(0, 0, 0, s); [all …]
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_aka.c | 57 static void eap_aka_fullauth(struct eap_sm *sm, struct eap_aka_data *data); 81 static void eap_aka_state(struct eap_aka_data *data, int state) in eap_aka_state() argument 84 eap_aka_state_txt(data->state), in eap_aka_state() 86 data->state = state; in eap_aka_state() 91 struct eap_aka_data *data, in eap_aka_check_identity_reauth() argument 94 if (data->eap_method == EAP_TYPE_AKA_PRIME && in eap_aka_check_identity_reauth() 97 if (data->eap_method == EAP_TYPE_AKA && in eap_aka_check_identity_reauth() 102 data->reauth = eap_sim_db_get_reauth_entry(sm->eap_sim_db_priv, in eap_aka_check_identity_reauth() 104 if (data->reauth == NULL) { in eap_aka_check_identity_reauth() 112 os_strlcpy(data->permanent, data->reauth->permanent, in eap_aka_check_identity_reauth() [all …]
|
D | eap_server_pwd.c | 75 static void eap_pwd_state(struct eap_pwd_data *data, int state) in eap_pwd_state() argument 78 eap_pwd_state_txt(data->state), eap_pwd_state_txt(state)); in eap_pwd_state() 79 data->state = state; in eap_pwd_state() 85 struct eap_pwd_data *data; in eap_pwd_init() local 94 data = os_zalloc(sizeof(*data)); in eap_pwd_init() 95 if (data == NULL) in eap_pwd_init() 98 data->group_num = sm->pwd_group; in eap_pwd_init() 100 data->group_num); in eap_pwd_init() 101 data->state = PWD_ID_Req; in eap_pwd_init() 103 data->id_server = (u8 *) os_strdup("server"); in eap_pwd_init() [all …]
|
D | eap_server_eke.c | 59 static void eap_eke_state(struct eap_eke_data *data, int state) in eap_eke_state() argument 62 eap_eke_state_txt(data->state), in eap_eke_state() 64 data->state = state; in eap_eke_state() 68 static void eap_eke_fail(struct eap_eke_data *data, u32 code) in eap_eke_fail() argument 71 data->failure_code = code; in eap_eke_fail() 72 eap_eke_state(data, FAILURE_REPORT); in eap_eke_fail() 78 struct eap_eke_data *data; in eap_eke_init() local 81 data = os_zalloc(sizeof(*data)); in eap_eke_init() 82 if (data == NULL) in eap_eke_init() 84 eap_eke_state(data, IDENTITY); in eap_eke_init() [all …]
|
D | eap_server_sim.c | 65 static void eap_sim_state(struct eap_sim_data *data, int state) in eap_sim_state() argument 68 eap_sim_state_txt(data->state), in eap_sim_state() 70 data->state = state; in eap_sim_state() 76 struct eap_sim_data *data; in eap_sim_init() local 83 data = os_zalloc(sizeof(*data)); in eap_sim_init() 84 if (data == NULL) in eap_sim_init() 86 data->state = START; in eap_sim_init() 88 return data; in eap_sim_init() 94 struct eap_sim_data *data = priv; in eap_sim_reset() local 95 os_free(data->next_pseudonym); in eap_sim_reset() [all …]
|
D | eap_server_ikev2.c | 73 static void eap_ikev2_state(struct eap_ikev2_data *data, int state) in eap_ikev2_state() argument 76 eap_ikev2_state_txt(data->state), in eap_ikev2_state() 78 data->state = state; in eap_ikev2_state() 84 struct eap_ikev2_data *data; in eap_ikev2_init() local 86 data = os_zalloc(sizeof(*data)); in eap_ikev2_init() 87 if (data == NULL) in eap_ikev2_init() 89 data->state = MSG; in eap_ikev2_init() 90 data->fragment_size = sm->fragment_size > 0 ? sm->fragment_size : in eap_ikev2_init() 92 data->ikev2.state = SA_INIT; in eap_ikev2_init() 93 data->ikev2.peer_auth = PEER_AUTH_SECRET; in eap_ikev2_init() [all …]
|
D | eap_server_peap.c | 92 static void eap_peap_state(struct eap_peap_data *data, int state) in eap_peap_state() argument 95 eap_peap_state_txt(data->state), in eap_peap_state() 97 data->state = state; in eap_peap_state() 99 tls_connection_remove_session(data->ssl.conn); in eap_peap_state() 104 struct eap_peap_data *data) in eap_peap_valid_session() argument 109 tls_connection_resumed(sm->ssl_ctx, data->ssl.conn)) in eap_peap_valid_session() 128 tls_connection_set_success_data(data->ssl.conn, buf); in eap_peap_valid_session() 133 struct eap_peap_data *data) in eap_peap_req_success() argument 135 if (data->state == FAILURE || data->state == FAILURE_REQ) { in eap_peap_req_success() 136 eap_peap_state(data, FAILURE); in eap_peap_req_success() [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | rbbitst.txt | 4 # RBBI Test Data 11 # <word> any following data is for word break testing 12 # <sent> any following data is for sentence break testing 13 # <line> any following data is for line break testing 14 # <char> any following data is for char break testing 16 # <data> ... </data> test data. May span multiple lines. 23 # In ICU4C, this test data is run by intltest, rbbi/RBBITest/TestExtended. 24 # In ICU4J, this test data is run by com.ibm.icu.dev.test.rbbi.RBBITestExtended 40 <data>\ 41 …, took this opportunity to call him to account for some abuses he had to lay to his charge.•</data> [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | rbbitst.txt | 4 # RBBI Test Data 11 # <word> any following data is for word break testing 12 # <sent> any following data is for sentence break testing 13 # <line> any following data is for line break testing 14 # <char> any following data is for char break testing 16 # <data> ... </data> test data. May span multiple lines. 23 # In ICU4C, this test data is run by intltest, rbbi/RBBITest/TestExtended. 24 # In ICU4J, this test data is run by com.ibm.icu.dev.test.rbbi.RBBITestExtended 37 <data>•\u00c0.•</data> 39 …data>•\u5487\u67ff\ue591\u5017\u61b3\u60a1\u9510\u8165:"JAVA\u821c\u8165\u7fc8\u51ce\u306d,\u2494\… [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 4 # RBBI Test Data 11 # <word> any following data is for word break testing 12 # <sent> any following data is for sentence break testing 13 # <line> any following data is for line break testing 14 # <char> any following data is for char break testing 16 # <data> ... </data> test data. May span multiple lines. 23 # In ICU4C, this test data is run by intltest, rbbi/RBBITest/TestExtended. 24 # In ICU4J, this test data is run by com.ibm.icu.dev.test.rbbi.RBBITestExtended 37 <data>•\u00c0.•</data> 39 …data>•\u5487\u67ff\ue591\u5017\u61b3\u60a1\u9510\u8165:"JAVA\u821c\u8165\u7fc8\u51ce\u306d,\u2494\… [all …]
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_pwd.c | 77 static void eap_pwd_state(struct eap_pwd_data *data, int state) in eap_pwd_state() argument 80 eap_pwd_state_txt(data->state), eap_pwd_state_txt(state)); in eap_pwd_state() 81 data->state = state; in eap_pwd_state() 87 struct eap_pwd_data *data; in eap_pwd_init() local 105 if ((data = os_zalloc(sizeof(*data))) == NULL) { in eap_pwd_init() 106 wpa_printf(MSG_INFO, "EAP-PWD: memory allocation data fail"); in eap_pwd_init() 110 if ((data->bnctx = BN_CTX_new()) == NULL) { in eap_pwd_init() 112 os_free(data); in eap_pwd_init() 116 if ((data->id_peer = os_malloc(identity_len)) == NULL) { in eap_pwd_init() 118 BN_CTX_free(data->bnctx); in eap_pwd_init() [all …]
|
D | eap_aka.c | 78 static void eap_aka_state(struct eap_aka_data *data, int state) in eap_aka_state() argument 81 eap_aka_state_txt(data->state), in eap_aka_state() 83 data->state = state; in eap_aka_state() 89 struct eap_aka_data *data; in eap_aka_init() local 93 data = os_zalloc(sizeof(*data)); in eap_aka_init() 94 if (data == NULL) in eap_aka_init() 97 data->eap_method = EAP_TYPE_AKA; in eap_aka_init() 99 eap_aka_state(data, CONTINUE); in eap_aka_init() 100 data->prev_id = -1; in eap_aka_init() 102 data->result_ind = phase1 && os_strstr(phase1, "result_ind=1") != NULL; in eap_aka_init() [all …]
|
D | eap_sim.c | 71 static void eap_sim_state(struct eap_sim_data *data, int state) in eap_sim_state() argument 74 eap_sim_state_txt(data->state), in eap_sim_state() 76 data->state = state; in eap_sim_state() 82 struct eap_sim_data *data; in eap_sim_init() local 85 data = os_zalloc(sizeof(*data)); in eap_sim_init() 86 if (data == NULL) in eap_sim_init() 89 if (random_get_bytes(data->nonce_mt, EAP_SIM_NONCE_MT_LEN)) { in eap_sim_init() 90 wpa_printf(MSG_WARNING, "EAP-SIM: Failed to get random data " in eap_sim_init() 92 os_free(data); in eap_sim_init() 96 data->min_num_chal = 2; in eap_sim_init() [all …]
|
D | eap_eke.c | 57 static void eap_eke_state(struct eap_eke_data *data, int state) in eap_eke_state() argument 60 eap_eke_state_txt(data->state), eap_eke_state_txt(state)); in eap_eke_state() 61 data->state = state; in eap_eke_state() 70 struct eap_eke_data *data; in eap_eke_init() local 81 data = os_zalloc(sizeof(*data)); in eap_eke_init() 82 if (data == NULL) in eap_eke_init() 84 eap_eke_state(data, IDENTITY); in eap_eke_init() 88 data->peerid = os_malloc(identity_len); in eap_eke_init() 89 if (data->peerid == NULL) { in eap_eke_init() 90 eap_eke_deinit(sm, data); in eap_eke_init() [all …]
|
D | eap_gpsk.c | 40 static struct wpabuf * eap_gpsk_send_gpsk_2(struct eap_gpsk_data *data, 44 static struct wpabuf * eap_gpsk_send_gpsk_4(struct eap_gpsk_data *data, 67 static void eap_gpsk_state(struct eap_gpsk_data *data, int state) in eap_gpsk_state() argument 70 eap_gpsk_state_txt(data->state), in eap_gpsk_state() 72 data->state = state; in eap_gpsk_state() 81 struct eap_gpsk_data *data; in eap_gpsk_init() local 92 data = os_zalloc(sizeof(*data)); in eap_gpsk_init() 93 if (data == NULL) in eap_gpsk_init() 95 data->state = GPSK_1; in eap_gpsk_init() 99 data->id_peer = os_malloc(identity_len); in eap_gpsk_init() [all …]
|
/external/libexif/libexif/ |
D | exif-data.c | 1 /* exif-data.c 23 #include <libexif/exif-mnote-data.h> 24 #include <libexif/exif-data.h> 26 #include <libexif/exif-mnote-data-priv.h> 33 #include <libexif/canon/exif-mnote-data-canon.h> 34 #include <libexif/fuji/exif-mnote-data-fuji.h> 35 #include <libexif/olympus/exif-mnote-data-olympus.h> 36 #include <libexif/pentax/exif-mnote-data-pentax.h> 62 /* Temporarily used while loading data */ 70 exif_data_alloc (ExifData *data, unsigned int i) in exif_data_alloc() argument [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 107 public static Object build(Object data) throws JSONException { in build() argument 108 if (data == null) { in build() 111 if (data instanceof Integer) { in build() 112 return data; in build() 114 if (data instanceof Float) { in build() 115 return data; in build() 117 if (data instanceof Double) { in build() 118 return data; in build() 120 if (data instanceof Long) { in build() 121 return data; in build() [all …]
|
/external/flac/libFLAC/ |
D | lpc.c | 26 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 74 void FLAC__lpc_compute_autocorrelation(const FLAC__real data[], unsigned data_len, unsigned lag, FL… in FLAC__lpc_compute_autocorrelation() argument 87 * data[i] -= mean; in FLAC__lpc_compute_autocorrelation() 93 d += data[i] * data[i - lag]; in FLAC__lpc_compute_autocorrelation() 99 * this version tends to run faster because of better data locality in FLAC__lpc_compute_autocorrelation() 112 d = data[sample]; in FLAC__lpc_compute_autocorrelation() 114 autoc[coeff] += d * data[sample+coeff]; in FLAC__lpc_compute_autocorrelation() 117 d = data[sample]; in FLAC__lpc_compute_autocorrelation() 119 autoc[coeff] += d * data[sample+coeff]; in FLAC__lpc_compute_autocorrelation() 268 void FLAC__lpc_compute_residual_from_qlp_coefficients(const FLAC__int32 * flac_restrict data, unsig… in FLAC__lpc_compute_residual_from_qlp_coefficients() argument [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | test_io.c | 69 int count, void *data); 71 int count, const void *data); 73 int count, void *data); 75 int count, const void *data); 134 struct test_private_data *data, in test_dump_block() argument 138 FILE *f = data->outfile; in test_dump_block() 155 struct test_private_data *data; in test_abort() local 158 data = (struct test_private_data *) channel->private_data; in test_abort() 159 f = data->outfile; in test_abort() 193 struct test_private_data *data = NULL; in test_open() local [all …]
|