HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 76 - 100 of 1698) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_surface.c 81 unsigned mode, type; local
89 mode = RADEON_SURF_GET(surf->flags, MODE);
97 return ac_compute_surface(ws->addrlib, &ws->info, &config, mode, surf);
  /external/mesa3d/src/gallium/auxiliary/os/
os_misc.c 76 const char *mode = "w"; local
81 mode = "a";
84 fout = fopen(filename, mode);
  /external/nanopb-c/tests/alltypes/
decode_alltypes.c 20 bool check_alltypes(pb_istream_t *stream, int mode)
32 if (mode == 0 || mode == 1)
102 if (mode == 0)
151 else if (mode == 1)
202 else if (mode == 2)
290 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
300 if (!check_alltypes(&stream, mode))
  /external/nanopb-c/tests/alltypes_pointer/
decode_alltypes_pointer.c 15 bool check_alltypes(pb_istream_t *stream, int mode)
84 if (mode == 0)
167 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
177 if (!check_alltypes(&stream, mode))
  /external/nanopb-c/tests/alltypes_proto3/
decode_alltypes.c 20 bool check_alltypes(pb_istream_t *stream, int mode)
62 if (mode == 0)
150 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
160 if (!check_alltypes(&stream, mode))
  /external/nanopb-c/tests/backwards_compatibility/
decode_legacy.c 23 bool check_alltypes(pb_istream_t *stream, int mode)
81 if (mode == 0)
182 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
192 if (!check_alltypes(&stream, mode))
  /external/nanopb-c/tests/field_size_16_proto3/
decode_alltypes.c 20 bool check_alltypes(pb_istream_t *stream, int mode)
62 if (mode == 0)
150 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
160 if (!check_alltypes(&stream, mode))
  /external/nanopb-c/tests/without_64bit/
decode_alltypes.c 20 bool check_alltypes(pb_istream_t *stream, int mode)
74 if (mode == 0)
168 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
178 if (!check_alltypes(&stream, mode))
  /external/protobuf/editors/
protobuf-mode.el 1 ;;; protobuf-mode.el --- major mode for editing protocol buffers.
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
39 ;; (require 'protobuf-mode)
41 ;; You can customize this mode just like any mode derived from CC Mode. If
42 ;; you want to add customizations specific to protobuf-mode, you can use the
43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
    [all...]
  /external/python/cpython2/Modules/
sgimodule.c 29 int mode; local
33 if (!PyArg_ParseTuple(args, "iii:_getpty", &oflag, &mode, &nofork))
36 name = _getpty(&fildes, oflag, (mode_t)mode, nofork);
  /external/skia/src/gpu/effects/
GrBlurredEdgeFragmentProcessor.cpp 26 auto mode = _outer.mode(); variable
27 (void)mode; variable
33 args.fInputColor, (int)_outer.mode(), args.fOutputColor);
GrBlurredEdgeFragmentProcessor.h 18 enum class Mode { kGaussian = 0, kSmoothStep = 1 };
19 const Mode& mode() const { return fMode; } function in class:GrBlurredEdgeFragmentProcessor::Mode
20 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode) {
21 return std::unique_ptr<GrFragmentProcessor>(new GrBlurredEdgeFragmentProcessor(mode));
28 GrBlurredEdgeFragmentProcessor(Mode mode)
30 , fMode(mode) {}
35 Mode fMode
    [all...]
  /external/skqp/src/gpu/effects/
GrBlurredEdgeFragmentProcessor.cpp 26 auto mode = _outer.mode(); variable
27 (void)mode; variable
34 args.fInputColor, (int)_outer.mode(), args.fOutputColor);
GrBlurredEdgeFragmentProcessor.h 18 enum class Mode { kGaussian = 0, kSmoothStep = 1 };
19 const Mode& mode() const { return fMode; } function in class:GrBlurredEdgeFragmentProcessor::Mode
20 static std::unique_ptr<GrFragmentProcessor> Make(Mode mode) {
21 return std::unique_ptr<GrFragmentProcessor>(new GrBlurredEdgeFragmentProcessor(mode));
28 GrBlurredEdgeFragmentProcessor(Mode mode)
30 , fMode(mode) {}
35 Mode fMode
    [all...]
  /external/strace/tests/
mknodat.c 15 call_mknodat(unsigned short mode, unsigned long dev)
17 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode;
56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local
59 rc = call_mknodat(mode, dev);
62 sample, (short) (mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX)),
  /external/strace/tests-m32/
mknodat.c 15 call_mknodat(unsigned short mode, unsigned long dev)
17 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode;
56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local
59 rc = call_mknodat(mode, dev);
62 sample, (short) (mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX)),
  /external/strace/tests-mx32/
mknodat.c 15 call_mknodat(unsigned short mode, unsigned long dev)
17 unsigned long lmode = (unsigned long) 0xffffffffffff0000ULL | mode;
56 const unsigned short mode = (0xffff & ~S_IFMT) | S_IFBLK; local
59 rc = call_mknodat(mode, dev);
62 sample, (short) (mode & ~(S_IFMT|S_ISUID|S_ISGID|S_ISVTX)),
  /external/tensorflow/tensorflow/contrib/distribute/python/
keras_optimizer_v2_test.py 55 mode=['graph', 'eager'])) variable in class:MirroredStrategyOptimizerV2Test
112 mode=['graph', 'eager']))
moving_averages_test.py 37 mode=["graph"]) variable
warm_starting_util_test.py 52 mode=["graph"])) variable in class:WarmStartingUtilWithDistributionStrategyTest
  /external/u-boot/arch/arm/include/asm/mach-imx/
video.h 16 struct fb_videomode mode; member in struct:display_info_t
  /external/u-boot/board/rockchip/evb_rk3328/
evb-rk3328.c 38 const char *mode; local
47 mode = fdt_getprop(blob, node, "dr_mode", NULL);
48 if (mode && strcmp(mode, "otg") == 0) {
  /external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad.h 50 // aggressive mode. Returns -1 if the input is less than 0 or larger than 3,
52 int set_mode(int mode);
54 int mode() const { return mode_; } function in class:webrtc::StandaloneVad
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp 83 Description: Changed '&' to '&&' in the setting of rx_type and mode for
153 state_data->prev_mode contains the new mode
161 used by each codec mode for WMF input format (const
165 used by each codec mode for IF2 input format (const
188 The codec mode and receive frame type is initialized based on the incoming
196 RX_NO_DATA, the mode is obtained from the buffer pointed to by
197 speech_bits_ptr, offset by MAX_SERIAL_SIZE+1, otherwise, the mode is set to
198 the previous mode (found the in state_data->prev_mode).
206 state_data is updated to the current mode.
265 // Determine AMR codec mode and AMR RX frame typ
397 enum Mode mode = (enum Mode)MR475; local
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
ipcbuf.h 27 __kernel_mode_t mode; member in struct:ipc64_perm

Completed in 2832 milliseconds

1 2 34 5 6 7 8 91011>>