HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 1401 - 1425 of 10091) sorted by null

<<51525354555657585960>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
looper.h 42 * Returns the looper associated with the calling thread, or NULL if
59 * Prepares a looper associated with the calling thread, and returns it.
238 * signalled. Calling code is responsible for ensuring that this case is safely handled.
240 * by returning 0 or by calling this method, then it can be guaranteed to not be invoked
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
looper.h 42 * Returns the looper associated with the calling thread, or NULL if
59 * Prepares a looper associated with the calling thread, and returns it.
238 * signalled. Calling code is responsible for ensuring that this case is safely handled.
240 * by returning 0 or by calling this method, then it can be guaranteed to not be invoked
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
looper.h 42 * Returns the looper associated with the calling thread, or NULL if
59 * Prepares a looper associated with the calling thread, and returns it.
238 * signalled. Calling code is responsible for ensuring that this case is safely handled.
240 * by returning 0 or by calling this method, then it can be guaranteed to not be invoked
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
looper.h 42 * Returns the looper associated with the calling thread, or NULL if
59 * Prepares a looper associated with the calling thread, and returns it.
238 * signalled. Calling code is responsible for ensuring that this case is safely handled.
240 * by returning 0 or by calling this method, then it can be guaranteed to not be invoked
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 57 * a class dict, the descriptor is returned without calling it.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 7 ## # string_at and wstring_at must use the Python calling
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 199 sub_debug('finalizer calling %s with args %s and kwargs %s',
266 sub_debug('calling %s', finalizer)
314 info('calling terminate() for daemon %s', p.name)
318 info('calling join() for process %s', p.name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_call.py 4 # The test cases here cover several paths through the function calling
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 138 they are used, so the result of calling the references needs
194 they are used, so the result of calling the references needs
318 they are used, so the result of calling the references needs
342 they are used, so the result of calling the references needs
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 57 * a class dict, the descriptor is returned without calling it.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 7 ## # string_at and wstring_at must use the Python calling
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 199 sub_debug('finalizer calling %s with args %s and kwargs %s',
266 sub_debug('calling %s', finalizer)
314 info('calling terminate() for daemon %s', p.name)
318 info('calling join() for process %s', p.name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_call.py 4 # The test cases here cover several paths through the function calling
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 138 they are used, so the result of calling the references needs
194 they are used, so the result of calling the references needs
318 they are used, so the result of calling the references needs
342 they are used, so the result of calling the references needs
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 127 * vertex program. Calling this function with a custom vertex shader
135 * vertex program. Calling this function with a custom vertex shader
143 * vertex program. Calling this function with a custom vertex shader
151 * vertex program. Calling this function with a custom vertex shader
  /system/core/include/utils/
LinearAllocator.h 48 * The lifetime of the returned buffers is tied to that of the LinearAllocator. If calling
  /frameworks/base/docs/html/guide/components/
services.jd 73 calling {@link android.content.Context#startService startService()}. Once started, a service
79 <dd>A service is "bound" when an application component binds to it by calling {@link
140 requests that the service be started, by calling {@link android.content.Context#startService
143 its work is done, by calling {@link android.app.Service#stopSelf stopSelf()} or {@link
148 service (such as to perform RPC), by calling {@link android.content.Context#bindService
163 <p>If a component starts the service by calling {@link
167 component stops it by calling {@link android.content.Context#stopService stopService()}.</p>
255 <p>A started service is one that another component starts by calling {@link
262 is done by calling {@link android.app.Service#stopSelf stopSelf()}, or another component can stop it
263 by calling {@link android.content.Context#stopService stopService()}.</p
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputConnection.java 269 * calling
311 * ill effects on the application. Calling this method will cause
325 * changes known to the input method by calling
354 * characters in the composing span. Calling this method will
368 * the input method by calling
405 * effect is the same as that of calling {@link #finishComposingText()}.
456 * if any. This behaves like calling
460 * <p>Calling this method will cause the editor to call
464 * make the changes known to the input method by calling
506 * <p>Calling this method (with a valid {@link CompletionInfo} object
    [all...]
  /external/valgrind/main/coregrind/
m_syscall.c 258 (ie. the C calling convention).
262 calling convention.
300 calling convention).
304 ie. the kernel's syscall calling convention.
319 /* Convert function calling convention --> syscall calling
337 the regs %r3:%r8, i.e. the kernel's syscall calling convention.
435 The kernel's syscall calling convention is:
439 calling conventions, with the leftmost arg at the lowest
511 The kernel's syscall calling convention is
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 413 " calling setPendingIntentTemplate on parent.");
563 // Ensure that we are calling setRemoteAdapter on an AdapterView that supports it
626 // Ensure that we are calling setRemoteAdapter on an AdapterView that supports it
658 * Equivalent to calling
801 * Equivalent to calling a combination of {@link Drawable#setAlpha(int)},
    [all...]
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 124 print 'Calling zic(1)...'
132 print 'Calling ZoneCompactor to update bionic to %s...' % new_version
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java 119 // check the android:minLevel and android:maxLevel by calling setLevel
175 // the state does not appear to be shared before calling mutate()
  /device/generic/goldfish/opengl/system/renderControl_enc/
README 100 calling thread.
112 colorBuffer to the current binded texture object of the calling thread.
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 119 * Blocks the calling thread.
141 // the lock would not be released on calling cond.await() below.
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStylesheetElement.java 46 * @param handler The calling StylesheetHandler/TemplatesBuilder.
118 * @param handler The calling StylesheetHandler/TemplatesBuilder.

Completed in 864 milliseconds

<<51525354555657585960>>