/frameworks/native/libs/gui/ |
Surface.cpp | 151 int Surface::hook_perform(ANativeWindow* window, int operation, ...) { 153 va_start(args, operation); 155 return c->perform(operation, args); 346 int Surface::perform(int operation, va_list args) 349 switch (operation) {
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 55 import org.apache.xpath.operations.Operation; 69 * of operation codes (op map) and then builds from that into an Expression 200 * Bottle-neck compilation of an operation with left and right operands. 202 * @param operation non-null reference to parent operation. 203 * @param opPos The op map position of the parent operation. 205 * @return reference to {@link org.apache.xpath.operations.Operation} instance. 209 private Expression compileOperation(Operation operation, int opPos) 216 operation.setLeftRight(compile(leftPos), compile(rightPos)) [all...] |
/external/chromium/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 283 bool BookmarkChangeProcessor::PlaceSyncNode(MoveOrCreate operation, 295 success = (operation == CREATE) ? 311 success = (operation == CREATE) ?
|
/packages/apps/Email/src/com/android/email/provider/ |
ContentCache.java | 670 * write operation that caused the invalidation 672 * @param operation a string describing the operation causing the invalidate (or null) 676 public synchronized void invalidate(String operation, Uri uri, String selection) { 677 if (DEBUG_CACHE && (operation != null)) { 678 Log.d(mLogTag, "============ INVALIDATED BY " + operation + ": " + uri +
|
/external/bison/darwin-lib/ |
signal.h | 582 combining it with *SET as indicated in OPERATION. 590 (int operation, const sigset_t *set, sigset_t *old_set)); 593 (int operation, const sigset_t *set, sigset_t *old_set));
|
/external/bison/linux-lib/ |
signal.h | 582 combining it with *SET as indicated in OPERATION. 590 (int operation, const sigset_t *set, sigset_t *old_set)); 593 (int operation, const sigset_t *set, sigset_t *old_set));
|
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_gtk.cc | 268 void TabContentsViewGtk::UpdateDragCursor(WebDragOperation operation) { 269 drag_dest_->UpdateDragStatus(operation);
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_gtk.cc | 344 void TabContentsViewGtk::UpdateDragCursor(WebDragOperation operation) { 346 drag_dest_->UpdateDragStatus(operation); 369 // Allow delegates to handle the context menu operation first.
|
tab_contents_view_touch.cc | 236 void TabContentsViewTouch::UpdateDragCursor(WebDragOperation operation) { 270 // Allow delegates to handle the context menu operation first.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/ |
publisher-ant.jar | |
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 174 names vary according to language. Each Collation operation over the whole list 181 <th align="left">Operation</th> 213 the hardware and compiler. The strcoll operation is particularly sensitive; we
|
/external/openssl/crypto/x509v3/ |
v3_crld.c | 199 {5, "Cessation Of Operation", "cessationOfOperation"}, 376 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 381 switch(operation)
|
/external/v8/test/mjsunit/ |
codegen-coverage.js | 93 // Test the non-commutative subtraction operation with a smi on the
|
/external/v8/test/mjsunit/compiler/ |
countoperation.js | 126 // Test count operation in a test context.
|
/external/v8/tools/ |
consarray.js | 48 * This operation can be safely performed during ongoing ConsArray
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodereplacechild.js | 83 after the replacement operation is completed. The new
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodereplacechild.js | 83 after the replacement operation is completed. The new
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
noderemovechild07.js | 79 DocumentType, not Document the operation should fail with a NOT_FOUND_ERR. Attempting
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
TileGrid.cpp | 253 PaintTileOperation *operation = new PaintTileOperation(tile, painter, local 255 tilesManager->scheduleOperation(operation);
|
TilesManager.cpp | 522 void TilesManager::scheduleOperation(QueuedOperation* operation) 526 m_textureGenerators[m_scheduleThread]->scheduleOperation(operation);
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndfdic.c | 113 if (condition->operation == NJ_CUR_OP_LINK) { 261 switch (con->operation) {
|
/bootable/recovery/minadbd/ |
adb.h | 280 int backup_service(BackupOperation operation, char* args);
|
/external/chromium/chrome/browser/extensions/ |
extension_file_browser_private_api.cc | 339 fileapi::FileSystemOperation* operation = local 350 operation->OpenFileSystem(origin_url, fileapi::kFileSystemTypeExternal, 677 fileapi::FileSystemOperation* operation = local 691 operation->OpenFileSystem(origin_url, fileapi::kFileSystemTypeExternal, [all...] |
extension_host.h | 167 virtual void UpdateDragCursor(WebKit::WebDragOperation operation);
|
/external/chromium/chrome/browser/prerender/ |
prerender_contents.h | 154 virtual void UpdateDragCursor(WebKit::WebDragOperation operation) {}
|