Home
last modified time | relevance | path

Searched defs:expected (Results 626 - 650 of 1349) sorted by relevance

1...<<21222324252627282930>>...54

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestBidiTransform.java244 private void logResultsForDir(String inText, String outText, String expected, in logResultsForDir() argument
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DResourceBundlePerf.java66 String expected; field in ResourceBundlePerf.GetStringJava
67 GetStringJava(String key, String expected) { in GetStringJava() argument
79 String expected; field in ResourceBundlePerf.GetStringIcu
80 GetStringIcu(String key, String expected) { in GetStringIcu() argument
116 int expected; global() field in ResourceBundlePerf.GetIntJava
117 GetIntJava(String key, int expected) GetIntJava() argument
129 int expected; global() field in ResourceBundlePerf.GetIntIcu
130 GetIntIcu(String key, int expected) GetIntIcu() argument
203 int[] expected; global() field in ResourceBundlePerf.GetIvJava
204 GetIvJava(String key, int[] expected) GetIvJava() argument
218 int[] expected; global() field in ResourceBundlePerf.GetIvIcu
219 GetIvIcu(String key, int[] expected) GetIvIcu() argument
302 String[] expected; global() field in ResourceBundlePerf.GetMenuJava
303 GetMenuJava(String key, String[] expected) GetMenuJava() argument
330 String[] expected; global() field in ResourceBundlePerf.GetMenuIcu
331 GetMenuIcu(String key, String[] expected) GetMenuIcu() argument
[all...]
/third_party/libuv/src/unix/
H A Dtty.c283 int expected; in uv_tty_set_mode() local
/third_party/json/tests/src/
H A Dunit-cbor.cpp116 std::vector<uint8_t> expected = {0xf9, 0x7e, 0x00}; variable
125 std::vector<uint8_t> expected = {0xf9, 0x7c, 0x00}; variable
133 std::vector<uint8_t> expected = {0xf6}; variable
147 std::vector<uint8_t> expected = {0xf5}; variable
159 std::vector<uint8_t> expected = {0xf4}; variable
198 std::vector<uint8_t> expected; global() variable
255 std::vector<uint8_t> expected; global() variable
296 std::vector<uint8_t> expected; global() variable
322 std::vector<uint8_t> expected = {0x39, 0x24, 0x2e}; global() variable
348 std::vector<uint8_t> expected; global() variable
380 std::vector<uint8_t> expected; global() variable
411 std::vector<uint8_t> expected; global() variable
442 std::vector<uint8_t> expected; global() variable
475 std::vector<uint8_t> expected; global() variable
513 std::vector<uint8_t> expected; global() variable
556 std::vector<uint8_t> expected; global() variable
603 std::vector<uint8_t> expected; global() variable
639 std::vector<uint8_t> expected; global() variable
669 std::vector<uint8_t> expected; global() variable
702 std::vector<uint8_t> expected; global() variable
739 std::vector<uint8_t> expected; global() variable
781 std::vector<uint8_t> expected; global() variable
822 std::vector<uint8_t> expected = global() variable
846 std::vector<uint8_t> expected = {0xfa, 0x3f, 0x00, 0x00, 0x00}; global() variable
859 std::vector<uint8_t> expected = {0xfa, 0x00, 0x00, 0x00, 0x00}; global() variable
872 std::vector<uint8_t> expected = {0xfa, 0x80, 0x00, 0x00, 0x00}; global() variable
885 std::vector<uint8_t> expected = {0xfa, 0x42, 0xc8, 0x00, 0x00}; global() variable
898 std::vector<uint8_t> expected = {0xfa, 0x43, 0x48, 0x00, 0x00}; global() variable
909 std::vector<uint8_t> expected = global() variable
923 std::vector<uint8_t> expected = global() variable
937 std::vector<uint8_t> expected = global() variable
952 std::vector<uint8_t> expected = global() variable
1082 std::vector<uint8_t> expected; global() variable
1116 std::vector<uint8_t> expected; global() variable
1211 std::vector<uint8_t> expected = {0x80}; global() variable
1223 std::vector<uint8_t> expected = {0x81, 0xf6}; global() variable
1235 std::vector<uint8_t> expected = {0x85, 0x01, 0x02, 0x03, 0x04, 0x05}; global() variable
1247 std::vector<uint8_t> expected = {0x81, 0x81, 0x81, 0x80}; global() variable
1294 std::vector<uint8_t> expected = {0xa0}; global() variable
1306 std::vector<uint8_t> expected = {0xa1, 0x60, 0xf6}; global() variable
1318 std::vector<uint8_t> expected = global() variable
1431 std::vector<uint8_t> expected; global() variable
1465 std::vector<uint8_t> expected; global() variable
2396 auto expected = utils::read_binary_file(TEST_DATA_DIRECTORY "/binary_data/cbor_binary.out"); global() variable
[all...]
H A Dunit-bson.cpp101 std::vector<std::uint8_t> expected = variable
123 std::vector<std::uint8_t> expected = variable
147 std::vector<std::uint8_t> expected = variable
171 std::vector<std::uint8_t> expected = variable
195 std::vector<std::uint8_t> expected = variable
219 std::vector<std::uint8_t> expected = global() variable
242 std::vector<std::uint8_t> expected = global() variable
266 std::vector<std::uint8_t> expected = global() variable
290 std::vector<std::uint8_t> expected = global() variable
314 std::vector<std::uint8_t> expected = global() variable
339 std::vector<std::uint8_t> expected = global() variable
363 std::vector<std::uint8_t> expected = global() variable
387 std::vector<std::uint8_t> expected = global() variable
415 std::vector<std::uint8_t> expected = global() variable
443 std::vector<std::uint8_t> expected = global() variable
480 std::vector<std::uint8_t> expected = global() variable
510 std::vector<std::uint8_t> expected = global() variable
542 std::vector<std::uint8_t> expected = global() variable
570 json expected = {{"hello", "world"}}; global() variable
574 CHECK(json::from_bson(dumped) == expected); global() variable
581 json expected = {{"BSON", {"awesome", 5.05, 1986}}}; global() variable
585 CHECK(json::from_bson(dumped) == expected); global() variable
[all...]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
H A Dminimal-http-client.c414 int n = 0, expected = 0; in main() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c535 int n = 0, expected = 0; in main() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c431 int n = 0, expected = 0; in main() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
H A Dminimal-secure-streams-smd.c18 static int interrupted, bad = 1, count_p1, count_p2, count_tx, expected = 0; variable
/third_party/ltp/testcases/cve/
H A Dmeltdown.c318 char expected[READ_SIZE] = { 0 }; in run() local
/third_party/node/src/crypto/
H A Dcrypto_bio.cc261 size_t expected = Length() > size ? size : Length(); in Read() local
H A Dcrypto_hash.cc267 unsigned int expected = EVP_MD_size(params->digest); in AdditionalConfig() local
302 size_t expected = EVP_MD_CTX_size(ctx.get()); in DeriveBits() local
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.c113 void check(own wasm_ref_t* actual, const wasm_ref_t* expected) { in check() argument
H A Dglobal.cc27 void check(T actual, U expected) { in check() argument
H A Dmemory.c35 void check_call(wasm_func_t* func, wasm_val_t args[], int32_t expected) { in check_call() argument
43 void check_call0(wasm_func_t* func, int32_t expected) { in check_call0() argument
47 void check_call1(wasm_func_t* func, int32_t arg, int32_t expected) { in check_call1() argument
52 void check_call2(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call2() argument
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor_test.cc210 int32_t expected = -1 - 0x7fffffff; in TEST() local
728 std::vector<uint8_t> expected = { in TEST() local
[all...]
/third_party/mesa3d/src/util/tests/format/
H A Du_format_test.c363 uint8_t expected[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; in test_format_unpack_rgba_8unorm() local
542 uint32_t expected[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; test_format_unpack_z_32unorm() local
621 uint8_t expected[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; test_format_unpack_s_8uint() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp401 execFormatTest(int32_t lineNum, const UnicodeString &pattern, const UnicodeString &round, const UnicodeString &input, const UnicodeString &expected, EFormatInputType inType, UErrorCode &status) execFormatTest() argument
[all...]
H A Dcompactdecimalformattest.cpp27 const char *expected; member
[all...]
H A Dtestutil.cpp88 int32_t srcIndexFromDest(const EditChange expected[], int32_t expLength, in srcIndexFromDest() argument
115 int32_t destIndexFromSrc(const EditChange expected[], int32_t expLength, in destIndexFromSrc() argument
166 checkEditsIter( IntlTest &test, const UnicodeString &name, Edits::Iterator ei1, Edits::Iterator ei2, const EditChange expected[], int32_t expLength, UBool withUnchanged, UErrorCode &errorCode) checkEditsIter() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c573 const char *expected in Test_nfs4_cs_prep() local
760 UChar expected[SPREP_PROFILE_TEST_MAX_LENGTH]; TestStringPrepProfiles() local
[all...]
/third_party/libfuse/example/
H A Dnotify_store_retrieve.c249 char *expected; in tfs_retrieve_reply() local
/third_party/libinput/test/
H A Dtest-pad.c407 double degrees, expected; in START_TEST() local
507 double pos, expected; in START_TEST() local
661 double degrees, expected; in START_TEST() local
[all...]
/third_party/libfuse/test/
H A Dtest_write_cache.c138 size_t expected; in tfs_write() local
/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma04.c187 static void assertion(char *expected, char *value, char *name) in assertion() argument

Completed in 18 milliseconds

1...<<21222324252627282930>>...54