| /external/OpenCL-CTS/test_conformance/profiling/ |
| D | readImage.cpp | 122 int read_image( cl_device_id device, cl_context context, cl_command_queue queue, int numElements, c… in read_image() 342 int test_read_image_float( cl_device_id device, cl_context context, cl_command_queue queue, int num… in test_read_image_float() 352 int test_read_image_char( cl_device_id device, cl_context context, cl_command_queue queue, int numE… in test_read_image_char() 362 int test_read_image_uchar( cl_device_id device, cl_context context, cl_command_queue queue, int num… in test_read_image_uchar()
|
| D | writeImage.cpp | 404 int write_image( cl_device_id device, cl_context context, cl_command_queue queue, int numElements, … in write_image() 639 int test_write_image_float( cl_device_id device, cl_context context, cl_command_queue queue, int nu… in test_write_image_float() 649 int test_write_image_char( cl_device_id device, cl_context context, cl_command_queue queue, int num… in test_write_image_char() 659 int test_write_image_uchar( cl_device_id device, cl_context context, cl_command_queue queue, int nu… in test_write_image_uchar()
|
| /external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/ |
| D | MddEventLogger.java | 50 private final Context context; field in MddEventLogger 62 Context context, Logger logger, int moduleVersion, LogSampler logSampler, Flags flags) { in MddEventLogger() 203 int code, in logMddNetworkSavings() 234 MddDownloadResult.Code code, DataDownloadFileGroupStats fileGroupDetails) { in logMddDownloadResult()
|
| /external/mesa3d/src/gallium/frontends/va/ |
| D | picture.c | 44 vlVaContext *context; in vlVaBeginPicture() local 110 handlePictureParameterBuffer(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in handlePictureParameterBuffer() 178 handleIQMatrixBuffer(vlVaContext *context, vlVaBuffer *buf) in handleIQMatrixBuffer() 207 handleSliceParameterBuffer(vlVaContext *context, vlVaBuffer *buf) in handleSliceParameterBuffer() 244 bufHasStartcode(vlVaBuffer *buf, unsigned int code, unsigned int bits) in bufHasStartcode() 262 handleVAProtectedSliceDataBufferType(vlVaContext *context, vlVaBuffer *buf) in handleVAProtectedSliceDataBufferType() 274 handleVASliceDataBufferType(vlVaContext *context, vlVaBuffer *buf) in handleVASliceDataBufferType() 360 handleVAEncMiscParameterTypeRateControl(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeRateControl() 381 handleVAEncMiscParameterTypeFrameRate(vlVaContext *context, VAEncMiscParameterBuffer *misc) in handleVAEncMiscParameterTypeFrameRate() 402 handleVAEncSequenceParameterBufferType(vlVaDriver *drv, vlVaContext *context, vlVaBuffer *buf) in handleVAEncSequenceParameterBufferType() [all …]
|
| /external/skia/src/gpu/ganesh/ops/ |
| D | GrOp.h | 53 #define GrOP_SPEW(code) code argument 56 #define GrOP_SPEW(code) argument 75 static Owner Make(GrRecordingContext* context, Args&&... args) { in Make() 86 GrRecordingContext* context, size_t extraSize, Args&&... args) { in MakeWithExtraMemory() 173 void prePrepare(GrRecordingContext* context, const GrSurfaceProxyView& dstView, in prePrepare()
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/tools/objdump/ |
| D | extract_source.cpp | 105 spv::Id* filename, std::string* code) { in extractOpSource() 138 auto context = spvtools::SpirvTools(kDefaultEnvironment); in ExtractSourceFromModule() local 166 std::string code; in ExtractSourceFromModule() local
|
| /external/rust/crates/grpcio-sys/grpc/src/compiler/ |
| D | php_plugin.cc | 42 grpc::protobuf::compiler::GeneratorContext* context, in Generate() 80 std::string code = GenerateFile(file, service, class_suffix, is_server); in GenerateService() local
|
| /external/cronet/net/quic/ |
| D | web_transport_client.cc | 59 WebTransportCloseInfo::WebTransportCloseInfo(uint32_t code, in WebTransportCloseInfo() 82 URLRequestContext* context, in CreateWebTransportClient()
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowAppOpsManager.java | 76 private Context context; field in ShadowAppOpsManager 79 protected void __constructor__(Context context, IAppOpsService service) { in __constructor__() 259 int code, @AttributeUsage int usage, int mode, String[] exceptionPackages) { in setRestriction() 265 public ModeAndException getRestriction(int code, @AttributeUsage int usage) { in getRestriction() 356 private static int getAudioRestrictionKey(int code, @AttributeUsage int usage) { in getAudioRestrictionKey()
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_init.h | 51 LLVMContextRef context; member 54 struct lp_generated_code *code; member
|
| D | lp_bld_init.c | 323 LLVMContextRef context, struct lp_cached_code *cache) in init_gallivm_state() 509 gallivm_create(const char *name, LLVMContextRef context, in gallivm_create() 703 void *code; in gallivm_jit_function() local
|
| /external/libwebsockets/lib/roles/http/ |
| D | header.c | 177 lws_add_http_common_headers(struct lws *wsi, unsigned int code, in lws_add_http_common_headers() 312 unsigned int code = _code & LWSAHH_CODE_MASK; in lws_add_http_header_status() local 410 lws_return_http_status(struct lws *wsi, unsigned int code, in lws_return_http_status() 413 struct lws_context *context = lws_get_context(wsi); in lws_return_http_status() local 524 lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len, in lws_http_redirect()
|
| /external/deqp/external/vulkancts/modules/vulkan/sc/ |
| D | vktPipelineCacheSCTests.cpp | 66 std::ostringstream name, code; in createShaders() local 79 std::ostringstream name, code; in createShaders() local 93 std::ostringstream name, code; in createShaders() local 106 tcu::TestStatus createPipelineCacheTest (Context& context, TestParams testParams) in createPipelineCacheTest()
|
| /external/cronet/third_party/icu/source/common/ |
| D | unames.cpp | 101 UChar32 code; member 448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() 483 getGroup(UCharNames *names, uint32_t code) { in getGroup() 578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, in getName() 601 UEnumCharNamesFn *fn, void *context, in enumGroupNames() 645 UEnumCharNamesFn *fn, void *context) in enumExtNames() 669 UEnumCharNamesFn *fn, void *context, in enumNames() 775 uint32_t code, in writeFactorSuffix() 852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, in getAlgName() 938 UEnumCharNamesFn *fn, void *context, in enumAlgNames() [all …]
|
| /external/icu/icu4c/source/common/ |
| D | unames.cpp | 101 UChar32 code; member 448 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { in getExtName() 483 getGroup(UCharNames *names, uint32_t code) { in getGroup() 578 getName(UCharNames *names, uint32_t code, UCharNameChoice nameChoice, in getName() 601 UEnumCharNamesFn *fn, void *context, in enumGroupNames() 645 UEnumCharNamesFn *fn, void *context) in enumExtNames() 669 UEnumCharNamesFn *fn, void *context, in enumNames() 775 uint32_t code, in writeFactorSuffix() 852 getAlgName(AlgorithmicRange *range, uint32_t code, UCharNameChoice nameChoice, in getAlgName() 938 UEnumCharNamesFn *fn, void *context, in enumAlgNames() [all …]
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | cl_program.cc | 167 absl::Status CreateCLProgram(const std::string& code, in CreateCLProgram() 169 const CLContext& context, const CLDevice& device, in CreateCLProgram() 187 absl::Status CreateCLProgramFromBinary(const CLContext& context, in CreateCLProgramFromBinary()
|
| /external/expat/expat/xmlwf/ |
| D | xmlfile.c | 89 enum XML_Error code = XML_GetErrorCode(parser); in reportError() local 152 externalEntityRefFilemap(XML_Parser parser, const XML_Char *context, in externalEntityRefFilemap() 230 externalEntityRefStream(XML_Parser parser, const XML_Char *context, in externalEntityRefStream()
|
| /external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
| D | tf_framework_c_interface.cc | 122 const std::string& code) { in GetFileCachePath() 151 const std::string code, llvm::SmallVectorImpl<std::string>& architectures, in Compile() 178 mlir::MLIRContext context; in Compile() local 241 void* op_kernel_ctx, char* code, int64_t num_tile_sizes, in _mlir_ciface_tf_jit_compile()
|
| /external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
| D | _metadata_code_details_test.py | 71 def unary_unary(self, request, context): argument 88 def unary_stream(self, request, context): argument 105 def stream_unary(self, request_iterator, context): argument 125 def stream_stream(self, request_iterator, context): argument 149 def set_code(self, code): argument
|
| /external/swiftshader/third_party/SPIRV-Tools/test/ |
| D | text_to_binary_test.cpp | 50 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0); in TEST_P() local 95 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0); in TEST_P() local 142 const std::string code = ("OpSourceExtension \"string with spaces\"\n"); in TEST_F() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
| D | text_to_binary_test.cpp | 50 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0); in TEST_P() local 95 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0); in TEST_P() local 142 const std::string code = ("OpSourceExtension \"string with spaces\"\n"); in TEST_F() local
|
| /external/deqp-deps/SPIRV-Tools/test/ |
| D | text_to_binary_test.cpp | 50 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0); in TEST_P() local 95 spv_context context = spvContextCreate(SPV_ENV_UNIVERSAL_1_0); in TEST_P() local 142 const std::string code = ("OpSourceExtension \"string with spaces\"\n"); in TEST_F() local
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcSeparableProgramsTransformFeedbackTests.cpp | 168 SeparableProgramTFTestCase::SeparableProgramTFTestCase(deqp::Context& context, const char* name, in SeparableProgramTFTestCase() 203 const char* code[STAGES_COUNT] = { 0, 0, 0, 0, 0 }; in iterate() local 317 …ableProgramsTransformFeedbackTests::SeparableProgramsTransformFeedbackTests(deqp::Context& context) in SeparableProgramsTransformFeedbackTests()
|
| /external/webrtc/rtc_base/ |
| D | openssl_stream_adapter.cc | 457 const uint8_t* context, in ExportKeyingMaterial() 599 int code = SSL_write(ssl_, data.data(), checked_cast<int>(data.size())); in Write() local 657 const int code = SSL_read(ssl_, data.data(), checked_cast<int>(data.size())); in Read() local 704 const int code = SSL_read(ssl_, buf, toread); in FlushInput() local 895 const int code = (role_ == SSL_CLIENT) ? SSL_connect(ssl_) : SSL_accept(ssl_); in ContinueSSL() local 948 void OpenSSLStreamAdapter::Error(absl::string_view context, in Error()
|
| /external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/ |
| D | base.py | 47 def __init__(self, code, details): argument 180 def context(self, protocol_context): member in ProtocolReceiver 220 def service(self, group, method, context, output_operator): argument
|