/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
Plugin.h | 130 // Tells the plug-in to handle the passed in mouse event. The plug-in should return true if it processed the event. 133 // Tells the plug-in to handle the passed in wheel event. The plug-in should return true if it processed the event. 136 // Tells the plug-in to handle the passed in mouse over event. The plug-in should return true if it processed the event. 139 // Tells the plug-in to handle the passed in mouse leave event. The plug-in should return true if it processed the event. 142 // Tells the plug-in to handle the passed in keyboard event. The plug-in should return true if it processed the event.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 21 * If the templates is processed again, changed values are merely
92 * processed in place. After processing, it will still be a valid
93 * template that, if processed again with the same data, will remain
153 * Map from jstid to processed js attributes.
240 * @return {Object} The jstcache entry. The processed jst attributes
433 * is processed in jstProcessInner_(), below. That function
479 * jsselect attribute will not be processed again, or else directly
561 // store the children to be processed.
585 * @param {Element} template The currently processed node of the template.
635 // are needed. If the template is first processed, as many [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 21 * If the templates is processed again, changed values are merely 92 * processed in place. After processing, it will still be a valid 93 * template that, if processed again with the same data, will remain 153 * Map from jstid to processed js attributes. 240 * @return {Object} The jstcache entry. The processed jst attributes 433 * is processed in jstProcessInner_(), below. That function 479 * jsselect attribute will not be processed again, or else directly 561 // store the children to be processed. 585 * @param {Element} template The currently processed node of the template. 635 // are needed. If the template is first processed, as man [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterGraph.java | 175 private boolean readyForProcessing(Filter filter, Set<Filter> processed) { 176 // Check if this has been already processed 177 if (processed.contains(filter)) { 181 // Check if all dependencies have been processed 184 if (dependency != null && !processed.contains(dependency)) { 197 // Get current filter and mark as processed
|
/frameworks/base/core/java/com/android/internal/util/ |
StateMachine.java | 55 * will be invoked before any messages are processed. For example, given the simple 57 * messages sent to the state machine will be processed by the current state, 72 * a child state is unable to handle a message it may have the message processed 73 * by its parent by returning false or NOT_HANDLED. If a message is never processed 105 * at the front. These will then be processed by the new current state before 433 * to indicate the the message was processed and is not to be 434 * processed by parent states 440 * to indicate the the message was NOT processed and is to be 441 * processed by parent states 549 * A list of log records including messages recently processed by the state machine [all...] |
/external/bluetooth/bluedroid/btif/include/ |
btif_media.h | 184 ** Description Enqueue a Advance Audio media GKI buffer to be processed by btif media task. 195 ** Description Enqueue a video media GKI buffer to be processed by btif media task.
|
/external/bluetooth/bluedroid/btif/src/ |
btif_sm.c | 146 ** BT_STATUS_UNHANDLED if event was not processed 178 ** BT_STATUS_UNHANDLED if event was not processed
|
/external/bluetooth/bluedroid/hci/include/ |
bt_hci_lib.h | 62 BT_HC_TX_SUCCESS, /* a buffer is fully processed and can be released */ 124 buffer is deallocated in stack when processed */
|
/external/chromium/chrome/browser/chromeos/panels/ |
panel_browsertest.cc | 47 // Wait for notification that window.open has been processed. 85 // Wait for notification that window.open has been processed.
|
/external/kernel-headers/original/linux/ |
seqlock.h | 90 /* Test if reader processed invalid data. 127 /* Test if reader processed invalid data.
|
/external/llvm/lib/Analysis/ |
IVUsers.cpp | 116 // Add this IV user to the Processed set before returning false to ensure that 118 if (!Processed.insert(I)) 153 if (isa<PHINode>(User) && Processed.count(User)) 172 // If User is already in Processed, we don't want to recurse into it again, 176 if (isa<PHINode>(User) || Processed.count(User) || 182 } else if (Processed.count(User) || !AddUsersImpl(User, SimpleLoopNests)) { 283 Processed.clear(); 332 Parent->Processed.erase(this->getUser());
|
/external/llvm/lib/VMCore/ |
PrintModulePass.cpp | 66 // function as it's processed. 95 /// functions to the specified raw_ostream as they are processed.
|
/external/oprofile/libpp/ |
name_storage.h | 21 /// store original name and processed name 56 /// store original name and processed name
|
/external/qemu/audio/ |
rate_template.h | 27 * Processed signed long samples from ibuf to obuf. 28 * Return number of samples processed.
|
/external/skia/third_party/glu/libtess/ |
alg-outline | 72 processed by the algorithm. The projection also compresses the input 111 vertex. The processed portion of the mesh (left of the sweep line) is 119 edges are in no particular order around the vertex; for processed 172 - For each e in the dictionary, e->Dst has been processed but not e->Org. 178 Invariants for the Mesh (the processed portion). 182 - No processed edge has zero length. 183 - No two processed vertices have identical coordinates. 192 dictionary at the time the vertex is processed.
|
/frameworks/base/tools/aapt/ |
CrunchCache.h | 4 // Cache manager for pre-processed PNG files. 5 // Contains code for managing which PNG files get processed
|
/frameworks/support/volley/src/com/android/volley/ |
NetworkDispatcher.java | 26 * Requests added to the specified queue are processed from the network via a 64 * the queue, they are not guaranteed to be processed.
|
/hardware/invensense/mlsdk/mllite/ |
mlFIFO.h | 80 // Register callbacks after a packet of FIFO data is processed 131 int_fast8_t * processed);
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
limitations.html | 30 processed code never <b>intentionally throws NullPointerExceptions</b> or 41 processed code never creates <b>busy-waiting loops</b> without at least
|
/bionic/libc/arch-arm/include/machine/ |
kernel.h | 32 our processed kernel headers, but still useful nonetheless... */
|
/bionic/libc/arch-mips/include/machine/ |
kernel.h | 32 our processed kernel headers, but still useful nonetheless... */
|
/bionic/libc/arch-x86/include/machine/ |
kernel.h | 31 our processed kernel headers, but still useful nonetheless... */
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
kernel.h | 32 our processed kernel headers, but still useful nonetheless... */
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
kernel.h | 32 our processed kernel headers, but still useful nonetheless... */
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
kernel.h | 31 our processed kernel headers, but still useful nonetheless... */
|