/external/OpenCL-CTS/test_conformance/pipes/ |
D | test_pipe_info.cpp | 28 cl_uint returnVal; in test_pipe_info() local 37 (void *)&returnVal, NULL); in test_pipe_info() 40 if (pipe_width != returnVal) in test_pipe_info() 50 err = clGetPipeInfo(pipe, CL_PIPE_MAX_PACKETS, sizeof(pipe_depth), (void *)&returnVal, NULL); in test_pipe_info() 53 if(pipe_depth != returnVal) in test_pipe_info()
|
/external/webrtc/modules/audio_coding/codecs/isac/main/util/ |
D | utility.c | 69 double returnVal = defaultVal; in readParamDouble() local 78 returnVal = atof(argv[n]); in readParamDouble() 83 return returnVal; in readParamDouble() 93 int returnVal = defaultVal; in readParamInt() local 102 returnVal = atoi(argv[n]); in readParamInt() 107 return returnVal; in readParamInt()
|
/external/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/ |
D | DrumPlayer.kt | 87 var returnVal = false in loadWavAsset() variable 94 returnVal = loadWavAssetNative(dataBytes, index, pan, NUM_SAMPLE_CHANNELS) in loadWavAsset() 100 return returnVal in loadWavAsset()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 137 boolean returnVal = true; in doParseActions() 325 returnVal = false; in doParseActions() 427 returnVal = false; in doParseActions() 492 returnVal = false; in doParseActions() 501 returnVal = false; in doParseActions() 505 returnVal = false; in doParseActions() 514 returnVal = false; in doParseActions() 517 return returnVal; in doParseActions()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 138 boolean returnVal = true; in doParseActions() 326 returnVal = false; in doParseActions() 428 returnVal = false; in doParseActions() 493 returnVal = false; in doParseActions() 502 returnVal = false; in doParseActions() 506 returnVal = false; in doParseActions() 515 returnVal = false; in doParseActions() 518 return returnVal; in doParseActions()
|
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 204 UBool returnVal = TRUE; in doParseActions() local 411 returnVal = FALSE; in doParseActions() 537 returnVal = FALSE; in doParseActions() 603 returnVal = FALSE; in doParseActions() 612 returnVal = FALSE; in doParseActions() 616 returnVal = FALSE; in doParseActions() 625 returnVal = FALSE; in doParseActions() 628 return returnVal && U_SUCCESS(*fRB->fStatus); in doParseActions()
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 455 UCollationResult returnVal = Collator::fromUCollator(coll)-> in ucol_strcoll() local 457 UTRACE_EXIT_VALUE_STATUS(returnVal, status); in ucol_strcoll() 458 return returnVal; in ucol_strcoll() 483 UCollationResult returnVal = Collator::fromUCollator(coll)->internalCompareUTF8( in ucol_strcollUTF8() local 485 UTRACE_EXIT_VALUE_STATUS(returnVal, *status); in ucol_strcollUTF8() 486 return returnVal; in ucol_strcollUTF8()
|
D | regexcmp.cpp | 353 UBool returnVal = TRUE; in doParseActions() local 394 returnVal = FALSE; in doParseActions() 1281 returnVal = FALSE; in doParseActions() 1867 returnVal = FALSE; in doParseActions() 1870 return returnVal; in doParseActions()
|
D | rematch.cpp | 2622 UBool returnVal = FALSE; in isUWordBoundary() local 2641 returnVal = TRUE; // With Unicode word rules, only positions within the interior of "real" in isUWordBoundary() 2645 returnVal = fWordBreakItr->isBoundary((int32_t)pos); in isUWordBoundary() 2648 return returnVal; in isUWordBoundary()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ConscryptFileDescriptorSocket.java | 444 InputStream returnVal; in getInputStream() local 454 returnVal = is; in getInputStream() 461 return returnVal; in getInputStream() 468 OutputStream returnVal; in getOutputStream() local 478 returnVal = os; in getOutputStream() 485 return returnVal; in getOutputStream()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | HttpFacade.java | 240 int returnVal = p1.waitFor(); in pingHost() local 241 boolean reachable = (returnVal == 0); in pingHost() 242 Log.d("Ping return Value:" + returnVal); in pingHost()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | ConscryptFileDescriptorSocket.java | 444 InputStream returnVal; in getInputStream() local 454 returnVal = is; in getInputStream() 461 return returnVal; in getInputStream() 468 OutputStream returnVal; in getOutputStream() local 478 returnVal = os; in getOutputStream() 485 return returnVal; in getOutputStream()
|
/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 880 UBool returnVal; in TestSpacePadding() local 883 returnVal = test1.padLeading(15); in TestSpacePadding() 885 if (returnVal == FALSE || test1 != expectedValue) in TestSpacePadding() 888 returnVal = test2.padTrailing(15); in TestSpacePadding() 890 if (returnVal == FALSE || test2 != expectedValue) in TestSpacePadding() 894 returnVal = test3.padTrailing(15); in TestSpacePadding() 895 if (returnVal == TRUE || test3 != expectedValue) in TestSpacePadding() 918 returnVal = test1.truncate(15); in TestSpacePadding() 920 if (returnVal == TRUE || test1 != expectedValue) in TestSpacePadding() 923 returnVal = test2.truncate(15); in TestSpacePadding() [all …]
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/ |
D | MigratorFrame.java | 317 int returnVal = fileChooser.showOpenDialog(this); in showFileChooser() local 318 if (returnVal == JFileChooser.APPROVE_OPTION) { in showFileChooser()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | EventSetImpl.java | 251 private Value returnVal = null; field in EventSetImpl.MethodExitEventImpl 259 returnVal = evt.value; in MethodExitEventImpl() 271 return returnVal; in returnValue()
|
/external/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | isac.c | 1637 int16_t returnVal; in WebRtcIsac_UpdateUplinkBw() local 1647 returnVal = WebRtcIsac_UpdateUplinkBwImpl( in WebRtcIsac_UpdateUplinkBw() 1651 if (returnVal < 0) { in WebRtcIsac_UpdateUplinkBw() 1652 instISAC->errorCode = -returnVal; in WebRtcIsac_UpdateUplinkBw()
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 1867 FloatPixel returnVal; in sample_image_pixel_float_offset() local 2014 for (int i = 0; i < 4; i++) returnVal.p[i] = fabsf(outData[i]); in sample_image_pixel_float_offset() 2015 return returnVal; in sample_image_pixel_float_offset() 2089 pixelMax(maxUp, maxLow, returnVal.p); in sample_image_pixel_float_offset() 2179 pixelMax(pixelMaxA, pixelMaxB, returnVal.p); in sample_image_pixel_float_offset() 2195 pixelMax(pixelMaxA, returnVal.p, returnVal.p); in sample_image_pixel_float_offset() 2278 return returnVal; in sample_image_pixel_float_offset()
|
/external/proguard/src/proguard/gui/ |
D | ProGuardGUI.java | 881 int returnVal = fileChooser.showDialog(ProGuardGUI.this, msg("ok")); in createBrowseButton() 882 if (returnVal == JFileChooser.APPROVE_OPTION) in createBrowseButton() 1521 int returnVal = configurationChooser.showSaveDialog(ProGuardGUI.this); in actionPerformed() local 1522 if (returnVal == JFileChooser.APPROVE_OPTION) in actionPerformed()
|
/external/llvm-project/lldb/source/Expression/ |
D | IRInterpreter.cpp | 1508 lldb_private::Scalar returnVal = -1; in Interpret() local 1520 returnVal = value.GetScalar(); in Interpret() 1523 frame.AssignValue(inst, returnVal, module); in Interpret()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 2159 bool returnVal = false; in foldConstConstructor() local 2162 …returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp… in foldConstConstructor() 2165 …returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp… in foldConstConstructor() 2167 if (returnVal) in foldConstConstructor()
|