Searched defs:yes (Results 1 - 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/vp8/
H A Dvp8cx.mk14 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
[all...]
H A Dvp8dx.mk14 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
[all...]
/external/libvpx/libvpx/vp9/
H A Dvp9cx.mk13 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
[all...]
H A Dvp9dx.mk13 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_decodemv.c
21 VP9_DX_SRCS-yes += decoder/vp9_decodeframe.c
22 VP9_DX_SRCS-yes += decoder/vp9_decodeframe.h
23 VP9_DX_SRCS-yes += decoder/vp9_detokenize.c
24 VP9_DX_SRCS-yes
[all...]
/external/libvpx/libvpx/
H A Ddocs.mk42 DOCS-yes += docs/html/index.html
44 DIST-DOCS-yes = $(wildcard docs/html/*)
47 DIST-DOCS-yes += CHANGELOG
48 DIST-DOCS-yes += README
H A Dexamples.mk64 ifeq ($(CONFIG_LIBYUV),yes)
67 ifeq ($(CONFIG_WEBM_IO),yes)
84 ifeq ($(CONFIG_LIBYUV),yes)
87 ifeq ($(CONFIG_WEBM_IO),yes)
93 ifeq ($(CONFIG_SPATIAL_SVC),yes)
105 ifneq ($(CONFIG_SHARED),yes)
158 ifeq ($(CONFIG_DECODERS),yes)
185 ifeq ($(CONFIG_MULTI_RES_ENCODING),yes)
186 ifeq ($(CONFIG_LIBYUV),yes)
199 ifeq ($(CONFIG_OS_SUPPORT), yes)
[all...]
/external/clang/test/Sema/
H A Doutof-range-constant-compare.c139 yes, enumerator in enum:E
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp32 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/deqp/framework/common/
H A DtcuFloatFormat.cpp38 Interval chooseInterval(YesNoMaybe choice, const Interval& no, const Interval& yes) argument
43 case YES: return yes;
44 case MAYBE: return no | yes;
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java307 public void setPoolable(boolean yes) throws SQLException { argument
308 if (yes) {
/external/libcxxabi/src/
H A Dprivate_typeinfo.h69 yes, enumerator in enum:__cxxabiv1::__anon7865
108 // is_dst_type_derived_from_static_type is either unknown, yes or no.
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc146 bool yes = false; // do not ask to overwrite files local
161 yes = true;
363 if (!yes && !dryrun && already_exists) {
/external/iproute2/include/linux/
H A Dinet_diag.h55 * 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/kernel-headers/original/uapi/linux/
H A Dinet_diag.h55 * 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/toybox/toys/pending/
H A Dtelnetd.c131 int s, af = AF_INET, yes = 1; local
143 if (setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (char *)&yes, sizeof(yes)) == -1)
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp108 enum class scoped_enum { yes, no, maybe }; member in class:E1::E2::Redeclare5::scoped_enum
109 scoped_enum e = scoped_enum::yes;
/external/ipsec-tools/src/racoon/
H A Dsockmisc.c696 int yes = 1; local
716 (void *)&yes, sizeof(yes)) < 0) {
726 (void *)&yes, sizeof(yes)) < 0) {
H A Disakmp.c1577 const int yes = 1; local
1644 (const void *)&yes, sizeof(yes)) < 0) {
1663 (const void *)&yes, sizeof(yes)) < 0)
1677 (void *)&yes, sizeof(yes)) < 0) {
/external/toybox/kconfig/
H A Dexpr.h31 no, mod, yes enumerator in enum:tristate
/external/lz4/programs/
H A Dlz4io.c168 int LZ4IO_setOverwrite(int yes) argument
170 overwrite = (yes!=0);
/external/libedit/src/
H A Dterminal.c667 if (EL_HAS_AUTO_MARGINS) { /* yes */
1367 if (strcmp(how, "yes") == 0)
1443 static char yes[] = "yes"; local
1446 *(char **)how = yes;
1497 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1500 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1504 "yes" : "no");
1508 "yes" : "no");
/external/boringssl/src/ssl/
H A Dssl_lib.c757 void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { } argument
759 void SSL_set_read_ahead(SSL *s, int yes) { } argument
/external/libvncserver/webclients/java-applet/ssl/
H A DSignedUltraViewerSSL.jar ... awt.event.ActionListener { java.awt.Button yes java.awt.Button no java.awt. ...
H A DSignedVncViewer.jar ... awt.event.ActionListener { java.awt.Button yes java.awt.Button no java.awt. ...
H A DUltraViewerSSL.jar ... awt.event.ActionListener { java.awt.Button yes java.awt.Button no java.awt. ...

Completed in 861 milliseconds

12