Home
last modified time | relevance | path

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

12345678910>>...272

/third_party/typescript/src/testRunner/unittests/evaluation/
DoptionalCall.ts3 const result = evaluator.evaluateTypeScript(` constant
15 const result = evaluator.evaluateTypeScript(` constant
29 const result = evaluator.evaluateTypeScript(` constant
45 const result = evaluator.evaluateTypeScript(` constant
59 const result = evaluator.evaluateTypeScript(` constant
73 const result = evaluator.evaluateTypeScript(` constant
89 const result = evaluator.evaluateTypeScript(` constant
105 const result = evaluator.evaluateTypeScript(` constant
121 const result = evaluator.evaluateTypeScript(` constant
137 const result = evaluator.evaluateTypeScript(` constant
[all …]
DupdateExpressionInModule.ts6 const result = evaluator.evaluateTypeScript({ constant
21 const result = evaluator.evaluateTypeScript({ constant
36 const result = evaluator.evaluateTypeScript({ constant
51 const result = evaluator.evaluateTypeScript({ constant
66 const result = evaluator.evaluateTypeScript({ constant
81 const result = evaluator.evaluateTypeScript({ constant
96 const result = evaluator.evaluateTypeScript({ constant
111 const result = evaluator.evaluateTypeScript({ constant
DforOf.ts3 const result = evaluator.evaluateTypeScript(` constant
24 const result = evaluator.evaluateTypeScript(` constant
46 const result = evaluator.evaluateTypeScript(` constant
60 const result = evaluator.evaluateTypeScript(` constant
73 const result = evaluator.evaluateTypeScript(` constant
87 const result = evaluator.evaluateTypeScript(` constant
100 const result = evaluator.evaluateTypeScript(` constant
Ddestructuring.ts5 const result = evaluator.evaluateTypeScript(` constant
13 const result = evaluator.evaluateTypeScript(` constant
23 const result = evaluator.evaluateTypeScript(` constant
31 const result = evaluator.evaluateTypeScript(` constant
41 const result = evaluator.evaluateTypeScript(` constant
49 const result = evaluator.evaluateTypeScript(` constant
57 const result = evaluator.evaluateTypeScript(` constant
DsuperInStaticInitializer.ts3 const result = evaluator.evaluateTypeScript(` constant
22 const result = evaluator.evaluateTypeScript(` constant
42 const result = evaluator.evaluateTypeScript(` constant
68 const result = evaluator.evaluateTypeScript(` constant
102 const result = evaluator.evaluateTypeScript(` constant
125 const result = evaluator.evaluateTypeScript(` constant
148 const result = evaluator.evaluateTypeScript(` constant
170 const result = evaluator.evaluateTypeScript(` constant
DforAwaitOf.ts3 const result = evaluator.evaluateTypeScript(` constant
29 const result = evaluator.evaluateTypeScript(` constant
55 const result = evaluator.evaluateTypeScript(` constant
81 const result = evaluator.evaluateTypeScript(` constant
107 const result = evaluator.evaluateTypeScript(` constant
/third_party/rust/crates/clap/tests/builder/
Dconflicts.rs8 let result = Command::new("flag_conflict") in flag_conflict() localVariable
19 let result = Command::new("flag_conflict") in flag_conflict_2() localVariable
30 let result = Command::new("flag_conflict") in flag_conflict_with_all() localVariable
44 let result = cmd.clone().try_get_matches_from(vec!["myprog", "-f"]); in exclusive_flag() localVariable
47 let result = cmd.clone().try_get_matches_from(vec!["myprog", "-o", "-f"]); in exclusive_flag() localVariable
55 let result = Command::new("flag_conflict") in exclusive_option() localVariable
66 let result = Command::new("flag_conflict") in not_exclusive_with_defaults() localVariable
87 let result = cmd.try_get_matches_from(vec!["test", "--foo"]); in not_exclusive_with_group() localVariable
93 let result = Command::new("flag_conflict") in default_doesnt_activate_exclusive() localVariable
112 let result = cmd.try_get_matches_from_mut(vec!["myprog", "--other", "-f"]); in arg_conflicts_with_group() localVariable
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
Dsys_clock_test.cpp21 int result = clock_getres(CLOCK_REALTIME, &times); variable
36 int result = clock_getres(CLOCK_MONOTONIC, &times); variable
51 int result = clock_getres(CLOCK_PROCESS_CPUTIME_ID, &times); variable
64 int result = clock_getres(CLOCK_THREAD_CPUTIME_ID, &times); variable
75 int result = clock_getres(CLOCK_MONOTONIC_RAW, &times); variable
89 int result = clock_getres(CLOCK_REALTIME_COARSE, &times); variable
101 int result = clock_getres(CLOCK_MONOTONIC_COARSE, &times); variable
115 int result = clock_getres(CLOCK_BOOTTIME, &times); variable
130 int result = clock_getres(CLOCK_REALTIME_ALARM, &times); variable
145 int result = clock_getres(CLOCK_BOOTTIME_ALARM, &times); variable
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/conf/conf_gtest/
Dconf_sysconf_test.cpp22 int result = sysconf(_SC_TRACE_USER_EVENT_MAX); variable
46 int result = sysconf(_SC_CLK_TCK); variable
58 int result = sysconf(_SC_TZNAME_MAX); variable
70 int result = sysconf(_SC_PRIORITY_SCHEDULING); variable
82 int result = sysconf(_SC_SIGQUEUE_MAX); variable
94 int result = sysconf(_SC_PAGE_SIZE); variable
107 int result = sysconf(_SC_SEM_NSEMS_MAX); variable
120 int result = sysconf(_SC_COLL_WEIGHTS_MAX); variable
133 int result = sysconf(_SC_NPROCESSORS_CONF); variable
/third_party/json/tests/src/
Dunit-merge_patch.cpp97 json result = R"({"a":"c"})"_json; variable
107 json result = R"({"a":"b", "b":"c"})"_json; variable
117 json result = R"({})"_json; variable
127 json result = R"({"b":"c"})"_json; variable
137 json result = R"({"a":"c"})"_json; variable
147 json result = R"({"a":["b"]})"_json; variable
157 json result = R"({"a": {"b": "d"}})"_json; variable
167 json result = R"({"a":[1]})"_json; variable
177 json result = R"(["c","d"])"_json; variable
187 json result = R"(["c"])"_json; variable
[all …]
Dunit-msgpack.cpp110 const auto result = json::to_msgpack(j); variable
118 const auto result = json::to_msgpack(j); variable
132 const auto result = json::to_msgpack(j); variable
144 const auto result = json::to_msgpack(j); variable
174 const auto result = json::to_msgpack(j); variable
205 const auto result = json::to_msgpack(j); variable
237 const auto result = json::to_msgpack(j); variable
272 const auto result = json::to_msgpack(j); variable
312 const auto result = json::to_msgpack(j); variable
359 const auto result = json::to_msgpack(j); variable
[all …]
Dunit-cbor.cpp108 const auto result = json::to_cbor(j); variable
117 const auto result = json::to_cbor(j); variable
126 const auto result = json::to_cbor(j); variable
134 const auto result = json::to_cbor(j); variable
148 const auto result = json::to_cbor(j); variable
160 const auto result = json::to_cbor(j); variable
211 const auto result = json::to_cbor(j); variable
264 const auto result = json::to_cbor(j); variable
303 const auto result = json::to_cbor(j); variable
324 const auto result = json::to_cbor(j); variable
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
Dwcwidth.c33 int result = wcwidth(0); in wcwidth_0100() local
46 int result = wcwidth(INPUT_VALUE[0]); in wcwidth_0200() local
59 int result = wcwidth(INPUT_VALUE[1]); in wcwidth_0300() local
72 int result = wcwidth(INPUT_VALUE[2]); in wcwidth_0400() local
85 int result = wcwidth(INPUT_VALUE[3]); in wcwidth_0500() local
98 int result = wcwidth(INPUT_VALUE[4]); in wcwidth_0600() local
111 int result = wcwidth(INPUT_VALUE[5]); in wcwidth_0700() local
124 int result = wcwidth(INPUT_VALUE[6]); in wcwidth_0800() local
137 int result = wcwidth(INPUT_VALUE[7]); in wcwidth_0900() local
150 int result = wcwidth(INPUT_VALUE[8]); in wcwidth_1000() local
[all …]
/third_party/spirv-tools/test/opt/
Dtrim_capabilities_pass_test.cpp131 const auto result = in TEST_F() local
295 const auto result = in TEST_F() local
313 const auto result = in TEST_F() local
339 const auto result = in TEST_F() local
361 const auto result = in TEST_F() local
385 const auto result = in TEST_F() local
406 const auto result = in TEST_F() local
441 const auto result = in TEST_F() local
476 const auto result = in TEST_F() local
519 const auto result = in TEST_F() local
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgai_strerror.c26 const char *result = gai_strerror(EAI_BADFLAGS); in gai_strerror_0100() local
37 const char *result = gai_strerror(EAI_NONAME); in gai_strerror_0200() local
48 const char *result = gai_strerror(EAI_AGAIN); in gai_strerror_0300() local
59 const char *result = gai_strerror(EAI_FAIL); in gai_strerror_0400() local
70 const char *result = gai_strerror(-5); in gai_strerror_0500() local
81 const char *result = gai_strerror(EAI_FAMILY); in gai_strerror_0600() local
92 const char *result = gai_strerror(EAI_SOCKTYPE); in gai_strerror_0700() local
103 const char *result = gai_strerror(EAI_SERVICE); in gai_strerror_0800() local
114 const char *result = gai_strerror(-9); in gai_strerror_0900() local
125 const char *result = gai_strerror(EAI_MEMORY); in gai_strerror_1000() local
[all …]
/third_party/mesa3d/src/compiler/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
/third_party/protobuf/js/experimental/runtime/kernel/
Dbuffer_decoder_test.js104 const result = bufferDecoder.getUnsignedVarint32(); constant
112 const result = bufferDecoder.getUnsignedVarint32(); constant
120 const result = bufferDecoder.getUnsignedVarint32(); constant
128 const result = bufferDecoder.getUnsignedVarint32(); constant
143 const result = bufferDecoder.getUnsignedVarint32(); constant
154 const result = bufferDecoder.getUnsignedVarint32At(1); constant
164 const result = bufferDecoder.getFloat32(0); constant
174 const result = bufferDecoder.getFloat64(0); constant
184 const result = bufferDecoder.getInt32(0); constant
192 const result = bufferDecoder.getInt32(0); constant
[all …]
/third_party/openssl/test/
Dssl_test.c34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result()
45 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts()
103 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol()
124 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername()
135 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket()
149 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id()
162 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression()
169 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn()
182 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn()
194 static int check_session_ticket_app_data(HANDSHAKE_RESULT *result, in check_session_ticket_app_data()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
Darpa_inet_test.cpp18 int result = inet_pton(AF_INET, "127.0.0.1", &(addr.sin_addr)); variable
35 char* result = inet_ntoa(addr); variable
49 int result = inet_aton("127.9.8.7", &addr); variable
64 int result = inet_aton("127.9.8", &addr); variable
79 int result = inet_aton("127.9", &addr); variable
94 int result = inet_aton("0xFf.0.0.9", &addr); variable
109 int result = inet_aton("0XfF.0.0.9", &addr); variable
124 int result = inet_aton("0177.0.0.9", &addr); variable
139 int result = inet_aton("369", &addr); variable
262 int result = inet_aton("0900.0.0.9", &addr); variable
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common_simd.inl18 tvec4<float, P> result(uninitialize); local
29 tvec4<int, P> result(uninitialize); local
40 tvec4<float, P> result(uninitialize); local
51 tvec4<float, P> result(uninitialize); local
62 tvec4<float, P> result(uninitialize); local
73 tvec4<float, P> result(uninitialize); local
84 tvec4<float, P> result(uninitialize); local
95 tvec4<float, P> result(uninitialize); local
106 tvec4<int32, P> result(uninitialize); local
117 tvec4<uint32, P> result(uninitialize); local
[all …]
/third_party/python/Lib/xml/etree/
DElementPath.py118 def select(context, result): argument
124 def select(context, result): argument
134 def select(context, result): argument
143 def select(context, result): argument
157 def select(context, result): argument
158 def select_child(result): argument
165 def select(context, result): argument
173 def select(context, result): argument
179 def select(context, result): argument
197 def select(context, result): argument
[all …]
/third_party/cmsis/CMSIS/Core/Include/a-profile/
Dcmsis_cp15.h37 uint32_t result; in __get_ACTLR() local
55 uint32_t result; in __get_CPACR() local
73 uint32_t result; in __get_DFSR() local
91 uint32_t result; in __get_IFSR() local
109 uint32_t result; in __get_ISR() local
119 uint32_t result; in __get_CBAR() local
132 uint32_t result; in __get_TTBR0() local
156 uint32_t result; in __get_DACR() local
188 uint32_t result; in __get_SCTLR() local
201 uint32_t result; in __get_MPIDR() local
[all …]
/third_party/node/test/parallel/
Dtest-policy-manifest.js18 const result = spawnSync(process.execPath, [ constant
34 const result = spawnSync(process.execPath, [ constant
49 const result = spawnSync(process.execPath, [ constant
65 const result = spawnSync(process.execPath, [ constant
80 const result = spawnSync(process.execPath, [ constant
92 const result = spawnSync(process.execPath, [ constant
107 const result = spawnSync(process.execPath, [ constant
120 const result = spawnSync(process.execPath, [ constant
134 const result = spawnSync(process.execPath, [ constant
148 const result = spawnSync(process.execPath, [ constant
/third_party/python/Modules/_decimal/libmpdec/
Dmpsignal.c49 mpd_import_u16(mpd_t *result, const uint16_t *srcdata, size_t srclen, in mpd_import_u16()
58 mpd_import_u32(mpd_t *result, const uint32_t *srcdata, size_t srclen, in mpd_import_u32()
89 mpd_finalize(mpd_t *result, mpd_context_t *ctx) in mpd_finalize()
97 mpd_check_nan(mpd_t *result, const mpd_t *a, mpd_context_t *ctx) in mpd_check_nan()
108 mpd_check_nans(mpd_t *result, const mpd_t *a, const mpd_t *b, mpd_context_t *ctx) in mpd_check_nans()
119 mpd_set_string(mpd_t *result, const char *s, mpd_context_t *ctx) in mpd_set_string()
127 mpd_maxcoeff(mpd_t *result, mpd_context_t *ctx) in mpd_maxcoeff()
136 mpd_sset_ssize(mpd_t *result, mpd_ssize_t a, mpd_context_t *ctx) in mpd_sset_ssize()
144 mpd_sset_i32(mpd_t *result, int32_t a, mpd_context_t *ctx) in mpd_sset_i32()
153 mpd_sset_i64(mpd_t *result, int64_t a, mpd_context_t *ctx) in mpd_sset_i64()
[all …]
/third_party/libcoap/tests/
Dtest_encode.c25 unsigned int result; in t_decode1() local
36 unsigned int result; in t_decode2() local
47 unsigned int result; in t_decode3() local
58 unsigned int result; in t_decode4() local
68 uint64_t result; in t_decode5() local
79 uint64_t result; in t_decode6() local
90 uint64_t result; in t_decode7() local
101 uint64_t result; in t_decode8() local
116 unsigned int result; in t_encode1() local
129 unsigned int result; in t_encode2() local
[all …]

12345678910>>...272