/external/icu4c/common/ |
uhash.h | 55 * hashcode. During iteration an element may be deleted by calling 66 * premium, the table can be set to both grow and shrink by calling 334 * calling uhash_remove(). 352 * the same as calling uhash_remove(). 370 * calling uhash_remove(). 388 * calling uhash_remove().
|
/external/icu4c/i18n/ |
cpdtrans.cpp | 134 * constructors. Before calling init(), set trans and filter to NULL. 144 * entries by calling getID() of component entries. Some constructors 179 * constructors. Before calling init(), set trans and filter to NULL. 186 * entries by calling getID() of component entries. Some constructors 499 * - start' is the value of start after calling handleKT 500 * - limit' is the value of limit after calling handleKT
|
usearch.cpp | 111 * @param status output error if any, caller to check status before calling 183 * @param status output error if any, caller to check status before calling 202 * before calling this method. destination not to be NULL and has at least 209 * @param status output error if any, caller to check status before calling 242 * before calling this method. destination not to be NULL and has at least 249 * @param status output error if any, caller to check status before calling 289 * @param status output error if any, caller to check status before calling 360 * @param status output error if any, caller to check status before calling 432 * @param status output error if any, caller to check status before calling 820 * before calling this metho [all...] |
/external/v8/src/ |
platform.h | 361 // Start new thread by calling the Run() method in the new thread. 406 // locked and owned by the calling thread, and immediately. If the mutex 407 // is already locked by another thread, suspends the calling thread until 412 // the calling thread on entrance. 450 // Suspends the calling thread until the semaphore counter is non zero 454 // Suspends the calling thread until the counter is non zero or the timeout
|
/frameworks/base/media/java/android/media/ |
SoundPool.java | 81 * through the list of sounds calling the appropriate SoundPool.load() 87 * trigger sounds by calling SoundPool.play(). Playing streams can be 277 * further control playback. Note that calling play() may cause 304 * (e.g. is stopped or was previously paused), calling this 317 * previously paused, calling this function will have no effect. 329 * are playing can be resumed by calling autoResume().
|
/packages/apps/Contacts/res/values/ |
strings.xml | 362 <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it --> 505 <!-- Action string for calling back a number in the call log --> 508 <!-- Action string for calling a number in the call log again --> [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebelement.cpp | 79 Using findFirst() is more efficient than calling findAll(), and extracting 948 Calling this function on a null element does nothing. 964 Calling this function on a null element does nothing. 990 Calling this function on a null element does nothing. 1010 Calling this function on a null element does nothing. 1040 Calling this function on a null element does nothing. 1059 Calling this function on a null element does nothing. 1087 Calling this function on a null element does nothing. 1109 Calling this function on a null element does nothing. [all...] |
/external/icu4c/common/unicode/ |
ubidi.h | 452 * by calling <code>ubidi_close()</code>.<p> 507 * of another one (its <i>parent</i>) by calling 509 * be destroyed (closed) or reused (by calling 550 * <p>Calling this function with argument <code>isInverse</code> set to 551 * <code>TRUE</code> is equivalent to calling 555 * Calling this function with argument <code>isInverse</code> set to 556 * <code>FALSE</code> is equivalent to calling 575 * <p>Note: calling this function after setting the reordering mode with 708 * the algorithm used to perform Bidi transformations when calling 772 * mode is equivalent to calling <code>ubidi_setInverse()</code> wit [all...] |
normlzr.h | 65 * calling setIndexOnly(), first(), or last(). 66 * Without calling any of these, the iterator will start at the beginning of the text. 478 * before calling next(), or (getIndex()<endIndex() || last()!=DONE) 479 * after calling next(). (Calling last() will change the iterator state!) 494 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change 609 * {@link #last() }, etc. after calling <code>setMode</code>.
|
/dalvik/vm/interp/ |
Stack.c | 44 * We're calling an interpreted method from an internal VM function or 48 * used when calling into interpreted code from native code. (The 126 * We're calling a JNI native method from an internal VM fuction or 382 LOGVV("thread=%d native code calling %s.%s %s\n", self->threadId, 406 /* native code calling native code the hard way */ 412 /* native code calling interpreted code */ 550 * conversion when calling a function. As a result, we have to be a 877 * Get the calling frame. Pass in the current fp. 1015 * need to resolve classes, which requires calling into the class loader if [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLSurfaceView.java | 62 * GLSurfaceView behavior is customized by calling "set" methods rather than by subclassing. 69 * However, if desired, you can modify the default behavior of GLSurfaceView by calling one or 70 * more of these methods before calling setRenderer: 95 * you can override the default behavior by calling one of the 99 * You can optionally modify the behavior of GLSurfaceView by calling 111 * continuously or on-demand by calling 493 * call this method when the activity is paused. Calling this method will 503 * call this method when the activity is resumed. Calling this method will 541 * Then you could add your own behavior before or after calling the 734 * implement this method by calling [all...] |
/frameworks/base/core/java/android/content/ |
Context.java | 52 * be accessed by the calling application (or all applications sharing the 201 * calling {@link android.app.Activity#setContentView} or [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Class.java | 166 * first. This is done through either the class loader of the calling class 219 ClassLoader calling = VMStack.getCallingClassLoader(); local 220 if (calling != null) { 405 ClassLoader calling = VMStack.getCallingClassLoader(); local 407 if (calling != null && !calling.isAncestorOf(loader)) { 1033 ClassLoader calling = VMStack.getCallingClassLoader2(); local 1055 ClassLoader calling = VMStack.getCallingClassLoader2(); local [all...] |
Thread.java | 207 * {@code ThreadGroup} as the {@code Thread} calling this constructor. 221 * {@code ThreadGroup} as the {@code Thread} calling this constructor. 239 * ThreadGroup} as the {@code Thread} calling this constructor. 263 * ThreadGroup} as the {@code Thread} calling this constructor. 706 ClassLoader calling = VMStack.getCallingClassLoader(); local 708 if (calling != null && !calling.isAncestorOf(contextClassLoader)) { [all...] |
/frameworks/base/core/java/android/app/ |
Dialog.java | 314 * in this method, including calling {@link #setContentView}. 867 * Enable extended window features. This is a convenience for calling 882 * Convenience for calling 890 * Convenience for calling 898 * Convenience for calling 906 * Convenience for calling 942 * Cancel the dialog. This is essentially the same as calling {@link #dismiss()}, but it will [all...] |
Service.java | 114 * retrieve the service (creating it and calling its {@link #onCreate} method 135 * service if it is not already running (calling {@link #onCreate} while 165 * permissions, by calling the 376 * killed before calling {@link #stopSelf(int)} for that Intent. 388 * Called by the system every time a client explicitly starts the service by calling 495 * calling {@link android.content.Context#stopService} for this particular service. 521 * <var>startId</var>. This is the same as calling {@link
|
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 469 * Only one view recycler can be traced at the same time. After calling this method, any 503 * Calling this method creates the file <code>/EXTERNAL/view-recycler/PREFIX.traces</code> 506 * Calling this method creates the file <code>/EXTERNAL/view-recycler/PREFIX.recycler</code> 607 * Only one view hierarchy can be traced at the same time. After calling this method, any 611 * Calling this method creates the file <code>/EXTERNAL/view-hierarchy/PREFIX.traces</code> 654 * Calling this method creates the file <code>/EXTERNAL/view-hierarchy/PREFIX.tree</code> 743 * Only one view hierarchy can be traced at the same time. After calling this method, any 747 * Calling this method creates the file <code>/EXTERNAL/motion-events/PREFIX.traces</code> 792 * Calling this method creates the file <code>/EXTERNAL/motion-events/PREFIX.tree</code> [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 169 * In this mode, it's started by calling Context.startService() 170 * and stopped by calling Context.stopService(). 171 * It can stop itself by calling Service.stopSelf() or Service.stopSelfResult(). 177 * The connection is established by calling Context.bindService(), 178 * and is closed by calling Context.unbindService().
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
PackageManagerTest.java | 479 * calling it has no effect. The method is essentially a no-op because no preferred activities 500 * Test that calling {@link PackageManager#addPreferredActivity(IntentFilter, int, 521 * Test that calling {@link PackageManager#clearPackagePreferredActivities(String)} has no 638 * Test that calling {@link PackageManager#addPackageToPreferred(String) throws a 666 * Test that calling {@link PackageManager#removePackageFromPreferred(String)} throws a [all...] |
/dalvik/libcore/security/src/main/java/java/security/ |
Security.java | 179 * If a {@code SecurityManager} is installed, code calling this method needs 217 * If a {@code SecurityManager} is installed, code calling this method needs 243 * If a {@code SecurityManager} is installed, code calling this method needs 436 * If a {@code SecurityManager} is installed, code calling this method needs 466 * If a {@code SecurityManager} is installed, code calling this method needs
|
/external/bluetooth/bluez/src/ |
agent.c | 141 debug("Agent exited without calling Unregister"); 524 debug("Calling Agent.ConfirmModeChange: name=%s, path=%s, mode=%s", 629 debug("Calling Agent.RequestPasskey: name=%s, path=%s", 688 debug("Calling Agent.RequestConfirmation: name=%s, path=%s, passkey=%06u", 745 debug("Calling Agent.RequestPairingConsent: name=%s, path=%s",
|
/external/e2fsprogs/lib/ext2fs/ |
icount.c | 786 "while calling icount_store"); 795 "while calling icount_increment"); 804 "while calling icount_decrement"); 813 "while calling icount_fetch"); 824 com_err("run_test", retval, "while calling icount_validate");
|
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 42 * stretchable by calling 51 * column by calling 272 * <p>Calling this method requests a layout operation.</p> 308 * <p>Calling this method requests a layout operation.</p> 335 * <p>Calling this method requests a layout operation.</p>
|
/frameworks/base/docs/html/guide/topics/ |
fundamentals.jd | 275 look at the initial intent that caused it to be launched by calling its 287 calling activity's <code>{@link android.app.Activity#onActivityResult 301 establish an ongoing connection between the calling component and a 325 broadcast receivers by calling their <code>{@link 355 <li>An activity can be shut down by calling its 358 calling <code>{@link android.app.Activity#finishActivity finishActivity()}</code>.</li> 360 <li>A service can be stopped by calling its 361 <code>{@link android.app.Service#stopSelf stopSelf()}</code> method, or by calling 428 and registered with the system by calling [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
declaring-layout.jd | 115 Do so by calling <code>{@link android.app.Activity#setContentView(int) setContentView()}</code>, 250 rectangle representing the view. For instance, calling {@link android.view.View#getRight()} 265 measured dimensions can be obtained by calling {@link android.view.View#getMeasuredWidth()} 274 measured width and height. The width and height can be obtained by calling 284 {@link android.view.View#setPadding(int, int, int, int)} method and queried by calling
|