Searched refs:OP (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 259 #define ANGLE_PLATFORM_OP(OP) \ argument 260 OP(currentTime, CurrentTime) \ 261 OP(monotonicallyIncreasingTime, MonotonicallyIncreasingTime) \ 262 OP(logError, LogError) \ 263 OP(logWarning, LogWarning) \ 264 OP(logInfo, LogInfo) \ 265 OP(getTraceCategoryEnabledFlag, GetTraceCategoryEnabledFlag) \ 266 OP(addTraceEvent, AddTraceEvent) \ 267 OP(updateTraceEventDuration, UpdateTraceEventDuration) \ 268 OP(histogramCustomCounts, HistogramCustomCounts) \ [all …]
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomVariable.cpp | 58 type(RandomVariableType::OP), in RandomVariableBase() 100 case RandomVariableType::OP: in getValue() 566 node2->type = RandomVariableType::OP; in setEqual() 576 node1->type = RandomVariableType::OP; in setEqual() 674 NN_FUZZER_CHECK(var->type == RandomVariableType::OP); in eval() 718 case RandomVariableType::OP: in toString() 759 } else if (var->type == RandomVariableType::OP) { in evalSubnetHelper() 770 if (var->type == RandomVariableType::OP) numOp++; in isSingleOpSubnet() 781 NN_FUZZER_CHECK(var->type == RandomVariableType::OP); in evalSubnetSingleOpHelper()
|
D | RandomVariable.h | 91 enum class RandomVariableType { FREE = 0, CONST = 1, OP = 2 }; enumerator
|
D | RandomGraphGeneratorUtils.h | 235 case RandomVariableType::OP:
|
/frameworks/ml/nn/common/include/ |
D | Utils.h | 112 #define NN_RET_CHECK_OP(LHS, RHS, OP) \ argument 114 UNLIKELY(!(_values.lhs.v OP _values.rhs.v)); \ 117 << #LHS << " " << #OP << " " << #RHS << " (" << #LHS << " = " \
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 2803 proto.write(IdleDispatchEntryProto.OP, ent.op); in dumpProto()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 111578 Ljava/util/stream/StreamOpFlag$Type;->OP:Ljava/util/stream/StreamOpFlag$Type;
|