/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 __u8 operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/ |
xt_ecn.h | 31 __u8 operation; member in struct:xt_ecn_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 31 __u8 operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
BatchingTestActivity.java | 128 TestSensorOperation operation = local 130 return executeTest(operation); 146 TestSensorOperation operation = TestSensorOperation local 148 return executeTest(operation); 151 private String executeTest(TestSensorOperation operation) throws InterruptedException { 152 operation.addDefaultVerifications(); 153 operation.execute(getCurrentTestNode());
|
/external/e2fsprogs/e2fsck/ |
ehandler.c | 20 static const char *operation; variable 53 if (operation) 55 error_message(error), operation); local 102 if (operation) 104 error_message(error), operation); local 117 const char *ret = operation; 119 operation = op;
|
/external/boringssl/src/crypto/evp/ |
evp_ctx.c | 120 ret->operation = EVP_PKEY_OP_UNDEFINED; 173 rctx->operation = pctx->operation; 217 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) { 222 if (optype != -1 && !(ctx->operation & optype)) { 237 ctx->operation = EVP_PKEY_OP_SIGN; 243 ctx->operation = EVP_PKEY_OP_UNDEFINED; 257 if (ctx->operation != EVP_PKEY_OP_SIGN) { 270 ctx->operation = EVP_PKEY_OP_VERIFY; 275 ctx->operation = EVP_PKEY_OP_UNDEFINED [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderOperations.java | 43 private final Map<String, Operation> mOperations; 61 * Adds an operation to the list of folder operations to be applied. The last 62 * operation for a folder will be retained in the list of operations. 67 Operation operation = new Operation(folder, add); local 69 mOperations.put(folder.name, operation); 73 * Returns true if there is an operation for the specified folder 75 * @return Returns true if there is a add or remove operation for 83 * Returns true if there is an operation for the specified folde 108 Operation operation = mOperations.get(canonicalName); local 130 Operation operation = mOperations.get(canonicalName); local [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 76 ParallelSensorOperation operation = new ParallelSensorOperation(); local 86 operation.add(new RepeatingSensorOperation(continuousOperation, ITERATIONS)); 98 operation.add(new RepeatingSensorOperation(batchingOperation, ITERATIONS)); 100 operation.execute(getCurrentTestNode()); 101 operation.getStats().log(TAG); 116 * actually affect the operation of other clients. 131 ParallelSensorOperation operation = new ParallelSensorOperation(); local 153 operation.add(sequentialOperation); 157 operation.execute(getCurrentTestNode()); 158 operation.getStats().log(TAG) 246 ParallelSensorOperation operation = new ParallelSensorOperation(); local [all...] |
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
PathPoint.java | 60 private PathPoint(int operation, float x, float y) { 61 mOperation = operation;
|
/external/boringssl/src/crypto/pkcs8/ |
p8_pkey.c | 63 /* Minor tweak to operation: zero private key data */ 64 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 67 if (operation == ASN1_OP_FREE_PRE) {
|
/external/boringssl/src/crypto/x509/ |
x_req.c | 81 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 86 if(operation == ASN1_OP_NEW_POST) {
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.h | 47 virtual bool isOpSupported(operation, DataType) const; 51 virtual bool isPostMultiplySupported(operation, float, int& e) const;
|
/frameworks/base/obex/javax/obex/ |
ServerRequestHandler.java | 54 * an OBEX operation and a Connection ID was specified, no Connection ID will be 63 * <code>InputStream</code> from the <code>Operation</code> object passed to the 215 * @param operation contains the headers sent by the client and allows new 223 public int onPut(Operation operation) { 236 * @param operation contains the headers sent by the client and allows new 244 public int onGet(Operation operation) {
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
MockAlarmManager.java | 41 public void set(int actualAlarmType, long actualAlarmTime, PendingIntent operation) { 42 Assert.assertNotNull(operation);
|
/external/mesa3d/src/glsl/ |
lower_noise.cpp | 53 if (expr->operation == ir_unop_noise) {
|
/external/iptables/extensions/ |
libxt_CHECKSUM.c | 37 einfo->operation = XT_CHECKSUM_OP_FILL; 48 if (einfo->operation & XT_CHECKSUM_OP_FILL) 57 if (einfo->operation & XT_CHECKSUM_OP_FILL)
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
mask.h | 51 VGMaskOperation operation); 54 VGMaskOperation operation, 58 VGMaskOperation operation,
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2ForTesting.java | 61 public void setExact(int type, long triggerAtTime, PendingIntent operation) { 66 PendingIntent operation) { 70 public void cancel(PendingIntent operation) {
|