/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 | 213 /* if ndef detection was done as part of ndef-read operation, then perform ndef read now */ 218 /* Command complete - perform cleanup, notify app */ 225 /* if ndef detection was done as part of ndef-write operation, then perform ndef write now */ 230 /* Command complete - perform cleanup, notify app */ 237 /* current op was stand-alone NFA_DetectNDef. Command complete - perform cleanup and notify app */ 248 /* Command complete - perform cleanup, notify app */ 353 /* current op was stand-alone NFA_DetectTlv. Command complete - perform cleanup and notify app */ 362 /* Command complete - perform cleanup, notify the app */ 500 /* For all other APIs called during auto-presence check, perform the command now (if tag is still present) */ 562 /* Command complete - perform cleanup, notify the app * [all...] |
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityFocusAndInputFocusSyncTest.java | 56 // Perform a focus action and check for success. 96 // Perform a focus action and check for success. 124 // Perform a focus action and check for success. 143 // Perform a clear focus action and check for success. 175 // Perform a set focus action and check for success. 197 // 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_org/net/http/ |
partial_data.h | 27 // In order to fulfill range requests, we may have to perform a sequence of 29 // cache. This class basically keeps track of the data required to perform each 50 // Starts the checks to perform a cache validation. Returns 0 when there is no 51 // need to perform more operations because we reached the end of the request 59 // Builds the required |headers| to perform the proper cache validation for
|
/external/chromium_org/sandbox/win/src/ |
service_resolver.h | 13 // This is the concrete resolver used to perform service-call type functions 86 // This is the concrete resolver used to perform service-call type functions 101 // This is the concrete resolver used to perform service-call type functions 116 // This is the concrete resolver used to perform service-call type functions 133 // This is the concrete resolver used to perform service-call type functions
|
/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
|
/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/chromium_org/base/posix/ |
file_descriptor_shuffle.h | 8 // This code exists to perform the shuffling of file descriptors which is 31 // A Delegate which performs the actions required to perform an injective
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_test.h | 74 // Derived classes override this method do perform the actual test. 77 // Derived classes may override this method to perform a recovery, if recovery
|
/external/chromium_org/chrome/test/chromedriver/net/ |
test_http_server.h | 54 // Sets the action to perform when receiving a WebSocket connect request. 57 // Sets the action to perform when receiving a WebSocket message.
|
/external/chromium_org/content/port/browser/ |
render_widget_host_view_frame_subscriber.h | 53 // into which to copy the frame. The platform presenter will perform scaling 57 // media::VideoFrame::YV12 is supported. Platform layer will perform color
|
/external/chromium_org/net/quic/ |
quic_alarm.h | 50 // Subclasses implement this method to perform the platform-specific 55 // Subclasses implement this method to perform the platform-specific
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MainThreadTaskRunner.cpp | 61 runner->perform(self->m_task.release()); 81 void MainThreadTaskRunner::perform(PassOwnPtr<ExecutionContextTask> task) function in class:WebCore::MainThreadTaskRunner
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorHistory.h | 55 virtual bool perform(ExceptionState&) = 0; 67 bool perform(PassOwnPtr<Action>, ExceptionState&);
|