/external/pcre/dist/ |
D | pcre_config.c | 70 pcre_config(int what, void *where) in pcre_config() argument 73 pcre16_config(int what, void *where) in pcre_config() 76 pcre32_config(int what, void *where) in pcre_config() 83 *((int *)where) = 0; in pcre_config() 87 *((int *)where) = 1; in pcre_config() 89 *((int *)where) = 0; in pcre_config() 96 *((int *)where) = 0; in pcre_config() 100 *((int *)where) = 1; in pcre_config() 102 *((int *)where) = 0; in pcre_config() 109 *((int *)where) = 0; in pcre_config() [all …]
|
D | pcre_fullinfo.c | 71 int what, void *where) in pcre_fullinfo() argument 75 int what, void *where) in pcre_fullinfo() 79 int what, void *where) in pcre_fullinfo() 85 if (re == NULL || where == NULL) return PCRE_ERROR_NULL; in pcre_fullinfo() 106 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS; in pcre_fullinfo() 110 *((size_t *)where) = re->size; in pcre_fullinfo() 114 *((size_t *)where) = (study == NULL)? 0 : study->size; in pcre_fullinfo() 119 *((size_t *)where) = in pcre_fullinfo() 125 *((size_t *)where) = 0; in pcre_fullinfo() 130 *((int *)where) = re->top_bracket; in pcre_fullinfo() [all …]
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ |
D | values.pass.cpp | 44 void where(const _Tp &) {} in where() function 66 where(E::word_size); in test1() 67 where(E::state_size); in test1() 68 where(E::shift_size); in test1() 69 where(E::mask_bits); in test1() 70 where(E::xor_mask); in test1() 71 where(E::tempering_u); in test1() 72 where(E::tempering_d); in test1() 73 where(E::tempering_s); in test1() 74 where(E::tempering_b); in test1() [all …]
|
/external/netperf/ |
D | nettest_xti.c | 183 fprintf(where,"create_xti_endpoint: attempting to open %s\n", in create_xti_endpoint() 185 fflush(where); in create_xti_endpoint() 192 fprintf(where, in create_xti_endpoint() 197 fflush(where); in create_xti_endpoint() 202 fprintf(where,"create_xti_endpoint: socket %d obtained...\n",temp_socket); in create_xti_endpoint() 203 fflush(where); in create_xti_endpoint() 209 fprintf(where, in create_xti_endpoint() 212 fflush(where); in create_xti_endpoint() 217 fprintf(where, in create_xti_endpoint() 223 fflush(where); in create_xti_endpoint() [all …]
|
D | nettest_dlpi.c | 190 fprintf(where,"DLPI CO STREAM TEST\n"); in send_dlpi_co_stream() 192 fprintf(where,cpu_title,format_units()); in send_dlpi_co_stream() 194 fprintf(where,tput_title,format_units()); in send_dlpi_co_stream() 214 fprintf(where,"send_dlpi_co_rr: bind failure\n"); in send_dlpi_co_stream() 215 fflush(where); in send_dlpi_co_stream() 220 fprintf(where,"send_dlpi_co_stream: send_descriptor obtained...\n"); in send_dlpi_co_stream() 226 … fprintf(where,"netperf: send_dlpi_co_stream: window send size altered from system default...\n"); in send_dlpi_co_stream() 227 fprintf(where," send: %d\n",lsw_size); in send_dlpi_co_stream() 232 fprintf(where, in send_dlpi_co_stream() 234 fprintf(where," recv: %d\n",lrw_size); in send_dlpi_co_stream() [all …]
|
D | nettest_unix.c | 159 fprintf(where, in create_unix_socket() 162 fflush(where); in create_unix_socket() 167 fprintf(where,"create_unix_socket: socket %d obtained...\n",temp_socket); in create_unix_socket() 168 fflush(where); in create_unix_socket() 295 fprintf(where,"STREAM STREAM TEST\n"); in send_stream_stream() 297 fprintf(where,cpu_title,format_units()); in send_stream_stream() 299 fprintf(where,tput_title,format_units()); in send_stream_stream() 318 fprintf(where,"send_stream_stream: send_socket obtained...\n"); in send_stream_stream() 394 fprintf(where, in send_stream_stream() 414 fprintf(where,"remote listen done.\n"); in send_stream_stream() [all …]
|
D | nettest_bsd.c | 232 fprintf(where, \ 236 fflush(where); \ 247 fprintf(where,"about to suspend\n"); \ 248 fflush(where); \ 251 fprintf(where, \ 254 fflush(where); \ 294 fprintf(where,"about to spin suspend\n"); \ 295 fflush(where); \ 361 fprintf(where, \ 367 fflush(where); \ [all …]
|
D | netcpu_kstat10.c | 59 fprintf(where,"%s[%d]:\n",name,instance); in print_cpu_time_counters() 60 fprintf(where, in print_cpu_time_counters() 62 fprintf(where, in print_cpu_time_counters() 64 fprintf(where, in print_cpu_time_counters() 66 fprintf(where, in print_cpu_time_counters() 76 fprintf(where, in cpu_util_init() 80 fflush(where); in cpu_util_init() 103 fprintf(where, in print_unexpected_statistic_warning() 105 fprintf(where, in print_unexpected_statistic_warning() 112 fprintf(where, in print_unexpected_statistic_warning() [all …]
|
D | netcpu_looper.c | 106 fprintf(where, in bind_to_processor() 112 fflush(where); in bind_to_processor() 127 fprintf(where, in bind_to_processor() 133 fflush(where); in bind_to_processor() 140 fprintf(where,"bind_to_processor: unable to perform processor binding\n"); in bind_to_processor() 141 fprintf(where," errno %d\n",errno); in bind_to_processor() 142 fflush(where); in bind_to_processor() 154 fprintf(where, in bind_to_processor() 159 fflush(where); in bind_to_processor() 188 fprintf(where, in sit_and_spin() [all …]
|
D | nettest_sctp.c | 214 fprintf(where, 217 fflush(where); 241 fprintf(where, "\tSCTP_ASSOC_CHANGE event, type:"); 242 fflush(where); 248 fprintf(where, " SCTP_COMM_UP\n"); 249 fflush(where); 254 fprintf(where, " SCTP_RESTART\n"); 255 fflush(where); 260 fprintf(where, " SCTP_CANT_STR_ASSOC\n"); 261 fflush(where); [all …]
|
D | netcpu_pstatnew.c | 107 fprintf(where, in get_cpu_counters() 111 fflush(where); in get_cpu_counters() 116 fprintf(where, in get_cpu_counters() 120 fflush(where); in get_cpu_counters() 125 fprintf(where, in get_cpu_counters() 129 fflush(where); in get_cpu_counters() 134 fprintf(where, in get_cpu_counters() 138 fflush(where); in get_cpu_counters() 159 fprintf(where,"%s[%d]:\n",name,instance); in print_cpu_time_counters() 160 fprintf(where, in print_cpu_time_counters() [all …]
|
D | netcpu_perfstat.c | 81 fprintf(where, in get_cpu_idle() 84 fflush(where); in get_cpu_idle() 96 fprintf(where, in get_cpu_idle() 101 fflush(where); in get_cpu_idle() 145 fprintf(where,"enter calibrate_perfstat\n"); in calibrate_idle_rate() 146 fflush(where); in calibrate_idle_rate() 158 fprintf(where, in calibrate_idle_rate() 161 fflush(where); in calibrate_idle_rate() 178 fprintf(where, in calibrate_idle_rate() 183 fflush(where); in calibrate_idle_rate() [all …]
|
D | netlib.c | 246 FILE *where; variable 689 fprintf(where, in get_num_cpus() 693 fprintf(where, in get_num_cpus() 695 fflush(where); in get_num_cpus() 758 fprintf(where,"caught signal %d ",sig); 760 fprintf(where,"while in syscall %d\n", 764 fprintf(where,"null scp\n"); 766 fflush(where); 773 fprintf(where,"netperf: caught SIGINT\n"); 774 fflush(where); [all …]
|
D | nettest_sdp.c | 154 fprintf(where, in get_sdp_info() 157 fflush(where); in get_sdp_info() 307 fprintf(where,"send_sdp_stream: send_socket obtained...\n"); in send_sdp_stream() 394 fprintf(where, in send_sdp_stream() 415 fprintf(where,"remote listen done.\n"); in send_sdp_stream() 432 fprintf(where, in send_sdp_stream() 436 fflush(where); in send_sdp_stream() 617 fprintf(where,"remote results obtained\n"); in send_sdp_stream() 621 fprintf(where, in send_sdp_stream() 625 fflush(where); in send_sdp_stream() [all …]
|
D | netcpu_kstat.c | 80 fprintf(where,"open_kstat: enter\n"); in open_kstat() 81 fflush(where); in open_kstat() 101 fprintf(where,"open_kstat double open!\n"); in open_kstat() 102 fflush(where); in open_kstat() 111 fprintf(where,"passing kcid_changed\n"); in open_kstat() 112 fflush(where); in open_kstat() 128 fprintf(where,"kstat_lookup for unix/system_misc\n"); in open_kstat() 129 fflush(where); in open_kstat() 167 fprintf(where,"cpu_ks[%d] getting %p\n",ncpu,ks); in open_kstat() 168 fflush(where); in open_kstat() [all …]
|
D | netcpu_pstat.c | 80 fprintf(where, in get_cpu_idle() 85 fflush(where); in get_cpu_idle() 153 fprintf(where,"pstat_getprocessor failure errno %d\n",errno); in calibrate_idle_rate() 154 fflush(where); in calibrate_idle_rate() 172 fprintf(where, "Calibration for counter run: %d\n",i); in calibrate_idle_rate() 173 fprintf(where,"\tsec = %ld usec = %ld\n",sec,usec); in calibrate_idle_rate() 174 fprintf(where,"\telapsed time = %g\n",elapsed); in calibrate_idle_rate() 189 fprintf(where, in calibrate_idle_rate() 203 fprintf(where,"\trate[%d] = %g\n",i,rate[i]); in calibrate_idle_rate() 204 fflush(where); in calibrate_idle_rate() [all …]
|
D | netcpu_ntperf.c | 348 fprintf(where,"ActualDuration (ms): %d\n", duration/10); in ReportPerfCntrs() 353 fprintf(where, "%% CPU _Total"); in ReportPerfCntrs() 358 fprintf(where, "\t CPU %i", i); in ReportPerfCntrs() 361 fprintf(where, "\n"); in ReportPerfCntrs() 363 fprintf(where, "Busy %5.2f", tot_CPU_Util); in ReportPerfCntrs() 368 fprintf(where, "\t %5.2f", in ReportPerfCntrs() 372 fprintf(where, "\n"); in ReportPerfCntrs() 374 fprintf(where, "Kernel %5.2f", in ReportPerfCntrs() 381 fprintf(where, "\t %5.2f", in ReportPerfCntrs() 385 fprintf(where, "\n"); in ReportPerfCntrs() [all …]
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree4.test | 92 unset -nocomplain where 109 set where {} 113 lappend where mn$j>=$mn mx$j<=$mx 115 set where "WHERE [join $where { AND }]" 117 list $where [db eval "SELECT id FROM rx $where ORDER BY id"] 118 } [list $where [db eval "SELECT id FROM bx $where ORDER BY id"]] 122 set where {} 126 lappend where mx$j>=$mn mn$j<=$mx 128 set where "WHERE [join $where { AND }]" 130 list $where [db eval "SELECT id FROM rx $where ORDER BY id"] [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | where.test | 14 # $Id: where.test,v 1.50 2008/11/03 09:06:06 danielk1977 Exp $ 21 do_test where-1.0 { 65 do_test where-1.1.1 { 68 do_test where-1.1.2 { 71 do_test where-1.1.3 { 74 do_test where-1.1.4 { 77 do_test where-1.1.5 { 80 do_test where-1.1.6 { 83 do_test where-1.1.7 { 86 do_test where-1.1.8 { [all …]
|
/external/valgrind/main/memcheck/tests/ |
D | mempool.c | 16 char *where; member 24 char *where; member 39 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE, in make_pool() 44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE); in make_pool() 49 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE); in make_pool() 65 l->where = p->where; in push() 66 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0); in push() 74 VALGRIND_DESTROY_MEMPOOL(l->where); in pop() 75 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where, p->where-l->where); in pop() 76 p->where = l->where; in pop() [all …]
|
D | mempool2.c | 19 char *where; member 27 char *where; member 42 p->where = p->mem = (char *)mmap(NULL, SUPERBLOCK_SIZE, in make_pool() 47 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE); in make_pool() 52 (void) VALGRIND_MAKE_MEM_NOACCESS(p->where, SUPERBLOCK_SIZE); in make_pool() 68 l->where = p->where; in push() 69 VALGRIND_CREATE_MEMPOOL(l->where, REDZONE_SIZE, 0); in push() 77 VALGRIND_DESTROY_MEMPOOL(l->where); in pop() 78 (void) VALGRIND_MAKE_MEM_NOACCESS(l->where, p->where-l->where); in pop() 79 p->where = l->where; in pop() [all …]
|
/external/libcxx/include/support/win32/ |
D | support.h | 125 unsigned long where; in __builtin_ctzll() local 129 if (_BitScanForward64(&where, mask)) in __builtin_ctzll() 130 return static_cast<int>(where); in __builtin_ctzll() 134 if (_BitScanForward(&where, static_cast<unsigned long>(mask))) in __builtin_ctzll() 135 return static_cast<int>(where); in __builtin_ctzll() 137 if (_BitScanForward(&where, static_cast<unsigned long>(mask >> 32))) in __builtin_ctzll() 138 return static_cast<int>(where + 32); // Create a bit offset from the LSB. in __builtin_ctzll() 147 unsigned long where; in __builtin_ctzl() local 150 if (_BitScanForward(&where, mask)) in __builtin_ctzl() 151 return static_cast<int>(where); in __builtin_ctzl() [all …]
|
/external/libcxx/test/re/re.regex/re.regex.const/ |
D | constants.pass.cpp | 32 void where(const _Tp &) {} in where() function 49 where(BR::icase); in test() 50 where(BR::nosubs); in test() 51 where(BR::optimize); in test() 52 where(BR::collate); in test() 53 where(BR::ECMAScript); in test() 54 where(BR::basic); in test() 55 where(BR::extended); in test() 56 where(BR::awk); in test() 57 where(BR::grep); in test() [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 796 static byte[] insertGapCore0(byte[] code, int where, int gapLength, in insertGapCore0() argument 804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca); in insertGapCore0() 808 return insertGapCore1(code, where, (gapLength + 3) & ~3, in insertGapCore0() 817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength, in insertGapCore1() argument 824 insertGap2(code, where, gapLength, codeLength, newcode, exclusive); in insertGapCore1() 825 etable.shiftPc(where, gapLength, exclusive); in insertGapCore1() 829 na.shiftPc(where, gapLength, exclusive); in insertGapCore1() 834 va.shiftPc(where, gapLength, exclusive); in insertGapCore1() 840 vta.shiftPc(where, gapLength, exclusive); in insertGapCore1() 844 smt.shiftPc(where, gapLength, exclusive); in insertGapCore1() [all …]
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
D | values.pass.cpp | 32 void where(const _Tp &) {} in where() function 44 where(E::word_size); in test1() 45 where(E::short_lag); in test1() 46 where(E::long_lag); in test1() 47 where(E::default_seed); in test1() 60 where(E::word_size); in test2() 61 where(E::short_lag); in test2() 62 where(E::long_lag); in test2() 63 where(E::default_seed); in test2()
|