OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
576 - 600
of
10091
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/icu4c/common/unicode/
uclean.h
29
* ICU by
calling
u_init().
59
*
calling
this function, otherwise ICU may not free its allocated memory
60
* (e.g. close your converters and resource bundles before
calling
this
72
*
calling
u_cleanup(), these runtime override functions will need to
76
* before
calling
this function.
82
* After
calling
u_cleanup(), an application may continue to use ICU by
83
*
calling
u_init(). An application must invoke u_init() first from one single
/external/icu4c/test/intltest/
dtfmapts.cpp
102
dataerrln("Error
calling
DateFormat::createInstance()");
291
// DateFormat
calling
Format API
304
// SimpleDateFormat
calling
Format & DateFormat API
324
// NumberFormat
calling
Format API
338
// DecimalFormat
calling
Format & NumberFormat API
359
// ChoiceFormat
calling
Format & NumberFormat API
376
// MessageFormat
calling
Format API
/external/v8/src/
execution.h
86
//
calling
the function (if caught exception is false) or the exception
152
// object. Used for support
calling
objects as functions.
158
// object. Used for support
calling
objects as constructors.
234
// You should hold the ExecutionAccess lock when
calling
this method.
242
// You should hold the ExecutionAccess lock when
calling
this method.
247
// You should hold the ExecutionAccess lock when
calling
this method.
251
// You should hold the ExecutionAccess lock when
calling
this method.
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h
24
/* prototypes required by the
calling
layer. All other types, structures and */
50
/* Mono format data is not supported, the
calling
routine must convert a Mono stream */
163
/* rates only by
calling
the init function with the value: */
313
/* This function can be used to create an algorithm instance by
calling
with */
318
/* by
calling
with hInstance = Instance Handle. In this case the memory table */
319
/* should be correct for the instance, this can be ensured by
calling
the function */
320
/* LVDBE_Memory before
calling
this function. */
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h
23
/* prototypes required by the
calling
layer. All other types, structures and */
48
/* Mono format data is not supported, the
calling
routine must convert a Mono stream */
169
/* rates only by
calling
the init function with the value: */
332
/* This function can be used to create an algorithm instance by
calling
with */
337
/* by
calling
with hInstance = Instance Handle. In this case the memory table */
338
/* should be correct for the instance, this can be ensured by
calling
the function */
339
/* LVEQNB_Memory before
calling
this function. */
/libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java
43
throw new RuntimeException("Unexpected exception when
calling
" +
59
throw new RuntimeException("Unexpected exception when
calling
" +
77
throw new RuntimeException("Unexpected exception when
calling
" +
96
throw new RuntimeException("Unexpected exception when
calling
" +
205
// System.out.println("Waiter
calling
wait()");
225
// System.out.println("Waiter
calling
wait(1000)");
245
// System.out.println("Waiter
calling
wait(1000, 5000)");
/external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h
108
*
Calling
this function is equivalent to
calling
XNVCTRLSetTargetAttribute()
197
*
Calling
this function is equivalent to
calling
276
*
Calling
this function is equivalent to
calling
368
*
Calling
this function is equivalent to
calling
571
*
Calling
this function is equivalent to
calling
[
all
...]
/external/chromium/base/metrics/
stats_table.h
61
// Get the slot id for the
calling
thread. Returns 0 if no
129
// counter by name for the
calling
thread. Will register
154
//
calling
this function.
159
// shared_memory_lock when
calling
this function.
172
// Get the TLS data for the
calling
thread. Returns NULL if none is
/external/chromium_org/base/metrics/
stats_table.h
60
// Get the slot id for the
calling
thread. Returns 0 if no
128
// counter by name for the
calling
thread. Will register
153
//
calling
this function.
158
// shared_memory_lock when
calling
this function.
171
// Get the TLS data for the
calling
thread. Returns NULL if none is
/external/chromium_org/third_party/mesa/src/docs/
libGL.txt
151
by
calling
:
163
The address of the new entrypoint is obtained by
calling
the
175
table as the current dispatch table. This is done by
calling
179
This will install the named dispatch table for the
calling
thread.
180
The current dispatch table for a thread can be obtained by
calling
/external/chromium_org/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.
/external/clang/lib/CodeGen/
TargetInfo.h
126
///
calling
objc_retainAutoreleasedReturnValue. The
140
/// the given
calling
convention should use the variadic
143
/// There's a good reason to make a platform's variadic
calling
144
/// convention be different from its non-variadic
calling
180
/// right thing when
calling
a function with no know signature.
/external/mesa3d/docs/
libGL.txt
151
by
calling
:
163
The address of the new entrypoint is obtained by
calling
the
175
table as the current dispatch table. This is done by
calling
179
This will install the named dispatch table for the
calling
thread.
180
The current dispatch table for a thread can be obtained by
calling
/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.
/external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c
80
** Description This function enables NFC. Prior to
calling
NFA_Enable,
173
** should happen before
calling
this function. Most Configuration
274
** should happen before
calling
this function
362
** so application must select one of tags by
calling
NFA_Select().
365
** again or deactivate by
calling
NFA_Deactivate().
373
** should happen before
calling
this function
406
** should happen before
calling
this function
445
** should happen before
calling
this function
478
** should happen before
calling
this function
515
** should happen before
calling
this functio
[
all
...]
/external/chromium_org/third_party/angle_dx11/include/GLSLANG/
ShaderLang.h
294
// Can be queried by
calling
ShGetInfoLog().
296
// Can be queried by
calling
ShGetObjectCode().
298
// Can be queried by
calling
ShGetActiveAttrib() and
344
// to store the returned information log can be obtained by
calling
354
// store the returned object code can be obtained by
calling
371
//
calling
ShGetInfo with SH_ACTIVE_ATTRIBUTE_MAX_LENGTH.
397
// to store the uniform variable name can be obtained by
calling
419
// be obtained by
calling
ShGetInfo with SH_NAME_MAX_LENGTH.
423
// to store the name can be obtained by
calling
ShGetInfo with
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmwait.h
76
** by
calling
PR_GetError().
82
** can be retrieved by
calling
PR_GetError().
87
**
calling
PR_CancelWaitFileDesc() or destroying the
175
** created by
calling
PR_CreateWaitGroup() and are used
198
** PR_WaitRecvReady will block the
calling
thread until one of the
211
** for a reason that can be determined by
calling
273
** to reclaim all the wait objects prior to
calling
PR_DestroyWaitGroup().
283
** for the NULL may be retrieved by
calling
PR_GetError().
311
** by
calling
PR_DestroyWaitGroup().
/external/libffi/
README
13
compilation to work. One such convention is the "
calling
convention".
14
The "
calling
convention" is a set of assumptions made by the compiler
16
A "
calling
convention" also specifies where the return value for a
26
interface to various
calling
conventions. This allows a programmer to
107
Irix 6.2 and better supports three different
calling
conventions: o32,
110
configured for whichever
calling
convention it was built for.
118
With the n32
calling
convention, when returning structures smaller
223
Sparc fix for
calling
functions with < 6 args.
259
all architectures/
calling
conventions. Expanded tests.
/libcore/luni/src/main/java/java/nio/channels/
FileChannel.java
175
* the
calling
thread was interrupted while waiting to acquire
178
* the channel was closed while the
calling
thread was waiting
198
* If the request is not for an overlapping lock, the thread
calling
this
336
* if another thread interrupts the
calling
thread during the
370
* if another thread interrupts the
calling
thread while this
371
* operation is in progress. The
calling
thread will have the
396
*
Calling
this method is equivalent to
calling
640
* if another thread interrupts the
calling
thread while this
641
* operation is in progress. The interrupt state of the
calling
[
all
...]
/dalvik/vm/interp/
Stack.h
77
will be enough room for all possible "outs" on the stack before
calling
86
We push two stack frames on when
calling
an interpreted or native method
97
When
calling
a native method from interpreted code, the stack setup is
98
essentially identical to
calling
an interpreted method. Because it's a
105
possible to push additional call frames on without
calling
a method.
159
/* when
calling
a function, get a pointer to outs[0] */
/external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c
220
ALOGW("init has been called repeatedly without
calling
cleanup ?");
262
/*
Calling
vendor-specific part */
392
/*
Calling
vendor-specific part */
466
/*
Calling
vendor-specific part */
486
/*
Calling
vendor-specific part */
570
/*
Calling
vendor-specific part */
/external/ceres-solver/internal/ceres/
suitesparse.h
50
//
calling
and linking into cholmod_camd problematic even though it
77
// cumbersome c like
calling
format. This object abstracts it away and
219
//
calling
and linking into cholmod_camd problematic even though it
238
//
Calling
ApproximateMinimumDegreeOrdering is equivalent to
calling
242
// If CERES_NO_CAMD is defined then
calling
this function will
/external/chromium_org/build/android/pylib/
forwarder.py
158
Note that the global lock must be acquired before
calling
this method.
202
Note that the global lock must be acquired before
calling
this method.
235
Note that the global lock must be acquired before
calling
this method. This
257
Note that the global lock must be acquired before
calling
this method. This
285
Note that the global lock must be acquired before
calling
this method.
301
Note that the global lock must be acquired before
calling
this method.
/frameworks/base/core/java/android/os/
RemoteCallbackList.java
29
* (by
calling
{@link IInterface#asBinder IInterface.asBinder()}.
92
* Most services will want to check for null before
calling
this with
134
* to check for null before
calling
.
253
*
calling
{@link #finishBroadcast}.
257
* {@link RemoteException} when
calling
on to the returned object.
285
* Clean up the state of a broadcast previously initiated by
calling
/frameworks/base/core/java/android/view/
VelocityTracker.java
80
* not touch the object after
calling
this function.
158
* {@link #computeCurrentVelocity(int)} before
calling
this function.
168
* {@link #computeCurrentVelocity(int)} before
calling
this function.
178
* {@link #computeCurrentVelocity(int)} before
calling
this function.
189
* {@link #computeCurrentVelocity(int)} before
calling
this function.
202
* It is not necessary to call {@link #computeCurrentVelocity(int)} before
calling
Completed in 1685 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>