/third_party/node/test/cctest/ |
H A D | test_inspector_socket_server.cc | 144 void Expect(const std::string& expects) { in Expect() argument 145 SPIN_WHILE(contents_.size() < expects.length()); in Expect() 146 ASSERT_STREQ(expects.c_str(), in Expect() 147 std::string(contents_.data(), expects.length()).c_str()); in Expect() 148 contents_.erase(contents_.begin(), contents_.begin() + expects.length()); in Expect() 285 void Expect(const std::string& expects) { in Expect() argument 286 SPIN_WHILE(buffer_.size() < expects.length()); in Expect() 287 ASSERT_STREQ(std::string(buffer_.data(), expects.length()).c_str(), in Expect() 288 expects.c_str()); in Expect() 289 buffer_.erase(buffer_.begin(), buffer_.begin() + expects in Expect() [all...] |
H A D | test_inspector_socket.cc | 280 read_expects* expects = static_cast<read_expects*>(stream->data); in check_data_cb() local 281 expects->callback_called = true; in check_data_cb() 282 check_data_cb(expects, nread, buf, &retval); in check_data_cb()
|
/third_party/node/test/parallel/ |
H A D | test-inspector-contexts.js | 36 let expects = `${process.argv0}[${process.pid}]`; 38 expects = `Worker[${require('worker_threads').threadId}]`; 40 assert.strictEqual(expects, name);
|
H A D | test-inspector-bindings.js | 62 const expects = { 71 expected = expects[v.name][i];
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info_by_ip.tex | 28 The routine expects the followins arguments: \Var{as} is the
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 183 This is a sibling of fixup_cmd_elements() that expects the LIST to be a
|
H A D | Test.pm | 153 BAIL_OUT("setup() expects the file Configure in the source top directory") 249 C<app> expects to find the given command (the first item in the given list 253 C<test> expects to find the given command (the first item in the given list
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 183 This is a sibling of fixup_cmd_elements() that expects the LIST to be a
|
H A D | Test.pm | 153 BAIL_OUT("setup() expects the file Configure in the source top directory") 249 C<app> expects to find the given command (the first item in the given list 253 C<test> expects to find the given command (the first item in the given list
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 858 String[]expects = new String[] { "", "a41", "a12", "a03", "ar4" }; in TestCLDRStyleAliases() 870 errln("CLDR style aliases failed resource with name "+resource+"resource, exp "+expects[i] +" , got " + result); in TestCLDRStyleAliases()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 858 String[]expects = new String[] { "", "a41", "a12", "a03", "ar4" }; in TestCLDRStyleAliases() 870 errln("CLDR style aliases failed resource with name "+resource+"resource, exp "+expects[i] +" , got " + result); in TestCLDRStyleAliases()
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/ |
H A D | s390xcpuid.S | 159 lgfr %r2,%r0 # OpenSSL expects the new value
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/ |
H A D | s390xcpuid.S | 159 lgfr %r2,%r0 # OpenSSL expects the new value
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/ |
H A D | s390xcpuid.S | 159 lgfr %r2,%r0 # OpenSSL expects the new value
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/ |
H A D | s390xcpuid.S | 159 lgfr %r2,%r0 # OpenSSL expects the new value
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | creststn.c | 2823 const char *expects[7] = { "", "a41", "a12", "a03", "ar4" }; in TestCLDRStyleAliases() local 2849 u_charsToUChars(expects[i], expected, (int32_t)strlen(expects[i])+1); in TestCLDRStyleAliases() 2851 log_err("CLDR style aliases failed resource with name \"%s\" resource, exp %s, got %S (%s)\n", resource, expects[i], result, myErrorName(status)); in TestCLDRStyleAliases()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 220 add %o1,%o2,%o0 ! OpenSSL expects the new value
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 220 add %o1,%o2,%o0 ! OpenSSL expects the new value
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv8.pl | 370 // note that __ecp_nistz256_mul_mont expects a[0-3] input pre-loaded 483 // note that __ecp_nistz256_sqr_mont expects a[0-3] input pre-loaded 597 // Note that __ecp_nistz256_add expects both input vectors pre-loaded to
|
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-armv8.pl | 395 // note that __ecp_nistz256_mul_mont expects a[0-3] input pre-loaded 508 // note that __ecp_nistz256_sqr_mont expects a[0-3] input pre-loaded 622 // Note that __ecp_nistz256_add expects both input vectors pre-loaded to
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_idct.asm | 289 ; IDCT 4x4, expects input in m0, m1
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 710 take a "-filelist" flag which expects newline separated files, and some
|
H A D | variables.cc | 2105 # The script expects the name of the response file in --file-list.
|
/third_party/python/Lib/test/ |
H A D | test_typing.py | 5325 expects = {'self': ForRefExample} 5326 self.assertEqual(gth(ForRefExample.func), expects) 5327 self.assertEqual(gth(ForRefExample.nested), expects)
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 424 % macro which expects an ordinary undelimited TeX argument.
|