HomeSort by relevance Sort by last modified time
    Searched refs:operation (Results 1 - 25 of 1082) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/page/
DragSession.h 34 DragOperation operation; member in struct:blink::DragSession
39 : operation(DragOperationNone)
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_CHECKSUM.h 25 __u8 operation; member in struct:xt_CHECKSUM_info
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_CHECKSUM.h 25 __u8 operation; member in struct:xt_CHECKSUM_info
  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.cc 66 BackgroundIO* operation = it->get(); local
67 operation->Cancel();
68 DCHECK(io_list_.find(operation) != io_list_.end());
69 io_list_.erase(make_scoped_refptr(operation));
74 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
83 FROM_HERE, base::Bind(&BackgroundIO::OnIOSignalled, operation));
84 operation->io_completed()->Signal();
88 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) {
92 operation->io_completed()->Wait();
97 operation->Cancel()
    [all...]
  /external/iptables/include/linux/netfilter/
xt_CHECKSUM.h 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_CHECKSUM.h 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_CHECKSUM.h 25 __u8 operation; member in struct:xt_CHECKSUM_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_CHECKSUM.h 25 __u8 operation; member in struct:xt_CHECKSUM_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_CHECKSUM.h 25 __u8 operation; member in struct:xt_CHECKSUM_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/
xt_CHECKSUM.h 25 __u8 operation; member in struct:xt_CHECKSUM_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
xt_CHECKSUM.h 25 __u8 operation; member in struct:xt_CHECKSUM_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
xt_CHECKSUM.h 25 __u8 operation; member in struct:xt_CHECKSUM_info
  /libcore/dom/src/test/java/org/w3c/domts/
UserDataNotification.java 22 private final short operation; field in class:UserDataNotification
32 public UserDataNotification(short operation,
37 this.operation = operation;
45 * Get value of operation parameter
47 * @return value of operation parameter
50 return operation;
  /external/proguard/src/proguard/evaluation/value/
CompositeDoubleValue.java 24 * This DoubleValue represents the result of a binary operation on two double
39 private final byte operation; field in class:CompositeDoubleValue
45 * and the given operation.
48 byte operation,
52 this.operation = operation;
64 this.operation == ((CompositeDoubleValue)object).operation &&
79 return "("+doubleValue1+((char)operation)+doubleValue2+")";
CompositeFloatValue.java 24 * This FloatValue represents the result of a binary operation on two float
39 private final byte operation; field in class:CompositeFloatValue
45 * and the given operation.
48 byte operation,
52 this.operation = operation;
64 this.operation == ((CompositeFloatValue)object).operation &&
79 return "("+floatValue1+((char)operation)+floatValue2+")";
CompositeIntegerValue.java 24 * This IntegerValue represents the result of a binary operation on two integer
45 private final byte operation; field in class:CompositeIntegerValue
51 * and the given operation.
54 byte operation,
58 this.operation = operation;
70 this.operation == ((CompositeIntegerValue)object).operation &&
85 return "("+integerValue1+((char)operation)+integerValue2+")";
CompositeLongValue.java 24 * This LongValue represents the result of a binary operation on two long
45 private final byte operation; field in class:CompositeLongValue
51 * and the given operation.
54 byte operation,
58 this.operation = operation;
70 this.operation == ((CompositeLongValue)object).operation &&
85 return "("+longValue1+((char)operation)+longValue2+")";
  /external/chromium_org/third_party/skia/src/utils/
SkMD5.cpp 115 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, function
117 a = b + rotate_left(a + operation(b, c, d) + x + t, s);
127 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1
128 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2
129 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3
130 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4
131 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5
132 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6
133 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); //
    [all...]
  /external/skia/src/utils/
SkMD5.cpp 115 static inline void operation(T operation, uint32_t& a, uint32_t b, uint32_t c, uint32_t d, function
117 a = b + rotate_left(a + operation(b, c, d) + x + t, s);
127 operation(F(), a, b, c, d, X[ 0], 7, 0xd76aa478); // 1
128 operation(F(), d, a, b, c, X[ 1], 12, 0xe8c7b756); // 2
129 operation(F(), c, d, a, b, X[ 2], 17, 0x242070db); // 3
130 operation(F(), b, c, d, a, X[ 3], 22, 0xc1bdceee); // 4
131 operation(F(), a, b, c, d, X[ 4], 7, 0xf57c0faf); // 5
132 operation(F(), d, a, b, c, X[ 5], 12, 0x4787c62a); // 6
133 operation(F(), c, d, a, b, X[ 6], 17, 0xa8304613); //
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
SequentialSensorOperation.java 38 for (SensorOperation operation : operations) {
39 if (operation == null) {
42 mOperations.add(operation);
48 * in one operation, it is thrown and all subsequent operations will not run.
54 SensorOperation operation = mOperations.get(i); local
56 operation.execute(currentNode);
58 String msg = String.format("Operation %d failed: \"%s\"", i, e.getMessage());
62 addSensorStats(STATS_TAG, i, operation.getStats());
72 SequentialSensorOperation operation = new SequentialSensorOperation(); local
74 operation.add(subOperation.clone())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableClipPathOperation.h 42 static PassRefPtrWillBeRawPtr<AnimatableClipPathOperation> create(ClipPathOperation* operation)
44 return adoptRefWillBeNoop(new AnimatableClipPathOperation(operation));
55 AnimatableClipPathOperation(ClipPathOperation* operation)
56 : m_operation(operation)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTransformValue.cpp 59 static inline String transformValueToCssString(CSSTransformValue::TransformOperationType operation, const String& value)
61 if (operation != CSSTransformValue::UnknownTransformOperation) {
62 ASSERT_WITH_SECURITY_IMPLICATION(static_cast<size_t>(operation) < WTF_ARRAY_LENGTH(transformNamePrefixes));
63 return transformNamePrefixes[operation] + value + ")";
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
inserter.hpp 22 , typename Operation
27 typedef Operation operation; typedef in struct:boost::mpl::inserter
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmManagerInterface.java 25 public void set(int type, long triggerAtMillis, PendingIntent operation);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlarmManager.java 24 public void set(int type, long triggerAtTime, PendingIntent operation) {
25 internalSet(type, triggerAtTime, 0L, operation);
29 public void setRepeating (int type, long triggerAtTime, long interval, PendingIntent operation){
30 internalSet(type, triggerAtTime, interval, operation);
33 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation) {
34 Intent intent = shadowOf(operation).getSavedIntent();
36 Intent scheduledIntent = shadowOf(scheduledAlarm.operation).getSavedIntent();
42 scheduledAlarms.add(new ScheduledAlarm(type, triggerAtTime, interval, operation));
83 final Intent alarmIntent = shadowOf(scheduledAlarm.operation).getSavedIntent();
98 public PendingIntent operation; field in class:ShadowAlarmManager.ScheduledAlarm
    [all...]

Completed in 7719 milliseconds

1 2 3 4 5 6 7 8 91011>>