OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
251 - 275
of
10314
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libpng/scripts/
makefile.intel
24
#
Calling
convention
25
CALLING
=r # __fastcall
26
#
CALLING
=z # __stdcall
27
#
CALLING
=d # __cdecl
35
CFLAGS=-O2 -G$(CPU)$(
CALLING
) -Qip -Qunroll4 -I$(ZLIBINC) -nologo
/external/v8/test/cctest/
test-dictionary.cc
113
//
Calling
Contains() should not cause GC ever.
116
//
Calling
Remove() should not cause GC ever.
119
//
Calling
Add() should request GC by returning a failure.
136
//
Calling
Lookup() should not cause GC ever.
139
//
Calling
Put() should request GC by returning a failure.
/frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java
42
* automatically called, and it will stop & destroy your application by
calling
its
54
* You can create and inject alternative types of Contexts by
calling
55
* {@link AndroidTestCase#setContext(Context) setContext()}. You must do this <i>before</i>
calling
111
* test, by
calling
{@link AndroidTestCase#setContext(Context) setContext()},
112
* you must do so before
calling
this method.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h
156
which the
calling
process is a member.
391
to 0 and check its value after
calling
`alarm', and this might tell you.
572
/* Get the process ID of the
calling
process. */
575
/* Get the process ID of the
calling
process's parent. */
578
/* Get the process group ID of the
calling
process.
604
calling
conventions. The BSD function is the same as POSIX.1 `setpgid'
605
(above). The System V function takes no arguments and puts the
calling
615
/* Set the process group ID of the
calling
process to its own PID.
631
/* Create a new session with the
calling
process as its leader.
632
The process group IDs of the session and the
calling
proces
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
156
which the
calling
process is a member.
391
to 0 and check its value after
calling
`alarm', and this might tell you.
572
/* Get the process ID of the
calling
process. */
575
/* Get the process ID of the
calling
process's parent. */
578
/* Get the process group ID of the
calling
process.
604
calling
conventions. The BSD function is the same as POSIX.1 `setpgid'
605
(above). The System V function takes no arguments and puts the
calling
615
/* Set the process group ID of the
calling
process to its own PID.
631
/* Create a new session with the
calling
process as its leader.
632
The process group IDs of the session and the
calling
proces
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h
156
which the
calling
process is a member.
391
to 0 and check its value after
calling
`alarm', and this might tell you.
572
/* Get the process ID of the
calling
process. */
575
/* Get the process ID of the
calling
process's parent. */
578
/* Get the process group ID of the
calling
process.
604
calling
conventions. The BSD function is the same as POSIX.1 `setpgid'
605
(above). The System V function takes no arguments and puts the
calling
615
/* Set the process group ID of the
calling
process to its own PID.
631
/* Create a new session with the
calling
process as its leader.
632
The process group IDs of the session and the
calling
proces
[
all
...]
/art/compiler/jni/quick/x86/
calling_convention_x86.cc
26
//
Calling
convention
68
// Managed runtime
calling
convention
111
// JNI
calling
convention
/art/test/046-reflect/
expected.txt
29
Calling
no-arg void-return method
100
calling
const-class FieldNoisyInitUser.class
108
calling
const-class MethodNoisyInitUser.class
/bionic/libstdc++/src/
one_time_construction.cpp
19
// by compiler-generated code before
calling
__cxa_guard_acquire et al.
39
// the compiler-generated code before
calling
54
// byte is tested by the compiler-generated code before, we
calling
/external/chromium_org/ash/wm/overview/
window_selector_item.h
43
// Removes |window| from this item. Check empty() after
calling
this to see
48
//
calling
RemoveWindow for the last contained window).
89
// the bounds update when
calling
views::corewm::RecreateWindowLayers to copy
/external/chromium_org/base/
run_loop.h
24
//
calling
MessageLoop::Run/Quit directly. RunLoop::Run can only be called once
44
//
calling
Run, be sure to grab an AsWeakPtr or the QuitClosure in order to
59
// before Run, Run will return immediately when called.
Calling
Quit after the
/external/chromium_org/net/websockets/
websocket_inflater.h
34
// This function must be called exactly once before
calling
any of the
53
// If some input data is choked,
calling
this function may restart the
77
// the area returned by this function and
calling
AdvanceTail.
/external/chromium_org/ppapi/c/
ppp_input_event.h
34
* In order to receive input events, you must register for them by
calling
60
* register for the event classes you want by
calling
RequestInputEvents or
70
* registered to filter this class of events by
calling
/external/chromium_org/third_party/libjingle/source/talk/base/
posix.cc
130
LOG(LS_WARNING) << "Child reported probles
calling
chdir()";
134
LOG(LS_WARNING) << "Child reported problems
calling
fdwalk()";
137
LOG(LS_WARNING) << "Child reported problems
calling
close()";
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
prsem.h
63
** This routine allows a
calling
thread to wait or proceed depending upon the
67
** allowing the
calling
thread to continue. If the value of semaphore sem is 0,
68
** the
calling
thread blocks awaiting the semaphore to be released by another
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
plarenas.h
47
**
calling
PL_InitArenaPool().
51
** by
calling
PR_GetError().
83
** after
calling
this function. There is no need to call PL_InitArenaPool()
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_listener.py
46
dirty: If True, then
calling
Modified() would be a no-op. This can be
64
Note that if the listener's |dirty| attribute is true, then
calling
66
sensitive callers should check this attribute directly before
calling
since
/external/ipsec-tools/src/libipsec/
ipsec_strerror.3
58
The array pointed to is not to be modified by the
calling
program.
63
as underlying function,
calling
74
The C string must not be overwritten by the
calling
program.
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
Filters.java
68
* of
calling
not(in(values)).
78
* of
calling
not(in(collection)).
96
* equivalent to the specified value. This is the equivalent of
calling
/external/protobuf/python/google/protobuf/internal/
message_listener.py
46
dirty: If True, then
calling
Modified() would be a no-op. This can be
64
Note that if the listener's |dirty| attribute is true, then
calling
66
sensitive callers should check this attribute directly before
calling
since
/external/qemu/distrib/sdl-1.2.15/include/
SDL_thread.h
52
* creates a new thread for the
calling
process with the SDL_CreateThread()
54
* be initialized for those threads, and not the RTL of the
calling
application!
61
* Always use the _beginthread() and _endthread() of the
calling
runtime library!
/external/qemu/docs/
ANDROID-TRACING.TXT
23
1.
calling
trace_bb_start()
24
2. for each instruction in the block,
calling
trace_bb_insn()
25
3.
calling
trace_bb_end() at the end of the basic block.
/external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp
32
set pc,
calling
from gdb a function in the debugged process, ...)
41
set pc,
calling
from gdb a function in the debugged process, ...)
50
set pc,
calling
from gdb a function in the debugged process, ...)
/frameworks/av/include/media/stagefright/
MediaMuxer.h
37
// The expected
calling
order of the functions is:
69
*
calling
this.
105
* is no need to use a separate thread
calling
this method to
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
60
throw new IllegalStateException("
calling
hasNext() when the iterator is closed");
77
throw new IllegalStateException("
calling
next() when the iterator is closed");
96
throw new IllegalStateException("
calling
reset() when the iterator is closed");
Completed in 1063 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>