HomeSort by relevance Sort by last modified time
    Searched refs:mode (Results 26 - 50 of 4235) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libopus/celt/
modes.c 166 static void compute_allocation_table(CELTMode *mode)
172 mode->nbAllocVectors = BITALLOC_SIZE;
173 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands));
177 /* Check for standard mode */
178 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize)
180 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++)
182 mode->allocVectors = allocVectors;
185 /* If not the standard mode, interpolate */
189 for (j=0;j<mode->nbEBands;j++
227 CELTMode *mode=NULL; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 54 private int mode; field in class:FileUtils.FileStatus
76 return mode;
80 return hasModeFlag(mode, S_IFDIR);
84 return hasModeFlag(mode, S_IFLNK);
88 return hasModeFlag(mode, S_ISUID);
92 return hasModeFlag(mode, S_ISGID);
112 /** Display the file's mode like "ls -l" does. */
113 public static String getFormattedPermissions(int mode) {
119 if (hasModeFlag(mode, typeMasks[i])) {
128 if (!hasModeFlag(mode, masks[i]))
    [all...]
  /external/chromium_org/third_party/skia/tests/
XfermodeTest.cpp 12 #define ILLEGAL_MODE ((SkXfermode::Mode)-1)
15 for (int mode = 0; mode <= SkXfermode::kLastMode; mode++) {
16 SkXfermode* xfer = SkXfermode::Create((SkXfermode::Mode) mode);
18 SkXfermode::Mode reportedMode = ILLEGAL_MODE;
19 REPORTER_ASSERT(reporter, reportedMode != mode);
23 REPORTER_ASSERT(reporter, reportedMode == mode);
27 reportedMode = (SkXfermode::Mode) -1
42 SkXfermode::Mode mode = (SkXfermode::Mode)i; local
    [all...]
  /bionic/libc/bionic/
chmod.cpp 33 int chmod(const char* path, mode_t mode) {
34 return fchmodat(AT_FDCWD, path, mode, 0);
mkdir.cpp 33 int mkdir(const char* path, mode_t mode) {
34 return mkdirat(AT_FDCWD, path, mode);
  /external/chromium_org/base/android/
fifo_utils.h 19 // Creates a fifo at the given |path| with POSIX permissions set to |mode|,
21 BASE_EXPORT bool CreateFIFO(const FilePath& path, int mode);
23 // Redirects the |stream| to the file provided by |path| with |mode|
27 const char* mode);
  /external/eigen/Eigen/src/Core/util/
NonMPL2.h 5 #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 6 $mode = 'transport';
8 $mode = $ARGV[2];
12 if ($mode eq 'transport') {
13 print STDERR "install esp transport mode: $src -> $dst\n";
16 } elsif ($mode eq 'delete') {
  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 22 int mode,
31 int mode = x->mode_info_context->mbmi.mode; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
42 int mode,
51 int mode = x->mode_info_context->mbmi.mode; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_common.cc 48 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING;
49 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING;
52 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING;
53 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING;
54 config->mode |= ResourcePrefetchPredictorConfig::URL_PREFETCHING;
55 config->mode |= ResourcePrefetchPredictorConfig::HOST_PRFETCHING;
64 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING;
67 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING;
70 config->mode |= ResourcePrefetchPredictorConfig::URL_LEARNING;
71 config->mode |= ResourcePrefetchPredictorConfig::HOST_LEARNING
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_CONNSECMARK.h 29 __u8 mode; member in struct:xt_connsecmark_target_info
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_CONNSECMARK.h 29 __u8 mode; member in struct:xt_connsecmark_target_info
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
init_decode.h 30 int16_t mode, /* (i) frame size mode */
pack_bits.h 31 int16_t mode /* (i) Codec mode (20 or 30) */
unpack_bits.h 31 int16_t mode /* (i) Codec mode (20 or 30) */
  /external/iptables/include/linux/netfilter/
xt_CONNSECMARK.h 12 __u8 mode; member in struct:xt_connsecmark_target_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_CONNSECMARK.h 12 __u8 mode; member in struct:xt_connsecmark_target_info
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
DrawGL.java 12 int scrollX, int scrollY, int mode) {
13 nativeDrawGL(drawGL, viewContext, width, height, scrollX, scrollY, mode);
17 int width, int height, int scrollX, int scrollY, int mode);
  /external/deqp/framework/delibs/destream/
deFileStream.h 36 void deFileIOStream_init (deIOStream* stream, const char* filename, deFileMode mode);
37 void deFileInStream_init (deInStream* stream, const char* filename, deFileMode mode);
38 void deFileOutStream_init (deOutStream* stream, const char* filename, deFileMode mode);
  /external/iproute2/ip/
iplink_macvlan.c 26 "Usage: ... macvlan mode { private | vepa | bridge | passthru }\n"
32 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", "
41 if (matches(*argv, "mode") == 0) {
42 __u32 mode = 0; local
46 mode = MACVLAN_MODE_PRIVATE;
48 mode = MACVLAN_MODE_VEPA;
50 mode = MACVLAN_MODE_BRIDGE;
52 mode = MACVLAN_MODE_PASSTHRU;
56 addattr32(n, 1024, IFLA_MACVLAN_MODE, mode);
73 __u32 mode; local
    [all...]
iplink_macvtap.c 23 "Usage: ... macvtap mode { private | vepa | bridge | passthru }\n"
29 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", "
38 if (matches(*argv, "mode") == 0) {
39 __u32 mode = 0; local
43 mode = MACVLAN_MODE_PRIVATE;
45 mode = MACVLAN_MODE_VEPA;
47 mode = MACVLAN_MODE_BRIDGE;
49 mode = MACVLAN_MODE_PASSTHRU;
53 addattr32(n, 1024, IFLA_MACVLAN_MODE, mode);
70 __u32 mode; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_visual.c 67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
111 if (mode->stereoMode) {
119 if (!offscreen && mode->doubleBufferMode) {
128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits;
130 attr[numattr++] = mode->alphaBits;
132 if ((mode->accumRedBits + mode->accumGreenBits + mode->accumBlueBits) > 0)
    [all...]
  /external/mesa3d/src/glx/apple/
apple_visual.c 67 apple_visual_create_pfobj(CGLPixelFormatObj * pfobj, const struct glx_config * mode,
111 if (mode->stereoMode) {
119 if (!offscreen && mode->doubleBufferMode) {
128 attr[numattr++] = mode->redBits + mode->greenBits + mode->blueBits;
130 attr[numattr++] = mode->alphaBits;
132 if ((mode->accumRedBits + mode->accumGreenBits + mode->accumBlueBits) > 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxconfig.c 46 * \param mode GL context mode whose data is to be returned.
47 * \param attribute Attribute of \c mode that is to be returned.
48 * \param value_return Location to store the data member of \c mode.
49 * \return If \c attribute is a valid attribute of \c mode, zero is
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return)
60 *value_return = mode->rgbBits;
63 *value_return = mode->rgbMode;
66 *value_return = mode->redBits;
69 *value_return = mode->greenBits
    [all...]
  /external/mesa3d/src/glx/
glxconfig.c 46 * \param mode GL context mode whose data is to be returned.
47 * \param attribute Attribute of \c mode that is to be returned.
48 * \param value_return Location to store the data member of \c mode.
49 * \return If \c attribute is a valid attribute of \c mode, zero is
53 glx_config_get(struct glx_config * mode, int attribute, int *value_return)
60 *value_return = mode->rgbBits;
63 *value_return = mode->rgbMode;
66 *value_return = mode->redBits;
69 *value_return = mode->greenBits
    [all...]

Completed in 1002 milliseconds

12 3 4 5 6 7 8 91011>>