/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_preprocessor.cpp | 48 cl_int *srcData, *resultData; in test_preprocessor_define_udef() local 74 resultData = (cl_int*)malloc(sizeof(cl_int)*num_elements); in test_preprocessor_define_udef() 75 if (resultData == NULL) { in test_preprocessor_define_udef() 96 …error = clEnqueueReadBuffer(queue, buffer[1], CL_TRUE, 0, num_elements*sizeof(cl_int), resultData,… in test_preprocessor_define_udef() 100 if (resultData[i] != srcData[i]*2) { in test_preprocessor_define_udef() 102 free(resultData); in test_preprocessor_define_udef() 106 …error = clEnqueueReadBuffer(queue, buffer[2], CL_TRUE, 0, num_elements*sizeof(cl_int), resultData,… in test_preprocessor_define_udef() 110 if (resultData[i] != srcData[i]*4) { in test_preprocessor_define_udef() 112 free(resultData); in test_preprocessor_define_udef() 117 free(resultData); in test_preprocessor_define_udef() [all …]
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_kernel_arg_multi_setup.cpp | 45 void *initData[3], *resultData[3]; in test_multi_arg_set() local 115 resultData[0] = malloc( get_explicit_type_size( vec1Type ) * vec1Size * threads[0] ); in test_multi_arg_set() 116 resultData[1] = malloc( get_explicit_type_size( vec2Type ) * vec2Size * threads[0] ); in test_multi_arg_set() 117 resultData[2] = malloc( get_explicit_type_size( vec3Type ) * vec3Size * threads[0] ); in test_multi_arg_set() 118 …TRUE, 0, get_explicit_type_size( vec1Type ) * vec1Size * threads[ 0 ], resultData[0], 0, NULL, NUL… in test_multi_arg_set() 119 …TRUE, 0, get_explicit_type_size( vec2Type ) * vec2Size * threads[ 0 ], resultData[1], 0, NULL, NUL… in test_multi_arg_set() 120 …TRUE, 0, get_explicit_type_size( vec3Type ) * vec3Size * threads[ 0 ], resultData[2], 0, NULL, NUL… in test_multi_arg_set() 124 char *ptr1 = (char *)initData[ 0 ], *ptr2 = (char *)resultData[ 0 ]; in test_multi_arg_set() 136 free( resultData[ 0 ] ); in test_multi_arg_set() 137 free( resultData[ 1 ] ); in test_multi_arg_set() [all …]
|
D | test_api_min_max.cpp | 1298 cl_int *constantData, *resultData; in test_min_max_constant_buffer_size() local 1409 resultData = (cl_int *)malloc(sizeToAllocate); in test_min_max_constant_buffer_size() 1410 if (resultData == NULL) in test_min_max_constant_buffer_size() 1418 …error = clEnqueueReadBuffer(queue, streams[1], CL_TRUE, 0, sizeToAllocate, resultData, 0, NULL, NU… in test_min_max_constant_buffer_size() 1422 if (constantData[i] != resultData[i]) { in test_min_max_constant_buffer_size() 1424 i, constantData[i], i, resultData[i]); in test_min_max_constant_buffer_size() 1426 free(resultData); in test_min_max_constant_buffer_size() 1432 free(resultData); in test_min_max_constant_buffer_size() 1671 cl_int *localData, *resultData; in test_min_max_local_mem_size() local 1776 resultData = (cl_int *)malloc(sizeToAllocate); in test_min_max_local_mem_size() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowResultReceiverTest.java | 21 assertEquals(bundle, testResultReceiver.resultData); in callingSend_shouldCallOverridenOnReceiveResultWithTheSameArguments() 26 Bundle resultData; field in ShadowResultReceiverTest.TestResultReceiver 33 protected void onReceiveResult(int resultCode, Bundle resultData) { in onReceiveResult() argument 35 this.resultData = resultData; in onReceiveResult()
|
D | ShadowInputMethodManagerTest.java | 95 protected void onReceiveResult(int resultCode, Bundle resultData) { in onReceiveResult() argument 96 super.onReceiveResult(resultCode, resultData); in onReceiveResult()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsBasicTests.cpp | 50 const float* const resultData = reinterpret_cast<const float*>(datas[0]); in checkFragmentSubgroupBarriersNoSSBO() local 57 if (1.0f == resultData[ndx +2]) in checkFragmentSubgroupBarriersNoSSBO() 59 if(resultData[ndx] != resultData[ndx +1]) in checkFragmentSubgroupBarriersNoSSBO() 64 else if (resultData[ndx] != resultData[ndx +3]) in checkFragmentSubgroupBarriersNoSSBO() 77 const float* const resultData = reinterpret_cast<const float*>(datas[0]); in checkVertexPipelineStagesSubgroupElectNoSSBO() local 83 deUint32 val = static_cast<deUint32>(resultData[x * 2]); in checkVertexPipelineStagesSubgroupElectNoSSBO() 84 numSubgroupsUsed += resultData[x * 2 + 1]; in checkVertexPipelineStagesSubgroupElectNoSSBO() 104 const deUint32* const resultData = in checkVertexPipelineStagesSubgroupElect() local 110 deUint32 val = resultData[x]; in checkVertexPipelineStagesSubgroupElect() 135 const deUint32* const resultData = reinterpret_cast<const deUint32*>(datas[0]); in checkVertexPipelineStagesSubgroupBarriers() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBasicTests.cpp | 46 const float* const resultData = reinterpret_cast<const float*>(datas[0]); in _checkFragmentSubgroupBarriersNoSSBO() local 53 if (!withImage && 0.0f == resultData[ndx]) in _checkFragmentSubgroupBarriersNoSSBO() 57 else if (1.0f == resultData[ndx +2]) in _checkFragmentSubgroupBarriersNoSSBO() 59 if(resultData[ndx] != resultData[ndx +1]) in _checkFragmentSubgroupBarriersNoSSBO() 64 else if (resultData[ndx] != resultData[ndx +3]) in _checkFragmentSubgroupBarriersNoSSBO() 92 const float* const resultData = reinterpret_cast<const float*>(datas[0]); in checkVertexPipelineStagesSubgroupElectNoSSBO() local 98 deUint32 val = static_cast<deUint32>(resultData[x * 2]); in checkVertexPipelineStagesSubgroupElectNoSSBO() 99 numSubgroupsUsed += resultData[x * 2 + 1]; in checkVertexPipelineStagesSubgroupElectNoSSBO() 120 const deUint32* const resultData = in checkVertexPipelineStagesSubgroupElect() local 126 deUint32 val = resultData[x]; in checkVertexPipelineStagesSubgroupElect() [all …]
|
/external/skqp/src/pdf/ |
D | SkPDFConvertType1FontStream.cpp | 156 uint8_t* const resultData = resultHeader + *headerLen; in SkPDFConvertType1FontStream() local 157 uint8_t* const resultTrailer = resultData + *dataLen; in SkPDFConvertType1FontStream() 162 memcpy(resultData, srcData, *dataLen); in SkPDFConvertType1FontStream() 180 uint8_t* const resultData = &(buffer[*headerLen]); in SkPDFConvertType1FontStream() local 198 resultData[outputOffset++] = dataByte; in SkPDFConvertType1FontStream() 202 resultData[outputOffset++] = dataByte; in SkPDFConvertType1FontStream()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBroadcastPendingResult.java | 22 …static BroadcastReceiver.PendingResult create(int resultCode, String resultData, Bundle resultExtr… in create() argument 29 resultData, in create() 40 resultData, in create() 51 resultData, in create()
|
D | ShadowResultReceiver.java | 16 protected void send(int resultCode, android.os.Bundle resultData) { in send() argument 19 ClassParameter.from(Bundle.class, resultData)); in send()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
D | KevinFail1410Test.java | 32 private Object resultData; field in KevinFail1410Test.BackendEvent 40 resultData = results; in BackendEvent() 60 return resultData; in getResultData()
|
/external/deqp/executor/ |
D | xeTestLogParser.hpp | 47 virtual void testCaseResultUpdated (const TestCaseResultPtr& resultData) = DE_NULL; 48 virtual void testCaseResultComplete (const TestCaseResultPtr& resultData) = DE_NULL;
|
D | xeBatchExecutor.hpp | 60 void testCaseResultUpdated (const TestCaseResultPtr& resultData); 61 void testCaseResultComplete (const TestCaseResultPtr& resultData);
|
/external/skia/src/pdf/ |
D | SkPDFType1Font.cpp | 164 uint8_t* const resultData = resultHeader + *headerLen; in convert_type1_font_stream() local 165 uint8_t* const resultTrailer = resultData + *dataLen; in convert_type1_font_stream() 170 memcpy(resultData, srcData, *dataLen); in convert_type1_font_stream() 188 uint8_t* const resultData = &(buffer[*headerLen]); in convert_type1_font_stream() local 206 resultData[outputOffset++] = dataByte; in convert_type1_font_stream() 210 resultData[outputOffset++] = dataByte; in convert_type1_font_stream()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | LoopbackActivity.java | 1492 public void onActivityResult(int requestCode, int resultCode, Intent resultData) { in onActivityResult() argument 1500 if (resultData != null) { in onActivityResult() 1501 saveToWaveFile(resultData.getData()); in onActivityResult() 1507 if (resultData != null) { in onActivityResult() 1508 saveScreenShot(resultData.getData()); in onActivityResult() 1513 if (resultData != null) { in onActivityResult() 1514 saveTextToFile(resultData.getData(), getReport().toString()); in onActivityResult() 1519 if (resultData != null) { in onActivityResult() 1533 saveBufferPeriod(resultData.getData(), bufferPeriodArray, maxBufferPeriod); in onActivityResult() 1538 if (resultData != null) { in onActivityResult() [all …]
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1496 char* const resultData = _data + offset; in createQuadsPacked() local 1528 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 0]), val1); in createQuadsPacked() 1529 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 1]), val2); in createQuadsPacked() 1530 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 2]), val3); in createQuadsPacked() 1531 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 3]), val4); in createQuadsPacked() 1532 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 4]), val5); in createQuadsPacked() 1533 alignmentSafeAssignment<deUint32>(&(resultData[quadNdx * quadStride + stride * 5]), val6); in createQuadsPacked() 1575 char* resultData = new char[offset + quadStride * count]; in createQuads() local 1576 char* _data = resultData; in createQuads() 1577 resultData = resultData + offset; in createQuads() [all …]
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | RpcDataSource.java | 48 List<JSONObject> resultData = handleJsonResult(result); in getPage() 49 callback.handlePage(resultData); in getPage()
|
/external/deqp/executor/tools/ |
D | xeBatchResultToJUnit.cpp | 104 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete() argument 110 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete()
|
D | xeBatchResultToXml.cpp | 163 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete() argument 167 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete() 251 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete() argument 255 xe::parseTestCaseResultFromData(&m_resultParser, &result, *resultData.get()); in testCaseResultComplete()
|
/external/protobuf/objectivec/Tests/ |
D | GPBUtilitiesTests.m | 123 NSData *resultData = [result dataUsingEncoding:NSUTF8StringEncoding]; 125 [self getDataFileNamed:fileName dataToWrite:resultData]; 163 NSData *resultData = [result dataUsingEncoding:NSUTF8StringEncoding]; 165 [self getDataFileNamed:fileName dataToWrite:resultData]; 185 NSData *resultData = [result dataUsingEncoding:NSUTF8StringEncoding]; 187 [self getDataFileNamed:fileName dataToWrite:resultData];
|
/external/deqp/external/openglcts/modules/common/ |
D | glcLayoutLocationTests.cpp | 478 ResultData resultData = (*m_createFn)(gl); in iterate() local 483 …gl.bindImageTexture(definedBinding, resultData.textureId, 0, GL_TRUE, 0, GL_READ_ONLY, m_imageForm… in iterate() 530 if (resultData.bufferId) in iterate() 531 gl.deleteBuffers(1, &resultData.bufferId); in iterate() 534 gl.deleteTextures(1, &resultData.textureId); in iterate()
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 532 resultData := resultBuf.Bytes() 533 resultSize := uint64(len(resultData)) + 32 /* for framing overhead */ 556 req, err := http.NewRequest("POST", largeResponse.URL, bytes.NewBuffer(resultData)) 576 if err := server.Post(nil, trimLeadingSlash(setURL)+"/results", resultData); err != nil {
|
/external/OpenCL-CTS/test_conformance/gles/ |
D | test_renderbuffer.cpp | 254 BufferOwningPtr<char> resultData( tmp ); in test_renderbuffer_image_write() local 258 DumpGLBuffer(glType, width, height, resultData); in test_renderbuffer_image_write() 263 …BufferOwningPtr<char> convertedData( convert_to_expected( resultData, width * height, type, source… in test_renderbuffer_image_write()
|
D | test_fence_sync.cpp | 540 BufferOwningPtr<char> resultData( ReadGLRenderbuffer( glFramebuffer, glRenderbuffer, in test_fence_sync_single() local 556 cl_uchar *row = (cl_uchar *)&resultData[ ( i * 16 + y ) * framebufferSize * 4 ]; in test_fence_sync_single() 563 DumpGLBuffer( GL_UNSIGNED_BYTE, framebufferSize, 128, resultData ); in test_fence_sync_single() 565 uint32_t *p = (uint32_t *)(char *)resultData; in test_fence_sync_single()
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_fence_sync.cpp | 588 BufferOwningPtr<char> resultData( ReadGLRenderbuffer( glFramebuffer, glRenderbuffer, in test_fence_sync_single() local 604 cl_uchar *row = (cl_uchar *)&resultData[ ( i * 16 + y ) * framebufferSize * 4 ]; in test_fence_sync_single() 611 DumpGLBuffer( GL_UNSIGNED_BYTE, framebufferSize, 128, resultData ); in test_fence_sync_single() 613 uint32_t *p = (uint32_t *)(char *)resultData; in test_fence_sync_single()
|