Home
last modified time | relevance | path

Searched refs:exec (Results 701 - 725 of 734) sorted by relevance

1...<<21222324252627282930

/third_party/rust/crates/regex/src/
H A Ddfa.rs45 use crate::exec::ProgramCache;
173 /// `exec::ExecReadOnly`. (It never uses `ExecReadOnly.nfa`, which may have
/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp67 UnicodeSetTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
69 if (exec) { in runIndexedTest()
H A Dcalregts.cpp36 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
39 CalendarRegressionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
41 // if (exec) logln((UnicodeString)"TestSuite NumberFormatRegressionTest"); in runIndexedTest()
H A Dutxttest.cpp56 UTextTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
H A Dtmsgfmt.cpp40 TestMessageFormat::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
H A Ddtfmttst.cpp43 void DateFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
45 if(exec) { in runIndexedTest()
H A Drbbitst.cpp86 void RBBITest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* params ) in runIndexedTest() argument
88 if (exec) logln("TestSuite RuleBasedBreakIterator: "); in runIndexedTest()
H A Dnumbertest_api.cpp76 void NumberFormatterApiTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument
77 if (exec) { in runIndexedTest()
H A Dmeasfmttest.cpp46 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override;
178 int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest()
179 if (exec) { in runIndexedTest()
177 runIndexedTest( int32_t index, UBool exec, const char *&name, char *) runIndexedTest() argument
H A Dtranstst.cpp109 TransliteratorTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
H A Dregextst.cpp70 void RegexTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
72 if (exec) logln("TestSuite RegexTest: "); in runIndexedTest()
H A Dloctest.cpp199 void LocaleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
H A Dnumfmtst.cpp97 void NumberFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c2253 batch->blorp->exec(batch, params); in try_blorp_blit()
3011 batch->blorp->exec(batch, &params); in blorp_copy()
/third_party/node/deps/v8/tools/profview/
H A Dprofview.js1543 let regexResult = offsetPairRegex.exec(encodedTable);
/third_party/mesa3d/src/mesa/main/
H A Dmtypes.h3102 struct vbo_exec_context exec; member
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c1739 fputs(partial_exection_mode(texture->exec), fp); in print_texture_word()
/third_party/selinux/libsepol/cil/src/
H A Dcil_write_ast.c1179 fprintf(out, "%s ", datum_or_str(DATUM(rule->exec), rule->exec_str)); in cil_write_ast_node()
H A Dcil.c2401 (*rangetrans)->exec = NULL; in cil_rangetransition_init()
H A Dcil_binary.c3266 rc = __cil_expand_type(rangetrans->exec, &tgt_bitmap); in cil_rangetransition_to_policydb()
H A Dcil_resolve_ast.c710 rangetrans->exec = exec_datum; in cil_resolve_rangetransition()
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp67 template<typename T, napi_async_execute_callback exec, napi_async_complete_callback complete>
96 env, nullptr, resourceName, exec, complete, static_cast<void *>(pContext), &context.work)); in NapiCreateAsyncWork()
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp1940 return reg != scc && reg != exec && in operand_can_use_reg()
2005 // problem in practice since they can only be fixed to exec) in get_reg_phi()
2410 instr->operands[1].isFixed() && instr->operands[1].physReg() == exec) in get_affinities()
H A Daco_optimizer.cpp1021 return op.isFixed() && op.physReg() == exec; in fixed_to_exec()
1212 /* Remove superfluous s_and when the VOPC instruction uses the same exec and thus in can_eliminate_and_exec()
1939 /* In case of merged shaders, pass_flags=1 means that all lanes are active (exec=-1), so in label_instruction()
2391 /* s_andn2(exec, cmp(a, b)) -> get_inverse(cmp)(a, b) */
2395 if (!instr->operands[0].isFixed() || instr->operands[0].physReg() != exec) in combine_inverse_comparison()
2415 * comparison so that the comparison is done with the correct exec mask. */ in combine_inverse_comparison()
/third_party/node/lib/internal/util/
H A Dinspect.js1319 while ((nodeModule = nodeModulesRegExp.exec(line)) !== null) {

Completed in 134 milliseconds

1...<<21222324252627282930