Home
last modified time | relevance | path

Searched defs:test (Results 3476 - 3500 of 3532) sorted by relevance

1...<<131132133134135136137138139140>>...142

/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c2859 UChar *uBuf,*test; TestToAndFromUChars() local
3101 UChar *test; TestHZ() local
3323 UChar *test; TestISO_2022_JP() local
3391 UChar *uBuf,*test; TestConv() local
3868 UChar *uBuf,*test; TestISO_2022_JP_1() local
3958 UChar *test; TestISO_2022_JP_2() local
4038 UChar *test; TestISO_2022_KR() local
4120 UChar *test; TestISO_2022_KR_1() local
4531 UChar *test; TestISO_2022_CN() local
[all...]
H A Dcmsccoll.c1361 static const char *test[] = { TestCyrillicTailoring() local
1696 UChar test[256] = {0}; TestBocsuCoverage() local
1917 static const char *test[] = { TestNonChars() local
1954 static char *test[4]; TestExtremeCompression() local
2007 static const char *test[] = { TestSurrogates() local
2217 const char* test[] = { TestStrCollIdenticalPrefix() local
3077 const char* test[] = { TestTibetanConformance() local
3104 static const char *test[] = { "\\\\u4E56\\\\u4E56\\\\u7761", "\\\\u4E56\\\\u5B69\\\\u5B50" }; TestPinyinProblem() local
3250 const static char *test[] = { TestBeforePinyin() local
3510 static const char *test = "this is a test string"; TestJ5223() local
3563 const static char *test[] = { TestJ5232() local
3574 const static char *test[] = { "a", "y" }; TestJ5367() local
3994 static const char *test = "\\\\u4e00"; TestOutOfBuffer5468() local
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc1321 void Assembler::test(Register reg, const Immediate& imm) { in test() function in v8::internal::Assembler
1339 void Assembler::test(Register reg, Operand op) { in test() function in v8::internal::Assembler
1352 void Assembler::test(Operand op, const Immediate& imm) { in test() function in v8::internal::Assembler
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc1902 Maybe<bool> test = JSObject::TestIntegrityLevel(object, level); in SetIntegrityLevel() local
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc1792 auto test = child_results->NextAs<base::Optional<Expression*>>(); in MakeForLoopStatement() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1503 LLVMValueRef test, temp; in generate_clipmask() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c2443 BIO *test; in sv_body() local
3103 BIO *test; in www_body() local
H A Ds_client.c2101 BIO *test; in s_client_main() local
/third_party/python/Tools/scripts/
H A Dtexi2html.py2013 def test(): function
/third_party/openssl/apps/
H A Ds_server.c2438 BIO *test; in sv_body() local
3098 BIO *test; in www_body() local
H A Ds_client.c2101 BIO *test; in s_client_main() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp2862 auto test = [&](uint32_t &v, uint32_t flag) { in emit_texture_op() local
[all...]
H A Dspirv_msl.cpp7905 auto test = [&](uint32_t &v, uint32_t flag) { in emit_instruction() local
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp947 const SkOpSpanBase* test = &fHead; in debugMoveMultiples() local
1049 const SkOpSpanBase* test = ptT->span(); in debugMoveNearby() local
1070 const SkOpSpanBase* test = spanBase->upCast()->next(); debugMoveNearby() local
1236 const SkOpAngle* test = this; debugCheckNearCoincidence() local
1630 const SkOpSpanBase* test = start->upCast()->next(); debugAddExpanded() local
1757 const SkCoincidentSpans* test = overlaps[index]; debugAddOrOverlap() local
2006 const SkCoincidentSpans* test = fHead; debugExpand() local
2158 DebugCheckOverlap(const SkCoincidentSpans* test, const SkCoincidentSpans* list, SkPathOpsDebug::GlitchLog* log) DebugCheckOverlap() argument
2421 const SkOpPtT* test = head; debugCheckForCollapsedCoincidence() local
2476 const SkOpPtT* test = &fPtT; debugMergeMatches() local
2718 const SkOpPtT* test = this; debugContains() local
2738 const SkOpPtT* test = this; debugContains() local
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2766 SpvId test = this->writeExpression(*t.test(), out); in writeTernaryExpression() local
3209 SpvId test = this->writeExpression(*stmt.test(), out); in writeIfStatement() local
3256 SpvId test in writeForStatement() local
3296 SpvId test = this->writeExpression(*d.test(), out); writeDoStatement() local
[all...]
/third_party/python/Lib/test/
H A Dtest_dataclasses.py2538 def test(case, unsafe_hash, eq, frozen, with_hash, result): global() function
3788 def test(self): global() member in TestReplace
[all...]
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c102 tcase_add_test__ifdef_xml_dtd(TCase *tc, tcase_test_function test) { in tcase_add_test__ifdef_xml_dtd() argument
1904 AttTest *test; START_TEST() local
[all...]
/third_party/python/Python/
H A DPython-ast.c2243 _PyAST_While(expr_ty test, asdl_stmt_seq * body, asdl_stmt_seq * orelse, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_While() argument
2268 _PyAST_If(expr_ty test, asdl_stmt_seq * body, asdl_stmt_seq * orelse, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_If() argument
2417 _PyAST_Assert(expr_ty test, expr_ty msg, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_Assert() argument
2722 _PyAST_IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_IfExp() argument
6922 expr_ty test; obj2ast_stmt() local
7028 expr_ty test; obj2ast_stmt() local
7790 expr_ty test; obj2ast_stmt() local
8510 expr_ty test; obj2ast_expr() local
[all...]
/third_party/python/Lib/lib2to3/tests/
H A Dtest_fixers.py291 def test(self): member in Test_reload
365 def test(self): member in Test_intern
1630 def test(self): member in Test_funcattrs
2187 def test(self): member in Test_methodattrs
3242 def test(sel member in Test_standarderror
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs115 mod test; modules
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp2228 bool UniformInfoQueryCase::test (const vector<BasicUniform>& basicUniforms, const vector<BasicUniformReportRef>& basicUniformReportsRef, const ShaderProgram& program, Random& rnd) in test() function in deqp::UniformInfoQueryCase
2422 bool UniformValueCase::test (const vector<BasicUniform>& basicUniforms, const vector<BasicUniformReportRef>& basicUniformReportsRef, const ShaderProgram& program, Random& rnd) in test() function in deqp::UniformValueCase
2495 bool RandomUniformCase::test (cons function in deqp::RandomUniformCase
[all...]
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp4102 spv::Block& test = builder.makeNewBlock(); in visitLoop() local
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp267 NumberFormat *test = NumberFormat::createInstance("root", status); in TestAPI() local
7663 DecimalFormat *test = (DecimalFormat *) NumberFormat::createInstance("fa", status); TestParseNegativeWithFaLocale() local
7679 DecimalFormat *test = (DecimalFormat *) NumberFormat::createInstance("en", status); TestParseNegativeWithAlternateMinusSign() local
[all...]
H A Drbbitst.cpp3424 testBreakBoundPreceding(RBBITest *test, UnicodeString ustr, BreakIterator *bi, int expected[], int expectedcount) testBreakBoundPreceding() argument
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp4015 static constexpr bool test(T val) in test() function
4025 static constexpr bool test(T val) in test() function
4035 static constexpr bool test(T val) in test() function
4046 static constexpr bool test(T val) in test() function
4062 static constexpr bool test(T val) in test() function
4071 static constexpr bool test(T /*val*/) test() function
[all...]

Completed in 154 milliseconds

1...<<131132133134135136137138139140>>...142