OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:take
(Results
26 - 50
of
2658
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CompletionService.java
12
* <tt>submit</tt> tasks for execution. Consumers <tt>
take
</tt>
30
* actions following a successful return from the corresponding {@code
take
()}.
70
Future<V>
take
() throws InterruptedException;
method in interface:CompletionService
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ExecutorCompletionServiceTest.java
91
Future f = ecs.
take
();
101
*
Take
returns the same future object returned by submit
109
Future f2 = ecs.
take
();
/external/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.cpp
79
* @param It wont
take
any parameters
99
* @param It wont
take
any parameters
211
* @param It wont
take
any parameters
226
{//
take
it
232
{//can't
take
it now so don't block.
243
* @param It wont
take
any parameters
/cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java
73
* Attempt to
take
a picture. Requires Permission:
82
fail("Was able to
take
a picture with the camera with no permission");
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java
58
// to
take
appropriate action when the activity looses focus
66
// to
take
appropriate action when the activity looses focus
/external/dbus/test/name-test/
test-pending-call-dispatch.c
84
/* Time each iteration and make sure it doesn't
take
more than 5 seconds
85
to complete. Outside influences may cause connections to
take
longer
/external/dropbear/libtommath/
bn_s_mp_add.c
73
/*
take
away carry bit from T[i] */
88
/*
take
away carry bit from T[i] */
bn_mp_count_bits.c
33
/*
take
the last digit and count the bits in it */
/external/skia/src/core/
SkBlitter_Sprite.cpp
73
/* We currently ignore antialiasing and filtertype, meaning we will
take
our
79
paint and return null if it is set, forcing the client to
take
the slow shader case
/external/skia/src/utils/mac/
SkCreateCGImageRef.cpp
65
// here we make a ceep copy of the pixels, since CG won't
take
our
89
// our provider "owns" the bitmap*, and will
take
care of deleting it
/external/webkit/WebCore/platform/
DeprecatedPtrListImpl.h
64
void *
take
(unsigned n);
65
void *
take
();
/frameworks/base/libs/rs/java/Film/src/com/android/film/
Film.java
66
// to
take
appropriate action when the activity looses focus
74
// to
take
appropriate action when the activity looses focus
/frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
Fountain.java
68
// to
take
appropriate action when the activity looses focus
78
// to
take
appropriate action when the activity looses focus
/packages/apps/IM/src/com/android/im/engine/
SmsService.java
59
* The max number of bytes an SMS can
take
.
61
* @return the max number of bytes an SMS can
take
.
/system/vold/
ResponseCode.h
38
// did not
take
place.
48
// action did not
take
place.
/bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S
14
/* We can also
take
advantage of the fact that the linux syscall trap
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/extension/
SubjectKeyIdentifierStructure.java
23
* Constructor which will
take
the byte[] returned from getExtensionValue()
/dalvik/vm/compiler/
CompilerUtility.h
22
/* Each arena page has some overhead, so
take
a few bytes off 8k */
/dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SAVE_STATE.S
10
* with their original values (note that this means r0 and r7 must
take
/development/simulator/app/
Semaphore.h
47
bool tryAcquire(void); //
take
a timeout?
/external/bison/lib/
dirname.h
0
/*
Take
file names apart into directory and base names.
/external/bluetooth/glib/
HACKING
13
To compile a CVS version of glib on your system, you will need to
take
/external/bluetooth/glib/glib/
gdatasetprivate.h
36
* barriers to
take
effect without acquiring the global dataset mutex.
/external/clearsilver/man/man3/
cgi_cookie_set.3
51
have to
take
care of that first.
/external/e2fsprogs/lib/e2p/
percent.c
2
* percent.c -
Take
percentage of a number
Completed in 194 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>