| /third_party/curl/lib/ |
| D | formdata.c | 207 struct FormInfo *first_form, *current_form, *form = NULL; in FormAdd() local 712 int curl_formget(struct curl_httppost *form, void *arg, in curl_formget() 746 void curl_formfree(struct curl_httppost *form) in curl_formfree() 802 CURLcode Curl_getformdata(struct Curl_easy *data, in Curl_getformdata() 808 curl_mime *form = NULL; in Curl_getformdata() local 937 int curl_formget(struct curl_httppost *form, void *arg, in curl_formget() 946 void curl_formfree(struct curl_httppost *form) in curl_formfree()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| D | UnicodeNormalizer.java | 32 public UnicodeNormalizer(byte form, boolean fullData) { in UnicodeNormalizer() 89 private byte form; field in UnicodeNormalizer 177 private static NormalizerData data = null; field in UnicodeNormalizer
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| D | UnicodeNormalizer.java | 29 public UnicodeNormalizer(byte form, boolean fullData) { in UnicodeNormalizer() 86 private byte form; field in UnicodeNormalizer 174 private static NormalizerData data = null; field in UnicodeNormalizer
|
| /third_party/skia/third_party/externals/microhttpd/doc/examples/ |
| D | sessions.c | 302 const char *form = cls; in serve_simple_form() local 336 const char *form = cls; in fill_v1_form() local 378 const char *form = cls; in fill_v1_v2_form() local 478 const char *data, uint64_t off, size_t size) in post_iterator()
|
| /third_party/mesa3d/src/hgl/ |
| D | GLView.cpp | 273 BGLView::Archive(BMessage* data, bool deep) const in Archive() 319 int32 form, const char* property) in ResolveSpecifier() 326 BGLView::GetSupportedSuites(BMessage* data) in GetSupportedSuites()
|
| /third_party/boost/libs/hof/doc/html/_static/ |
| D | websupport.js | 185 data: {node: id}, property 186 success: function(data, textStatus, request) { argument 216 function addComment(form) { argument 235 data: { property 241 success: function(data, textStatus, error) { argument 324 data: {id: id}, property 325 success: function(data, textStatus, request) { argument 339 data: {id: id}, property 340 success: function(data, textStatus, request) { argument 478 data: d, property
|
| /third_party/boost/libs/gil/doc/html/_static/ |
| D | websupport.js | 185 data: {node: id}, property 186 success: function(data, textStatus, request) { argument 216 function addComment(form) { argument 235 data: { property 241 success: function(data, textStatus, error) { argument 324 data: {id: id}, property 325 success: function(data, textStatus, request) { argument 339 data: {id: id}, property 340 success: function(data, textStatus, request) { argument 478 data: d, property
|
| /third_party/boost/libs/python/doc/html/numpy/_static/ |
| D | websupport.js | 185 data: {node: id}, property 186 success: function(data, textStatus, request) { argument 216 function addComment(form) { argument 235 data: { property 241 success: function(data, textStatus, error) { argument 324 data: {id: id}, property 325 success: function(data, textStatus, request) { argument 339 data: {id: id}, property 340 success: function(data, textStatus, request) { argument 478 data: d, property
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| D | post_example.c | 280 const char *form = cls; in serve_simple_form() local 462 const char *data, uint64_t off, size_t size) in post_iterator()
|
| /third_party/python/Modules/ |
| D | unicodedata.c | 505 const void *data; in nfd_nfkd() local 652 const void *data; in nfc_nfkc() local 813 const void *data; in is_normalized_quickcheck() local 864 unicodedata_UCD_is_normalized_impl(PyObject *self, PyObject *form, in unicodedata_UCD_is_normalized_impl() 937 unicodedata_UCD_normalize_impl(PyObject *self, PyObject *form, in unicodedata_UCD_normalize_impl()
|
| /third_party/alsa-utils/axfer/ |
| D | container-riff-wave.c | 80 uint8_t data[0]; member 93 uint8_t data[0]; member 415 const char *const form, uint64_t size, in build_subchunk_header()
|
| /third_party/curl/packages/OS400/ |
| D | ccsidcurl.c | 326 const char *data, unsigned int ccsid) in curl_slist_append_ccsid() 594 struct Curl_easy *data; in curl_easy_getinfo_ccsid() local 1075 curl_formget_ccsid(struct curl_httppost *form, void *arg, in curl_formget_ccsid() 1092 struct Curl_easy *data; in curl_easy_setopt_ccsid() local 1374 const char *data, size_t datasize, unsigned int ccsid) in curl_mime_data_ccsid()
|
| /third_party/boost/libs/python/doc/html/numpy/ |
| D | searchindex.js | 1 …lti_iter","reference/ndarray","reference/unary_ufunc","tutorial/dtype","tutorial/fromdata","tutori… property
|
| /third_party/boost/libs/locale/src/shared/ |
| D | message.cpp | 219 void load_file(std::vector<char> &data) in load_file() 513 int form=0; in get() local
|
| /third_party/node/src/ |
| D | node_crypto.cc | 1847 char* data = Buffer::Data(line_bf); in KeylogCallback() local 2423 unsigned char* data = MallocOpenSSL<unsigned char>(len); in TLSExtStatusCallback() local 2748 static bool IsASN1Sequence(const unsigned char* data, size_t size, in IsASN1Sequence() 2772 static bool IsRSAPrivateKey(const unsigned char* data, size_t size) { in IsRSAPrivateKey() 2789 static bool IsEncryptedPrivateKeyInfo(const unsigned char* data, size_t size) { in IsEncryptedPrivateKeyInfo() 2902 char* data = MallocOpenSSL<char>(alloc_size); in FromString() local 2914 char* data = MallocOpenSSL<char>(size + 1); in FromBuffer() local 2936 ByteSource::ByteSource(const char* data, char* allocated_data, size_t size) in ByteSource() 2941 ByteSource ByteSource::Allocated(char* data, size_t size) { in Allocated() 2945 ByteSource ByteSource::Foreign(const char* data, size_t size) { in Foreign() [all …]
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | plurults.cpp | 645 const char* data[] = { in testGetAllKeywordValues() local 1183 auto form = rules->select(range, status); in testSelectRange() local
|
| /third_party/typescript/tests/lib/ |
| D | react.d.ts | 294 data: string; property 1954 data?: string; property 1963 form?: string; property 2162 data: HTMLFactory<HTMLElement>; property 2178 form: HTMLFactory<HTMLFormElement>; property 2395 data: React.HTMLProps<HTMLElement>; property 2411 form: React.HTMLProps<HTMLFormElement>; property
|
| D | lib.d.ts | 4086 data?: string; property 4096 data?: string; property 5217 data: string; property 5298 data: string; property 5546 data: ArrayBuffer; property 7395 data: string; property 7400 form: HTMLFormElement; property 7748 form: HTMLFormElement; property 8217 form: HTMLFormElement; property 9068 form: HTMLFormElement; property [all …]
|
| /third_party/css-what/src/__fixtures__/ |
| D | out.json | 151 "data": "0n+3" string 171 "data": "2n" string 191 "data": "2n+1" string 211 "data": "3" string 231 "data": "even" string 251 "data": "n" string 271 "data": "odd" string 291 "data": "0n+3" string 311 "data": "2n" string 331 "data": "2n+1" string [all …]
|
| /third_party/boost/libs/hof/doc/html/ |
| D | searchindex.js | 1 …ors","doc/src/building","doc/src/concepts","doc/src/configurations","doc/src/decorators","doc/src/…
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 237 data?: string; property 622 data?: string | null; property 833 data?: T; property 907 data?: any; property 988 data?: any; property 1005 data?: any; property 1756 data?: any; property 3556 data: string; property 3673 readonly data: string; property 4229 data: ArrayBuffer; property [all …]
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 217 data?: string; property 602 data?: string | null; property 813 data?: T; property 887 data?: any; property 968 data?: any; property 985 data?: any; property 1736 data?: any; property 3536 data: string; property 3653 readonly data: string; property 4209 data: ArrayBuffer; property [all …]
|
| /third_party/boost/libs/gil/doc/html/ |
| D | searchindex.js | 1 …pace","design/concepts","design/conclusions","design/dynamic_image","design/examples","design/exte…
|
| /third_party/quickjs/ |
| D | quickjs.c | 674 uint8_t *data; /* NULL if detached */ member 5079 JSValue data[0]; member 5132 JSValueConst *data) in JS_NewCFunctionData() 41326 const char *form, *p; in js_string_normalize() local
|