Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 5484) sorted by relevance

12345678910>>...220

/external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/other/
Dexpectations_other.json5 "result": "skip" string
11 "result": "skip" string
15 "result": "skip" string
19 "result": "skip" string
24 "result": "flaky" string
29 "result": "flaky" string
34 "result": "flaky" string
39 "result": "flaky" string
44 "result": "flaky" string
48 "result": "skip" string
[all …]
/external/autotest/client/site_tests/graphics_PiglitBVT/piglit_logs/pinetrail/
Dexpectations_pinetrail.json5 "result": "skip" string
10 "result": "flaky" string
15 "result": "flaky" string
19 "result": "skip" string
24 "result": "skip" string
29 "result": "flaky" string
34 "result": "flaky" string
39 "result": "flaky" string
44 "result": "flaky" string
49 "result": "flaky" string
[all …]
/external/mesa3d/src/mesa/program/
Dprog_execute.c668 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 …]
Dprog_opt_constant_fold.c144 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/v8/src/runtime/
Druntime-operators.cc17 Handle<Object> result; in RUNTIME_FUNCTION() local
29 Handle<Object> result; in RUNTIME_FUNCTION() local
41 Handle<Object> result; in RUNTIME_FUNCTION() local
53 Handle<Object> result; in RUNTIME_FUNCTION() local
65 Handle<Object> result; in RUNTIME_FUNCTION() local
77 Handle<Object> result; in RUNTIME_FUNCTION() local
89 Handle<Object> result; in RUNTIME_FUNCTION() local
101 Handle<Object> result; in RUNTIME_FUNCTION() local
113 Handle<Object> result; in RUNTIME_FUNCTION() local
125 Handle<Object> result; in RUNTIME_FUNCTION() local
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java72 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 …]
DTestTokenRewriteStream.java53 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/libchrome/base/time/
Dpr_time_unittest.cc92 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/mesa3d/src/glsl/glcpp/tests/
D067-nested-ifdef-ifndef.c4 #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/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapAsMapGetTester.java50 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
/external/clang/test/CodeGen/
Dbuiltins-overflow.c174 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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DBaseDexReader.java54 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/curl/lib/
Dimap.c460 CURLcode result = CURLE_OK; in imap_perform_capability() local
484 CURLcode result = CURLE_OK; in imap_perform_starttls() local
503 CURLcode result = CURLE_OK; in imap_perform_upgrade_tls() local
530 CURLcode result = CURLE_OK; in imap_perform_login() local
570 CURLcode result = CURLE_OK; in imap_perform_authenticate() local
608 CURLcode result = CURLE_OK; in imap_perform_authentication() local
646 CURLcode result = CURLE_OK; in imap_perform_list() local
681 CURLcode result = CURLE_OK; in imap_perform_select() local
721 CURLcode result = CURLE_OK; in imap_perform_fetch() local
755 CURLcode result = CURLE_OK; in imap_perform_append() local
[all …]
Dsmtp.c245 bool result = FALSE; in smtp_endofresp() local
347 CURLcode result = CURLE_OK; in smtp_perform_ehlo() local
373 CURLcode result = CURLE_OK; in smtp_perform_helo() local
396 CURLcode result = CURLE_OK; in smtp_perform_starttls() local
415 CURLcode result = CURLE_OK; in smtp_perform_upgrade_tls() local
445 CURLcode result = CURLE_OK; in smtp_perform_auth() local
482 CURLcode result = CURLE_OK; in smtp_perform_authentication() local
518 CURLcode result = CURLE_OK; in smtp_perform_command() local
550 CURLcode result = CURLE_OK; in smtp_perform_mail() local
625 CURLcode result = CURLE_OK; in smtp_perform_rcpt_to() local
[all …]
Dpop3.c349 CURLcode result = CURLE_OK; in pop3_perform_capa() local
373 CURLcode result = CURLE_OK; in pop3_perform_starttls() local
392 CURLcode result = CURLE_OK; in pop3_perform_upgrade_tls() local
419 CURLcode result = CURLE_OK; in pop3_perform_user() local
447 CURLcode result = CURLE_OK; in pop3_perform_apop() local
500 CURLcode result = CURLE_OK; in pop3_perform_auth() local
539 CURLcode result = CURLE_OK; in pop3_perform_authentication() local
587 CURLcode result = CURLE_OK; in pop3_perform_command() local
627 CURLcode result = CURLE_OK; in pop3_perform_quit() local
643 CURLcode result = CURLE_OK; in pop3_state_servergreet_resp() local
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DBigIntegerMathTest.java90 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/replicaisland/src/com/replica/replicaisland/
DDebugLog.java33 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/v8/test/cctest/
Dtest-javascript-arm64.cc62 Local<Value> result) { in ExpectBoolean()
69 Local<Value> result) { in ExpectInt32()
76 Local<Value> result) { in ExpectNumber()
82 static void ExpectUndefined(Local<Value> result) { in ExpectUndefined()
92 Local<Value> result = CompileRun("0x271828;"); in TEST() local
100 Local<Value> result = CompileRun("var my_global_var = 0x123; my_global_var;"); in TEST() local
108 Local<Value> result = CompileRun( in TEST() local
118 Local<Value> result = CompileRun( in TEST() local
138 Local<Value> result = CompileRun(buffer); in if_comparison_testcontext_helper() local
153 Local<Value> result = CompileRun(buffer); in if_comparison_effectcontext_helper() local
[all …]
/external/conscrypt/src/test/java/org/conscrypt/ct/
DCTVerifierTest.java68 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withOCSPResponse() local
78 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withTLSExtension() local
87 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withEmbeddedExtension() local
96 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withoutTimestamp() local
107 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withInvalidSignature() local
120 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withUnknownLog() local
134 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withInvalidEncoding() local
151 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withInvalidOCSPResponse() local
168 CTVerificationResult result = in test_verifySignedCertificateTimestamps_withMultipleTimestamps() local
/external/dexmaker/src/dx/java/com/android/dx/util/
DHex.java37 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/
DHex.java49 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/libnfc-nxp/src/
DphLibNfc_llcp.c114 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/vboot_reference/tests/
Dtest_common.c21 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/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpecList.java40 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/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java269 JSONArray result = new JSONArray(); in build() local
355 JSONObject result = new JSONObject(); in buildJsonAddress() local
370 JSONArray result = new JSONArray(); in buildJSONArray() local
379 JSONObject result = new JSONObject(); in buildJsonBleAdvertiseSettings() local
388 JSONObject result = new JSONObject(); in buildJsonBleScanResult() local
451 JSONObject result = new JSONObject(); in buildJsonBluetoothGattCharacteristic() local
465 JSONObject result = new JSONObject(); in buildJsonBluetoothGattDescriptor() local
476 JSONObject result = new JSONObject(); in buildJsonBluetoothGattService() local
487 JSONObject result = new JSONObject(); in buildJsonBundle() local
496 JSONObject result = new JSONObject(); in buildJsonCellLocation() local
[all …]

12345678910>>...220