HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 201 - 225 of 3517) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/gps/msm8998/utils/
gps_extended.h 50 LocPositionMode mode; member in struct:LocPosMode
61 mode(m), recurrence(recr),
77 mode(LOC_POSITION_MODE_MS_BASED),
88 return anotherMode.mode == mode &&
  /libcore/luni/src/main/java/libcore/io/
IoTracker.java 29 private Mode mode = Mode.READ; field in class:IoTracker
40 public void trackIo(int byteCount, Mode mode) {
41 if (this.mode != mode) {
43 this.mode = mode;
59 public enum Mode {
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileModeAttribute.java 49 int mode = 0; local
54 case OWNER_READ : mode |= UnixConstants.S_IRUSR; break;
55 case OWNER_WRITE : mode |= UnixConstants.S_IWUSR; break;
56 case OWNER_EXECUTE : mode |= UnixConstants.S_IXUSR; break;
57 case GROUP_READ : mode |= UnixConstants.S_IRGRP; break;
58 case GROUP_WRITE : mode |= UnixConstants.S_IWGRP; break;
59 case GROUP_EXECUTE : mode |= UnixConstants.S_IXGRP; break;
60 case OTHERS_READ : mode |= UnixConstants.S_IROTH; break;
61 case OTHERS_WRITE : mode |= UnixConstants.S_IWOTH; break;
62 case OTHERS_EXECUTE : mode |= UnixConstants.S_IXOTH; break
70 int mode = defaultMode; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ipcbuf.h 25 __kernel_mode_t mode; member in struct:ipc64_perm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_connmark.h 23 __u8 mode; member in struct:xt_connmark_tginfo1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
fixed-value.h 30 enum machine_mode mode; /* Use machine mode to know IBIT and FBIT. */ variable in typeref:enum:machine_mode
44 #define FCONST0(mode) fconst0[mode - QQmode]
45 #define FCONST1(mode) fconst1[mode - HAmode]
47 /* Return a CONST_FIXED with value R and mode M. */
52 /* Construct a FIXED_VALUE from a bit payload and machine mode MODE.
53 The bits in PAYLOAD are sign-extended/zero-extended according to MODE. *
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_shape.h 80 /** \brief The default mode, a binarized alpha cutoff of 1. */
90 #define SDL_SHAPEMODEALPHA(mode) (mode == ShapeModeDefault || mode == ShapeModeBinarizeAlpha || mode == ShapeModeReverseBinarizeAlpha)
101 /** \brief The mode of these window-shape parameters. */
102 WindowShapeMode mode; member in struct:SDL_WindowShapeMode
126 * \param shape_mode An empty shape-mode structure to fill, or NULL to check whether the window has a shape.
128 * \return 0 if the window has a shape and, provided shape_mode was not NULL, shape_mode has been filled with the mode
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_shape.h 80 /** \brief The default mode, a binarized alpha cutoff of 1. */
90 #define SDL_SHAPEMODEALPHA(mode) (mode == ShapeModeDefault || mode == ShapeModeBinarizeAlpha || mode == ShapeModeReverseBinarizeAlpha)
101 /** \brief The mode of these window-shape parameters. */
102 WindowShapeMode mode; member in struct:SDL_WindowShapeMode
126 * \param shape_mode An empty shape-mode structure to fill, or NULL to check whether the window has a shape.
128 * \return 0 if the window has a shape and, provided shape_mode was not NULL, shape_mode has been filled with the mode
  /prebuilts/misc/windows/sdl2/include/
SDL_shape.h 80 /** \brief The default mode, a binarized alpha cutoff of 1. */
90 #define SDL_SHAPEMODEALPHA(mode) (mode == ShapeModeDefault || mode == ShapeModeBinarizeAlpha || mode == ShapeModeReverseBinarizeAlpha)
101 /** \brief The mode of these window-shape parameters. */
102 WindowShapeMode mode; member in struct:SDL_WindowShapeMode
126 * \param shape_mode An empty shape-mode structure to fill, or NULL to check whether the window has a shape.
128 * \return 0 if the window has a shape and, provided shape_mode was not NULL, shape_mode has been filled with the mode
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_shape.h 80 /** \brief The default mode, a binarized alpha cutoff of 1. */
90 #define SDL_SHAPEMODEALPHA(mode) (mode == ShapeModeDefault || mode == ShapeModeBinarizeAlpha || mode == ShapeModeReverseBinarizeAlpha)
101 /** \brief The mode of these window-shape parameters. */
102 WindowShapeMode mode; member in struct:SDL_WindowShapeMode
126 * \param shape_mode An empty shape-mode structure to fill, or NULL to check whether the window has a shape.
128 * \return 0 if the window has a shape and, provided shape_mode was not NULL, shape_mode has been filled with the mode
  /system/chre/platform/slpi/smgr/
power_control_manager.cc 44 sns_pm_img_mode_e mode = bigImage ? SNS_IMG_MODE_BIG : SNS_IMG_MODE_NOCLIENT; local
45 sns_pm_err_code_e result = sns_pm_vote_img_mode(mClientHandle, mode);
49 LOGE("Failed to vote for power mode %d with result %d", mode, result);
  /system/core/liblog/tests/
log_wrap_test.cpp 38 const int mode = ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK; local
40 android_logger_list_open(LOG_ID_MAIN, mode, 1000, 0);
53 android_logger_list_alloc_time(mode | ANDROID_LOG_WRAP, start, 0);
  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 50 android::vts::VtsCompileMode mode = android::vts::kDriver; local
61 mode = android::vts::kProfiler;
63 cout << "- mode: PROFILER" << endl;
66 mode = android::vts::kFuzzer;
68 cout << "- mode: FUZZER" << endl;
100 mode, argv[opt_count + 1], argv[opt_count + 2], argv[opt_count + 3]);
119 mode, argv[opt_count + 1], argv[opt_count + 2], type);
145 mode, src_file.c_str(), dst_file.c_str(), type);
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
zfstream.h 36 short mode; member in class:gzfilebuf
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_statistic.h 34 __u16 mode; member in struct:xt_statistic_info
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
TestUtils.java 59 * Get current location mode settings.
67 * Set location settings mode.
69 static void setLocationMode(Context context, int mode) {
71 mode); local
82 * Enable location and set the mode to GPS only.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
importdl.h 25 char *mode; member in struct:filedescr
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
importdl.h 25 char *mode; member in struct:filedescr
  /external/aac/libSACenc/src/
sacenc_tree.h 128 SPACETREE_MODE mode; member in struct:__anon14002
  /external/chromium-libpac/src/
net_util.cc 31 int mode = AF_INET; local
33 mode = AF_INET6;
36 if (inet_pton(mode, ip_literal.c_str(), buf) != 1) {
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
Transformation.java 36 Transformation(String algorithm, String mode, String padding, KeyGen keyGen) {
38 this.mode = mode;
44 final String mode; field in class:Transformation
49 return algorithm + "/" + mode + "/" + padding;
  /external/deqp/modules/internal/
ditAstcTests.cpp 68 void testDecompress (CompressedTexFormat format, TexDecompressionParams::AstcMode mode, size_t numBlocks, const deUint8* data)
71 const TexDecompressionParams decompressionParams (mode);
86 void verifyBlocksValid (CompressedTexFormat format, TexDecompressionParams::AstcMode mode, size_t numBlocks, const deUint8* data)
90 if (!astc::isValidBlock(data + blockNdx*astc::BLOCK_SIZE_BYTES, format, mode))
165 const TexDecompressionParams::AstcMode mode = (TexDecompressionParams::AstcMode)astcModeNdx; local
168 if (mode == tcu::TexDecompressionParams::ASTCMODE_HDR && isAstcFormat(m_format))
169 continue; // sRGB is not supported in HDR mode
172 astc::generateRandomValidBlocks(&generatedData[0], numBlocks, m_format, mode, deInt32Hash(m_format) ^ deInt32Hash(mode));
176 verifyBlocksValid(m_format, mode, numBlocks, &generatedData[0])
    [all...]
  /external/icu/icu4c/source/i18n/
nortrans.cpp 63 UNormalization2Mode mode = (UNormalization2Mode)uprv_strchr(name, 0)[1]; local
65 const Normalizer2 *norm2 = Normalizer2::getInstance(NULL, name, mode, errorCode);
113 * bulk mode, so that styled text is minimally disrupted.
114 * In incremental mode, a chunk that ends with offsets.limit
118 * a bulk mode normalization could look like this:
150 // stop in incremental mode when we reach the input limit
  /external/iproute2/ip/
iplink_macvlan.c 33 "Usage: ... %s mode MODE [flag MODE_FLAG] MODE_OPTS\n"
35 "MODE: private | vepa | bridge | passthru | source\n"
37 "MODE_OPTS: for mode \"source\":\n"
52 "Error: argument of \"mode\" must be \"private\", \"vepa\", \"bridge\", \"passthru\" or \"source\", not \"%s\"\n",
68 __u32 mode = 0; local
76 if (matches(*argv, "mode") == 0) {
80 mode = MACVLAN_MODE_PRIVATE;
82 mode = MACVLAN_MODE_VEPA;
84 mode = MACVLAN_MODE_BRIDGE
181 __u32 mode; local
    [all...]
  /external/iptables/include/linux/netfilter/
xt_statistic.h 21 __u16 mode; member in struct:xt_statistic_info

Completed in 595 milliseconds

1 2 3 4 5 6 7 891011>>