OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calls
(Results
101 - 125
of
3371
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaNetMulticastSocketTest.java
59
notes = "Verifies that java.net.MulticastSocket(int) consructor
calls
checkListen on security permissions.",
65
notes = "Verifies that java.net.MulticastSocket(int) consructor
calls
checkListen on security permissions.",
71
notes = "Verifies that java.net.MulticastSocket(int) consructor
calls
checkListen on security permissions.",
JavaLangRuntimeTest.java
53
notes = "Verifies that Runtime.exec
calls
checkExec method on security manager",
59
notes = "Verifies that Runtime.exec
calls
checkExec method on security manager",
65
notes = "Verifies that Runtime.exec
calls
checkExec method on security manager",
71
notes = "Verifies that Runtime.exec
calls
checkExec method on security manager",
171
notes = "Verifies that exit
calls
checkExit on security manager.",
213
notes = "Verifies that runFinalizersOnExit
calls
checkExit on security manager., disabled due to implementation bug, see ticket #55",
JavaNetSocketTest.java
57
notes = "Verifies that java.net.Socket constructor
calls
checkConnect on security manager.",
63
notes = "Verifies that java.net.Socket constructor
calls
checkConnect on security manager.",
69
notes = "Verifies that java.net.Socket constructor
calls
checkConnect on security manager.",
75
notes = "Verifies that java.net.Socket constructor
calls
checkConnect on security manager.",
81
notes = "Verifies that java.net.Socket constructor
calls
checkConnect on security manager.",
87
notes = "Verifies that java.net.Socket constructor
calls
checkConnect on security manager.",
JavaLangReflectAccessibleObjectTest.java
44
notes = "Verifies that java.lang.reflect.AccessibleObject.setAccessible(boolean) method
calls
checkPermission on security manager",
75
notes = "Verifies that java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject[], boolean) method
calls
checkPermission on security manager",
JavaSecurityPolicyTest.java
53
notes = "Verifies that java.security.Policy.getPolicy() method
calls
checkPermission on security manager.",
80
notes = "Verifies that java.security.Policy.setPolicy() method
calls
checkPermission on security manager.",
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
FormatTest.java
97
notes = "Verifies that format(Object)
calls
format(Object, StringBuffer, FieldPosition) method.",
105
assertTrue("It
calls
an abstract metod format", true);
147
notes = "Verifies that parseObject(String) method
calls
parseObject(String source, ParsePosition pos) method.",
/external/opencore/pvmi/content_policy_manager/include/
pvmf_cpmplugin_factory_registry.h
50
* The application code
calls
this to connect to the registry
61
* The application code
calls
this to register a plugin factory
87
* The application code
calls
this to close the registry client
/external/tcpdump/
pmap_prot.h
63
*
Calls
the procedure on the local machine. If it is not registered,
65
* This procedure only is supported on rpc/udp and
calls
via
69
* The service supports remote procedure
calls
on udp/ip or tcp/ip socket 111.
/external/webkit/WebCore/plugins/
PluginMainThreadScheduler.cpp
76
void PluginMainThreadScheduler::dispatchCallsForPlugin(NPP npp, const Deque<Call>&
calls
)
78
Deque<Call>::const_iterator end =
calls
.end();
79
for (Deque<Call>::const_iterator it =
calls
.begin(); it != end; ++it) {
/sdk/emulator/qtools/
coverage.cpp
38
// into decreasing number of
calls
.
124
// Sort the symbols into decreasing number of
calls
129
// Ignore functions with non-zero
calls
/external/wpa_supplicant/
wpa_supplicant.h
24
* enum wpa_event_type - Event type for wpa_supplicant_event()
calls
122
* struct wpa_driver_ops::add_pmkid()
calls
.
140
* union wpa_event_data - Additional data for wpa_supplicant_event()
calls
146
* This structure is optional for EVENT_ASSOC
calls
and required for
147
* EVENT_ASSOCINFO
calls
. By using EVENT_ASSOC with this data, the
149
*
calls
.
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java
285
CallLog.
Calls
.CONTENT_URI,
286
new String[] { CallLog.
Calls
.NUMBER },
287
CallLog.
Calls
.TYPE + "=" + CallLog.
Calls
.OUTGOING_TYPE,
289
CallLog.
Calls
.DEFAULT_SORT_ORDER + " LIMIT 1");
293
int column = cursor.getColumnIndexOrThrow(CallLog.
Calls
.NUMBER);
/dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java
55
* previous
calls
to this method, the new call "consumes" output
56
* after all the output covered by the previous
calls
.
/dalvik/libcore/luni/src/test/java/java/text/
NumberFormatTest.java
26
// NumberFormat.format(Object, StringBuffer, FieldPosition) guarantees it
calls
doubleValue for
42
// NumberFormat.format(Object, StringBuffer, FieldPosition) guarantees it
calls
longValue for
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
MethodLogger.java
23
* A simple helper class that logs method
calls
by storing method names and
65
* method
calls
have been logged so far.
/dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S
22
* The straightforward implementation requires 3
calls
to functions
23
* that return a result in r0. We can do it with two
calls
if our
/development/pdk/docs/porting/
camera.jd
59
<p>The following diagram illustrates the sequence of function
calls
and actions necessary for your camera to preview.</p>
65
<p>The following diagram illustrates the sequence of function
calls
and actions necessary for your camera to take a picture.</p>
/external/icu4c/io/
ufile.h
27
/* The buffer size for fromUnicode
calls
*/
30
/* The buffer size for toUnicode
calls
*/
/external/kernel-headers/original/linux/
msg.h
34
/* message buffer for msgsnd and msgrcv
calls
*/
40
/* buffer for msgctl
calls
IPC_INFO, MSG_INFO */
/external/skia/include/effects/
Sk2DPathEffect.h
42
uv parameter bounds for the path. Subsequent
calls
to
51
The default implementation
calls
next() repeatedly with each
/external/stlport/stlport/stl/config/
_watcom.h
95
// Inline replacements for locking
calls
under Watcom
97
// standard WIN32
calls
/external/v8/test/mjsunit/
global-load-from-eval-in-with.js
51
// Test shadowing in local scope inside an eval scope with eval
calls
in the eval scopes.
55
// Test shadowing in local scope inside an eval scope with eval
calls
property-load-across-eval.js
28
// Tests loading of properties across eval
calls
.
50
// Test loading across eval
calls
that do not shadow variables.
/external/webkit/WebCore/bindings/v8/custom/
V8DOMApplicationCacheCustom.cpp
46
// Handles appcache.addEventListner(name, func, capture) method
calls
62
// Handles appcache.removeEventListner(name, func, capture) method
calls
/external/webkit/WebKit/chromium/src/
BoundObject.h
39
// BoundObject is a helper class that lets you map JavaScript method
calls
40
// directly to C++ method
calls
. It should be destroyed once JS object is
Completed in 71 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>