Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 10 of 10) sorted by relevance

/test/dittosuite/include/ditto/
Dtimespec_utils.h30 bool operator==(const timespec& t1, const timespec& t2);
31 bool operator!=(const timespec& t1, const timespec& t2);
32 bool operator<(const timespec& t1, const timespec& t2);
33 bool operator<=(const timespec& t1, const timespec& t2);
34 bool operator>(const timespec& t1, const timespec& t2);
35 bool operator>=(const timespec& t1, const timespec& t2);
36 timespec operator-(const timespec& t1, const timespec& t2);
37 timespec operator+(const timespec& t1, const timespec& t2);
38 timespec operator/(const timespec& t1, uint64_t n);
39 timespec operator/(const timespec& t1, const timespec& t2);
Dmultithreading_utils.h48 SchedAttr& operator=(const dittosuiteproto::SchedAttr& pb); variable
62 SchedAffinity& operator=(const uint64_t mask); variable
Dparser.h27 void operator=(const Parser&) = delete; variable
Dlogger.h33 void operator=(Logger const&) = delete; variable
Dsyscall.h72 void operator=(const Syscall&) = delete; variable
/test/vts-testcase/hal/treble/vintf/
Dutils.h83 ostream& operator<<(ostream& os, const HidlInstance& val);
101 ostream& operator<<(ostream& os, const AidlInstance& val);
121 ostream& operator<<(ostream& os, const NativeInstance& val);
/test/vts-testcase/kernel/encryption/
DKeymaster.h46 explicit operator bool() { return (bool)securityLevel; }
/test/mlts/benchmark/tools/
Dtensor_utils.py77 for operator in self.operators:
80 assert(len(operator['outputs']) == 1)
81 data['output_tensor_index'] = operator['outputs'][0]
82 data['fused_activation_function'] = operator\
85 data['operator_code'] = self.operator_codes[operator['opcode_index']]
/test/app_compat/csuite/
Dpylintrc105 old-ne-operator,
/test/dittosuite/
DDoxyfile2430 # recursively expanded use the := operator instead of the = operator.