HomeSort by relevance Sort by last modified time
    Searched refs:arbitrary (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/test/MC/AsmParser/
dot-symbol.s 2 # arbitrary contects. We don't support this in general.
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java 163 Ordering<Object> arbitrary = Ordering.arbitrary();
164 Collections.sort(list, arbitrary);
168 Helpers.testComparator(arbitrary, list);
170 assertEquals("Ordering.arbitrary()", arbitrary.toString());
179 Ordering<Object> arbitrary = new ArbitraryOrdering() {
188 Collections.sort(list, arbitrary);
192 Helpers.testComparator(arbitrary, list);
675 Ordering<Object> arbitrary = Ordering.arbitrary()
    [all...]
GeneralRangeTest.java 209 tester.setDefault(Comparator.class, Ordering.arbitrary());
QueuesTest.java 52 new PriorityBlockingQueue<Object>(10, Ordering.arbitrary()));
  /external/webkit/LayoutTests/fast/dom/TreeWalker/resources/
TreeWalker-currentNode.js 18 debug("Test that we handle setting the currentNode to arbitrary nodes not under the root element.");
  /external/v8/test/mjsunit/regress/
regress-create-exception.js 46 j *= 1.123567; // An arbitrary floating point number.
  /external/openssl/crypto/store/
str_lib.c 77 "Arbitrary Data"
1155 object->data.arbitrary = data;
1200 if (!object || !object->data.arbitrary)
1206 b = object->data.arbitrary;
1207 object->data.arbitrary = NULL;
1253 BUF_MEM_free(data->data.arbitrary);
    [all...]
store.h 225 BUF_MEM *arbitrary; member in union:STORE_OBJECT_st::__anon10098
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 185 * Returns an arbitrary ordering over all objects, for which {@code compare(a,
200 public static Ordering<Object> arbitrary() { method in class:Ordering
239 return "Ordering.arbitrary()";
  /external/openssh/contrib/suse/
openssh.spec 57 arbitrary TCP/IP ports can also be forwarded over the secure channel.
71 arbitrary TCP/IP ports can also be forwarded over the secure channel.
  /external/iproute2/doc/
ip-tunnels.tex 114 \verb|ip tunnel add|. These new devices may have arbitrary names.
162 The \verb|<NAME>| is an arbitrary string. Particularly,
ip-cref.tex     [all...]
  /external/v8/test/mjsunit/harmony/
collections.js 188 // Test arbitrary properties on Maps and WeakMaps
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 384 represented by an integer -- some arbitrary value that ANTLR will decide to use
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 340 * Parses all directives that take arbitrary strings as input,
  /external/openssh/contrib/redhat/
openssh.spec 139 arbitrary TCP/IP ports can also be forwarded over the secure channel.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 529 // jsvalues. TODO(mesch): This is quite arbitrary, it would be
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 529 // jsvalues. TODO(mesch): This is quite arbitrary, it would be
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 38 ;# Although register selection, at the code level, is arbitrary, things
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 129 // often we add history entries and the time here is a bit arbitrary but was
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 5044 milliseconds

1 2