/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 45 use crate::exec::ProgramCache; 173 /// `exec::ExecReadOnly`. (It never uses `ExecReadOnly.nfa`, which may have
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 67 UnicodeSetTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument 69 if (exec) { in runIndexedTest()
|
H A D | calregts.cpp | 36 #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 D | utxttest.cpp | 56 UTextTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
H A D | tmsgfmt.cpp | 40 TestMessageFormat::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
H A D | dtfmttst.cpp | 43 void DateFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 45 if(exec) { in runIndexedTest()
|
H A D | rbbitst.cpp | 86 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 D | numbertest_api.cpp | 76 void NumberFormatterApiTest::runIndexedTest(int32_t index, UBool exec, const char*& name, char*) { in runIndexedTest() argument 77 if (exec) { in runIndexedTest()
|
H A D | measfmttest.cpp | 46 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 D | transtst.cpp | 109 TransliteratorTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
|
H A D | regextst.cpp | 70 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 D | loctest.cpp | 199 void LocaleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
H A D | numfmtst.cpp | 97 void NumberFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_blit.c | 2253 batch->blorp->exec(batch, params); in try_blorp_blit() 3011 batch->blorp->exec(batch, ¶ms); in blorp_copy()
|
/third_party/node/deps/v8/tools/profview/ |
H A D | profview.js | 1543 let regexResult = offsetPairRegex.exec(encodedTable);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | mtypes.h | 3102 struct vbo_exec_context exec; member
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | disassemble.c | 1739 fputs(partial_exection_mode(texture->exec), fp); in print_texture_word()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_write_ast.c | 1179 fprintf(out, "%s ", datum_or_str(DATUM(rule->exec), rule->exec_str)); in cil_write_ast_node()
|
H A D | cil.c | 2401 (*rangetrans)->exec = NULL; in cil_rangetransition_init()
|
H A D | cil_binary.c | 3266 rc = __cil_expand_type(rangetrans->exec, &tgt_bitmap); in cil_rangetransition_to_policydb()
|
H A D | cil_resolve_ast.c | 710 rangetrans->exec = exec_datum; in cil_resolve_rangetransition()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 67 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 D | aco_register_allocation.cpp | 1940 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 D | aco_optimizer.cpp | 1021 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 D | inspect.js | 1319 while ((nodeModule = nodeModulesRegExp.exec(line)) !== null) {
|