| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
| H A D | xt_connmark.h | 20 __u8 mode; member 24 __u8 shift_dir, shift_bits, mode; member
|
| H A D | xt_statistic.h | 21 __u16 mode; member
|
| /kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
| H A D | It_process_plimits_ipc_006.cpp | 72 mode_t mode; in ItProcessPlimitsIpc006() local
|
| H A D | It_process_plimits_memory_002.cpp | 57 mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in ItProcessPlimitsMemory002() local
|
| H A D | It_process_plimits_memory_001.cpp | 56 mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in ItProcessPlimitsMemory001() local
|
| H A D | It_process_plimits_pid_002.cpp | 65 mode_t mode = 0; in ItProcessPlimitsPid002() local
|
| /test/xts/hats/kernel/syscalls/fileio/mkdirat/ |
| H A D | MkdiratApiTest.cpp | 66 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 91 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 110 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 128 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 146 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local [all...] |
| /test/xts/hats/hdf/usb/functionTest/common/ |
| H A D | usbd_function_test.cpp | 537 int32_t mode = PORT_MODE_NONE; in HWTEST_F() local
|
| /test/xts/hats/hdf/usb/functionTest_additional/common/ |
| H A D | usbd_function_test.cpp | 391 int32_t mode = PORT_MODE_NONE; in HWTEST_F() local 410 int32_t mode = PORT_MODE_NONE; in HWTEST_F() local 429 int32_t mode = PORT_MODE_NONE; in HWTEST_F() local 448 int32_t mode = PORT_MODE_NONE; in HWTEST_F() local 467 int32_t mode = PORT_MODE_NONE; in HWTEST_F() local 490 int32_t mode = PORT_MODE_NONE; HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/fileio/mknodat/ |
| H A D | MknodatApiTest.cpp | 67 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 86 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 104 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 122 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 140 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; in HWTEST_F() local 161 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; HWTEST_F() local 182 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; HWTEST_F() local 203 mode_t mode = S_IRWXU | S_IRWXG | S_IRWXO; HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | libcelt_dec.c | 30 CELTMode *mode; member 53 static int ff_celt_bitstream_version_hack(CELTMode *mode) in ff_celt_bitstream_version_hack() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_spp.h | 36 int mode; member
|
| /third_party/gn/src/gn/ |
| H A D | escape.h | 51 EscapingMode mode = ESCAPE_NONE; member
|
| /third_party/NuttX/fs/vfs/include/ |
| H A D | driver.h | 86 mode_t mode; member
|
| /third_party/libuv/test/ |
| H A D | test-fs-copyfile.c | 48 uint64_t mode; in handle_result() local
|
| /third_party/mbedtls/library/ |
| H A D | padlock.c | 57 mbedtls_padlock_xcryptecb(mbedtls_aes_context *ctx, int mode, const unsigned char input[16], unsigned char output[16]) mbedtls_padlock_xcryptecb() argument 103 mbedtls_padlock_xcryptcbc(mbedtls_aes_context *ctx, int mode, size_t length, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_padlock_xcryptcbc() argument
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| H A D | UserInputUtils.cpp | 85 DWORD mode = 0;
in GetPassword() local
|
| /third_party/ltp/lib/ |
| H A D | safe_stdio.c | 26 safe_fopen(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, const char *mode) safe_fopen() argument
|
| /third_party/libwebsockets/lib/plat/unix/ |
| H A D | unix-caps.c | 35 _lws_plat_apply_caps(unsigned int mode, const cap_value_t *cv, int count) in _lws_plat_apply_caps() argument
|
| /third_party/ltp/testcases/kernel/fs/doio/ |
| H A D | databin.c | 44 void databingen(int mode, char *buffer, int bsize, int offset) in databingen() argument 83 int databinchk(int mode, char *buffer, int bsize, int offset, char **errmsg) in databinchk() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_context.c | 169 softpipe_render_condition(struct pipe_context *pipe, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) softpipe_render_condition() argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | swapchain9ex.c | 105 NineSwapChain9Ex_new( struct NineDevice9 *pDevice, BOOL implicit, ID3DPresent *pPresent, D3DPRESENT_PARAMETERS *pPresentationParameters, struct d3dadapter9_context *pCTX, HWND hFocusWindow, D3DDISPLAYMODEEX *mode, struct NineSwapChain9Ex **ppOut ) NineSwapChain9Ex_new() argument
|
| /third_party/mesa3d/src/glx/tests/ |
| H A D | fake_glx_screen.cpp | 52 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, in indirect_create_context() argument
|
| /third_party/mesa3d/src/glx/apple/ |
| H A D | apple_visual.c | 78 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode, in apple_visual_create_pfobj() argument [all...] |
| H A D | apple_glx_pixmap.c | 119 apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, const void *mode) apple_glx_pixmap_create() argument
|