HomeSort by relevance Sort by last modified time
    Searched defs:yes (Results 1 - 25 of 38) sorted by null

1 2

  /external/libvpx/libvpx/vp8/
vp8cx.mk 14 VP8_CX_SRCS-yes += $(VP8_COMMON_SRCS-yes)
16 VP8_CX_SRCS_REMOVE-yes += $(VP8_COMMON_SRCS_REMOVE-yes)
19 ifeq ($(ARCH_ARM),yes)
23 VP8_CX_SRCS-yes += vp8cx.mk
25 VP8_CX_SRCS-yes += vp8_cx_iface.c
27 VP8_CX_SRCS-yes += encoder/defaultcoefcounts.h
28 VP8_CX_SRCS-yes += encoder/bitstream.c
29 VP8_CX_SRCS-yes += encoder/boolhuff.
    [all...]
vp8dx.mk 14 VP8_DX_SRCS-yes += $(VP8_COMMON_SRCS-yes)
16 VP8_DX_SRCS_REMOVE-yes += $(VP8_COMMON_SRCS_REMOVE-yes)
19 VP8_DX_SRCS-yes += vp8dx.mk
21 VP8_DX_SRCS-yes += vp8_dx_iface.c
23 VP8_DX_SRCS-yes += decoder/dboolhuff.c
24 VP8_DX_SRCS-yes += decoder/decodemv.c
25 VP8_DX_SRCS-yes += decoder/decodframe.c
26 VP8_DX_SRCS-yes += decoder/detokenize.
    [all...]
  /external/libvpx/libvpx/vp9/
vp9cx.mk 13 VP9_CX_SRCS-yes += $(VP9_COMMON_SRCS-yes)
15 VP9_CX_SRCS_REMOVE-yes += $(VP9_COMMON_SRCS_REMOVE-yes)
18 VP9_CX_SRCS-yes += vp9_cx_iface.c
20 VP9_CX_SRCS-yes += encoder/vp9_bitstream.c
21 VP9_CX_SRCS-yes += encoder/vp9_boolhuff.c
22 VP9_CX_SRCS-yes += encoder/vp9_dct.c
23 VP9_CX_SRCS-yes += encoder/vp9_dct.h
24 VP9_CX_SRCS-yes += encoder/vp9_encodeframe.
    [all...]
vp9dx.mk 13 VP9_DX_SRCS-yes += $(VP9_COMMON_SRCS-yes)
15 VP9_DX_SRCS_REMOVE-yes += $(VP9_COMMON_SRCS_REMOVE-yes)
18 VP9_DX_SRCS-yes += vp9_dx_iface.c
20 VP9_DX_SRCS-yes += decoder/vp9_dboolhuff.c
21 VP9_DX_SRCS-yes += decoder/vp9_decodemv.c
22 VP9_DX_SRCS-yes += decoder/vp9_decodframe.c
23 VP9_DX_SRCS-yes += decoder/vp9_decodframe.h
24 VP9_DX_SRCS-yes += decoder/vp9_detokenize.
    [all...]
  /external/libvpx/libvpx/
docs.mk 47 DOCS-yes += docs/html/index.html
49 DIST-DOCS-yes = $(wildcard docs/html/*)
52 DIST-DOCS-yes += CHANGELOG
53 DIST-DOCS-yes += README
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
has_constraints.hpp 18 typedef char yes; typedef in namespace:boost::concepts::detail
32 inline yes has_constraints_(Model*, wrap_constraints<Model,&Model::constraints>* = 0);
44 , value = sizeof( detail::has_constraints_((Model*)0) ) == sizeof(detail::yes) );
  /external/clang/test/Sema/
outof-range-constant-compare.c 139 yes, enumerator in enum:E
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_convertible.hpp 42 typedef char (&yes) [1]; typedef in struct:boost::detail::sp_convertible
45 static yes f( T* );
48 enum _vt { value = sizeof( (f)( static_cast<Y*>(0) ) ) == sizeof(yes) };
  /external/linux-tools-perf/util/ui/
util.c 108 static const char yes[] = "Yes", no[] = "No", variable
114 return newtWinChoice(NULL, (char *)yes, (char *)no, (char *)msg) == 1;
  /external/clang/test/SemaCXX/
enum-scoped.cpp 108 enum class scoped_enum { yes, no, maybe }; member in class:E1::E2::Redeclare5::scoped_enum
109 scoped_enum e = scoped_enum::yes;
  /external/iproute2/include/linux/
inet_diag.h 55 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
61 unsigned char yes; member in struct:inet_diag_bc_op
  /external/ipsec-tools/src/racoon/
sockmisc.c 696 int yes = 1; local
716 (void *)&yes, sizeof(yes)) < 0) {
726 (void *)&yes, sizeof(yes)) < 0) {
isakmp.c 1577 const int yes = 1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inet_diag.h 44 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
50 unsigned char yes; member in struct:inet_diag_bc_op
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inet_diag.h 44 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
50 unsigned char yes; member in struct:inet_diag_bc_op
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inet_diag.h 44 * to offset cc+"yes" or to offset cc+"no". "yes" is supposed to be
50 unsigned char yes; member in struct:inet_diag_bc_op
  /system/core/fastboot/
engine.c 444 int yes; local
461 yes = match(resp, value, count);
462 if (invert) yes = !yes;
464 if (yes) {
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 989 const int yes = 1; local
990 res = setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof(yes));
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 87 yes, // The action was started via a user initiated action enum constant in enum:StkAppService.InitiatedByUserAction
121 static final int YES = 1;
596 case YES:
621 * @param userAction If the userAction is yes then we always return 0 otherwise
630 return ((userAction == InitiatedByUserAction.yes) | mMenuIsVisibile) ?
641 intentFlags |= getFlagActivityNoUserAction(InitiatedByUserAction.yes);
838 args.putInt(CHOICE, YES);
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 3444 milliseconds

1 2