/packages/apps/Browser/tests/src/com/android/browser/ |
BrowserLaunchPerformance.java | 14 start(); method
|
/packages/apps/Calculator/tests/src/com/android/calculator2/tests/ |
CalculatorLaunchPerformance.java | 41 start(); method
|
/packages/apps/Camera/tests/src/com/android/camera/ |
CameraLaunchPerformance.java | 35 start(); method
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
ContactsLaunchPerformance.java | 37 start(); method
|
/packages/apps/DeskClock/tests/src/com/android/deskclock/ |
DeskClockLaunchPerformance.java | 33 start(); method
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialMatchPosition.java | 25 * start and end indicate that the range start to end (exclusive) correspond to some characters 32 public int start; field in class:SmartDialMatchPosition 35 public SmartDialMatchPosition(int start, int end) { 36 this.start = start; 41 this.start += toAdvance; 67 Log.d(TAG, "[" + m.start + "," + m.end + "]");
|
/packages/apps/Dialer/tests/src/com/android/dialer/ |
DialerLaunchPerformance.java | 37 start(); method
|
/packages/apps/Email/src/com/android/email/ |
StopWatch.java | 28 * StopWatch s = StopWatch.start(); 46 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") start"); 49 public static StopWatch start(String name) { method in class:StopWatch
|
/packages/apps/Email/src/com/android/email/mail/internet/ |
EmailHtmlUtil.java | 42 int start = match.start(); local 43 out.append(text.substring(end, start)); 45 int c = text.codePointAt(start); 48 for (int i = 1, n = end - start; i < n; ++i) {
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
CameraLaunchPerformance.java | 34 start(); method
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/ |
CameraLaunchPerformance.java | 34 start(); method
|
/packages/apps/Mms/tests/src/com/android/mms/ |
MmsLaunchPerformance.java | 16 start(); method
|
/packages/apps/Music/tests/src/com/android/music/ |
MusicPlayerLaunchPerformance.java | 41 start(); method
|
/packages/apps/Nfc/nci/jni/ |
SyncEvent.h | 44 ** Function: start 46 ** Description: Start a synchronization operation. 51 void start () function in class:SyncEvent 132 ** Description: Automatically start and end a synchronization event. 142 ** Description: Start a synchronization operation. 150 event.start (); //automatically start operation
|
/packages/apps/Settings/tests/src/com/android/settings/tests/ |
SettingsLaunchPerformance.java | 41 start(); method
|
/packages/apps/VoiceDialer/tests/src/com/android/voicedialer/ |
VoiceDialerLaunchPerformance.java | 33 start(); method
|
/packages/services/Telephony/src/com/android/phone/ |
HfaService.java | 58 mHfaLogic.start();
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
GalaxyView.java | 41 render.start();
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
GrassView.java | 41 render.start();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
gslice.h | 49 * specified by three parameter sets: start offset, size array, and stride 50 * array. The start offset is the index of the first element of the array 95 size_t start() const; 133 gslice::start() const function in class:gslice
|
slice_array.h | 49 * specified by three parameters: start offset, size, and stride. The 50 * start offset is the index of the first element of the array that is part 74 size_t start() const; 97 slice::start() const function in class:slice 202 _M_array(__a.begin() + __s.start()) {}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
par_loop.h | 101 start = equally_split_point(length, num_threads, iam), local 104 if (start < stop) 106 new(reduct) Result(f(o, begin + start)); 107 ++start; 113 for (; start < stop; ++start) 114 *reduct = r(*reduct, f(o, begin + start));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
slice_array.h | 51 * specified by three parameters: start offset, size, and stride. The 52 * start offset is the index of the first element of the array that is part 76 size_t start() const; 99 slice::start() const function in class:slice 204 _M_array(__a.begin() + __s.start()) {}
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
slice_array.h | 51 * specified by three parameters: start offset, size, and stride. The 52 * start offset is the index of the first element of the array that is part 76 size_t start() const; 99 slice::start() const function in class:slice 204 _M_array(__a.begin() + __s.start()) {}
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice.h | 49 * specified by three parameter sets: start offset, size array, and stride 50 * array. The start offset is the index of the first element of the array 95 size_t start() const; 133 gslice::start() const function in class:gslice
|