/external/openssl/crypto/des/ |
des_opts.c | 405 for (count=0,run=1; COND(cb); count++) \ 411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \ 412 tm[index]=((double)COUNT(cb))/tm[index]; 420 long count; local 452 count=10; 457 count*=2; 459 for (i=count; i; i--) 463 ca=count; 464 cb=count*3 [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ActionBarAdapter.java | 93 public static int COUNT = 3; 210 "Parameter must be between 0 and " + Integer.toString(TabState.COUNT-1) 227 "Parameter must be between 0 and " + Integer.toString(TabState.COUNT-1)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
Constants.java | 304 Log.v(TAG, "COUNT : " + hs.getHeader(HeaderSet.COUNT));
|
/external/oprofile/daemon/ |
opd_ibs_macro.h | 213 * the fetch latency, which is a 16-bit cycle count, and the fetch page size 268 * 15:0 IbsCompToRetCtr: macro-op completion to retire count 272 /** 31:16 tag_to_retire_cycles : macro-op tag to retire count. */ 387 * derived event count by one. 393 * derived event count by the specified count value. 395 #define AGG_IBS_COUNT(EV, COUNT) opd_log_ibs_count(EV, trans, COUNT)
|
/external/webkit/LayoutTests/storage/ |
multiple-transactions-on-different-handles.js | 34 tx.executeSql("SELECT COUNT(*) FROM Test;", [],
|
/external/chromium/base/ |
tracked_objects.cc | 200 "<li><b>count</b> Number of instances seen." 361 // A class used to count down which is accessed by several threads. This is 363 // count of threads. 366 // Constructor sets the count, once and for all. 367 explicit ThreadSafeDownCounter(size_t count); 369 // Decrement the count, and return true if we hit zero. Also delete this 378 ThreadData::ThreadSafeDownCounter::ThreadSafeDownCounter(size_t count) 379 : remaining_count_(count) { 549 Snapshot::Snapshot(const BirthOnThread& birth_on_thread, int count) 552 death_data_(DeathData(count)) { [all...] |
tracked_objects.h | 55 // count of instances constructed. 82 // death count, as well as accumulate the lifetime duration of the instance as 123 // birth thread, death thread, and location, along with the count of such 128 // statistics (birth count, durations, etc. etc.). 138 // a specific consecutive set of Snapshots? What was the total birth count for 189 // When we have a birth we update the count for this BirhPLace. 219 explicit DeathData(int count) : count_(count), square_duration_(0) {} 224 int count() const { return count_; } function in class:tracked_objects::DeathData 259 Snapshot(const BirthOnThread& birth_on_thread, int count); 269 int count() const { return death_data_.count(); } function in class:tracked_objects::Snapshot [all...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactTileAdapter.java | 190 // count the number of frequents 320 // Compute the frequent row count which is 1 plus the number of frequents 457 return ViewTypes.COUNT; 590 final int count = getChildCount(); 594 for (int i = 0; i < count; i++) { 628 // = ([total width] - [total padding]) / [child count] 681 public static final int COUNT = 4;
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.h | 138 arc_counts: header int64:count* 139 summary: int32:checksum {count-summary}GCOV_COUNTERS 140 count-summary: int32:num int32:runs int64:sum 210 long count; /* element written into buf */ member in struct:__anon20410 507 #define GCOV_TAG_FOR_COUNTER(COUNT) \ 508 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17)) 623 gcov_unsigned_t counts; /* raw count of samples */ 660 gcov_unsigned_t counts; /* raw count of samples */ 726 struct gcov_ctr_info counts[0]; /* count data. The number of bits [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/ |
gcov-io.h | 138 arc_counts: header int64:count* 139 summary: int32:checksum {count-summary}GCOV_COUNTERS 140 count-summary: int32:num int32:runs int64:sum 210 long count; /* element written into buf */ member in struct:__anon21254 507 #define GCOV_TAG_FOR_COUNTER(COUNT) \ 508 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17)) 623 gcov_unsigned_t counts; /* raw count of samples */ 660 gcov_unsigned_t counts; /* raw count of samples */ 726 struct gcov_ctr_info counts[0]; /* count data. The number of bits [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/ |
gcov-io.h | 138 arc_counts: header int64:count* 139 summary: int32:checksum {count-summary}GCOV_COUNTERS 140 count-summary: int32:num int32:runs int64:sum 210 long count; /* element written into buf */ member in struct:__anon21647 507 #define GCOV_TAG_FOR_COUNTER(COUNT) \ 508 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17)) 623 gcov_unsigned_t counts; /* raw count of samples */ 660 gcov_unsigned_t counts; /* raw count of samples */ 726 struct gcov_ctr_info counts[0]; /* count data. The number of bits [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/ |
gcov-io.h | 138 arc_counts: header int64:count* 139 summary: int32:checksum {count-summary}GCOV_COUNTERS 140 count-summary: int32:num int32:runs int64:sum 210 long count; /* element written into buf */ member in struct:__anon23749 507 #define GCOV_TAG_FOR_COUNTER(COUNT) \ 508 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17)) 623 gcov_unsigned_t counts; /* raw count of samples */ 660 gcov_unsigned_t counts; /* raw count of samples */ 726 struct gcov_ctr_info counts[0]; /* count data. The number of bits [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/ |
gcov-io.h | 138 arc_counts: header int64:count* 139 summary: int32:checksum {count-summary}GCOV_COUNTERS 140 count-summary: int32:num int32:runs int64:sum 210 long count; /* element written into buf */ member in struct:__anon25284 507 #define GCOV_TAG_FOR_COUNTER(COUNT) \ 508 (GCOV_TAG_COUNTER_BASE + ((gcov_unsigned_t)(COUNT) << 17)) 623 gcov_unsigned_t counts; /* raw count of samples */ 660 gcov_unsigned_t counts; /* raw count of samples */ 726 struct gcov_ctr_info counts[0]; /* count data. The number of bits [all...] |
/external/chromium/chrome/browser/first_run/ |
try_chrome_dialog_view.cc | 52 result_(COUNT) {
|
/frameworks/base/obex/javax/obex/ |
ObexHelper.java | 366 // Count Header 367 intHeader = (Long)headImpl.getHeader(HeaderSet.COUNT); 369 out.write((byte)HeaderSet.COUNT); 373 headImpl.setHeader(HeaderSet.COUNT, null); [all...] |
/external/oprofile/libpp/ |
format_output.cpp | 794 size_t count = it->second.counts[p]; local 796 if (count == 0) continue; 900 out << open_element(COUNT, true); 904 out << close_element(COUNT);
|
xml_utils.cpp | 128 // count number of cpus 139 string xml_utils::get_timer_setup(size_t count) 142 init_attr(RTC_INTERRUPTS, count) + close_element(); 146 string xml_utils::get_event_setup(string event, size_t count, 155 str << init_attr(SETUP_COUNT, (size_t)count) + close_element(); 351 // if no cpu separation then return a simple count, omit zero counts 353 size_t count = counts[begin]; local 354 if (count == 0) 356 str << count; 361 size_t count = counts[p] local 365 str << count; local 397 size_t const count = summary[pclass]; local 407 out << count; local [all...] |
/external/icu4c/test/intltest/ |
dtfmttst.cpp | 123 ids_length = ids->count(status); 367 const int32_t COUNT = 4; 368 DateFormat* dateFormats[COUNT]; 407 assertTrue("data size", EXPECTED_LENGTH == COUNT * UDAT_FIELD_COUNT); 410 for (j = 0, exp = 0; j < COUNT; ++j) { 460 for (i=0; i<COUNT; ++i) { [all...] |
/external/opencv/cv/src/ |
cvlkpyramid.cpp | 268 int count, CvSize winSize, int level, 354 if( count == 0 ) 360 if( count < 0 ) 374 CV_CALL( status = _status = (char*)cvAlloc( count*sizeof(_status[0]) )); 399 CV_CALL( error = _error = (float*)cvAlloc( count*sizeof(_error[0]) )); 401 for( i = 0; i < count; i++ ) 405 (const float*)featuresA, (float*)featuresB, status, error, count, 409 for( i = 0; i < count; i++ ) 428 memset( status, 1, count ); 430 memset( error, 0, count*sizeof(error[0]) ) 1161 int count_x, count_y, count; local [all...] |
/external/icu4c/test/cintltst/ |
cnumtst.c | [all...] |
/external/v8/benchmarks/ |
richards.js | 49 scheduler.addIdleTask(ID_IDLE, 0, null, COUNT); 80 var COUNT = 1000; 86 * correct run so if the actual queue or hold count is different from 124 * @param {int} count the number of times to schedule the task 126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) { 127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count)); 365 * @param {int} count the number of times this task should be scheduled 368 function IdleTask(scheduler, v1, count) { 371 this.count = count; [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-richards.js | 44 scheduler.addIdleTask(ID_IDLE, 0, null, COUNT); 75 var COUNT = 1000; 81 * correct run so if the actual queue or hold count is different from 119 * @param {int} count the number of times to schedule the task 121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) { 122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count)); 360 * @param {int} count the number of times this task should be scheduled 363 function IdleTask(scheduler, v1, count) { 366 this.count = count; [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-richards.js | 44 scheduler.addIdleTask(ID_IDLE, 0, null, COUNT); 75 var COUNT = 1000; 81 * correct run so if the actual queue or hold count is different from 119 * @param {int} count the number of times to schedule the task 121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) { 122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count)); 360 * @param {int} count the number of times this task should be scheduled 363 function IdleTask(scheduler, v1, count) { 366 this.count = count; [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-richards.js | 44 scheduler.addIdleTask(ID_IDLE, 0, null, COUNT); 75 var COUNT = 1000; 81 * correct run so if the actual queue or hold count is different from 119 * @param {int} count the number of times to schedule the task 121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) { 122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count)); 360 * @param {int} count the number of times this task should be scheduled 363 function IdleTask(scheduler, v1, count) { 366 this.count = count; [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
arm.h | [all...] |