Home
last modified time | relevance | path

Searched defs:modes (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom01.c12 static int modes[] = {0, GRND_RANDOM, GRND_NONBLOCK, variable
Dgetrandom02.c15 static int modes[] = { 0, GRND_RANDOM, GRND_NONBLOCK, variable
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime01.c64 unsigned int modes; member
231 unsigned int modes = ADJ_ALL; in cleanup() local
Dclock_adjtime02.c69 unsigned int modes; member
231 unsigned int modes = ADJ_ALL; in cleanup() local
/third_party/toybox/toys/lsb/
Dmknod.c39 mode_t modes[] = {S_IFIFO, S_IFCHR, S_IFCHR, S_IFBLK}; in mknod_main() local
/third_party/flutter/glfw/tests/
Dmonitors.c89 const GLFWvidmode* modes = glfwGetVideoModes(monitor, &count); in list_modes() local
120 const GLFWvidmode* modes = glfwGetVideoModes(monitor, &count); in test_modes() local
/third_party/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod01.c17 static int modes[] = { 0, 07, 070, 0700, 0777, 02777, 04777, 06777 }; variable
/third_party/ltp/testcases/kernel/syscalls/chmod/
Dchmod02.c51 static int modes[] = { 0, 07, 070, 0700, 0777, 02777, 04777, 06777 }; variable
Dchmod01.c87 int modes[] = { 0, 07, 070, 0700, 0777, 02777, 04777, 06777 }; variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixModeTest.cpp54 std::vector<GLenum> modes = {GL_PROJECTION, GL_MODELVIEW, GL_TEXTURE}; in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixModeTest.cpp54 std::vector<GLenum> modes = {GL_PROJECTION, GL_MODELVIEW, GL_TEXTURE}; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_derivatives.cpp81 const auto* modes = state.GetExecutionModes(entry_point->id()); in DerivativesPass() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_derivatives.cpp81 const auto* modes = state.GetExecutionModes(entry_point->id()); in DerivativesPass() local
/third_party/typescript/tests/baselines/reference/
DmoduleVisibilityTest3.js21 constructor(p1: modes, p2: modes.Mode) {// should be an error on p2 - it's not exported
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind02.c92 static const int modes[] = { variable
Dmbind03.c103 static const int modes[] = { variable
Dmbind04.c114 static const int modes[] = { variable
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/
Dcmd_bmode.c12 static const struct boot_mode *modes[2]; variable
/third_party/skia/docs/examples/
Dskpaint_xfer.cpp11 SkBlendMode modes[] = { in draw() local
/third_party/flutter/glfw/src/
Dwl_monitor.c78 _GLFWvidmodeWayland* modes = in mode() local
218 GLFWvidmode *modes; in _glfwPlatformGetVideoModes() local
Dmir_monitor.c125 GLFWvidmode* modes = NULL; in _glfwPlatformGetVideoModes() local
/third_party/flutter/skia/gm/
Dpatch.cpp99 const SkBlendMode modes[] = { in dopatch() local
/third_party/musl/src/linux/
Dclock_adjtime.c9 unsigned modes; member
25 unsigned modes; member
/third_party/skia/gm/
Dpatch.cpp100 const SkBlendMode modes[] = { in dopatch() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dtree_dec.c318 uint8_t* modes = block->imodes_; in ParseIntraMode() local

123456