/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_CHECKSUM.h | 25 __u8 operation; member in struct:xt_CHECKSUM_info
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_CHECKSUM.h | 25 __u8 operation; member in struct:xt_CHECKSUM_info
|
/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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+")";
|
/frameworks/base/services/core/java/com/android/server/location/ |
GpsStatusListenerHelper.java | 46 Operation operation; local 48 operation = new Operation() { 55 operation = new Operation() { 62 foreach(operation); 66 Operation operation = new Operation() { local 84 Operation operation = new Operation() { local 102 Operation operation = new Operation() { local [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...] |
SkSHA1.cpp | 116 static inline void operation(T operation, function 119 E += rotate_left(A, 5) + operation(B, C, D) + w + k; 151 operation(F1(), A, B, C, D, E, W[ 0], K[0]); 152 operation(F1(), E, A, B, C, D, W[ 1], K[0]); 153 operation(F1(), D, E, A, B, C, W[ 2], K[0]); 154 operation(F1(), C, D, E, A, B, W[ 3], K[0]); 155 operation(F1(), B, C, D, E, A, W[ 4], K[0]); 156 operation(F1(), A, B, C, D, E, W[ 5], K[0]); 157 operation(F1(), E, A, B, C, D, W[ 6], K[0]) [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...] |
/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);
|
/system/keymaster/ |
operation_table.cpp | 24 #include "operation.h" 29 delete operation; 30 operation = NULL; 34 keymaster_error_t OperationTable::Add(Operation* operation, 42 UniquePtr<Operation> op(operation); 52 if (table_[i].operation == NULL) { 53 table_[i].operation = op.release(); 61 Operation* OperationTable::Find(keymaster_operation_handle_t op_handle) [all...] |
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
WidgetRedirector.py | 9 binding to the widget's 'insert' operation is activated, and the Tk library 13 to do is to hook the Tk 'insert' operation itself. 19 operation. 23 Tk widget operation. 35 # whose action is to dispatch on the operation passed to the widget: 43 for operation in list(self._operations): 44 self.unregister(operation) 53 def register(self, operation, function): 54 self._operations[operation] = function 55 setattr(self.widget, operation, function [all...] |