HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 26 - 50 of 6241) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dhcpcd/dhcpcd-hooks/
90-NetworkManager 2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook
  /external/kernel-headers/original/asm-x86/
sockios.h 4 /* Socket-level I/O control calls. */
  /external/llvm/runtime/
README.txt 3 inserts calls to an external pool allocator library. This runtime library is
  /external/llvm/test/Analysis/CallGraph/
2008-09-09-DirectCall.ll 2 ; RUN: grep {calls function 'callee'} | count 2
  /external/llvm/test/FrontendC/
2003-08-06-BuiltinSetjmpLongjmp.c 4 * just like explicit setjmp/longjmp calls are.
  /external/llvm/test/Other/
2002-01-31-CallGraph.ll 1 ; Call graph construction crash: Not handling indirect calls right
  /external/valgrind/main/memcheck/tests/
new_nothrow.cpp 4 // they call malloc(), the calls to 'delete' caused bogus mismatch errors.
  /external/webkit/LayoutTests/fast/dom/Geolocation/
reentrant-error-expected.txt 1 Tests that reentrant calls to Geolocation methods from the error callback are OK.
  /packages/experimental/RpcPerformance/
README 5 no-op Binder calls and certain file I/O operations).
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sockios.h 4 /* Socket-level I/O control calls. */
  /external/clang/test/CodeGenCXX/
virtual-base-destructor-call.cpp 19 // basic_iostream's complete dtor calls its base dtor, then its
25 // basic_iostream's base dtor calls its non-virtual base dtor.
30 // basic_iostream's deleting dtor calls its complete dtor, then
36 // basic_istream's complete dtor calls the base dtor,
42 // basic_istream's deleting dtor calls the complete dtor, then
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogGroupBuilder.java 23 import android.provider.CallLog.Calls;
27 * Groups together calls in the call log.
50 * calls {@link CallLogFragment.GroupCreator#addGroup(int, int, boolean)} on
84 // Should only group with calls from the same number.
86 } else if (firstCallType == Calls.VOICEMAIL_TYPE
87 || firstCallType == Calls.MISSED_TYPE) {
88 // Voicemail and missed calls should only be grouped with subsequent missed calls.
89 shouldGroup = callType == Calls.MISSED_TYPE;
91 // Incoming and outgoing calls group together
    [all...]
  /libcore/luni/src/main/java/java/security/
AccessController.java 42 * Calls {@code action.run()}.
49 * Calls {@code action.run()}.
56 * Calls {@code action.run()}.
69 * Calls {@code action.run()}.
76 * Calls {@code action.run()}.
83 * Calls {@code action.run()}.
  /external/chromium/testing/gmock/include/gmock/
gmock-cardinalities.h 64 // calls allowed.
68 // Returns true iff call_count calls will satisfy this cardinality.
71 // Returns true iff call_count calls will saturate this cardinality.
93 // calls allowed.
97 // Returns true iff call_count calls will satisfy this cardinality.
102 // Returns true iff call_count calls will saturate this cardinality.
107 // Returns true iff call_count calls will over-saturate this
108 // cardinality, i.e. exceed the maximum number of allowed calls.
124 // Creates a cardinality that allows at least n calls.
127 // Creates a cardinality that allows at most n calls
    [all...]
  /external/clang/test/Parser/
cxx-using-declaration.cpp 29 void D::f(int) { f('c'); } // calls B::f(char)
30 void D::g(int) { g('c'); } // recursively calls D::g(int)
  /external/llvm/test/CodeGen/MBlaze/
mul64.ll 1 ; Ensure that multiplication is lowered to function calls when the 64-bit
2 ; multiplier unit is not available in the hardware and that function calls
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-015.js 4 ECMA Section: 11.2.3. Function Calls
11 var TITLE = "Function Calls";
expression-016.js 4 ECMA Section: 11.2.3. Function Calls
11 var TITLE = "Function Calls";
expression-017.js 4 ECMA Section: 11.2.3. Function Calls
11 var TITLE = "Function Calls";
  /external/webkit/Source/WebCore/manual-tests/inspector/
profiler-test-many-calls-in-the-same-scope.html 5 console.profile("Many Calls In The Same Scope");
33 This page's JavaScript has many function calls in the same scope.
  /frameworks/base/core/tests/coretests/src/android/content/
ObserverNodeTest.java 56 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local
59 root.collectObserversLocked(uris[i], 0, null, false, calls);
60 assertEquals(nums[i], calls.size());
61 calls.clear();
83 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local
86 root.collectObserversLocked(uris[i], 0, null, false, calls);
87 assertEquals(nums[i], calls.size());
88 calls.clear();
  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 35 static final int CALLS = 9;
56 check("content://calls", CALLS);
57 check("content://calls/1", CALLS_ID);
58 check("content://calls/asdf", UriMatcher.NO_MATCH);
78 mURLMatcher.addURI("calls", null, CALLS);
79 mURLMatcher.addURI("calls", "#", CALLS_ID);
  /external/chromium/net/base/
winsock_init.h 5 // Winsock initialization must happen before any Winsock calls are made. The
  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/javassist/sample/evolve/
WebPage.java 7 * Updatable class. DemoServer instantiates this class and calls

Completed in 1613 milliseconds

12 3 4 5 6 7 8 91011>>