Home
last modified time | relevance | path

Searched defs:action (Results 751 - 775 of 1336) sorted by relevance

1...<<31323334353637383940>>...54

/third_party/littlefs/scripts/
H A Dplot.py1547 action=AppendSubplot, global() variable in main.AppendSubplot
1554 action=AppendSubplot, global() variable in main.AppendSubplot
1558 action=AppendSubplot, global() variable in main.AppendSubplot
1562 action=AppendSubplot, global() variable in main.AppendSubplot
1570 action='store_true', global() variable in main.AppendSubplot
1574 action='store_true', global() variable in main.AppendSubplot
[all...]
H A Dperfbd.py1182 action=AppendSort, variable in main.AppendSort
1187 action=AppendSort, variable in main.AppendSort
1191 action variable in main.AppendSort
1196 action='append', global() variable in main.AppendSort
1201 action='store_true', global() variable in main.AppendSort
1217 action='store_true', global() variable in main.AppendSort
[all...]
H A Ddata.py616 action='store_true', variable
620 action='store_true', variable
633 action='store_true', variable
637 action='store_true', variable
641 action='append', variable
647 action='append', variable
653 action='append', variable
664 action=AppendSort, variable in .AppendSort
669 action=AppendSort, variable in .AppendSort
673 action variable in .AppendSort
678 action='append', global() variable in .AppendSort
683 action='store_true', global() variable in .AppendSort
[all...]
H A Dsummary.py726 action='store_true', variable
736 action='store_true', variable
740 action='store_true', variable
744 action='append', variable
752 action='append', variable
760 action='append', variable
772 action=AppendSort, variable in .AppendSort
777 action=AppendSort, variable in .AppendSort
781 action='store_true', variable in .AppendSort
785 action variable in .AppendSort
789 action='append', global() variable in .AppendSort
793 action='append', global() variable in .AppendSort
797 action='append', global() variable in .AppendSort
801 action='append', global() variable in .AppendSort
805 action='append', global() variable in .AppendSort
809 action='append', global() variable in .AppendSort
813 action='append', global() variable in .AppendSort
817 action='append', global() variable in .AppendSort
821 action='append', global() variable in .AppendSort
825 action='append', global() variable in .AppendSort
[all...]
H A Dstack.py649 action='store_true', variable
653 action='store_true', variable
666 action='store_true', variable
670 action='store_true', variable
674 action='append', variable
680 action='append', variable
686 action='append', variable
697 action=AppendSort, variable in .AppendSort
702 action=AppendSort, variable in .AppendSort
706 action variable in .AppendSort
711 action='append', global() variable in .AppendSort
716 action='store_true', global() variable in .AppendSort
720 action='store_true', global() variable in .AppendSort
731 action='store_true', global() variable in .AppendSort
[all...]
H A Dstructs.py571 action='store_true', variable
575 action='store_true', variable
588 action='store_true', variable
592 action='store_true', variable
596 action='append', variable
602 action='append', variable
608 action='append', variable
619 action=AppendSort, variable in .AppendSort
624 action=AppendSort, variable in .AppendSort
628 action variable in .AppendSort
633 action='append', global() variable in .AppendSort
638 action='store_true', global() variable in .AppendSort
642 action='store_true', global() variable in .AppendSort
[all...]
/third_party/libinput/src/
H A Dudev-seat.c220 const char *action; in evdev_udev_handler() local
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_posix.cc342 struct sigaction action; in EnableInProcessStackDumping() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-reducer.h99 Action action; member
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp90 int action = one_to_thousand(rand); in test() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c105 lp_build_tgsi_intrinsic(const struct lp_build_tgsi_action *action, in lp_build_tgsi_intrinsic() argument
121 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode]; in lp_build_emit_llvm() local
244 const struct lp_build_tgsi_action *action = &bld_base->op_actions[opcode]; in lp_build_tgsi_inst_llvm() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp25 SignalProcessor(int signalNum, void (*action)(int, siginfo_t*, void*), int saFlags = SA_SIGINFO) in SignalProcessor() argument
/third_party/rust/crates/clap/tests/builder/
H A Dmain.rs6 mod action; modules
/third_party/skia/third_party/externals/spirv-tools/tools/opt/
H A Dopt.cpp39 OptActions action; member
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/
H A Dreduce.cpp54 ReduceActions action; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/
H A Dopt.cpp39 OptActions action; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/
H A Dreduce.cpp54 ReduceActions action; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp351 UBool RegexCompile::doParseActions(int32_t action) in doParseActions() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducmstate.cpp505 int32_t action; in ucm_processStates() local
/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp209 void OnKeyPress(GLFWwindow* window, int key, int, int action, int) { in OnKeyPress() argument
/third_party/skia/tools/skpbench/
H A Dskpbench.py55 action='store_true', variable
68 action='store_true', variable
/third_party/toybox/toys/pending/
H A Dinit.c28 uint8_t action; member
96 static void add_new_action(int action, char *command, char *term) in add_new_action() argument
141 int action = 0, token_count = 0, i; in parse_inittab() local
308 run_action_from_list(int action) run_action_from_list() argument
[all...]
/third_party/python/Modules/
H A Dtermios.c340 termios_tcflow_impl(PyObject *module, int fd, int action) in termios_tcflow_impl() argument
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dto_toml.py25 action='store_true', variable
/third_party/spirv-tools/tools/opt/
H A Dopt.cpp39 OptActions action; member

Completed in 30 milliseconds

1...<<31323334353637383940>>...54