/external/guava/guava-tests/test/com/google/common/collect/ |
GeneralRangeTest.java | 174 assertEquals(GeneralRange.all(Ordering.natural()), GeneralRange.from(Ranges.all())); 197 assertEquals(GeneralRange.all(ORDERING.reverse()), GeneralRange.all(ORDERING).reverse());
|
RangesTest.java | 69 .addEqualityGroup(Ranges.all())
|
/external/icu4c/test/intltest/ |
tsnmfmt.cpp | 4 * and others. All Rights Reserved. 405 UnicodeString all; local 409 all += ", "; 410 all += locales[i].getName(); 412 logln(all);
|
/external/libpng/contrib/pngminim/preader/ |
makefile | 49 all: rpng2-x$(E)
|
/external/markdown/markdown/extensions/ |
headerid.py | 17 All header IDs are unique: 99 before = block[:m.start()] # All lines before header 100 after = block[m.end():] # All lines after header 171 'forceid' : ['True', 'Force all headers to have an id.']
|
/external/openssl/crypto/bn/ |
bn_prime.pl | 24 # * All rights reserved. 35 * All rights reserved. 43 * apply to all code found in this distribution, be it the RC4, RSA, 63 * 3. All advertising materials mentioning features or use of this software
|
/external/quake/ |
Android.mk | 15 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/external/v8/test/mjsunit/ |
string-compare-alignment.js | 1 // Copyright 2008 the V8 project authors. All rights reserved. 33 "Now is the time for all good men to come to the aid of the party. " + 34 "Now is the time for all good men to come to the aid of the party."
|
/external/valgrind/main/massif/tests/ |
thresholds_10_0.post.exp | 53 | ->06.50% (5,200B) in 3 places, all below massif's threshold (10.00%) 58 | ->13.00% (10,400B) in 3 places, all below massif's threshold (10.00%)
|
thresholds_5_0.post.exp | 55 | ->01.50% (1,200B) in 2 places, all below massif's threshold (05.00%) 63 | ->04.00% (3,200B) in 2 places, all below massif's threshold (05.00%)
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementgetelementsbytagname.js | 5 for Informatics and Mathematics, Keio University). All 79 of all descendant Elements with the given tag name. 82 Create a NodeList of all the descendant elements
|
hc_elementgetelementsbytagnamenomatch.js | 5 for Informatics and Mathematics, Keio University). All 79 of all descendant Elements with the given tag name. 81 Create a NodeList of all the descendant elements
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementgetelementsbytagname.js | 5 for Informatics and Mathematics, Keio University). All 79 of all descendant Elements with the given tag name. 82 Create a NodeList of all the descendant elements
|
hc_elementgetelementsbytagnamenomatch.js | 5 for Informatics and Mathematics, Keio University). All 79 of all descendant Elements with the given tag name. 81 Create a NodeList of all the descendant elements
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/ |
Makefile | 33 all: initflex.exe flex.exe
|
/external/wpa_supplicant_8/src/crypto/ |
Makefile | 0 all: libcrypto.a
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
Makefile | 0 all: libwpadbus.a
|
/external/zlib/src/ |
zlib2ansi | 47 my $all = $1 ;
|
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
shared.mk | 84 .PHONY: all clean cleanall install 86 all: $(EXEC) $(MK_NAME)
|
/ndk/build/core/ |
import-locals.mk | 21 # to use the exported definitions of the closure of all modules 29 all_depends := $(call module-get-all-dependencies,$(LOCAL_MODULE)) 41 $(info All depends='$(all_depends)')
|
/dalvik/vm/ |
IndirectRefTable.cpp | 43 segmentState.all = IRT_FIRST_SEGMENT; 64 prevState.all = cookie; 216 prevState.all = cookie;
|
/external/icu4c/common/ |
unisetspan.cpp | 5 * Corporation and others. All Rights Reserved. 88 // Reduce all stored offsets by delta, used when the current position 126 // and reduce all other offsets by this minimum. 200 // Construct for all variants of span(), or only for any one variant. 209 all((UBool)(which==ALL)) { 217 // Determine if the strings even need to be taken into account at all for span() etc. 218 // If any string is relevant, then all strings need to be used for 222 // (Only store irrelevant UTF-8 strings for LONGEST_MATCH where they are relevant after all.) 255 // Freeze after checking for the need to use strings at all because freezin [all...] |
/external/linux-tools-perf/ |
builtin-timechart.c | 90 struct per_pidcomm *all; member in struct:per_pid 191 c = p->all; 209 c->next = p->all; 210 p->all = c; 252 c->next = p->all; 253 p->all = c; 521 * Mapping all these "power:cpu_idle" strings to the tracepoint 711 c = p->all; 725 c = p->all; 770 c = p->all; [all...] |
/external/llvm/bindings/ocaml/ |
Makefile.ocaml | 105 # The .cmo files are the only intermediates; all others are to be installed. 164 all-local:: $(LibraryA) 192 all-local:: build-deplibs 221 all-local:: build-cmis 269 all-local:: $(OutputCMA) 308 all-local:: $(OutputCMXA) $(OutputsCMX) 351 all-local:: $(OutputEXE)
|
/external/llvm/test/ |
Makefile | 13 all:: check-local 44 # Check what to run for -all. 50 ifneq ($(strip $(filter check-local-all,$(MAKECMDGOALS))),) 91 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfgs
|