/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 668 GLfloat a[4], result[4]; in _mesa_execute_program() local 679 GLfloat a[4], b[4], result[4]; in _mesa_execute_program() local 696 GLuint a[4], b[4], result[4]; in _mesa_execute_program() local 769 GLfloat a[4], b[4], c[4], result[4]; in _mesa_execute_program() local 789 GLfloat a[4], result[4]; in _mesa_execute_program() local 798 GLfloat result[4]; in _mesa_execute_program() local 806 GLfloat result[4]; in _mesa_execute_program() local 814 GLfloat a[4], b[4], result[4]; in _mesa_execute_program() local 827 GLfloat a[4], b[4], c, result[4]; in _mesa_execute_program() local 841 GLfloat a[4], b[4], result[4]; in _mesa_execute_program() local [all …]
|
D | prog_opt_constant_fold.c | 144 float result[4]; in _mesa_constant_fold() local 173 float result[4]; in _mesa_constant_fold() local 202 float result; in _mesa_constant_fold() local 233 float result[4]; in _mesa_constant_fold() local 257 float result[4]; in _mesa_constant_fold() local 289 float result[4]; in _mesa_constant_fold() local 321 float result[4]; in _mesa_constant_fold() local 353 float result[4]; in _mesa_constant_fold() local 385 float result[4]; in _mesa_constant_fold() local 417 float result[4]; in _mesa_constant_fold() local
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestIntervalSet.java | 72 String result = (s.and(s2)).toString(); in testSimpleAnd() local 80 String result = (s.and(s2)).toString(); in testRangeAndIsolatedElement() local 88 String result = (s.and(s2)).toString(); in testEmptyIntersection() local 96 String result = (s.and(s2)).toString(); in testEmptyIntersectionSingleElements() local 105 String result = (s.complement(vocabulary)).toString(); in testNotSingleElement() local 115 String result = (s.complement(vocabulary)).toString(); in testNotSet() local 123 String result = (s.complement(vocabulary)).toString(); in testNotEqualSet() local 131 String result = (s.complement(vocabulary)).toString(); in testNotSetEdgeElement() local 144 String result = (s.complement(vocabulary)).toString(); in testNotSetFragmentedVocabulary() local 152 String result = (s.subtract(s2)).toString(); in testSubtractOfCompletelyContainedRange() local [all …]
|
D | TestTokenRewriteStream.java | 53 String result = tokens.toString(); in testInsertBeforeIndex0() local 68 String result = tokens.toString(); in testInsertAfterLastIndex() local 85 String result = tokens.toString(); in test2InsertBeforeAfterMiddleIndex() local 101 String result = tokens.toString(); in testReplaceIndex0() local 117 String result = tokens.toString(); in testReplaceLastIndex() local 133 String result = tokens.toString(); in testReplaceMiddleIndex() local 155 String result = tokens.toOriginalString(); in testToStringStartStop() local 189 String result = tokens.toOriginalString(); in testToStringStartStop2() local 237 String result = tokens.toString(); in test2ReplaceMiddleIndex() local 255 String result = tokens.toString(); in test2ReplaceMiddleIndex1InsertBefore() local [all …]
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 067-nested-ifdef-ifndef.c | 4 #define result success macro 9 #define result failure macro 17 #define result failure macro 23 #define result failure macro 27 #define result success macro 33 #define result failure macro 37 #define result success macro
|
/external/skia/src/sksl/ |
D | SkSLUtil.h | 27 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Default() local 34 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version450Core() local 40 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version110() local 47 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in UsesPrecisionModifiers() local 54 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in CannotUseMinAndAbsTogether() local 61 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in MustForceNegatedAtanParamToFloat() local 68 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in ShaderDerivativeExtensionString() local 76 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in FragCoordsOld() local 84 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in FragCoordsNew() local 91 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in VariousCaps() local
|
/external/libchrome/base/time/ |
D | pr_time_unittest.cc | 92 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time); in TEST_F() local 99 PRStatus result = PR_ParseTimeString("Mon, 15 Oct 2007 19:45:00 GMT", in TEST_F() local 107 PRStatus result = PR_ParseTimeString("15 Oct 07 12:45:00", PR_FALSE, in TEST_F() local 115 PRStatus result = PR_ParseTimeString("15 Oct 07 19:45 GMT", PR_FALSE, in TEST_F() local 123 PRStatus result = PR_ParseTimeString("Mon Oct 15 12:45 PDT 2007", in TEST_F() local 131 PRStatus result = PR_ParseTimeString("Monday, Oct 15, 2007 12:45 PM", in TEST_F() local 139 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00 PM", PR_FALSE, in TEST_F() local 147 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00. PM", PR_FALSE, in TEST_F() local 155 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00.0 PM", PR_FALSE, in TEST_F() local 163 PRStatus result = PR_ParseTimeString("15-OCT-2007 12:45pm", PR_FALSE, in TEST_F() local [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultimapAsMapGetTester.java | 50 Collection<V> result = multimap().asMap().get(sampleKeys().e0); in testPropagatesRemoveToMultimap() local 59 Collection<V> result = multimap().asMap().get(sampleKeys().e0); in testPropagatesRemoveLastElementToMultimap() local 67 Collection<V> result = multimap().asMap().get(sampleKeys().e0); in testPropagatesClearToMultimap() local 76 Collection<V> result = multimap().asMap().get(sampleKeys().e0); in testAddNullValue() local 84 Collection<V> result = multimap().asMap().get(sampleKeys().e0); in testRemoveNullValue() local 91 Collection<V> result = multimap().asMap().get(sampleKeys().e0); in testAddNullValueUnsupported() local 101 Collection<V> result = multimap().asMap().get(sampleKeys().e0); in testPropagatesAddToMultimap() local 115 Collection<V> result = multimap().asMap().get(k0); in testPropagatesRemoveThenAddToMultimap() local 139 Collection<V> result = multimap().asMap().get(sampleKeys().e0); in testReflectsMultimapRemove() local
|
D | MultimapGetTester.java | 45 Collection<V> result = multimap().get(sampleKeys().e3); in testGetEmpty() local 52 Collection<V> result = multimap().get(sampleKeys().e0); in testGetNonEmpty() local 80 Collection<V> result = multimap().get(sampleKeys().e0); in testPropagatesRemoveToMultimap() local 89 Collection<V> result = multimap().get(sampleKeys().e0); in testPropagatesRemoveLastElementToMultimap() local 96 Collection<V> result = multimap().get(sampleKeys().e0); in testPropagatesAddToMultimap() local 105 Collection<V> result = multimap().get(sampleKeys().e0); in testPropagatesAddAllToMultimap() local 120 Collection<V> result = multimap().get(k0); in testPropagatesRemoveLastThenAddToMultimap() local
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | VersionFromVCS.cmake | 6 set(result ${${VERS}}) variable 8 set(result "${result}svn") variable 16 set(result "${result}-r${Project_WC_REVISION}") variable 20 set(result "${result}git") variable 31 set(result "${result}-${git_ref_id}") variable 40 set(result "${result}-svn-${git_svn_rev}") variable
|
/external/protobuf/src/google/protobuf/util/ |
D | time_util.h | 204 Duration result; variable 210 Duration result = d1; variable 214 Duration result = d1; variable 233 Duration result = d1; variable 271 Timestamp result = t; variable 275 Timestamp result = t; variable 279 Timestamp result = t; variable
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | BaseDexReader.java | 54 int result; in readSleb128() local 98 int result; in readUleb128() local 155 int result; in readBigUleb128() local 214 int result = dexBuf.readSmallUint(o); in readSmallUint() local 221 int result = dexBuf.readOptionalUint(o); in readOptionalUint() local 232 int result = dexBuf.readUshort(offset); in readUshort() local 243 int result = dexBuf.readUbyte(offset); in readUbyte() local 250 long result = dexBuf.readLong(offset); in readLong() local 257 int result = dexBuf.readInt(offset); in readInt() local 264 int result = dexBuf.readShort(offset); in readShort() local [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | atomicops_internals_power.h | 41 Atomic32 result; in NoBarrier_CompareAndSwap() local 62 Atomic32 result; in NoBarrier_AtomicExchange() local 79 Atomic32 result; in NoBarrier_AtomicIncrement() local 107 Atomic32 result; in Barrier_AtomicIncrement() local 130 Atomic32 result; in Acquire_CompareAndSwap() local 154 Atomic32 result; in Release_CompareAndSwap() local 201 Atomic32 result; in Acquire_Load() local 220 Atomic32 result; in Release_Load() local 242 Atomic64 result; in NoBarrier_CompareAndSwap() local 264 Atomic64 result; in NoBarrier_AtomicExchange() local [all …]
|
/external/clang/test/CodeGen/ |
D | builtins-overflow.c | 174 volatile int result; in test_add_overflow_volatile() local 183 unsigned result; in test_uadd_overflow() local 192 unsigned long result; in test_uaddl_overflow() local 201 unsigned long long result; in test_uaddll_overflow() local 210 unsigned result; in test_usub_overflow() local 219 unsigned long result; in test_usubl_overflow() local 228 unsigned long long result; in test_usubll_overflow() local 237 unsigned result; in test_umul_overflow() local 246 unsigned long result; in test_umull_overflow() local 255 unsigned long long result; in test_umulll_overflow() local [all …]
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | BigIntegerMathTest.java | 90 int result = BigIntegerMath.log2(x, mode); in testLog2Floor() local 100 int result = BigIntegerMath.log2(x, mode); in testLog2Ceiling() local 123 int result = BigIntegerMath.log2(x, HALF_UP); in testLog2HalfUp() local 134 int result = BigIntegerMath.log2(x, HALF_DOWN); in testLog2HalfDown() local 178 int result = BigIntegerMath.log10(x, mode); in testLog10Floor() local 189 int result = BigIntegerMath.log10(x, mode); in testLog10Ceiling() local 214 int result = BigIntegerMath.log10(x, HALF_UP); in testLog10HalfUp() local 226 int result = BigIntegerMath.log10(x, HALF_DOWN); in testLog10HalfDown() local 276 BigInteger result = BigIntegerMath.sqrt(x, mode); in testSqrtFloor() local 288 BigInteger result = BigIntegerMath.sqrt(x, mode); in testSqrtCeiling() local
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ct/ |
D | CTVerifierTest.java | 62 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withOCSPResponse() local 72 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withTLSExtension() local 81 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withEmbeddedExtension() local 90 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withoutTimestamp() local 101 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withInvalidSignature() local 114 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withUnknownLog() local 128 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withInvalidEncoding() local 140 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse() local 152 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withMultipleTimestamps() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DebugLog.java | 33 int result = 0; in v() local 41 int result = 0; in v() local 49 int result = 0; in d() local 57 int result = 0; in d() local 65 int result = 0; in i() local 73 int result = 0; in i() local 81 int result = 0; in w() local 89 int result = 0; in w() local 97 int result = 0; in w() local 105 int result = 0; in e() local [all …]
|
/external/curl/lib/ |
D | imap.c | 464 CURLcode result = CURLE_OK; in imap_perform_capability() local 488 CURLcode result = CURLE_OK; in imap_perform_starttls() local 507 CURLcode result = CURLE_OK; in imap_perform_upgrade_tls() local 534 CURLcode result = CURLE_OK; in imap_perform_login() local 574 CURLcode result = CURLE_OK; in imap_perform_authenticate() local 612 CURLcode result = CURLE_OK; in imap_perform_authentication() local 650 CURLcode result = CURLE_OK; in imap_perform_list() local 685 CURLcode result = CURLE_OK; in imap_perform_select() local 725 CURLcode result = CURLE_OK; in imap_perform_fetch() local 759 CURLcode result = CURLE_OK; in imap_perform_append() local [all …]
|
D | smtp.c | 249 bool result = FALSE; in smtp_endofresp() local 351 CURLcode result = CURLE_OK; in smtp_perform_ehlo() local 377 CURLcode result = CURLE_OK; in smtp_perform_helo() local 400 CURLcode result = CURLE_OK; in smtp_perform_starttls() local 419 CURLcode result = CURLE_OK; in smtp_perform_upgrade_tls() local 449 CURLcode result = CURLE_OK; in smtp_perform_auth() local 486 CURLcode result = CURLE_OK; in smtp_perform_authentication() local 522 CURLcode result = CURLE_OK; in smtp_perform_command() local 554 CURLcode result = CURLE_OK; in smtp_perform_mail() local 629 CURLcode result = CURLE_OK; in smtp_perform_rcpt_to() local [all …]
|
D | pop3.c | 361 CURLcode result = CURLE_OK; in pop3_perform_capa() local 385 CURLcode result = CURLE_OK; in pop3_perform_starttls() local 404 CURLcode result = CURLE_OK; in pop3_perform_upgrade_tls() local 431 CURLcode result = CURLE_OK; in pop3_perform_user() local 459 CURLcode result = CURLE_OK; in pop3_perform_apop() local 512 CURLcode result = CURLE_OK; in pop3_perform_auth() local 551 CURLcode result = CURLE_OK; in pop3_perform_authentication() local 599 CURLcode result = CURLE_OK; in pop3_perform_command() local 639 CURLcode result = CURLE_OK; in pop3_perform_quit() local 655 CURLcode result = CURLE_OK; in pop3_state_servergreet_resp() local [all …]
|
/external/smali/util/src/main/java/org/jf/util/ |
D | Hex.java | 49 char[] result = new char[16]; in u8() local 65 char[] result = new char[8]; in u4() local 81 char[] result = new char[6]; in u3() local 97 char[] result = new char[4]; in u2() local 129 char[] result = new char[2]; in u1() local 145 char[] result = new char[1]; in uNibble() local 158 char[] result = new char[17]; in s8() local 182 char[] result = new char[9]; in s4() local 206 char[] result = new char[5]; in s2() local 230 char[] result = new char[3]; in s1() local
|
/external/vboot_reference/tests/ |
D | test_common.c | 21 int TEST_EQ(int result, int expected_result, const char* testname) { in TEST_EQ() 34 int TEST_NEQ(int result, int not_expected_result, const char* testname) { in TEST_NEQ() 47 int TEST_PTR_EQ(const void* result, const void* expected_result, in TEST_PTR_EQ() 61 int TEST_PTR_NEQ(const void* result, const void* not_expected_result, in TEST_PTR_NEQ() 75 int TEST_STR_EQ(const char* result, const char* expected_result, in TEST_STR_EQ() 96 int TEST_SUCC(int result, const char* testname) { in TEST_SUCC() 107 int TEST_TRUE(int result, const char* testname) { in TEST_TRUE() 118 int TEST_FALSE(int result, const char* testname) { in TEST_FALSE()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLRSAKeyFactory.java | 96 T result = (T) new RSAPublicKeySpec(rsaKey.getModulus(), rsaKey.getPublicExponent()); in engineGetKeySpec() local 106 T result = (T) new RSAPublicKeySpec(rsaKey.getModulus(), rsaKey.getPublicExponent()); in engineGetKeySpec() local 112 T result = (T) new RSAPrivateCrtKeySpec(rsaKey.getModulus(), rsaKey.getPublicExponent(), in engineGetKeySpec() local 121 T result = (T) new RSAPrivateKeySpec(rsaKey.getModulus(), rsaKey.getPrivateExponent()); in engineGetKeySpec() local 127 T result = (T) new RSAPrivateKeySpec(rsaKey.getModulus(), rsaKey.getPrivateExponent()); in engineGetKeySpec() local 140 T result = (T) new RSAPrivateCrtKeySpec(rsaKey.getModulus(), in engineGetKeySpec() local 156 T result = (T) new RSAPrivateKeySpec(rsaKey.getModulus(), rsaKey.getPrivateExponent()); in engineGetKeySpec() local 167 @SuppressWarnings("unchecked") T result = (T) new PKCS8EncodedKeySpec(encoded); in engineGetKeySpec() local 177 @SuppressWarnings("unchecked") T result = (T) new X509EncodedKeySpec(encoded); in engineGetKeySpec() local
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_filespec.cpp | 21 CFX_WideString result; in ChangeSlashToPlatform() local 38 CFX_WideString result; in ChangeSlashToPDF() local 68 CFX_WideString result; in DecodeFileName() local 74 CFX_WideString result; in DecodeFileName() local 126 CFX_WideString result; in EncodeFileName() local 139 CFX_WideString result; in EncodeFileName() local 147 CFX_WideString result; in EncodeFileName() local
|
/external/ltp/testcases/network/nfsv4/acl/ |
D | acl1.c | 57 int result; in do_file_op() local 116 static void report(testnum, expected, result, fail) in report() argument 143 int result; in test1() local 162 int result; in test2() local 179 int result; in test3() local 196 int result; in test4() local 207 int result; in test5() local 218 int result; in testgrp1() local 239 int result; in testgrp2() local 257 int result; in testgrp3() local [all …]
|