/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
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/ndk/6/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
|
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/ndk/7/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
|
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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
|
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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
slice_array.h | 50 * specified by three parameters: start offset, size, and stride. The 51 * start offset is the index of the first element of the array that is part 75 size_t start() const; 98 slice::start() const function in class:slice 203 _M_array(__a.begin() + __s.start()) {}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
__init__.py | 22 self.start = p.start 34 def start(self): member in class:Profile 35 """Start the profiler.""" 36 self._prof.start()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
__init__.py | 22 self.start = p.start 34 def start(self): member in class:Profile 35 """Start the profiler.""" 36 self._prof.start()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/ |
TraceviewPlugin.java | 40 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) 43 public void start(BundleContext context) throws Exception { method in class:TraceviewPlugin 44 super.start(context);
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osThreadUnix.cpp | 34 Thread::start() function in class:osUtils::Thread
|
osThreadWin.cpp | 35 Thread::start() function in class:osUtils::Thread
|
/sdk/emulator/qtools/tests/gtrace/ |
test.c | 14 void start() function
|
/system/core/include/corkscrew/ |
map_info.h | 32 uintptr_t start; member in struct:map_info
|
/system/core/libsysutils/src/ |
ServiceManager.cpp | 16 * - Starting a service is done by writing its name to the "ctl.start" 17 * system property. This triggers the init daemon to actually start 26 * If strlen(<name>) > (PROPERTY_KEY_MAX-1)-9, then you can start/stop 27 * the service by writing to ctl.start/stop, but you won't be able to 33 /* The maximum amount of time to wait for a service to start or stop, 41 int ServiceManager::start(const char *name) { function in class:ServiceManager 52 property_set("ctl.start", name); 62 SLOGW("Timed out waiting for service '%s' to start", name);
|
/system/netd/ |
NetlinkManager.cpp | 89 if (handler->start()) { 90 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno)); 98 int NetlinkManager::start() { function in class:NetlinkManager
|
/system/vold/ |
NetlinkManager.cpp | 50 int NetlinkManager::start() { function in class:NetlinkManager 82 if (mHandler->start()) { 83 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno));
|
/libcore/libart/src/main/java/java/lang/ |
Daemons.java | 38 public static void start() { method in class:Daemons 39 ReferenceQueueDaemon.INSTANCE.start(); 40 FinalizerDaemon.INSTANCE.start(); 41 FinalizerWatchdogDaemon.INSTANCE.start(); 42 HeapTrimmerDaemon.INSTANCE.start(); 43 GCDaemon.INSTANCE.start(); 62 public synchronized void start() { method in class:Daemons.Daemon 68 thread.start();
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldThreadTest.java | 54 st.start(); 127 parker.start(); 128 unparker.start(); 147 st.start(); 167 thread.start(); 203 st.start(); 250 st.start(); 292 start(); method 348 th.start(); 358 long start = System.currentTimeMillis() local [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
StateMachineTest.java | 143 smQuitTest.start(); 246 smQuitNowTest.start(); 337 // Start a transition to S3 but it will be 393 smEnterExitTranstionToTest.start(); 515 sm0.start(); 617 sm1.start(); 724 sm2.start(); 818 sm3.start(); 914 sm4.start(); 1603 sms[i].start(); method [all...] |