/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/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/clang/test/CodeGen/ |
D | builtins-overflow.c | 18 unsigned result; in test_uadd_overflow() local 27 unsigned long result; in test_uaddl_overflow() local 36 unsigned long long result; in test_uaddll_overflow() local 45 unsigned result; in test_usub_overflow() local 54 unsigned long result; in test_usubl_overflow() local 63 unsigned long long result; in test_usubll_overflow() local 72 unsigned result; in test_umul_overflow() local 81 unsigned long result; in test_umull_overflow() local 90 unsigned long long result; in test_umulll_overflow() local 99 int result; in test_sadd_overflow() 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/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/v8/test/cctest/ |
D | test-javascript-arm64.cc | 63 static void ExpectBoolean(bool expected, Local<Value> result) { in ExpectBoolean() 69 static void ExpectInt32(int32_t expected, Local<Value> result) { in ExpectInt32() 75 static void ExpectNumber(double expected, Local<Value> result) { in ExpectNumber() 81 static void ExpectUndefined(Local<Value> result) { in ExpectUndefined() 91 Local<Value> result = CompileRun("0x271828;"); in TEST() local 99 Local<Value> result = CompileRun("var my_global_var = 0x123; my_global_var;"); in TEST() local 107 Local<Value> result = CompileRun( in TEST() local 117 Local<Value> result = CompileRun( in TEST() local 139 Local<Value> result = CompileRun(buffer); in if_comparison_testcontext_helper() local 156 Local<Value> result = CompileRun(buffer); in if_comparison_effectcontext_helper() local [all …]
|
D | test-js-arm64-variables.cc | 65 static void ExpectInt32(int32_t expected, Local<Value> result) { in ExpectInt32() 75 Local<Value> result = CompileRun( in TEST() local 87 Local<Value> result = CompileRun( in TEST() local 98 Local<Value> result = CompileRun( in TEST() local 109 Local<Value> result = CompileRun( in TEST() local 123 Local<Value> result = CompileRun( in TEST() local 137 Local<Value> result = CompileRun( in TEST() local
|
/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/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/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/dexmaker/src/dx/java/com/android/dx/util/ |
D | Hex.java | 37 char[] result = new char[16]; in u8() local 53 char[] result = new char[8]; in u4() local 69 char[] result = new char[6]; in u3() local 85 char[] result = new char[4]; in u2() local 117 char[] result = new char[2]; in u1() local 133 char[] result = new char[1]; in uNibble() local 146 char[] result = new char[17]; in s8() local 170 char[] result = new char[9]; in s4() local 194 char[] result = new char[5]; in s2() local 218 char[] result = new char[3]; in s1() local
|
/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/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | SyncResultTest.java | 20 SyncResult result = new SyncResult(); in testConstructor() local 26 SyncResult result = new SyncResult(); in hasSoftError() local 35 SyncResult result = new SyncResult(); in hasHardError() local 44 SyncResult result = new SyncResult(); in testMadeSomeProgress() local 52 SyncResult result = new SyncResult(); in testClear() local
|
/external/libnfc-nxp/src/ |
D | phLibNfc_llcp.c | 114 NFCSTATUS result; in phLibNfc_Mgt_SetLlcp_ConfigParams() local 192 NFCSTATUS result; in phLibNfc_Llcp_CheckLlcp() local 365 NFCSTATUS result; in phLibNfc_Llcp_Activate() local 395 NFCSTATUS result; in phLibNfc_Llcp_Deactivate() local 427 NFCSTATUS result; in phLibNfc_Llcp_GetLocalInfo() local 452 NFCSTATUS result; in phLibNfc_Llcp_GetRemoteInfo() local 489 NFCSTATUS result; in phLibNfc_Llcp_DiscoverServices() local 556 NFCSTATUS result; in phLibNfc_Llcp_Socket() local 591 NFCSTATUS result; in phLibNfc_Llcp_Close() local 618 NFCSTATUS result; in phLibNfc_Llcp_SocketGetLocalOptions() local [all …]
|
/external/llvm/cmake/modules/ |
D | VersionFromVCS.cmake | 8 set(result "${result}svn") variable 17 set(result "${result}-r${Project_WC_REVISION}") variable 21 set(result "${result}git") variable 64 set(result "${result}${git_svn_rev}-${git_ref_id}") variable 66 set(result "${result}${git_svn_rev}") variable
|
/external/v8/src/base/platform/ |
D | condition-variable.cc | 26 int result = pthread_condattr_init(&attr); in ConditionVariable() local 42 int result = pthread_cond_destroy(&native_handle_); in ~ConditionVariable() local 49 int result = pthread_cond_signal(&native_handle_); in NotifyOne() local 56 int result = pthread_cond_broadcast(&native_handle_); in NotifyAll() local 64 int result = pthread_cond_wait(&native_handle_, &mutex->native_handle()); in Wait() local 73 int result; in WaitFor() local
|
D | semaphore.cc | 24 kern_return_t result = semaphore_create( in Semaphore() local 32 kern_return_t result = semaphore_destroy(mach_task_self(), native_handle_); in ~Semaphore() local 39 kern_return_t result = semaphore_signal(native_handle_); in Signal() local 47 kern_return_t result = semaphore_wait(native_handle_); in Wait() local 66 kern_return_t result = semaphore_timedwait(native_handle_, ts); in WaitFor() local
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegisterSpecList.java | 40 RegisterSpecList result = new RegisterSpecList(1); in make() local 54 RegisterSpecList result = new RegisterSpecList(2); in make() local 70 RegisterSpecList result = new RegisterSpecList(3); in make() local 89 RegisterSpecList result = new RegisterSpecList(4); in make() local 114 int result = 0; in getWordCount() local 202 int result = 0; in getRegistersSize() local 227 RegisterSpecList result = new RegisterSpecList(sz + 1); in withFirst() local 255 RegisterSpecList result = new RegisterSpecList(newSize); in withoutFirst() local 282 RegisterSpecList result = new RegisterSpecList(newSize); in withoutLast() local 311 RegisterSpecList result = new RegisterSpecList(newSize); in subset() local [all …]
|
/external/easymock/src/org/easymock/ |
D | LogicalOperator.java | 23 public boolean matchResult(int result) { in matchResult() 28 public boolean matchResult(int result) { in matchResult() 33 public boolean matchResult(int result) { in matchResult() 38 public boolean matchResult(int result) { in matchResult() 43 public boolean matchResult(int result) { in matchResult() 58 public abstract boolean matchResult(int result); in matchResult()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ObjectArraysTest.java | 90 String[] result in testConcatEmptyEmpty() local 98 String[] result = ObjectArrays.concat( in testConcatEmptyNonempty() local 106 String[] result = ObjectArrays.concat( in testConcatNonemptyEmpty() local 114 String[] result = ObjectArrays.concat( in testConcatBasic() local 122 Serializable[] result in testConcatWithMoreGeneralType() local 172 String[] result = ObjectArrays.concat("foo", new String[] {}); in testPrependZeroElements() local 177 String[] result = ObjectArrays.concat("foo", new String[] { "bar" }); in testPrependOneElement() local 182 String[] result = ObjectArrays.concat("foo", new String[] { "bar", "baz" }); in testPrependTwoElements() local 187 String[] result = ObjectArrays.concat(new String[] {}, "foo"); in testAppendZeroElements() local 192 String[] result = ObjectArrays.concat(new String[] { "foo" }, "bar"); in testAppendOneElement() local [all …]
|
/external/v8/test/cctest/compiler/ |
D | test-changes-lowering.cc | 73 MaybeHandle<Object> result = in CallWithPotentialGC() local 172 int32_t result = t.Call(Smi::FromInt(input)); in TEST() local 178 int32_t result = t.Call(*number); in TEST() local 184 int32_t result = t.Call(*number); in TEST() local 202 uint32_t result = t.Call(Smi::FromInt(input)); in TEST() local 208 uint32_t result = t.Call(*number); in TEST() local 214 uint32_t result = t.Call(*number); in TEST() local 224 double result; in TEST() local 279 int32_t result = t.Call(true_obj); in TEST() local 285 int32_t result = t.Call(false_obj); in TEST() local [all …]
|