Home
last modified time | relevance | path

Searched defs:fa (Results 1 – 25 of 89) sorted by relevance

1234

/external/one-true-awk/
Dawk.h243 typedef struct fa { struct
255 } fa; argument
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp108 CFFL_FieldAction fa; in OnMouseEnter() local
141 CFFL_FieldAction fa; in OnMouseExit() local
177 CFFL_FieldAction fa; in OnLButtonDown() local
257 CFFL_FieldAction fa; in OnButtonUp() local
373 CFFL_FieldAction fa; in OnSetFocus() local
426 CFFL_FieldAction fa; in OnKillFocus() local
694 CFFL_FieldAction fa; in OnKeyStrokeCommit() local
728 CFFL_FieldAction fa; in OnValidate() local
779 CFFL_FieldAction fa; in OnClick() local
811 CFFL_FieldAction fa; in OnFull() local
[all …]
Dcffl_textfield.cpp173 CFFL_FieldAction& fa) { in GetActionData()
201 const CFFL_FieldAction& fa) { in SetActionData()
/external/musl/src/process/
Dposix_spawn.c17 const posix_spawn_file_actions_t *fa; member
37 const posix_spawn_file_actions_t *fa = args->fa; in child() local
165 const posix_spawn_file_actions_t *fa, in posix_spawn()
Dposix_spawn_file_actions_init.c3 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa) in posix_spawn_file_actions_init()
Dposix_spawn_file_actions_destroy.c5 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa) in posix_spawn_file_actions_destroy()
Dposix_spawn_file_actions_addclose.c6 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fd) in posix_spawn_file_actions_addclose()
Dposix_spawn_file_actions_addchdir.c7 int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *restrict fa, const char *restr… in posix_spawn_file_actions_addchdir_np()
Dposix_spawn_file_actions_addfchdir.c7 int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *fa, int fd) in posix_spawn_file_actions_addfchdir_np()
Dposix_spawn_file_actions_adddup2.c6 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int srcfd, int fd) in posix_spawn_file_actions_adddup2()
Dposix_spawn_file_actions_addopen.c7 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *r… in posix_spawn_file_actions_addopen()
Dposix_spawnp.c5 const posix_spawn_file_actions_t *fa, in posix_spawnp()
/external/pdfium/core/fxcrt/
Dfx_system.h37 #define FXSYS_IsFloatBigger(fa, fb) \ argument
39 #define FXSYS_IsFloatSmaller(fa, fb) \ argument
41 #define FXSYS_IsFloatEqual(fa, fb) FXSYS_IsFloatZero((fa) - (fb)) argument
/external/webrtc/modules/audio_processing/aec3/
Dfilter_analyzer_unittest.cc25 FilterAnalyzer fa(c, num_capture_channels); in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dfixed_array_benchmark.cc39 absl::FixedArray<C, stack_size> fa(size); in BM_FixedArray() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/
Dfixed_array_benchmark.cc39 absl::FixedArray<C, stack_size> fa(size); in BM_FixedArray() local
/external/abseil-cpp/absl/container/
Dfixed_array_benchmark.cc39 absl::FixedArray<C, stack_size> fa(size); in BM_FixedArray() local
/external/cronet/third_party/abseil-cpp/absl/container/
Dfixed_array_benchmark.cc39 absl::FixedArray<C, stack_size> fa(size); in BM_FixedArray() local
/external/openscreen/third_party/abseil/src/absl/container/
Dfixed_array_benchmark.cc39 absl::FixedArray<C, stack_size> fa(size); in BM_FixedArray() local
/external/webrtc/third_party/abseil-cpp/absl/container/
Dfixed_array_benchmark.cc39 absl::FixedArray<C, stack_size> fa(size); in BM_FixedArray() local
/external/angle/third_party/abseil-cpp/absl/container/
Dfixed_array_benchmark.cc39 absl::FixedArray<C, stack_size> fa(size); in BM_FixedArray() local
/external/musl/src/stdio/
Dpopen.c16 posix_spawn_file_actions_t fa; in popen() local
/external/libtextclassifier/abseil-cpp/absl/container/
Dfixed_array_benchmark.cc39 absl::FixedArray<C, stack_size> fa(size); in BM_FixedArray() local
/external/testng/src/test/java/test/configuration/
DConfigurationGroups1SampleTest.java29 public void fa() { in fa() method in ConfigurationGroups1SampleTest
/external/libffi/testsuite/libffi.call/
Dalign_mixed.c28 double fa[2] = {1,2}; in main() local

1234