/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/ |
D | cygrpc_test.py | 266 ) == cygrpc.OperationType.receive_initial_metadata: 271 elif client_result.type() == cygrpc.OperationType.receive_message: 274 ) == cygrpc.OperationType.receive_status_on_client: 283 cygrpc.OperationType.send_initial_metadata, 284 cygrpc.OperationType.send_message, 285 cygrpc.OperationType.send_close_from_client, 286 cygrpc.OperationType.receive_initial_metadata, 287 cygrpc.OperationType.receive_message, 288 cygrpc.OperationType.receive_status_on_client 296 if server_result.type() == cygrpc.OperationType.receive_message: [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _channel.py | 35 cygrpc.OperationType.send_initial_metadata, 36 cygrpc.OperationType.send_message, 37 cygrpc.OperationType.send_close_from_client, 38 cygrpc.OperationType.receive_initial_metadata, 39 cygrpc.OperationType.receive_message, 40 cygrpc.OperationType.receive_status_on_client, 43 cygrpc.OperationType.send_initial_metadata, 44 cygrpc.OperationType.send_message, 45 cygrpc.OperationType.send_close_from_client, 46 cygrpc.OperationType.receive_initial_metadata, [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.h | 51 enum OperationType { kVisibility, kAvailability }; enum 95 bool is_volatile, OperationType operation_type,
|
D | upgrade_memory_model.cpp | 406 OperationType operation_type, in UpgradeFlags()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.h | 51 enum OperationType { kVisibility, kAvailability }; enum 95 bool is_volatile, OperationType operation_type,
|
D | upgrade_memory_model.cpp | 389 OperationType operation_type, in UpgradeFlags()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 103 class OperationType: class
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | minidump_generator.cc | 236 if (description->OperationType == OperationDbBADREF) { in RecordHandleOperations()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 511 template <ANeuralNetworksOperationType OperationType> 514 return OperationType; in BasicMappingFn()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 166 enum OperationType enum 202 static OperationType getOperationType (MatrixOp op) in getOperationType()
|
D | es2fShaderOperatorTests.cpp | 248 enum OperationType enum 257 …uncVec2_, ShaderEvalFunc evalFuncVec3_, ShaderEvalFunc evalFuncVec4_, OperationType type_=FUNCTION… in BuiltinFuncInfo() 289 OperationType type;
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 315 enum OperationType enum 336 OperationType type_=FUNCTION, in BuiltinFuncInfo() 373 OperationType type_=FUNCTION, in BuiltinFuncInfo() 410 OperationType type;
|
D | vktShaderRenderMatrixTests.cpp | 275 enum OperationType enum 317 static OperationType getOperationType (MatrixOp op) in getOperationType()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 280 enum OperationType enum 322 static OperationType getOperationType (MatrixOp op) in getOperationType()
|
D | es3fShaderOperatorTests.cpp | 429 enum OperationType enum 443 OperationType type_=FUNCTION, bool isUnaryPrefix_=true) in BuiltinFuncInfo() 469 OperationType type_=FUNCTION, bool isUnaryPrefix_=true) in BuiltinFuncInfo() 505 OperationType type;
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 6246 unsigned OperationType = 0; in CheckMemaccessArguments() local 6251 OperationType = 1; in CheckMemaccessArguments() 6253 OperationType = 2; in CheckMemaccessArguments() 6255 OperationType = 3; in CheckMemaccessArguments() 6262 << FnName << IsContained << ContainedRD << OperationType in CheckMemaccessArguments()
|
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
D | compute-gen.go | 11061 OperationType string `json:"operationType,omitempty"` member
|