OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calls
(Results
226 - 250
of
3371
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
NativeConverter.java
24
* conversion is saved between
calls
to convert. Among other things,
25
* this means multibyte input sequences can be split between
calls
.
51
* conversion is saved between
calls
to convert. Among other things,
52
* this means multibyte input sequences can be split between
calls
.
77
* conversion is saved between
calls
to convert. Among other things,
78
* this means multibyte input sequences can be split between
calls
.
103
* conversion is saved between
calls
to convert. Among other things,
104
* this means multibyte input sequences can be split between
calls
.
/dalvik/vm/compiler/template/armv5te/
header.S
26
r0-r3 hold first 4 args to a method; they are not preserved across method
calls
31
r12 (ip) is scratch -- not preserved across method
calls
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java
94
// any direct api
calls
that change state must be made from the UI thread.
95
// This is in contrast to instrumentation
calls
that send events that are
/external/astl/include/
iomanip
52
// Sent to a stream,
calls
'precision(size_type)' on the instance.
65
// Sent to a stream,
calls
'precision(size_type)' on the instance.
/external/bison/lib/
argmatch.h
49
/* xargmatch
calls
this function when it fails. This function should not
50
return. By default, this is a function that
calls
ARGMATCH_DIE which
/external/bluetooth/glib/docs/reference/glib/tmpl/
timers.sgml
45
Marks a start time, so that future
calls
to g_timer_elapsed() will report the
56
Marks an end time, so
calls
to g_timer_elapsed() will return the difference
/external/clearsilver/cs/
test3.cs
62
these tests show that local variables are live in sub
calls
76
testing macro
calls
in local vars in an each
/external/freetype/include/freetype/internal/
ftvalid.h
106
/* Sets the error field in a validator, then
calls
`longjmp' to return */
115
/*
Calls
ft_validate_error. Assumes that the `valid' local variable */
/external/guava/src/com/google/common/collect/
Platform.java
34
*
Calls
{@link List#subList(int, int)}. Factored out so that it can be
47
*
Calls
{@link Class#isInstance(Object)}. Factored out so that it can be
/external/icu4c/i18n/
umsg.cpp
48
//argument checking defered to subsequent method
calls
69
//argument checking defered to subsequent method
calls
88
//argument checking defered to subsequent method
calls
110
//argument checking defered to subsequent method
calls
132
//argument checking defered to subsequent method
calls
151
//argument checking defered to subsequent method
calls
170
//argument checking defered to subsequent method
calls
189
//argument checking defered to subsequent method
calls
/external/icu4c/layout/
ThaiLayoutEngine.h
94
* This method performs Thai layout. It
calls
ThaiShaping::compose to
95
* generate the correct contextual character codes, and then
calls
/external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
SDL_dummyaudio.c
102
/* Don't block on first
calls
to simulate initial fragment filling. */
145
* Also, we have it not block at all for the first two
calls
, so
/external/skia/include/core/
SkRefCnt.h
25
objects. When a new owner wants a reference, it
calls
ref(). When an owner
26
wants to release its reference, it
calls
unref(). When the shared object's
/external/skia/include/views/
SkEventSink.h
48
/** Add sinkID to the list of listeners, to receive events from
calls
to sendToListeners()
73
If one is found, it
calls
the sink's doEvent method, returning
/external/srec/portable/include/
pcputimer.h
72
* successive
calls
to getElapsed() will always return the same value. If the
73
* Timer is in the started state, successive
calls
will return the elapsed
ptimer.h
67
* successive
calls
to getElapsed() will always return the same value. If the
68
* Timer is in the started state, successive
calls
will return the elapsed
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.3-1.js
24
ECMA Section: 11.2.3. Function
Calls
60
var TITLE = "Function
Calls
";
11.2.3-2-n.js
24
ECMA Section: 11.2.3. Function
Calls
60
var TITLE = "Function
Calls
";
11.2.3-3-n.js
24
ECMA Section: 11.2.3. Function
Calls
60
var TITLE = "Function
Calls
";
11.2.3-4-n.js
24
ECMA Section: 11.2.3. Function
Calls
60
var TITLE = "Function
Calls
";
11.2.3-5.js
24
ECMA Section: 11.2.3. Function
Calls
60
var TITLE = "Function
Calls
";
/external/webkit/WebCore/bindings/objc/
DOMPrivate.h
35
//
calls
to the public method - (NSColor *)color.
41
//
calls
to the public method - (NSString *)text.
/external/webkit/WebCore/bridge/jni/
jni_jsobject.h
114
// The Java VM
calls
these functions to handle
calls
to methods in Java's JSObject class.
/external/webkit/WebCore/platform/sql/
SQLiteDatabase.h
90
// FULL - Any writing
calls
to the DB block until the data is actually on the disk surface
92
// OFF -
Calls
return immediately after the data has been passed to disk
/external/webkit/WebKit/mac/Plugins/
WebJavaPlugIn.h
70
@discussion
Calls
to Java from native code should not make direct
71
use of JNI. Instead they should use this method to dispatch
calls
to the
Completed in 342 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>