HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 1451 - 1475 of 3371) sorted by null

<<51525354555657585960>>

  /dalvik/tools/dmtracedump/tests/filters/
testWaitingPartialOverlapCrossThreadDiffFilterDiffKeysExpected 90 index %/total %/self index calls usecs name
186 <div class="header"><span class="parent">&nbsp;</span>&nbsp;&nbsp;&nbsp;Cycles %/total Cumul.% &nbsp;Calls+Recur&nbsp; Class</div>
221 <div class="header"><span class="parent">&nbsp;</span>&nbsp;&nbsp;&nbsp;Cycles %/total Cumul.% &nbsp;Calls+Recur&nbsp; Method</div>
testWaitingPartialOverlapCrossThreadSameFilterDiffKeysExpected 90 index %/total %/self index calls usecs name
186 <div class="header"><span class="parent">&nbsp;</span>&nbsp;&nbsp;&nbsp;Cycles %/total Cumul.% &nbsp;Calls+Recur&nbsp; Class</div>
221 <div class="header"><span class="parent">&nbsp;</span>&nbsp;&nbsp;&nbsp;Cycles %/total Cumul.% &nbsp;Calls+Recur&nbsp; Method</div>
testWaitingPartialOverlapSingleThreadDiffFilterDiffKeysExpected 90 index %/total %/self index calls usecs name
186 <div class="header"><span class="parent">&nbsp;</span>&nbsp;&nbsp;&nbsp;Cycles %/total Cumul.% &nbsp;Calls+Recur&nbsp; Class</div>
221 <div class="header"><span class="parent">&nbsp;</span>&nbsp;&nbsp;&nbsp;Cycles %/total Cumul.% &nbsp;Calls+Recur&nbsp; Method</div>
testWaitingPartialOverlapSingleThreadSameFilterDiffKeysExpected 89 index %/total %/self index calls usecs name
173 <div class="header"><span class="parent">&nbsp;</span>&nbsp;&nbsp;&nbsp;Cycles %/total Cumul.% &nbsp;Calls+Recur&nbsp; Class</div>
204 <div class="header"><span class="parent">&nbsp;</span>&nbsp;&nbsp;&nbsp;Cycles %/total Cumul.% &nbsp;Calls+Recur&nbsp; Method</div>
  /external/gtest/test/
gtest_output_test_.cc 72 // This function calls a test subroutine, catches the fatal failure it
75 // Calls a subrountine that yields a fatal failure.
105 // Calls a subrountine that yields a fatal failure.
  /external/guava/javadoc/com/google/common/collect/
PeekingIterator.html 179 <p>Calls to <code>peek()</code> should not change the state of the iteration,
202 <p>The objects returned by consecutive calls to <A HREF="../../../../com/google/common/collect/PeekingIterator.html#peek()"><CODE>peek()</CODE></A> then <A HREF="../../../../com/google/common/collect/PeekingIterator.html#next()"><CODE>next()</CODE></A> are guaranteed to be equal to each other.
230 does not support this sequence of calls (optional)</DL>
  /external/icu4c/layoutex/layout/
RunArrays.h 328 * the run index where the data was stored. This method calls
465 * the run index where the data was stored. This method calls
603 * the run index where the data was stored. This method calls
  /external/libffi/doc/
libffi.info 105 separate step because it is common to make multiple calls using a
136 This calls the function FN according to the description given in
157 Here is a trivial example that calls `puts' a few times.
libffi.texi 121 separate step because it is common to make multiple calls using a
158 This calls the function @var{fn} according to the description given in
180 Here is a trivial example that calls @code{puts} a few times.
  /external/opencore/doc/oscl_html/
oscl__scheduler__aobase_8h-source.html 69 00075 uint32 iNumRun;<span class="comment">//how many Run calls</span>
70 00076 uint32 iNumRunError;<span class="comment">//how many RunError calls</span>
82 00088 uint32 iNumCancel;<span class="comment">//how many DoCancel calls.</span>
  /external/openssl/crypto/des/
VERSION 107 with kerberos. They involve evil machine specific system calls
127 calls it has in and out the same. So I dropped the 'out'
185 Fixed a bug in 3cbc_encrypt() :-(. When making repeated calls
  /external/openssl/
e_os.h 258 * routine with GetProcAddress() and/or quard NT-specific calls with
265 * apparently appropriate to guard generic NT calls with GetVersion
266 * alone, while NT 4.0 and above calls ought to be additionally
  /external/proguard/docs/
downloads.html 93 <li>Added simplification of tail recursion calls.
279 <li>Fixed optimization of method calls on arrays of interfaces.
280 <li>Fixed optimization of method calls without side-effects.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 489 // Defined after DeterminizeFst since it calls it.
548 // Calls implementation for acceptors.
552 // Calls implementation for transducers.
  /external/v8/src/arm/
macro-assembler-arm.h 324 // Runtime calls
336 // Eventually this should be used for all C calls.
381 // Calls Abort(msg) if the condition cc is not satisfied.
  /external/v8/src/ia32/
macro-assembler-ia32.h 330 // Runtime calls
352 // Eventually this should be used for all C calls.
419 // Calls Abort(msg) if the condition cc is not satisfied.
  /external/v8/src/mips/
assembler-mips.h 290 // Assembler functions are invoked in between GetCode() calls.
334 // This is for calls and branches within generated code.
341 // This is for calls and branches to runtime code.
  /external/v8/tools/
profile.js 280 * If no name specified, returns the whole top down calls tree.
291 * If no name specified, returns the whole bottom up calls tree.
652 * Calls the specified function for every child.
  /external/zlib/win32/
DLL_FAQ.txt 63 to recompile all the sources that contained calls to zlib
148 it calls native Windows API functions such as CreateFile()),
151 it calls standard C functions such as fopen()), it is not a
  /frameworks/base/docs/html/resources/tutorials/testing/
helloandroid_test.jd 253 It calls the super constructor with parameters that tell the framework what Android application
270 method, which the Android testing framework calls prior to running each test method. You use
313 To do this, it calls the inherited
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 581 /* must be second of two calls,
674 /* must be the first of two calls */
679 /* must be the second of two calls */
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 586 /* This is for handling pending calls when the scheduler was busy (see above) */
595 /* If no pending calls, clear the busy flag and return the original caller Txn status */
616 * However, the txnQ_RunScheduler which calls it, prevents scheduler reentry.
  /ndk/docs/system/libc/
OVERVIEW.TXT 50 Sometimes, the C library function is really a wrapper that calls the
52 is provided by the C library and calls the _exit() syscall stub.
170 may result in a deadlock in the child process the next time it calls
  /packages/apps/Contacts/
AndroidManifest.xml 55 <!-- A list of recent calls -->
109 <data android:mimeType="vnd.android.cursor.dir/calls" />
361 <data android:mimeType="vnd.android.cursor.item/calls" />
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 47 * EmergencyDialer is a special dialer that is used ONLY for dialing emergency calls.
51 * 1. Allows ONLY emergency calls to be dialed
524 * The tone is played locally, using the audio stream for phone calls.

Completed in 422 milliseconds

<<51525354555657585960>>