/third_party/gn/src/gn/ |
H A D | ninja_action_target_writer_unittest.cc | 46 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 D | ninja_target_writer_unittest.cc | 41 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 D | ninja_group_target_writer_unittest.cc | 19 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 D | ninja_generated_file_target_writer_unittest.cc | 28 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 D | ninja_build_writer_unittest.cc | 75 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 D | runtime_deps.cc | 91 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 D | runtime_deps_unittest.cc | 188 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 D | ninja_action_target_writer.cc | 70 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 D | target.cc | 426 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 D | ninja_target_writer.cc | 147 } 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 D | function_get_target_outputs_unittest.cc | 79 action->set_output_type(Target::ACTION); in TEST_F()
|
H A D | ninja_copy_target_writer_unittest.cc | 107 data_dep.set_output_type(Target::ACTION); in TEST()
|
H A D | action_target_generator.cc | 228 if (output_type_ == Target::ACTION) { in CheckOutputs()
|
H A D | json_project_writer_unittest.cc | 21 target.set_output_type(Target::ACTION); in TEST_F()
|
H A D | analyzer_unittest.cc | 299 t->set_output_type(Target::ACTION); 480 t->set_output_type(Target::ACTION);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | search.h | 13 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 D | search.h | 13 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 D | search.h | 13 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 D | search.h | 13 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 D | search.c | 8 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 D | search.h | 68 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 D | hsearch.c | 28 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 D | compile_testing_protos.sh | 15 case "${ACTION}" in 24 die "Unknown action requested: ${ACTION}"
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 979 // 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 D | TransformFeedback_unittest.cpp | 25 ACTION(CreateMockTransformFeedbackImpl) in ACTION() function
|