Searched refs:operator (Results 1 – 10 of 10) sorted by relevance
/test/dittosuite/include/ditto/ |
D | timespec_utils.h | 30 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);
|
D | multithreading_utils.h | 48 SchedAttr& operator=(const dittosuiteproto::SchedAttr& pb); variable 62 SchedAffinity& operator=(const uint64_t mask); variable
|
D | parser.h | 27 void operator=(const Parser&) = delete; variable
|
D | logger.h | 33 void operator=(Logger const&) = delete; variable
|
D | syscall.h | 72 void operator=(const Syscall&) = delete; variable
|
/test/vts-testcase/hal/treble/vintf/ |
D | utils.h | 83 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/ |
D | Keymaster.h | 46 explicit operator bool() { return (bool)securityLevel; }
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 77 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/ |
D | pylintrc | 105 old-ne-operator,
|
/test/dittosuite/ |
D | Doxyfile | 2430 # recursively expanded use the := operator instead of the = operator.
|