Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 - 25 of 50) sorted by relevance

12

/third_party/gn/src/gn/
H A Dninja_action_target_writer_unittest.cc46 target.set_output_type(Target::ACTION); in TEST()
66 description = ACTION //foo++:bar() in TEST()
82 target.set_output_type(Target::ACTION); in TEST()
110 description = ACTION //foo:bar() in TEST()
128 target.set_output_type(Target::ACTION); in TEST()
151 " description = ACTION //foo:bar()\n" in TEST()
170 dep.set_output_type(Target::ACTION); in TEST()
176 datadep.set_output_type(Target::ACTION); in TEST()
182 target.set_output_type(Target::ACTION); in TEST()
208 " description = ACTION //fo in TEST()
[all...]
H A Dninja_target_writer_unittest.cc41 base_target.set_output_type(Target::ACTION); in TEST()
63 base_target.set_output_type(Target::ACTION); in TEST()
83 base_target.set_output_type(Target::ACTION); in TEST()
101 action.set_output_type(Target::ACTION); in TEST()
146 " description = ACTION //foo:action()\n" in TEST()
184 toolchain_dep_target.set_output_type(Target::ACTION); in TEST()
H A Dninja_group_target_writer_unittest.cc19 dep.set_output_type(Target::ACTION); in TEST()
25 dep2.set_output_type(Target::ACTION); in TEST()
39 datadep.set_output_type(Target::ACTION); in TEST()
H A Dninja_generated_file_target_writer_unittest.cc28 dep.set_output_type(Target::ACTION); in TEST_F()
34 dep2.set_output_type(Target::ACTION); in TEST_F()
48 datadep.set_output_type(Target::ACTION); in TEST_F()
H A Dninja_build_writer_unittest.cc75 target_foo.set_output_type(Target::ACTION); in TEST_F()
83 target_bar.set_output_type(Target::ACTION); in TEST_F()
112 target_baz.set_output_type(Target::ACTION); in TEST_F()
196 target_foo.set_output_type(Target::ACTION); in TEST_F()
305 target_foo.set_output_type(Target::ACTION); in TEST_F()
313 target_bar.set_output_type(Target::ACTION); in TEST_F()
H A Druntime_deps.cc91 if (is_target_data_dep && (target->output_type() == Target::ACTION || in RecursiveCollectRuntimeDeps()
120 (target->output_type() == Target::ACTION || in RecursiveCollectRuntimeDeps()
254 A --[data_deps]--> B --[deps]--> ACTION
255 GN would say that A does not have runtime deps on the result of the ACTION,
H A Druntime_deps_unittest.cc188 InitTargetWithType(setup, &action, Target::ACTION); in TEST_F()
224 InitTargetWithType(setup, &datadep, Target::ACTION); in TEST_F()
239 InitTargetWithType(setup, &dep, Target::ACTION); in TEST_F()
403 InitTargetWithType(setup, &action, Target::ACTION); in TEST_F()
H A Dninja_action_target_writer.cc70 target_->output_type() == Target::ACTION ? 1u : target_->sources().size(); in Run()
83 DCHECK(target_->output_type() == Target::ACTION); in Run()
187 mnemonic = "ACTION"; in WriteRuleDefinition()
H A Dtarget.cc426 case ACTION: in GetStringForOutputType()
537 output_type_ == LOADABLE_MODULE || output_type_ == ACTION || in IsFinal()
629 if (output_type() == Target::ACTION || output_type() == Target::COPY_FILES || in GetOutputsAsSourceFiles()
941 case ACTION: in FillOutputFiles()
H A Dninja_target_writer.cc147 } else if (target->output_type() == Target::ACTION || in RunAndWriteFile()
449 if (target_->output_type() == Target::ACTION || in WriteInputDepsStampAndGetDep()
466 if (target_->output_type() == Target::ACTION) { in WriteInputDepsStampAndGetDep()
H A Dfunction_get_target_outputs_unittest.cc79 action->set_output_type(Target::ACTION); in TEST_F()
H A Dninja_copy_target_writer_unittest.cc107 data_dep.set_output_type(Target::ACTION); in TEST()
H A Daction_target_generator.cc228 if (output_type_ == Target::ACTION) { in CheckOutputs()
H A Djson_project_writer_unittest.cc21 target.set_output_type(Target::ACTION); in TEST_F()
H A Danalyzer_unittest.cc299 t->set_output_type(Target::ACTION);
480 t->set_output_type(Target::ACTION);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/include/
H A Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/libc-test/src/api/
H A Dsearch.c8 T(ACTION) in f()
16 switch((ACTION)0){ in f()
28 {ENTRY*(*p)(ENTRY,ACTION) = hsearch;} in f()
/third_party/alsa-lib/include/
H A Dsearch.h68 ACTION; typedef
85 ACTION is `FIND' return found entry or signal error by returning
86 NULL. If ACTION is `ENTER' replace existing data (if any) with
88 extern ENTRY *hsearch __P ((ENTRY __item, ACTION __action));
107 extern int hsearch_r __P ((ENTRY __item, ACTION __action, ENTRY **__retval,
149 /* Walk through the whole tree and call the ACTION callback for every node
/third_party/musl/src/search/
H A Dhsearch.c28 static int __hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
95 ENTRY *hsearch(ENTRY item, ACTION action) in hsearch()
127 static int __hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in __hsearch_r()
/third_party/protobuf/objectivec/DevTools/
H A Dcompile_testing_protos.sh15 case "${ACTION}" in
24 die "Unknown action requested: ${ACTION}"
/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc979 // The ACTION*() macros trigger warning C4100 (unreferenced formal
990 // Tests the ACTION*() macro family.
992 // Tests that ACTION() can define an action that doesn't reference the
994 ACTION(Return5) { return 5; } in ACTION() function
1004 // Tests that ACTION() can define an action that returns void.
1005 ACTION(IncrementArg1) { (*arg1)++; } in ACTION() function
1014 // Tests that the body of ACTION() can reference the type of the
1016 ACTION(IncrementArg2) { in ACTION() function
1029 // Tests that the body of ACTION() can reference the argument tuple
1031 ACTION(Sum function
1051 ACTION(InvokeDummy) { ACTION() function
1065 ACTION(InvokeDummy2) { ACTION() function
1078 ACTION(ReturnAddrOfConstBoolReferenceArg) { ACTION() function
1090 ACTION(ReturnAddrOfIntReferenceArg) { ACTION() function
1103 ACTION(Sum) { return arg0 + arg1; } ACTION() function
1113 ACTION(PlusTwo) { return arg0 + 2; } ACTION() function
1157 ACTION(OverloadedAction) { return arg0 ? arg1 : "hello"; } ACTION() function
1332 ACTION(DoFoo) {} ACTION() function
1517 ACTION(ReturnSum) { return 0; } ACTION() function
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback_unittest.cpp25 ACTION(CreateMockTransformFeedbackImpl) in ACTION() function

Completed in 14 milliseconds

12