HomeSort by relevance Sort by last modified time
    Searched refs:calling (Results 1 - 25 of 38) sorted by null

1 2

  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
LangAccess.java 54 ClassLoader calling = VMStack.getCallingClassLoader2(); local
57 if ((calling != null) && (calling != current)) {
  /dalvik/libcore/suncompat/src/main/java/sun/misc/
Unsafe.java 55 ClassLoader calling = VMStack.getCallingClassLoader(); local
56 if ((calling != null) && (calling != Unsafe.class.getClassLoader())) {
299 * Parks the calling thread for the specified amount of time,
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Class.java 166 * first. This is done through either the class loader of the calling class
219 ClassLoader calling = VMStack.getCallingClassLoader(); local
220 if (calling != null) {
405 ClassLoader calling = VMStack.getCallingClassLoader(); local
407 if (calling != null && !calling.isAncestorOf(loader)) {
1033 ClassLoader calling = VMStack.getCallingClassLoader2(); local
1055 ClassLoader calling = VMStack.getCallingClassLoader2(); local
    [all...]
Thread.java 207 * {@code ThreadGroup} as the {@code Thread} calling this constructor.
221 * {@code ThreadGroup} as the {@code Thread} calling this constructor.
239 * ThreadGroup} as the {@code Thread} calling this constructor.
263 * ThreadGroup} as the {@code Thread} calling this constructor.
706 ClassLoader calling = VMStack.getCallingClassLoader(); local
708 if (calling != null && !calling.isAncestorOf(contextClassLoader)) {
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
ARM-E_filter_gnu.s 126 @ Return to calling function
ARM-E_interpolate_noloop_gnu.s 122 @ Return to calling function
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
ARM-E_filter_gnu.s 126 @ Return to calling function
ARM-E_interpolate_noloop_gnu.s 122 @ Return to calling function
  /external/v8/test/mjsunit/
array-iteration.js 45 // Use specified object as this object when calling the function.
84 // Use specified object as this object when calling the function.
126 // Use specified object as this object when calling the function.
165 // Use specified object as this object when calling the function.
201 // Use specified object as this object when calling the function.
arguments.js 94 // Test that calling a lazily compiled function with
call-non-function.js 54 // Make sure that calling a non-function global doesn't crash the
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
29 // a regular expression as a function corresponds to calling it's exec
fuzz-natives.js 112 // Avoid calling the concat operation, because weird lengths
130 // Calling disable/enable access checks may interfere with the
value-wrapper.js 28 // When calling user-defined functions on strings, booleans or
d8-os.js 31 // we are calling would not be available.
regexp-static.js 28 // Test that we throw exceptions when calling test and exec with no
  /external/iptables/
Android.mk 37 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
  /external/v8/test/mjsunit/regress/
regress-r3391.js 29 // calling Array.prototype.toLocaleString. The standard is somewhat
  /external/zlib/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /external/zlib/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 62 # You should set any customization variables *after* calling init.
557 Then, you keep calling nextOption until it returns an empty list.
584 variables should be set I<after> calling Getopt::Mixed::init and
585 I<before> calling nextOption.
593 variables, you'll need to call init before calling getOptions, like
692 variables, this must be set I<before> calling init(), and cannot be
740 Since Perl scripts are only compiled at runtime, and simply calling
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 414 * is returned by calling createAllIllegal.
592 * calling parseQuery(). If there is no query portion it is
  /external/libpng/
CHANGES 552 before calling png_set_text(). It must be set to NULL if you want to
    [all...]

Completed in 1352 milliseconds

1 2