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

1 2 3 4 5

  /external/libvpx/libvpx/test/
test-data.mk 1 LIBVPX_TEST_SRCS-yes += test-data.mk
    [all...]
test.mk 1 LIBVPX_TEST_SRCS-yes += acm_random.h
2 LIBVPX_TEST_SRCS-yes += buffer.h
3 LIBVPX_TEST_SRCS-yes += clear_system_state.h
4 LIBVPX_TEST_SRCS-yes += codec_factory.h
5 LIBVPX_TEST_SRCS-yes += md5_helper.h
6 LIBVPX_TEST_SRCS-yes += register_state_check.h
7 LIBVPX_TEST_SRCS-yes += test.mk
8 LIBVPX_TEST_SRCS-yes += test_libvpx.cc
9 LIBVPX_TEST_SRCS-yes += test_vectors.cc
10 LIBVPX_TEST_SRCS-yes += test_vectors.
    [all...]
  /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 VP8_CX_SRCS-yes += vp8cx.mk
21 VP8_CX_SRCS-yes += vp8_cx_iface.c
23 VP8_CX_SRCS-yes += encoder/defaultcoefcounts.h
24 VP8_CX_SRCS-yes += encoder/bitstream.c
25 VP8_CX_SRCS-yes += encoder/boolhuff.c
26 VP8_CX_SRCS-yes += encoder/dct.
    [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/decodeframe.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_context_tree.c
22 VP9_CX_SRCS-yes += encoder/vp9_context_tree.h
23 VP9_CX_SRCS-yes += encoder/vp9_cost.h
24 VP9_CX_SRCS-yes += encoder/vp9_cost.
    [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
19 VP9_DX_SRCS-yes += vp9_dx_iface.h
21 VP9_DX_SRCS-yes += decoder/vp9_decodemv.c
22 VP9_DX_SRCS-yes += decoder/vp9_decodeframe.c
23 VP9_DX_SRCS-yes += decoder/vp9_decodeframe.h
24 VP9_DX_SRCS-yes += decoder/vp9_detokenize.
    [all...]
  /external/libvpx/libvpx/
docs.mk 42 DOCS-yes += docs/html/index.html
44 DIST-DOCS-yes = $(wildcard docs/html/*)
47 DIST-DOCS-yes += CHANGELOG
48 DIST-DOCS-yes += README
examples.mk 58 ifeq ($(CONFIG_WEBM_IO),yes)
60 INC_PATH-yes += $(SRC_PATH_BARE)/third_party/libwebm
77 ifeq ($(CONFIG_LIBYUV),yes)
81 ifeq ($(CONFIG_WEBM_IO),yes)
101 ifeq ($(CONFIG_LIBYUV),yes)
104 ifeq ($(CONFIG_WEBM_IO),yes)
112 ifeq ($(CONFIG_SPATIAL_SVC),yes)
125 ifneq ($(CONFIG_SHARED),yes)
219 ifeq ($(CONFIG_VP9_ENCODER),yes)
220 ifeq ($(CONFIG_DECODERS),yes)
    [all...]
  /external/skia/src/core/
SkATrace.cpp 64 // we can't use this to do a check for ATrace isEnabled(). Thus we will always return yes here
66 static uint8_t yes = SkEventTracer::kEnabledForRecording_CategoryGroupEnabledFlags; local
67 return &yes;
  /external/clang/test/Sema/
outof-range-constant-compare.c 139 yes, enumerator in enum:E
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 32 typedef char yes; typedef in class:has_argument_type
35 template <typename C> static yes check( typename C::argument_type * );
38 enum { value = sizeof(check<T>(0)) == sizeof(yes) };
44 typedef char yes; typedef in class:has_first_argument_type
47 template <typename C> static yes check( typename C::first_argument_type * );
50 enum { value = sizeof(check<T>(0)) == sizeof(yes) };
57 typedef char yes; typedef in class:has_second_argument_type
60 template <typename C> static yes check( typename C::second_argument_type *);
63 enum { value = sizeof(check<T>(0)) == sizeof(yes) };
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
server.cpp 69 int yes=1; local
70 if (setsockopt(sockfd,SOL_SOCKET,SO_REUSEADDR,&yes,sizeof(int)) == -1) {
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 32 typedef char yes; typedef in class:has_argument_type
35 template <typename C> static yes check( typename C::argument_type * );
38 enum { value = sizeof(check<T>(0)) == sizeof(yes) };
44 typedef char yes; typedef in class:has_first_argument_type
47 template <typename C> static yes check( typename C::first_argument_type * );
50 enum { value = sizeof(check<T>(0)) == sizeof(yes) };
57 typedef char yes; typedef in class:has_second_argument_type
60 template <typename C> static yes check( typename C::second_argument_type *);
63 enum { value = sizeof(check<T>(0)) == sizeof(yes) };
  /external/protobuf/src/google/protobuf/stubs/
type_traits.h 73 typedef char (&yes)[1]; typedef in struct:google::protobuf::internal::is_base_of
80 static yes check(const B*);
84 value = sizeof(check(static_cast<const D*>(NULL))) == sizeof(yes),
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 73 typedef char (&yes)[1]; typedef in struct:google::protobuf::internal::is_base_of
80 static yes check(const B*);
84 value = sizeof(check(static_cast<const D*>(NULL))) == sizeof(yes),
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 27 struct yes {int a[1];}; struct in struct:Eigen::internal::is_ref_compatible_impl
31 static yes test(const Ref<const T>&, int);
37 enum { value = sizeof(test<MatrixType>(ms_from, 0))==sizeof(yes) };
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorMeta.h 194 typedef char (&yes)[1]; typedef in struct:Eigen::internal::is_base_of
205 static yes check(D*, T);
208 static const bool value = sizeof(check(Host<B,D>(), int())) == sizeof(yes);
  /external/libcxxabi/src/
private_typeinfo.h 64 yes, enumerator in enum:__cxxabiv1::__anon22954
103 // is_dst_type_derived_from_static_type is either unknown, yes or no.
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 146 bool yes = false; // do not ask to overwrite files local
161 yes = true;
363 if (!yes && !dryrun && already_exists) {
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.h 69 yes, enumerator in enum:__cxxabiv1::__anon104396
108 // is_dst_type_derived_from_static_type is either unknown, yes or no.
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.h 64 yes, enumerator in enum:__cxxabiv1::__anon104760
103 // is_dst_type_derived_from_static_type is either unknown, yes or no.
  /system/core/fastboot/
engine.cpp 199 int yes; local
216 yes = match(resp, value, count);
217 if (invert) yes = !yes;
219 if (yes) {
  /development/ndk/platforms/android-21/include/linux/
inet_diag.h 67 unsigned char yes; member in struct:inet_diag_bc_op
  /external/eigen/Eigen/src/Core/util/
Meta.h 40 * \note In case you wonder, yes we're aware that Boost already provides all these features,
134 struct yes {int a[1];}; struct in struct:Eigen::internal::is_convertible_impl
137 static yes test(const To&, int);
146 enum { value = sizeof(test(ms_from, 0))==sizeof(yes) };
  /external/ipsec-tools/src/racoon/
sockmisc.c 707 int yes = 1; local
731 (void *)&yes, sizeof(yes)) < 0) {
741 (void *)&yes, sizeof(yes)) < 0) {

Completed in 1732 milliseconds

1 2 3 4 5