/external/compiler-rt/test/Unit/ |
floatuntisf_test.c | 35 at.all = a;
|
/external/eigen/test/ |
array.cpp | 101 VERIFY(((m1 + Scalar(1)) > m1).all()); 102 VERIFY(((m1 - Scalar(1)) < m1).all()); 107 VERIFY(! (m1 < m3).all() ); 108 VERIFY(! (m1 > m3).all() );
|
eigensolver_complex.cpp | 69 VERIFY((eiz.eigenvalues().cwiseEqual(0)).all());
|
nullary.cpp | 31 bool diagOK = (A.diagonal().array() == 1).all();
|
/external/guava/guava/src/com/google/common/collect/ |
Ranges.java | 50 * <dd>{@link #all} 80 * Returns a range that contains all values strictly greater than {@code 91 * Returns a range that contains all values greater than or equal to 102 * Returns a range that contains all values greater than or equal to 114 * Returns a range that contains all values strictly greater than {@code 148 * Returns a range that contains all values strictly less than {@code 156 * Returns a range that contains all values less than or equal to 180 * Returns a range that contains all values strictly greater than {@code 188 * Returns a range that contains all values greater than or equal to 212 public static <C extends Comparable<?>> Range<C> all() { method in class:Ranges [all...] |
/external/icu4c/test/hdrtst/ |
Makefile.in | 3 ## others. All Rights Reserved. 8 ## This tests all public header files - as installed. icu-config needs to be on the PATH 40 all: 179 .PHONY: doclean check all cpptest lotest dtest ctest clean distclean
|
/external/icu4c/tools/ |
icu-svnprops-check.py | 4 # All rights reserved. 44 ### '?'). All entries which match will be applied to the file. 171 if all(ord(byte) < 128 for byte in bytes):
|
/external/iproute2/lib/ |
ll_proto.c | 80 __PF(ALL,all)
|
/external/kernel-headers/original/asm-x86/ |
system_32.h | 208 * For now, "wmb()" doesn't actually do anything, as all 210 * in which all writes are seen in the program order even 227 * read_barrier_depends - Flush all pending reads that subsequents reads 231 * over this barrier. All reads preceding this primitive are guaranteed 318 void __show_registers(struct pt_regs *, int all);
|
/external/libppp/src/ |
bundle.h | 3 * All rights reserved. 76 struct fdescriptor desc; /* really all our datalinks */ 92 int all; /* Union of all physical::type's */ member in struct:bundle::__anon10727 93 int open; /* Union of all open physical::type's */
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
vp8_variance8x8_armv6.asm | 2 ; Copyright (c) 2011 The WebM project authors. All Rights Reserved. 7 ; in the file PATENTS. All contributing project authors may 51 orr r8, r8, r10 ; differences of all 4 pixels 76 orr r8, r8, r10 ; differences of all 4 pixels
|
/external/sepolicy/ |
Android.mk | 43 # Builds paths for all requested policy files w.r.t 190 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/external/stlport/test/eh/ |
gcc-amigaos-m68k.mak | 50 all: $(TEST_EXE)
|
/external/v8/src/ |
d8.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 123 var trace_compile = false; // Tracing all compile events? 124 var trace_debug_json = false; // Tracing all debug json packets? 665 // set to 'in'. For all other commands, ignore the args. 941 case 'all': 1058 // en[able] exc[eptions] [all|unc[aught]] 1059 // en[able] [all|unc[aught]] exc[eptions] 1060 // dis[able] exc[eptions] [all|unc[aught]] 1061 // dis[able] [all|unc[aught]] exc[eptions] 1069 // en[able] exc[eptions] [all|unc[aught] [all...] |
/external/v8/test/mjsunit/ |
debug-evaluate-recursive.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 35 // The base part of all evaluate requests. 96 // Indicate that all was processed.
|
debug-evaluate.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 35 // The base part of all evaluate requests. 121 // Indicate that all was processed.
|
debug-references.js | 1 // Copyright 2009 the V8 project authors. All rights reserved. 35 // The base part of all evaluate requests. 97 // Indicate that all was processed.
|
debug-scripts-request.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 76 // Test request for all scripts. 91 // Indicate that all was processed.
|
escape.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 61 // Check all chars up to 1000 in groups of 10 using unescape as a check 68 var example = "Now is the time for all good men to come to the aid of the party.";
|
/external/valgrind/main/massif/tests/ |
insig.post.exp | 55 ->00.54% (96B) in 1+ places, all below ms_print's threshold (01.00%) 73 ->01.34% (256B) in 16 places, all below massif's threshold (00.99%)
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
syn_filt_neon.s | 52 @ load all a[]
|
/frameworks/compile/libbcc/ |
Android.mk | 191 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/compile/slang/ |
Android.mk | 214 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/ndk/build/core/ |
init.mk | 137 # On all modern variants of Windows (including Cygwin and Wine) 168 # For all systems, we will have HOST_OS_BASE defined as 233 # We should probably should not care at all 327 # Define HOST_ECHO_N to perform the equivalent of 'echo -n' on all platforms. 358 # Location of all awk scripts we use 431 # Read all platform-specific configuration files. 491 # Read all toolchain-specific configuration files. 514 # the list of all toolchains in this NDK
|
/packages/apps/Music/src/com/android/music/ |
PlaylistBrowserActivity.java | 412 // do a query for all songs added in the last X weeks 438 // do a query for all files that are podcasts 515 ArrayList<Object> all = new ArrayList<Object>(2); local 516 all.add(ALL_SONGS_PLAYLIST); 517 all.add(getString(R.string.play_all)); 518 autoplaylistscursor.addRow(all);
|