OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:completed
(Results
151 - 175
of
3541
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/net/socket/
socket.h
25
// is returned if the operation could not be
completed
synchronously, in which
27
// operation is not
completed
immediately, the socket acquires a reference to
39
// is returned if the operation could not be
completed
synchronously, in which
41
// operation is not
completed
immediately, the socket acquires a reference to
/external/oprofile/events/mips/20K/
events
9
event:0x3 counters:0 um:zero minimum:500 name:FP_INSNS_COMPLETED : Instructions
completed
in FPU datapath (computational event:instructions only)
12
event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_COMPLETED : Branches that
completed
execution
19
event:0xd counters:0 um:zero minimum:500 name:JR_INSNS_COMPLETED : JR instruction that
completed
execution
21
event:0xf counters:0 um:zero minimum:500 name:INSNS_COMPLETED : Instruction that
completed
execution (with or without exception)
/external/oprofile/events/ppc/7450/
events
4
event:0x2 counters:0,1,2,3 um:zero minimum:3000 name:COMPLETED_INSNS :
Completed
Instructions
8
event:0x8 counters:0,1,3 um:zero minimum:3000 name:VPU_INSNS : VPU Instructions
Completed
9
event:0x9 counters:0,1,3 um:zero minimum:3000 name:VFPU_INSNS : VFPU Instructions
Completed
10
event:0xa counters:0,1,3 um:zero minimum:3000 name:VIU1_INSNS : VIU1 Instructions
Completed
11
event:0xb counters:0,1,3 um:zero minimum:3000 name:VIU2_INSNS : VIU2 Instructions
Completed
34
event:0x40 counters:0 um:zero minimum:3000 name:ALTIVEC_LD_INSNS_COMPLETED : Altivec load instructions
completed
35
event:0x41 counters:0 um:zero minimum:3000 name:FP_STORE_INSNS_COMPLETED_LSU : Floating point store instructions
completed
in LSU
36
event:0x4f counters:0 um:zero minimum:3000 name:FP_LOAD_INSNS_COMPLETED_LSU : Floating point load instructions
completed
in LSU
37
event:0x50 counters:0 um:zero minimum:3000 name:FP_LDSINGLE_INSNS_COMPLETED_LSU : Floating point load single instructions
completed
in LSU
/external/valgrind/main/docs/internals/
tm-mutexstates.dot
12
unlocking -> free [ label="unlock
completed
" ];
/external/valgrind/main/lackey/tests/
true.stderr.exp
11
SBs
completed
: ...
/frameworks/base/core/java/android/accounts/
AccountManagerFuture.java
29
* <tt>get</tt> when the computation has
completed
, blocking if
32
* determine if the task
completed
normally or was cancelled. Once a
33
* computation has
completed
, the computation cannot be cancelled.
42
* fail if the task has already
completed
, has already been cancelled,
58
* typically because it has already
completed
normally;
64
* Returns <tt>true</tt> if this task was cancelled before it
completed
67
* @return <tt>true</tt> if this task was cancelled before it
completed
72
* Returns <tt>true</tt> if this task
completed
.
78
* @return <tt>true</tt> if this task
completed
/libcore/luni/src/main/java/java/util/concurrent/
Future.java
14
* {@code get} when the computation has
completed
, blocking if
17
* determine if the task
completed
normally or was cancelled. Once a
18
* computation has
completed
, the computation cannot be cancelled.
71
* fail if the task has already
completed
, has already been cancelled,
87
* typically because it has already
completed
normally;
93
* Returns {@code true} if this task was cancelled before it
completed
96
* @return {@code true} if this task was cancelled before it
completed
101
* Returns {@code true} if this task
completed
.
107
* @return {@code true} if this task
completed
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/
crtbeginS.o
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ec.h
25
#define ECTYPE_TRANSMIT_STATUS 0x10 /* Transmit
completed
,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/
crtbeginS.o
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ec.h
25
#define ECTYPE_TRANSMIT_STATUS 0x10 /* Transmit
completed
,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ec.h
25
#define ECTYPE_TRANSMIT_STATUS 0x10 /* Transmit
completed
,
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/
crtbeginS.o
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java
50
*
completed
, failed, or cancelled.
161
* {@link AbstractFuture.Sync#
COMPLETED
} and invoke the listeners if the
178
* {@link AbstractFuture.Sync#
COMPLETED
} and invoke the listeners if the
205
* {@link #
COMPLETED
} or {@link #CANCELLED}.
210
* computation, and only then transition to
COMPLETED
or CANCELLED.
222
static final int
COMPLETED
= 2;
268
* was cancelled, or a {@link ExecutionException} if the task
completed
with
287
case
COMPLETED
:
304
* Checks if the state is {@link #
COMPLETED
} or {@link #CANCELLED}.
307
return (getState() & (
COMPLETED
| CANCELLED)) != 0
[
all
...]
/external/chromium/chrome/browser/chromeos/login/
test_attempt_state.h
30
// Act as though an online login attempt
completed
already.
38
// Act as though an cryptohome login attempt
completed
already.
Completed in 173 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>