Searched refs:any (Results 176 - 200 of 464) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/
H A Dlower_mat_op_to_vec.cpp4 * Permission is hereby granted, free of charge, to any person obtaining a
88 /* Pull out any matrix expression to a separate assignment to a
282 * return !any(bvec4(a[0] != b[0],
290 * return any(bvec4(a[0] != b[0],
325 ir_expression *any = local
330 any = new(this->mem_ctx) ir_expression(ir_unop_logic_not,
332 any, NULL);
338 new(mem_ctx) ir_assignment(result, any, NULL);
/external/webkit/Tools/Scripts/webkitpy/test/
H A Dmain.py84 if any([module_path.startswith(package) for package in [
/external/compiler-rt/make/
H A Dlib_info.mk11 # 'arch'. This does not include any config specific
/external/freetype/include/freetype/internal/
H A Dfttrace.h22 FT_TRACE_DEF( any )
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java126 public static <T> org.hamcrest.Matcher<T> any(java.lang.Class<T> type) { method in class:CoreMatchers
127 return org.hamcrest.core.IsAnything.any(type);
/external/libvpx/examples/includes/geshi/geshi/
H A Dgml.php18 * please let me know of any issue you may find.
51 * (at your option) any later version.
H A Dactionscript3.php44 * (at your option) any later version.
H A Dbash.php42 * (at your option) any later version.
H A Dc.php44 * (at your option) any later version.
H A Dcpp.php38 * (at your option) any later version.
H A Ddcs.php43 * (at your option) any later version.
H A Ddiff.php32 * (at your option) any later version.
H A Ddos.php49 * (at your option) any later version.
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec64 pixmaps of any visual class, not just TrueColor or DirectColor. In order
H A DMESA_set_3dfx_mode.spec68 Note that only one drawable and context can be created at any given
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec39 operations at any time. The data flow from the application to GL
180 <mask> may be any value accepted by PushAttrib and specifies a set of
199 <mask> may be the union of any of TRACE_OPERATIONS_BIT_MESA,
266 <attribMask> is any value accepted by PushAttrib and specifies
338 INVALID_OPERATION is generated if any trace command except TraceCommentMESA
/external/openssl/crypto/bn/
H A Dbn_prime.pl25 # * Copyright remains Eric Young's, and as such any Copyright notices in
48 * Copyright remains Eric Young's, and as such any Copyright notices in
69 * 4. If you include any Windows specific code (or a derivative thereof) from
85 * The licence and distribution terms for any publically available version or
/external/webkit/Source/WebCore/plugins/win/
H A DPaintHooks.asm7 ; version 2 of the License, or (at your option) any later version.
/external/valgrind/main/drd/
H A Ddrd_error.c10 License, or (at your option) any later version.
138 tl_assert(cl->any.first_observed_at);
143 DRD_(clientobj_type_name)(cl->any.type), obj);
144 VG_(pp_ExeContext)(cl->any.first_observed_at);
148 DRD_(clientobj_type_name)(cl->any.type), obj);
149 VG_(pp_ExeContext)(cl->any.first_observed_at);
602 * define any 'extra' suppression information.
/external/valgrind/main/coregrind/
H A Dm_libcfile.c16 License, or (at your option) any later version.
283 /* Success, or any failure except ENOSYS */
314 /* Success, or any failure except ENOSYS */
492 /* Very annoyingly, I cannot find any definition for R_OK et al in
784 UInt ipa, i, j, c, any; local
788 any = 0;
793 any = 1;
795 if (any == 0 || j > 255) goto syntaxerr;
804 any = 0;
809 any
[all...]
/external/clang/test/CXX/special/class.ctor/
H A Dp5-0x.cpp31 // - any non-static data member with no brace-or-equal-initializer is of
49 // - any non-variant non-static data member of const qualified type (or array
53 expected-warning {{does not declare any constructor}} \
86 // - X is a non-union class and all members of any anonymous union member are of
96 // - any direct or virtual base class, or non-static data member with no
118 // - any direct or virtual base class or non-static data member has a type with
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp26 // expected-error{{conversion function cannot have any parameters}}
215 Any any = Other(); // expected-error{{cannot pass object of non-POD type 'Other' through variadic constructor; call will abort at runtime}} local
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DAlignedBox.h56 inline bool isNull() const { return (m_min.cwise() > m_max).any(); }
/external/eigen/test/
H A Darray.cpp112 VERIFY( (m1 != (m1(r,c)+1) ).any() );
113 VERIFY( (m1 > (m1(r,c)-1) ).any() );
114 VERIFY( (m1 < (m1(r,c)+1) ).any() );
115 VERIFY( (m1 == m1(r,c) ).any() );
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php848 and any express or implied warranties, including, but not limited to, the
851 liable for any direct, indirect, incidental, special, exemplary, or
854 interruption) however caused and on any theory of liability, whether in
856 arising in any way out of the use of this software, even if advised of the

Completed in 365 milliseconds

1234567891011>>