HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 76 - 100 of 146) sorted by null

1 2 34 5 6

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperationCollection.cpp 37 void GraphicsOperationCollection::append(GraphicsOperation::Operation* operation)
39 m_operations.append(operation);
  /external/openfst/src/include/fst/script/
script-impl.h 32 // If you have a custom operation you'd like to define, you need four
33 // components. In the following, assume you want to create a new operation
40 // 1) A way to bundle the args that your new Foo operation will take, as
61 // 3) a client-facing function for your operation. This would look like
69 // // Finally, call the operation
70 // Apply<Operation<FooArgs> >("Foo", ifst->ArcType(), &args);
76 // 4) A registration for your new operation, on the arc types you care about.
115 // The pair<string, string> is understood to be the operation name and arc
116 // type; subclasses (or typedefs) need only provide the operation signature.
148 // Operation package - everything you need to register a new type of operatio
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 19 import com.android.calendar.AsyncQueryService.Operation;
90 work[index].op = Operation.EVENT_ARG_QUERY;
119 work[index].op = Operation.EVENT_ARG_INSERT;
145 work[index].op = Operation.EVENT_ARG_UPDATE;
173 work[index].op = Operation.EVENT_ARG_DELETE;
203 work[index].op = Operation.EVENT_ARG_BATCH;
268 Operation lastOne = aqs.getLastCancelableOperation();
301 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
331 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
346 work.op = Operation.EVENT_ARG_DELETE
    [all...]
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 45 for (Operation op : proc.operations) {
107 for (Operation op : clazz.loads) procNames.add(op.process.name);
108 for (Operation op : clazz.initializations) {
Root.java 65 Operation o = null;
94 Operation.Type.LOAD);
99 Operation.Type.INIT);
PrintCsv.java 83 for (Operation op : loadedClass.loads)
85 for (Operation op : loadedClass.initializations)
WritePreloadedClassFile.java 100 for (Operation operation : proc.operations) {
101 LoadedClass loadedClass = operation.loadedClass;
137 for (Operation operation : proc.operations) {
139 = Policy.isPreloadable(operation.loadedClass);
141 toPreload.add(operation.loadedClass);
  /external/valgrind/main/helgrind/tests/
tc10_rec_lock.stderr.exp 27 with error code 1 (EPERM: Operation not permitted)
  /external/libnfc-nxp/src/
phFriNfc_OvrHal.c 67 uint8_t Operation);
415 uint8_t Operation)
418 OvrHal->Operation = Operation;
419 switch(Operation)
phFriNfc_OvrHal.h 58 * This component encapsulates the HAL functions, suited for the NFC-FRI overlapped way of operation. The HAL itself
60 * the HAL, from the overlapped I/O operation mode the FRI is using.
73 * response of the overlapped operation.
80 * be issued. No HAL operation must be pending.
139 * This is required by the Overlapped HAL in order abort a pending Overlapped HAL operation. This funtion will be
182 * Immediate Operation result (not the result of the HAL operation). Usually this is
203 /** Currently active operation of the component. If no operation is pending, the content of this member is
207 uint8_t Operation;
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 287 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
346 // integer shift operations, just like ADD/SUB_PARTS. The operation
353 // wider or narrower (depending on the operation) than the source
409 /// in a register of the same size. This operation effectively just
655 /// store operation (i.e. the load / store does the address
712 // Opcode N U L G E Intuitive operation
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
AddrModeMatcher.h 99 bool MatchOperationAddr(User *Operation, unsigned Opcode, unsigned Depth);
  /external/llvm/unittests/ADT/
PackedVectorTest.cpp 21 TEST(PackedVectorTest, Operation) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 55 * perform a database operation and are then returned to the pool. At any
527 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
531 * @throws OperationCanceledException if the operation was canceled.
568 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
574 * @throws OperationCanceledException if the operation was canceled.
611 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
617 * @throws OperationCanceledException if the operation was canceled.
655 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
662 * @throws OperationCanceledException if the operation was canceled.
703 * @param cancellationSignal A signal to cancel the operation in progress, or null if none
1293 Operation operation = mOperations[index]; local
1331 final Operation operation = getOperationLocked(cookie); local
1359 final Operation operation = getOperationLocked(cookie); local
1370 final Operation operation = getOperationLocked(cookie); local
1386 final Operation operation = mOperations[index]; local
1392 final Operation operation = mOperations[mIndex]; local
1406 Operation operation = mOperations[index]; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 52 import javax.obex.Operation;
248 public int onPut(final Operation op) {
308 public int onGet(Operation op) {
438 // Indicate which vCard parameter the search operation shall be carried
544 private final int sendVcardListingXml(final int type, Operation op,
644 private final int pushHeader(final Operation op, final HeaderSet reply) {
667 private final int pushBytes(Operation op, final String vcardString) {
692 HeaderSet reply, Operation op) {
759 HeaderSet reply, Operation op) {
820 Operation op, final String name, final String current_path)
    [all...]
BluetoothPbapVcardManager.java 61 import javax.obex.Operation;
275 public final int composeAndSendCallLogVcards(final int type, Operation op,
336 public final int composeAndSendPhonebookVcards(Operation op, final int startPoint,
381 public final int composeAndSendPhonebookOneVcard(Operation op, final int offset,
430 public final int composeAndSendVCards(Operation op, final String selection,
542 private Operation operation; field in class:BluetoothPbapVcardManager.HandlerForStringBuffer
548 public HandlerForStringBuffer(Operation op, String ownerVCard) {
549 operation = op;
571 outputStream = operation.openOutputStream()
    [all...]
  /frameworks/base/obex/javax/obex/
ClientSession.java 136 public Operation get(HeaderSet header) throws IOException {
176 Operation op = put(header);
246 public Operation put(HeaderSet header) throws IOException {
376 * Set request inactive. Allows Put and get operation objects to tell this
402 * @param privateInput the input stream used by the Operation object; null
404 * <code>true</code> if the operation completed successfully;
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h 142 QNetworkAccessManager::Operation m_method;
  /external/webkit/Source/WebKit2/Platform/
Region.h 99 template<typename Operation>
  /external/chromium/net/disk_cache/
entry_impl.h 26 enum Operation {
124 // Generates a histogram for the time spent working on this operation.
125 void ReportIOTime(Operation op, const base::TimeTicks& start);
in_flight_backend_io.h 24 // This class represents a single asynchronous disk cache IO operation while it
31 // Runs the actual operation on the background thread.
37 // Returns true if this operation is directed to an entry (vs. the backend).
45 // Returns the time that has passed since the operation was created.
62 void FlushQueue(); // Dummy operation.
82 enum Operation {
115 Operation operation_;
194 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel);
197 void PostOperation(BackendIO* operation);
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 59 public enum Operation {
148 * Replaces the value corresponding to this entry with the specified value (optional operation). This implementation simply throws <tt>UnsupportedOperationException</tt>, as this class implements an <i>immutable</i> map entry.
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 133 private static final Operation PLACEHOLDER_OPERATION =
134 new Operation(ContentProviderOperation.newInsert(Uri.EMPTY));
466 ops.add(new Operation(ContentProviderOperation
622 // Add the insert/update operation for each attendee (based on whether it's add/change)
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.h 75 void load(const QNetworkRequest& request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray& body = QByteArray());
qwebview.h 65 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,

Completed in 1470 milliseconds

1 2 34 5 6