Searched defs:operation (Results 1 - 25 of 193) sorted by relevance

12345678

/external/iptables/include/linux/netfilter/
H A Dxt_CHECKSUM.h17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
H A Dxt_ecn.h23 __u8 operation; member in struct:xt_ecn_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_CHECKSUM.h18 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
H A Dxt_ecn.h26 __u8 operation; member in struct:xt_ecn_info
/external/parameter-framework/asio/include/asio/detail/
H A Doperation.hpp2 // 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 Doperation.hpp2 // detail/operation.hpp
22 typedef task_io_service_operation operation; typedef in namespace:asio::detail
/external/boringssl/src/crypto/x509/
H A Dx_req.c76 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
81 if (operation == ASN1_OP_NEW_POST) {
H A Dx_x509.c93 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
98 switch (operation) {
/external/libevent/
H A Depolltable-internal.h136 static const struct operation { struct
/external/minijail/
H A Dsyscall_wrapper.c31 int sys_seccomp(unsigned int operation, unsigned int flags, void *args) argument
33 return syscall(SYS_seccomp, operation, flags, args);
/external/tpm2/
H A DPolicyCounterTimer_fp.h16 TPM_EO operation; member in struct:__anon27134
H A DPolicyNV_fp.h18 TPM_EO operation; member in struct:__anon27140
/external/dagger2/compiler/src/test/java/dagger/tests/integration/operation/
H A DPrimitiveInjectionTest.java17 package dagger.tests.integration.operation;
/external/pdfium/fxjs/xfa/
H A Dcjx_signdata.cpp27 void CJX_SignData::operation(CFXJSE_Value* pValue, function in class:CJX_SignData
H A Dcjx_traverse.cpp27 void CJX_Traverse::operation(CFXJSE_Value* pValue, function in class:CJX_Traverse
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
H A DPrimitiveOp.java23 * <p>Each operation registered in the TensorFlow core is a primitive and is provided as a {@code
30 return operation.hashCode();
38 // Note: we consider that all objects wrapping the same operation are equal, no matter their
43 return operation.equals(((PrimitiveOp) obj).operation);
48 return String.format("<%s '%s'>", operation.type(), operation.name());
52 * Underlying operation. It is deliberately not exposed by a getter method to avoid any name
55 protected final Operation operation; field in class:PrimitiveOp
60 * @param operation th
62 PrimitiveOp(Operation operation) argument
[all...]
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_ECN.h24 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h25 __u8 operation; /* bitset of operations */ member in struct:ipt_ECN_info
/external/ltp/testcases/kernel/io/disktest/
H A Dstats.c55 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 Dflock01.c85 int operation; member in struct:test_case_t
112 TEST(flock(fd, test_cases[i].operation));
/external/proguard/src/proguard/evaluation/value/
H A DCompositeDoubleValue.java24 * 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 DCompositeFloatValue.java24 * 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 DFuzzPathop.cpp20 uint8_t operation; local
21 fuzz->next(&operation);
24 switch (operation % (last_verb + 1)) {
/external/skqp/fuzz/
H A DFuzzPathop.cpp20 uint8_t operation; local
21 fuzz->next(&operation);
24 switch (operation % (last_verb + 1)) {
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
H A DOutput.java33 operation = op;
39 return operation;
49 return new Shape(operation.shape(index));
54 return operation.dtype(index);
64 return Objects.hash(operation, index);
74 return index == that.index && operation.equals(that.operation);
83 operation.type(), operation.name(), index, shape().toString(), dataType());
86 private final Operation operation; field in class:Output
[all...]

Completed in 943 milliseconds

12345678