/external/chromium/chrome/browser/extensions/ |
extensions_ui.cc | 572 std::string operation; local 575 CHECK(args->GetString(1, &operation)); 584 if (operation == "load") { 586 } else if (operation == "packRoot") { 589 } else if (operation == "pem") { [all...] |
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/ui/webui/options/ |
extension_settings_handler.cc | 665 std::string operation; local 668 CHECK(args->GetString(1, &operation)); 677 if (operation == "load") { 679 } else if (operation == "packRoot") { 682 } else if (operation == "pem") { [all...] |
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 767 bool MtpDevice::sendRequest(MtpOperationCode operation) { 768 ALOGV("sendRequest: %s\n", MtpDebug::getOperationCodeName(operation)); 770 mRequest.setOperationCode(operation); 809 bool MtpDevice::writeDataHeader(MtpOperationCode operation, int dataLength) { 810 mData.setOperationCode(operation);
|
/frameworks/native/libs/gui/ |
SurfaceTextureClient.cpp | 171 int SurfaceTextureClient::hook_perform(ANativeWindow* window, int operation, ...) { 173 va_start(args, operation); 175 return c->perform(operation, args); 366 int SurfaceTextureClient::perform(int operation, va_list args) 369 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) ?
|
/external/mesa3d/src/glsl/ |
ir.h | 615 * Comparison operation in the loop terminator. 848 * Constructor for unary operation expressions 854 * Constructor for binary operation expressions 891 return (this->operation == ir_quadop_vector) 892 ? this->type->vector_elements : get_num_operands(operation); 918 ir_expression_operation operation; member in class:ir_expression [all...] |
/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/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.
|
/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);
|