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

12 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/common/arm/
reconintra_arm.c 23 int mode,
32 int mode = x->mode_info_context->mbmi.mode; local
36 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
46 int mode,
55 int mode = x->mode_info_context->mbmi.mode; local
59 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d_gain_p.cpp 58 mode -- enumerated type -- AMR mode
125 #include "mode.h"
177 enum Mode mode, /* i : AMR mode */
185 if (mode == MR122)
  /frameworks/support/v4/gingerbread/android/support/v4/view/
ViewCompatGingerbread.java 26 public static void setOverScrollMode(View v, int mode) {
27 v.setOverScrollMode(mode);
  /bionic/libc/kernel/common/linux/netfilter/
xt_CONNMARK.h 24 u_int8_t mode; member in struct:xt_connmark_target_info
  /external/iptables/include/linux/netfilter/
xt_CONNSECMARK.h 12 __u8 mode; member in struct:xt_connsecmark_target_info
  /external/kernel-headers/original/linux/netfilter/
xt_CONNMARK.h 22 u_int8_t mode; member in struct:xt_connmark_target_info
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
d_gain_p.h 52 #include "mode.h"
72 enum Mode mode, /* i : AMR mode */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_CONNMARK.h 22 u_int8_t mode; member in struct:xt_connmark_target_info
  /bionic/libc/unistd/
open.c 36 mode_t mode = 0; local
45 mode = (mode_t) va_arg(args, int);
49 return __open(pathname, flags, mode);
openat.c 36 mode_t mode = 0; local
45 mode = (mode_t) va_arg(args, int);
49 return __openat(fd, pathname, flags, mode);
  /frameworks/base/graphics/java/android/graphics/
PorterDuffColorFilter.java 21 * Create a colorfilter that uses the specified color and porter-duff mode.
24 * porter-duff mode
25 * @param mode The porter-duff mode that is applied
27 public PorterDuffColorFilter(int srcColor, PorterDuff.Mode mode) {
28 native_instance = native_CreatePorterDuffFilter(srcColor, mode.nativeInt);
29 nativeColorFilter = nCreatePorterDuffFilter(native_instance, srcColor, mode.nativeInt);
ComposeShader.java 31 /** Create a new compose shader, given shaders A, B, and a combining mode.
32 When the mode is applied, it will be given the result from shader A as its
34 @param shaderA The colors from this shader are seen as the "dst" by the mode
35 @param shaderB The colors from this shader are seen as the "src" by the mode
36 @param mode The mode that combines the colors from the two shaders. If mode
39 public ComposeShader(Shader shaderA, Shader shaderB, Xfermode mode) {
43 (mode != null) ? mode.native_instance : 0)
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorVideoEncoder.h 28 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode);
31 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode);
34 M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode);
  /hardware/invensense/mlsdk/mllite/
mlSetGyroBias.h 40 inv_error_t inv_set_gyro_bias_in_hw_unit(const short *bias, int mode);
41 inv_error_t inv_set_gyro_bias_in_dps(const long *bias, int mode);
42 inv_error_t inv_set_gyro_bias_in_dps_float(const float *bias, int mode);
  /bionic/libc/stdio/
flags.c 41 * Return the (stdio) flags for a given mode. Store the flags
46 __sflags(const char *mode, int *optr)
50 switch (*mode++) {
70 default: /* illegal mode */
76 if (*mode == '+' || (*mode == 'b' && mode[1] == '+')) {
  /external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.h 87 void postOpenFileSystemToMainThread(WebCommonWorkerClient*, WebFileSystem::Type, long long size, bool create, const String& mode);
88 void postMoveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
89 void postCopyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
90 void postRemoveToMainThread(WebFileSystem*, const String& path, const String& mode);
91 void postRemoveRecursivelyToMainThread(WebFileSystem*, const String& path, const String& mode);
92 void postReadMetadataToMainThread(WebFileSystem*, const String& path, const String& mode);
93 void postCreateFileToMainThread(WebFileSystem*, const String& path, bool exclusive, const String& mode);
94 void postCreateDirectoryToMainThread(WebFileSystem*, const String& path, bool exclusive, const String& mode);
95 void postFileExistsToMainThread(WebFileSystem*, const String& path, const String& mode);
96 void postDirectoryExistsToMainThread(WebFileSystem*, const String& path, const String& mode);
    [all...]
  /external/skia/src/effects/
SkPorterDuff.cpp 24 #define MAKE_PAIR(mode) { SkPorterDuff::k##mode##_Mode, SkXfermode::k##mode##_Mode }
26 // this table must be in SkPorterDuff::Mode order, so it can be indexed directly
27 // with a porterduff mode.
29 SkPorterDuff::Mode fPD;
30 SkXfermode::Mode fXF;
54 static bool find_pdmode(SkXfermode::Mode src, SkPorterDuff::Mode* dst) {
67 SkXfermode::Mode SkPorterDuff::ToXfermodeMode(Mode mode)
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamBuilder.cpp 37 void SVGPathByteStreamBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
40 writeSegmentType(mode == RelativeCoordinates ? PathSegMoveToRel : PathSegMoveToAbs);
44 void SVGPathByteStreamBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
47 writeSegmentType(mode == RelativeCoordinates ? PathSegLineToRel : PathSegLineToAbs);
51 void SVGPathByteStreamBuilder::lineToHorizontal(float x, PathCoordinateMode mode)
54 writeSegmentType(mode == RelativeCoordinates ? PathSegLineToHorizontalRel : PathSegLineToHorizontalAbs);
58 void SVGPathByteStreamBuilder::lineToVertical(float y, PathCoordinateMode mode)
61 writeSegmentType(mode == RelativeCoordinates ? PathSegLineToVerticalRel : PathSegLineToVerticalAbs);
65 void SVGPathByteStreamBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
68 writeSegmentType(mode == RelativeCoordinates ? PathSegCurveToCubicRel : PathSegCurveToCubicAbs)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 37 // inst (also known as instruction type), size, and mode and arriving at
47 // max_mode is the maximum value for the mode of a COPY instruction.
54 // Finds an opcode that has the given inst, size, and mode for its first
65 // of expressing all combinations of inst and mode with size=0.
69 unsigned char mode) const {
70 return first_instruction_map_.Lookup(inst, size, mode);
75 // the first opcode, and has the given inst, size, and mode for its second
85 unsigned char mode) const {
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
99 unsigned char mode,
    [all...]
  /external/iproute2/ip/
iplink_macvlan.c 26 "Usage: ... macvlan mode { private | vepa | bridge }\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;
54 addattr32(n, 1024, IFLA_MACVLAN_MODE, mode);
71 __u32 mode; local
80 mode = *(__u32 *)RTA_DATA(tb[IFLA_VLAN_ID])
    [all...]
  /frameworks/compile/linkloader/
SConstruct 44 mode = ARGUMENTS.get('mode', 'release')
47 if not mode in configs:
48 print 'ERROR: Unknown building mode:', mode
55 build_config = configs[mode]
58 print '===> BUILDING IN', mode.upper(), 'MODE ...'
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java 31 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on ListView.
52 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
55 mode.setTitle("Select Items");
56 setSubtitle(mode);
60 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
64 public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
69 mode.finish();
79 public void onDestroyActionMode(ActionMode mode) {
82 public void onItemCheckedStateChanged(ActionMode mode,
84 setSubtitle(mode);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UrlSelectionActionMode.java 34 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
35 mode.getMenuInflater().inflate(R.menu.url_selection, menu);
40 public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
44 mode.finish();
53 public void onDestroyActionMode(ActionMode mode) {
57 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
  /bionic/libc/include/
fcntl.h 46 extern int open(const char* path, int mode, ...);
47 extern int openat(int fd, const char* path, int mode, ...);
50 extern int creat(const char* path, mode_t mode);
  /development/ndk/platforms/android-3/include/
fcntl.h 46 extern int open(const char* path, int mode, ...);
47 extern int openat(int fd, const char* path, int mode, ...);
50 extern int creat(const char* path, mode_t mode);

Completed in 1564 milliseconds

12 3 4 5 6 7 8 91011>>