OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perform
(Results
76 - 100
of
4574
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/tools/motodev/src/help/studio_help/src/topics/
t_db-table-deleting.dita
14
<prereq>You
perform
this task from within the MOTODEV Database Explorer view. This view is part of the MOTODEV
/external/dropbear/libtommath/
bn_mp_prime_is_prime.c
46
/* first
perform
trial division */
56
/* now
perform
the miller-rabin rounds */
/external/kernel-headers/original/asm-mips/
i8259.h
56
/*
Perform
an interrupt acknowledge cycle on controller 1. */
61
* Interrupt is cascaded so
perform
interrupt
/external/libnfc-nci/src/udrv/include/
ucodec.h
250
** Input : CodecId: Id of the codec to
perform
the operation on.
267
** Input : CodecId: Id of the codec to
perform
the operation on.
284
** Input : CodecId: Id of the codec to
perform
the operation on.
300
** Input : CodecId: Id of the codec to
perform
the operation on.
316
** Input : CodecId: Id of the codec to
perform
the operation on.
336
** Input : CodecId: Id of the codec to
perform
the operation on.
352
** Input : CodecId: Id of the codec to
perform
the operation on.
370
** Input : CodecId: Id of the codec to
perform
the operation on.
/frameworks/base/native/android/
native_window.cpp
79
return window->
perform
(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds);
83
return window->
perform
(window, NATIVE_WINDOW_UNLOCK_AND_POST);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
Action.java
41
/** Build an {@link Intent} that will
perform
this action. */
44
/** Build an {@link Intent} that will
perform
the alternate action. */
/external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c
200
/* if ndef detection was done as part of ndef-read operation, then
perform
ndef read now */
205
/* Command complete -
perform
cleanup, notify app */
212
/* if ndef detection was done as part of ndef-write operation, then
perform
ndef write now */
217
/* Command complete -
perform
cleanup, notify app */
224
/* current op was stand-alone NFA_DetectNDef. Command complete -
perform
cleanup and notify app */
235
/* Command complete -
perform
cleanup, notify app */
340
/* current op was stand-alone NFA_DetectTlv. Command complete -
perform
cleanup and notify app */
349
/* Command complete -
perform
cleanup, notify the app */
411
/* For all other APIs called during auto-presence check,
perform
the command now (if tag is still present) */
472
/* Command complete -
perform
cleanup, notify the app *
[
all
...]
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityFocusAndInputFocusSyncTest.java
62
//
Perform
a focus action and check for success.
91
//
Perform
a focus action and check for success.
111
//
Perform
a focus action and check for success.
123
//
Perform
a clear focus action and check for success.
145
//
Perform
a set focus action and check for success.
160
//
Perform
a set focus action and check for success.
/external/libffi/src/
prep_cif.c
33
/*
Perform
machine independent initialization of aggregate type
53
/*
Perform
a sanity check on the argument type */
85
/*
Perform
machine independent ffi_cif preparation, then call
109
/*
Perform
a sanity check on the return type */
133
/*
Perform
a sanity check on the argument type, do this
158
/*
Perform
machine dependent cif processing */
/external/guava/guava/src/com/google/common/hash/
HashFunction.java
155
* <i>might</i>
perform
better than its longhand equivalent, but should not
perform
worse.
161
* <i>might</i>
perform
better than its longhand equivalent, but should not
perform
168
* <i>might</i>
perform
better than its longhand equivalent, but should not
perform
178
*
perform
better than its longhand equivalent, but should not
perform
worse. Note that no
187
* using the given {@link Charset}. The implementation <i>might</i>
perform
better than its
188
* longhand equivalent, but should not
perform
worse
[
all
...]
/external/chromium/net/http/
partial_data.h
28
// In order to fulfill range requests, we may have to
perform
a sequence of
30
// cache. This class basically keeps track of the data required to
perform
each
51
// Starts the checks to
perform
a cache validation. Returns 0 when there is no
52
// need to
perform
more operations because we reached the end of the request
60
// Builds the required |headers| to
perform
the proper cache validation for
/external/chromium/testing/gmock/include/gmock/
gmock-actions.h
262
virtual Result
Perform
(const ArgumentTuple& args) = 0;
310
Result
Perform
(const ArgumentTuple& args) const {
318
return impl_->
Perform
(args);
333
// implementation class that has a
Perform
() method template:
338
// Result
Perform
(const ArgumentTuple& args) const {
368
virtual Result
Perform
(const ArgumentTuple& args) {
369
return impl_.template
Perform
<Result>(args);
414
virtual Result
Perform
(const ArgumentTuple& args) {
415
return impl_->
Perform
(args);
493
virtual Result
Perform
(const ArgumentTuple&) { return value_;
[
all
...]
/external/mdnsresponder/mDNSCore/
Implementer Notes.txt
8
perform
its next timed operation. When the workload is light, and
35
perform
its next necessary operation (e.g. transmitting its next
64
(to allow mDNSCore to
perform
its necessary work) and then the timer
/external/speex/libspeex/
kiss_fft.h
18
-- a command-line utility to
perform
ffts
19
-- a command-line utility to
perform
fast-convolution filtering
79
*
Perform
an FFT on a complex input buffer.
/frameworks/base/docs/html/training/basics/intents/
index.jd
36
user interface that allows the user to
perform
a specific task (such as view a map or take a photo).
48
<p>This class shows you how to use an {@link android.content.Intent} to
perform
some basic
56
<dd>Shows how you can create implicit intents to launch other apps that can
perform
an
/external/apache-http/src/org/apache/commons/logging/
Log.java
71
* <p> Call this method to prevent having to
perform
expensive operations
83
* <p> Call this method to prevent having to
perform
expensive operations
95
* <p> Call this method to prevent having to
perform
expensive operations
107
* <p> Call this method to prevent having to
perform
expensive operations
119
* <p> Call this method to prevent having to
perform
expensive operations
131
* <p> Call this method to prevent having to
perform
expensive operations
/sdk/chimpchat/src/com/android/chimpchat/core/
IChimpDevice.java
87
*
Perform
a touch of the given type at (x,y).
96
*
Perform
a press of a given type using a given key.
99
* @param type the type of press to
perform
105
*
Perform
a press of a given type using a given key.
108
* @param type the type of press to
perform
113
*
Perform
a drag from one one location to another
/abi/cpp/src/
type_info.cc
51
// we
perform
string comparison.
69
// we
perform
string comparison.
/cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java
57
* This test simply verifies that the system is able to
perform
multiple
84
* This test simply verifies that the system is able to
perform
multiple
/development/samples/SearchableDictionary/
_index.html
4
app (via the device search button or Menu > Search), you can
perform
a search
16
provider</a> to
perform
all search and suggestion queries</li>
/external/chromium/base/
file_descriptor_shuffle.h
9
// This code exists to
perform
the shuffling of file descriptors which is
29
// A Delegate which performs the actions required to
perform
an injective
/external/mdnsresponder/mDNSShared/
dnsextd.8
34
allows clients to
perform
DNS Updates with an attached lease lifetime,
39
allows clients to
perform
long-lived queries. Instead of rapidly polling
/external/openssl/crypto/conf/
README
1
Configuration modules. These are a set of modules which can
perform
70
that any application can call to
perform
various default configuration tasks.
/external/qemu/android/
async-io-common.h
55
/* Enumerates actions to
perform
with an I/O on state transition.
59
/* I/O is done.
Perform
default action depending on I/O type. */
/external/v8/src/x64/
lithium-gap-resolver-x64.cc
49
// Skip constants to
perform
them last. They don't block other moves
57
//
Perform
the moves with constant sources.
70
//
Perform
a linear sweep of the moves to add them to the initial list of
71
// moves to
perform
, ignoring any move that is redundant (the source is
85
// graph. We first recursively
perform
any move blocking this one. We
101
//
Perform
a depth-first traversal of the move graph to resolve
103
// as this one's destination blocks this one so recursively
perform
all
133
// we have a cycle. Search for such a blocking move and
perform
a swap to
Completed in 1006 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>