/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/ |
D | DataBean.java | 21 private DataMore more; field in DataBean 40 return more; in getMore() 43 public void setMore(DataMore more) { in setMore() argument 44 this.more = more; in setMore()
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | netcap.c | 255 char rem_addr[128], local_addr[128], more[512]; in read_tcp() local 270 more[0] = 0; in read_tcp() 275 &uid, &timeout, &inode, more); in read_tcp() 289 char rem_addr[128], local_addr[128], more[512]; in read_udp() local 304 more[0] = 0; in read_udp() 309 &uid, &timeout, &inode, more); in read_udp() 323 char rem_addr[128], local_addr[128], more[512]; in read_raw() local 338 more[0] = 0; in read_raw() 343 &uid, &timeout, &inode, more); in read_raw() 355 char buf[256], more[256]; in get_interface() local [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 207 more than 1 month 208 more than 1 month and 2 weeks 209 more than 1 month, 2 weeks, and 3 days 210 more than 1 month ago 211 more than 1 month and 2 weeks ago 212 more than 1 month, 2 weeks, and 3 days ago 213 more than 1 month from now 214 more than 1 month and 2 weeks from now 215 more than 1 month, 2 weeks, and 3 days from now 234 more than 1 hour [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 207 more than 1 month 208 more than 1 month and 2 weeks 209 more than 1 month, 2 weeks, and 3 days 210 more than 1 month ago 211 more than 1 month and 2 weeks ago 212 more than 1 month, 2 weeks, and 3 days ago 213 more than 1 month from now 214 more than 1 month and 2 weeks from now 215 more than 1 month, 2 weeks, and 3 days from now 234 more than 1 hour [all …]
|
/external/bzip2/ |
D | bzmore | 10 *less) more=less ;; 11 *) more=more ;; 37 bzip2 -cdfq | eval $more 55 bzip2 -cdfq "$FILE" | eval $more
|
/external/toybox/toys/lsb/ |
D | mount.c | 79 static long flag_opts(char *new, long flags, char **more) 122 if (more && i == ARRAY_LEN(opts)) { 123 i = *more ? strlen(*more) : 0; 124 *more = xrealloc(*more, i + strlen(new) + 2); 125 if (i) (*more)[i++] = ','; 126 strcpy(i+*more, new); 376 char *more = 0; in mount_main() local 378 mount_filesystem(dev, dir, TT.type, flag_opts(opts, flags, &more), more); in mount_main() 379 if (CFG_TOYBOX_FREE) free(more); in mount_main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | bitfield.h | 15 #define __BITFIELD_FIELD(field, more) \ argument 17 more 21 #define __BITFIELD_FIELD(field, more) \ argument 22 more \
|
/external/llvm/test/Transforms/ObjCARC/ |
D | cfg-hazards.ll | 132 br label %more 134 more: 165 br i1 undef, label %true, label %more 168 br label %more 170 more: 197 br i1 undef, label %true, label %more 201 br label %more 203 more: 231 br i1 undef, label %true, label %more 235 br label %more [all …]
|
/external/wpa_supplicant_8/src/common/ |
D | gas.c | 49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp() argument 62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0)); in gas_build_resp() 79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, in gas_build_comeback_resp() argument 83 status_code, frag_id, more, comeback_delay, in gas_build_comeback_resp() 169 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp() argument 175 frag_id, more, comeback_delay, 4 + size); in gas_anqp_build_comeback_resp() 189 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp_buf() argument 196 more, comeback_delay, in gas_anqp_build_comeback_resp_buf()
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | update_test_suites.py | 115 more = True 117 while more: 118 some_suites, cursor, more = suite_query.fetch_page( 201 more = True 203 while more: 206 some_suites, cursor, more = suite_query.fetch_page(
|
D | change_internal_only.py | 127 test_keys, next_cursor, more = test_query.fetch_page( 139 if more: 173 rows, next_cursor, more = rows_query.fetch_page( 181 if more:
|
/external/libmicrohttpd/src/examples/ |
D | spdy_response_with_callback.c | 45 bool *more) in response_callback() argument 50 *more = feof(fd) == 0; in response_callback() 52 if(!(*more)) in response_callback() 87 bool more) in standard_request_handler() argument 95 (void)more; in standard_request_handler()
|
/external/icu/icu4c/source/data/rbnf/ |
D | vi.txt | 33 "%%after-thousand-or-more:", 52 "1000: << ngh\u00ECn[ >%%after-thousand-or-more>];", 53 "1000000: << tri\u1EC7u[ >%%after-thousand-or-more>];", 54 "1000000000: << t\u1EF7[ >%%after-thousand-or-more>];",
|
/external/doclava/src/com/google/doclava/ |
D | AttrTagInfo.java | 67 String more = m.group(2); in parse() local 70 String ref = more.trim(); in parse() 83 m = NAME_TEXT.matcher(more); in parse() 85 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more); in parse() 92 mDescrComment = new Comment(more, base, position); in parse()
|
/external/libxml2/result/schemas/ |
D | decimal-3_1_0.err | 1 …lidity error : Element 'val': [facet 'totalDigits'] The value '0.123' has more digits than are all… 3 …lidity error : Element 'val': [facet 'totalDigits'] The value '0.023' has more digits than are all… 5 …validity error : Element 'val': [facet 'totalDigits'] The value '123' has more digits than are all… 7 …alidity error : Element 'val': [facet 'totalDigits'] The value '12.3' has more digits than are all…
|
/external/tpm2/ |
D | Handle.c | 88 TPMI_YES_NO more = NO; in PermanentCapGetHandles() local 110 more = YES; in PermanentCapGetHandles() 114 return more; in PermanentCapGetHandles()
|
D | PP.c | 131 TPMI_YES_NO more = NO; in PhysicalPresenceCapGetCCList() local 153 more = YES; in PhysicalPresenceCapGetCCList() 158 return more; in PhysicalPresenceCapGetCCList()
|
D | AlgorithmCap.c | 133 TPMI_YES_NO more = NO; in AlgorithmCapGetImplemented() local 162 more = YES; in AlgorithmCapGetImplemented() 166 return more; in AlgorithmCapGetImplemented()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_request_response_with_callback.c | 60 bool *more) in response_callback() argument 75 *more = feof(fd) == 0; in response_callback() 79 if(!(*more)) in response_callback() 115 bool more) in standard_request_handler() argument 125 (void)more; in standard_request_handler()
|
/external/curl/lib/ |
D | formdata.c | 102 post->more = parent_post->more; in AddHttpPost() 105 parent_post->more = post; in AddHttpPost() 147 form_info->more = parent_form_info->more; in AddFormInfo() 150 parent_form_info->more = form_info; in AddFormInfo() 577 for(ptr = first_form; ptr != NULL; ptr = ptr->more) { in FormAdd() 604 form = form->more) { in FormAdd() 688 for(ptr = form; ptr != NULL; ptr = ptr->more) { in FormAdd() 713 FormInfo *ptr = first_form->more; in FormAdd() 972 curl_formfree(form->more); in curl_formfree() 1177 if(post->more) { in Curl_getformdata() [all …]
|
/external/google-breakpad/src/testing/ |
D | CMakeLists.txt | 6 # For more options, run 'ctest --help'. 71 # Google Mock libraries. We build them using more strict warnings than what 112 cxx_test(gmock-more-actions_test gmock_main) 139 cxx_test_with_flags(gmock-more-actions_no_exception_test "${cxx_no_exception}" 140 gmock_main_no_exception test/gmock-more-actions_test.cc) 153 # knowing more details about the system configurations. We do not try to run 154 # this binary. To get a more robust shared library coverage, configure with
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp1.txt | 21 more or less happily with the absurd rules for "to be" (am, are, is, been, 41 is just much more familiar and clear to people than anything new you 43 make function pointers easier but makes arrays much more difficult seems 49 I absolutely agree. But the question is, what is more clear and concise? 51 syntax that they have never seen that has a more logical structure. I think 57 P.S. Also, while I agree that most your syntax is more logical, there is
|
/external/eigen/doc/ |
D | Overview.dox | 11 …look at the API. They currently cover the two following feature sets, and more will come in the fu… 20 …more general topics such as preprocessor directives, controlling assertions, multi-threading, MKL … 24 Want more? Checkout the <a href="unsupported/index.html">\em unsupported \em modules </a> documenta…
|
/external/llvm/docs/TableGen/ |
D | Deficiencies.rst | 21 There are some in favour of extending the semantics even more, but making sure 22 back-ends adhere to strict rules. Others suggesting we should move to more 31 be more use friendly.
|
/external/mockftpserver/tags/2.5/src/site/apt/ |
D | fakeftpserver-versus-stubftpserver.apt | 18 …You also configure a set of one or more user accounts that control which users can login to the FT… 29 …See the {{{./fakeftpserver-features.html}FakeFtpServer Features and Limitations}} page for more in… 44 …See the {{{./stubftpserver-features.html}StubFtpServer Features and Limitations}} page for more in… 52 for more information on which features and scenarios are supported. 61 …* You are more comfortable with configuring and using the lower-level FTP server command reply cod…
|