HomeSort by relevance Sort by last modified time
    Searched refs:calls (Results 76 - 100 of 423) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 19 (* variant for function calls. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 19 (* variant for function calls. *)
  /external/skia/bench/
MemoryBench.cpp 42 int calls = 0; variable
46 calls += 1;
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 20 # Sets up the JNI module that our app calls into to draw things with skia.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
LineNumberReaderTest.java 150 private int calls = 0;
158 if (calls++ < 2) {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonTreeNodeStream.h 51 /** Stack of indexes used for push/pop calls */
52 ANTLRIntArray *calls; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonTreeNodeStream.h 51 /** Stack of indexes used for push/pop calls */
52 ANTLRIntArray *calls; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTreeNodeStream.h 51 /** Stack of indexes used for push/pop calls */
52 ANTLRIntArray *calls; variable
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
flakytests_unittest.py 57 self.assertEqual(tool.executive.calls,
  /external/chromium_org/third_party/skia/tools/lua/
scrape_dashing.lua 29 Following this call, there will be some number of calls to accumulate(t)
89 print("histogram of point-counts for all drawPoints calls")
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 63 ; calls "void druck(a,b,c,d);
83 ; some internal calls
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 260 * Aggregates consecutive calls and executes the closure only once instead of
297 * Runs a closure. Skips consecutive calls. The first call is called
315 * Calls the schedule immediately and cancels any scheduled calls.
336 * Samples calls so that they are not called too frequently.
337 * The first call is always called immediately, and the following calls may
376 * Skips or delays calls so that the intervals between calls are no less than
399 * Calls the scheduled run immediately and cancels any scheduled calls
    [all...]
  /external/chromium_org/v8/test/mjsunit/
arguments-load-across-eval.js 28 // Tests loading of aguments across eval calls.
47 // Test loading across eval calls that do not shadow variables.
array-feedback.js 64 // array calls (as long as the call is made through an IC, and not
71 // Calls through ICs need warm up through uninitialized, then
112 // Verify that keyed calls work
189 // Verify that cross context calls work
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1146.js 28 // Test keyed calls with different key types.
41 // Do multiple calls for IC transitions.
  /external/skia/tools/lua/
scrape_dashing.lua 29 Following this call, there will be some number of calls to accumulate(t)
89 print("histogram of point-counts for all drawPoints calls")
  /external/chromium_org/chrome/common/extensions/docs/server2/
samples_model.py 21 # Add API calls that appear normally, like "chrome.runtime.connect".
22 calls = set(re.findall(chrome_pattern, js_file))
23 # Add API calls that have been assigned into variables, like
32 calls.add('%s.%s' % (api_prefix, api_suffix))
33 return calls
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 181 // if there are multiple contexts, then the calls may arrive at the
225 /** Assign GL calls to GL Frames. */
226 private List<GLFrame> createFrames(List<GLCall> calls) {
231 for (int i = 0; i < calls.size(); i++) {
232 GLCall c = calls.get(i);
240 // assign left over calls at the end to the last frame
  /external/fio/
gettime.c 48 unsigned long calls; member in struct:gtod_log
77 log->calls = 0;
91 log->calls++;
107 printf("function %p, calls %lu\n", log->caller,
108 log->calls);
109 total_calls += log->calls;
  /external/qemu/telephony/
android_modem.c 266 /* active calls */
267 AVoiceCallRec calls[ MAX_CALLS ]; member in struct:AModemRec_
532 // TODO: save more than just calls and call_count - rssi, power, etc.
538 AVoiceCall vcall = modem->calls + nn;
539 // Note: not saving timers or remote calls.
556 // In case there are timers or remote calls.
559 amodem_free_call( modem, modem->calls + nn);
804 /** CALLS
818 return &modem->calls[index].call;
835 if ( modem->calls[nn].call.id == (id+1) )
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 328 self.parent.calls.append((self, fn_name, args, kwds))
352 self.parent.calls = []
494 calls = [(handlers[0], "http_open"), (handlers[2], "http_open")]
495 for expected, got in zip(calls, o.calls):
515 self.assertEqual(o.calls[0][0], handlers[1])
516 self.assertEqual(o.calls[1][0], handlers[0])
529 self.assertEqual(o.calls, [(handlers[0], "http_open", (req,), {})])
553 assert len(o.calls) == 2
554 calls = [(handlers[0], "http_open", (req,))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 328 self.parent.calls.append((self, fn_name, args, kwds))
352 self.parent.calls = []
494 calls = [(handlers[0], "http_open"), (handlers[2], "http_open")]
495 for expected, got in zip(calls, o.calls):
515 self.assertEqual(o.calls[0][0], handlers[1])
516 self.assertEqual(o.calls[1][0], handlers[0])
529 self.assertEqual(o.calls, [(handlers[0], "http_open", (req,), {})])
553 assert len(o.calls) == 2
554 calls = [(handlers[0], "http_open", (req,))
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 249 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local
252 userHandle, calls);
254 final int numCalls = calls.size();
256 ObserverCall oc = calls.get(i);
    [all...]
  /external/ceres-solver/internal/ceres/
linear_solver.h 295 // life time issues. Further, these calls are not expected to be
333 return execution_summary_.calls();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasReplayStateView.js 172 var calls = traceLog.calls; variable
173 for (var i = 0, n = calls.length; i < n; ++i) {
174 var call = calls[i];

Completed in 6453 milliseconds

1 2 34 5 6 7 8 91011>>