HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 51 - 75 of 259) sorted by null

1 23 4 5 6 7 8 91011

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Equals.java 28 * The '=' operation expression executer.
30 public class Equals extends Operation
35 * Apply the operation to two operands, and return the result.
41 * @return non-null reference to the XObject that represents the result of the operation.
52 * Execute a binary operation by calling execute on each of the operands,
58 * @return The XObject result of the operation.
Or.java 28 * The 'or' operation expression executer.
30 public class Or extends Operation
61 * Evaluate this operation directly to a boolean.
65 * @return The result of the operation as a boolean.
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 116 Operation[] operations = Operation.values();
120 Operation op = operations[random.nextInt(operations.length)];
160 private enum Operation {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 225 enum Operation {
231 static void VerifyUTF8String(const char* data, int size, Operation op);
238 Operation op);
294 WireFormat::Operation op) {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 225 enum Operation {
231 static void VerifyUTF8String(const char* data, int size, Operation op);
238 Operation op);
294 WireFormat::Operation op) {
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 225 enum Operation {
231 static void VerifyUTF8String(const char* data, int size, Operation op);
238 Operation op);
294 WireFormat::Operation op) {
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 225 enum Operation {
231 static void VerifyUTF8String(const char* data, int size, Operation op);
238 Operation op);
294 WireFormat::Operation op) {
  /external/llvm/include/llvm/MC/
MCWinEH.h 27 const unsigned Operation;
30 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 19 import com.android.calendar.AsyncQueryService.Operation;
111 work[index].op = Operation.EVENT_ARG_QUERY;
140 work[index].op = Operation.EVENT_ARG_INSERT;
166 work[index].op = Operation.EVENT_ARG_UPDATE;
194 work[index].op = Operation.EVENT_ARG_DELETE;
224 work[index].op = Operation.EVENT_ARG_BATCH;
289 Operation lastOne = aqs.getLastCancelableOperation();
322 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
352 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
367 work.op = Operation.EVENT_ARG_DELETE
    [all...]
  /system/security/keystore/
operation.cpp 18 #include "operation.h"
32 mMap[token] = Operation(handle, keyid, purpose, dev, characteristics, appToken);
147 OperationMap::Operation::Operation(keymaster_operation_handle_t handle_, uint64_t keyid_,
154 OperationMap::Operation::Operation() : handle(0), device(NULL), characteristics(), appToken(NULL) {}
  /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);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsFolder.java 6 import javax.obex.Operation;
83 public void execute(SeqStep step, HeaderSet request, Operation op)
112 public boolean validate(SeqStep step, HeaderSet response, Operation op)
ObexTestServer.java 10 import javax.obex.Operation;
34 /* OBEX operation handlers */
77 public int onPut(Operation operation) {
88 inStream = operation.openInputStream();
89 HeaderSet reqHeaders = operation.getReceivedHeader();
101 Log.i(TAG, "OBEX-HANDLER: operation complete success");
103 Log.e(TAG, "OBEX-HANDLER: operation complete FAILED!");
109 public int onGet(Operation operation) {
    [all...]
  /external/llvm/lib/MC/
MCWin64EH.cpp 27 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) {
63 b2 = (inst.Operation & 0x0F);
64 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) {
99 if (inst.Operation == Win64EH::UOP_SaveXMM128)
108 if (inst.Operation == Win64EH::UOP_SaveXMM128Big)
185 assert(frameInst.Operation == Win64EH::UOP_SetFPReg);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequest.java 26 import javax.obex.Operation;
108 * we can abort operation
129 Operation op = null;
  /external/libnfc-nxp/src/
phFriNfc_OvrHal.c 67 uint8_t Operation);
418 uint8_t Operation)
421 OvrHal->Operation = Operation;
422 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/valgrind/helgrind/tests/
tc10_rec_lock.stderr.exp 31 with error code 1 (EPERM: Operation not permitted)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
midles.h 36 RPC_STATUS RPC_ENTRY MesIncrementalHandleReset(handle_t Handle,void *UserState,MIDL_ES_ALLOC AllocFn,MIDL_ES_WRITE WriteFn,MIDL_ES_READ ReadFn,MIDL_ES_CODE Operation);
40 RPC_STATUS RPC_ENTRY MesBufferHandleReset(handle_t Handle,unsigned __LONG32 HandleStyle,MIDL_ES_CODE Operation,char **pBuffer,unsigned __LONG32 BufferSize,unsigned __LONG32 *pEncodedSize);
  /system/keymaster/
aes_operation.h 23 #include "operation.h"
28 * Abstract base for AES operation factories. This class does all of the work to create
35 Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params,
59 class AesEvpOperation : public Operation {
hmac_operation.cpp 36 Operation* HmacOperationFactory::CreateOperation(const Key& key,
94 : Operation(purpose), error_(KM_ERROR_OK), mac_length_(mac_length),
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 60 enum Operation
91 , operations ((Operation)0)
101 Operation operations;
1333 const AtomicCounterTest::Operation operation = operations[operationNdx]; local
1409 const AtomicCounterTest::Operation operation = operations[operationNdx]; local
    [all...]

Completed in 2757 milliseconds

1 23 4 5 6 7 8 91011