/external/opencore/oscl/oscl/osclio/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/protocols/rtp_payload_parser/build/linux_3gpp/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/pvmi/pvmf/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/openssl/crypto/asn1/ |
x_x509.c | 84 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) 88 switch(operation) {
|
/external/webkit/WebKit/mac/Misc/ |
WebNSImageExtras.m | 73 [dissolvedImage compositeToPoint:point operation:NSCompositeCopy];
|
/external/webkit/WebKit/mac/WebView/ |
WebFrameInternal.h | 158 - (void)_dragSourceEndedAt:(NSPoint)windowLoc operation:(NSDragOperation)operation;
|
/frameworks/base/core/java/android/content/ |
SyncManager.java | 758 // If this operation is expedited and there is a sync in progress then 759 // reschedule the current operation and send a cancel for it [all...] |
ContentProvider.java | 184 for (ContentProviderOperation operation : operations) { 185 if (operation.isReadOperation()) { 186 enforceReadPermission(operation.getUri()); 189 if (operation.isWriteOperation()) { 190 enforceWritePermission(operation.getUri()); 530 * the deletion, allowing the operation to affect multiple rows in a
|
/external/webkit/WebKit/chromium/public/ |
WebView.h | 170 WebDragOperation operation) = 0; 172 // Notfies the WebView that the system drag and drop operation has ended. 175 // Callback methods when a drag-and-drop operation is trying to drop
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImplJni.java | 65 * Constant about the search operation (for JNI native library) 72 * Constant about the search operation (for JNI native library) 79 * Constant about the search operation (for JNI native library) 219 * @param operation The search operation (see "Constant about the search operation") 229 public static final native int searchWord(long work, int operation, int order, String keyString ); 431 * Create the string array that is used by operation of query
|
OpenWnnDictionaryImpl.java | 145 /** The query base strings for query operation */ 147 /** The query base strings for query operation */ 150 /** The query base strings for query operation */ 152 /** The query base strings for query operation */ 154 /** The query base strings for query operation */ 156 /** The query base strings for query operation */ 159 /** The query base strings for query operation */ 161 /** The query base strings for query operation */ 163 /** The query base strings for query operation */ 165 /** The query base strings for query operation */ [all...] |
/external/webkit/WebKit/chromium/src/js/ |
HeapProfilerPanel.js | 218 var operation = operationAndNumber[0]; variable 233 heapSnapshotDataGridNode._searchMatchedCountColumn = operation(heapSnapshotDataGridNode.countPercent, queryNumber); 234 heapSnapshotDataGridNode._searchMatchedSizeColumn = operation(heapSnapshotDataGridNode.sizePercent, queryNumber); 235 heapSnapshotDataGridNode._searchMatchedCountDeltaColumn = operation(heapSnapshotDataGridNode.countDeltaPercent, queryNumber); 236 heapSnapshotDataGridNode._searchMatchedSizeDeltaColumn = operation(heapSnapshotDataGridNode.sizeDeltaPercent, queryNumber); 238 heapSnapshotDataGridNode._searchMatchedSizeColumn = operation(heapSnapshotDataGridNode.size, queryNumberBytes); 239 heapSnapshotDataGridNode._searchMatchedSizeDeltaColumn = operation(heapSnapshotDataGridNode.sizeDelta, queryNumberBytes); 241 heapSnapshotDataGridNode._searchMatchedCountColumn = operation(heapSnapshotDataGridNode.count, queryNumber); 242 heapSnapshotDataGridNode._searchMatchedCountDeltaColumn = operation(heapSnapshotDataGridNode.countDelta, queryNumber); 443 for (var operation in parsers) [all...] |
/frameworks/base/include/ui/ |
Region.h | 136 const Region operation(const Rect& rhs, int op) const; 137 const Region operation(const Region& rhs, int op) const; 138 const Region operation(const Region& rhs, int dx, int dy, int op) const;
|
/hardware/msm7k/libgralloc/ |
mapper.cpp | 205 int operation, ... ) 209 va_start(args, operation); 211 switch (operation) {
|
/hardware/msm7k/libgralloc-qsd8k/ |
mapper.cpp | 137 * If the buffer has been mapped during a lock operation, it's time 164 * If the buffer has been mapped during a lock operation, it's time 314 int operation, ... ) 318 va_start(args, operation); 320 switch (operation) {
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebDragClient.cpp | 186 DragOperation operation = DragOperationNone; local 189 operation = DragOperationCopy; 191 operation = DragOperationLink; 193 operation = DragOperationMove; 195 frame->eventHandler()->dragSourceEndedAt(generateMouseEvent(m_webView, false), operation); local
|
/external/webkit/WebCore/page/ |
DragController.cpp | 232 DragOperation operation = DragOperationNone; local 233 bool handledByDocument = tryDocumentDrag(dragData, m_dragDestinationAction, operation); 236 return operation; 278 bool DragController::tryDocumentDrag(DragData* dragData, DragDestinationAction actionMask, DragOperation& operation) 287 m_isHandlingDrag = tryDHTMLDrag(dragData, operation); 308 operation = DragOperationGeneric; 320 operation = dragIsMove(innerFrame->selection()) ? DragOperationMove : DragOperationCopy; 485 bool DragController::tryDHTMLDrag(DragData* dragData, DragOperation& operation) 505 operation = clipboard->destinationOperation(); 506 if (!(srcOpMask & operation)) { [all...] |
/external/webkit/WebKitTools/Scripts/ |
prepare-ChangeLog | [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebframe.h | 150 GtkPrintOperation *operation,
|
webkitwebframe.cpp | 922 * @operation: the #GtkPrintOperation to be carried 933 GtkPrintOperationResult webkit_web_frame_print_full(WebKitWebFrame* frame, GtkPrintOperation* operation, GtkPrintOperationAction action, GError** error) 936 g_return_val_if_fail(GTK_IS_PRINT_OPERATION(operation), GTK_PRINT_OPERATION_RESULT_ERROR); 953 g_signal_connect(operation, "begin-print", G_CALLBACK(begin_print_callback), &printContext); 954 g_signal_connect(operation, "draw-page", G_CALLBACK(draw_page_callback), &printContext); 955 g_signal_connect(operation, "end-print", G_CALLBACK(end_print_callback), &printContext); 957 return gtk_print_operation_run(operation, action, GTK_WINDOW(topLevel), error); 975 GtkPrintOperation* operation = gtk_print_operation_new(); local 978 webkit_web_frame_print_full(frame, operation, GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG, &error); 979 g_object_unref(operation); [all...] |
/frameworks/base/core/java/android/text/ |
SpannableStringInternal.java | 339 private void checkRange(final String operation, int start, int end) { 341 throw new IndexOutOfBoundsException(operation + " " + 349 throw new IndexOutOfBoundsException(operation + " " + 355 throw new IndexOutOfBoundsException(operation + " " +
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 175 int operation, ... );
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/engines/2way/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|
/external/opencore/engines/adapters/player/framemetadatautility/test/build/make/ |
local.mk | 1 # Get the current local path as the first operation
|