/external/iptables/include/linux/netfilter/ |
H A D | xt_CHECKSUM.h | 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
|
H A D | xt_ecn.h | 23 __u8 operation; member in struct:xt_ecn_info
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
H A D | xt_CHECKSUM.h | 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
|
H A D | xt_ecn.h | 25 __u8 operation; member in struct:xt_ecn_info
|
/external/parameter-framework/asio/include/asio/detail/ |
H A D | operation.hpp | 2 // detail/operation.hpp 22 typedef task_io_service_operation operation; typedef in namespace:asio::detail
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A D | operation.hpp | 2 // detail/operation.hpp 22 typedef task_io_service_operation operation; typedef in namespace:asio::detail
|
/external/minijail/ |
H A D | syscall_wrapper.c | 22 int sys_seccomp(unsigned int operation, unsigned int flags, void *args) argument 24 return syscall(SYS_seccomp, operation, flags, args);
|
/external/boringssl/src/crypto/x509/ |
H A D | x_req.c | 76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument 81 if (operation == ASN1_OP_NEW_POST) {
|
H A D | x_x509.c | 93 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument 98 switch (operation) {
|
/external/tpm2/ |
H A D | PolicyCounterTimer_fp.h | 16 TPM_EO operation; member in struct:__anon22740
|
H A D | PolicyNV_fp.h | 18 TPM_EO operation; member in struct:__anon22746
|
/external/dagger2/compiler/src/test/java/dagger/tests/integration/operation/ |
H A D | PrimitiveInjectionTest.java | 17 package dagger.tests.integration.operation;
|
/external/iptables/include/linux/netfilter_ipv4/ |
H A D | ipt_ECN.h | 24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/ |
H A D | ipt_ECN.h | 24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
|
/external/ltp/testcases/kernel/io/disktest/ |
H A D | stats.c | 55 void print_stats(child_args_t * args, test_env_t * env, statop_t operation) argument 105 switch (operation) { 187 switch (operation) { 231 switch (operation) { 304 switch (operation) {
|
/external/ltp/testcases/kernel/syscalls/flock/ |
H A D | flock01.c | 83 int operation; member in struct:test_case_t 110 TEST(flock(fd, test_cases[i].operation));
|
/external/proguard/src/proguard/evaluation/value/ |
H A D | 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+")"; 47 CompositeDoubleValue(DoubleValue doubleValue1, byte operation, DoubleValue doubleValue2) argument
|
H A D | 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+")"; 47 CompositeFloatValue(FloatValue floatValue1, byte operation, FloatValue floatValue2) argument
|
/external/skia/fuzz/ |
H A D | FuzzPathop.cpp | 20 uint8_t operation; local 21 fuzz->next(&operation); 24 switch (operation % (last_verb + 1)) {
|
/external/compiler-rt/lib/profile/ |
H A D | WindowsMMap.c | 120 int flock(int fd, int operation) argument
|
/external/e2fsprogs/e2fsck/ |
H A D | ehandler.c | 21 static const char *operation; variable 54 if (operation) 56 error_message(error), operation); local 108 if (operation) 110 error_message(error), operation); local 123 const char *ret = operation; 125 operation = op;
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowAlarmManager.java | 24 public void set(int type, long triggerAtTime, PendingIntent operation) { argument 25 internalSet(type, triggerAtTime, 0L, operation); 29 public void setRepeating (int type, long triggerAtTime, long interval, PendingIntent operation){ argument 30 internalSet(type, triggerAtTime, interval, operation); 33 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation) { argument 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 100 ScheduledAlarm(int type, long triggerAtTime, PendingIntent operation) argument 104 ScheduledAlarm(int type, long triggerAtTime, long interval, PendingIntent operation) argument [all...] |
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
H A D | ThreadUtils.java | 67 * Utility method to make sure a blocking operation is executed to completion without getting 68 * interrupted. This should be used in cases where the operation is waiting for some critical 70 * the blocking operation, this function will re-run the operation until completion, and only then 73 public static void executeUninterruptibly(BlockingOperation operation) { argument 77 operation.run(); 80 // Someone is asking us to return early at our convenience. We can't cancel this operation, 100 // Someone is asking us to return early at our convenience. We can't cancel this operation, 142 // Someone is asking us to return early at our convenience. We can't cancel this operation,
|
/external/fio/ |
H A D | printing.c | 15 static void begin_print(GtkPrintOperation *operation, argument 26 gtk_print_operation_set_n_pages(operation, 1); 29 static void results_draw_page(GtkPrintOperation *operation, argument 86 static void results_print_done(GtkPrintOperation *operation, argument 95 gtk_print_operation_get_error(operation, &print_error);
|
/external/jline/src/src/test/java/jline/ |
H A D | JLineTestCase.java | 80 public Buffer op(short operation) { argument 81 return append(getKeyForAction(operation));
|