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

1 2 3 4

  /external/clang/test/CodeGenCXX/
microsoft-new.cpp 5 struct arbitrary_t {} arbitrary; variable in typeref:struct:arbitrary_t
15 int *p = new(arbitrary) int[4];
24 S *s = new(arbitrary) S[2];
26 S *s1 = new(arbitrary) S;
  /external/llvm/test/MC/AsmParser/
dot-symbol.s 2 # arbitrary contexts. We don't support this in general.
  /external/clang/test/SemaCXX/
microsoft-new-delete.cpp 5 struct arbitrary_t {} arbitrary; variable in typeref:struct:arbitrary_t
10 int *p = new(arbitrary) int[4];
  /external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
fonts.conf 231 subpixel positioning. This is just an arbitrary pattern to use after
  /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/libunwind/doc/
unw_init_remote.tex 22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
30 thread-id, or a pointer to an arbitrary structure which identifies the
unw_get_proc_info_by_ip.tex 23 because it is possible to look up the info for an arbitrary procedure,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 1 """Convert "arbitrary" sound files to AIFF (Apple and SGI's audio format).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 1 """Convert "arbitrary" sound files to AIFF (Apple and SGI's audio format).
  /external/chromium_org/v8/test/mjsunit/regress/
regress-create-exception.js 46 j *= 1.123567; // An arbitrary floating point number.
  /external/chromium_org/v8/test/webkit/
dfg-abs-backwards-propagation.js 25 "Tests that the DFG knows that a function that appears like Math.abs could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
dfg-max-backwards-propagation.js 25 "Tests that the DFG knows that a function that appears like Math.max could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
dfg-min-backwards-propagation.js 25 "Tests that the DFG knows that a function that appears like Math.min could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
dfg-proven-sqrt-backwards-propagation.js 25 "Tests that the DFG knows that a Math.sqrt could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
dfg-sqrt-backwards-propagation.js 25 "Tests that the DFG knows that a function that appears like Math.sqrt could potentially use value in arbitrary ways, and not just in a context that converts values to numbers."
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
ref.pxd 28 # Warning: The deallocation function can cause arbitrary Python
sequence.pxd 94 # Return a list object with the same contents as the arbitrary
99 # Return a tuple object with the same contents as the arbitrary
  /external/chromium_org/remoting/webapp/unittests/
base_unittest.js 254 // Some arbitrary characters from the basic Unicode plane.
269 // Some arbitrary characters from the basic Unicode plane.
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 112 This method is called to process arbitrary data (e.g. text
241 This method is called to process arbitrary data (e.g. text
  /external/skia/tools/
compare_codereview.py 112 This method is called to process arbitrary data (e.g. text
241 This method is called to process arbitrary data (e.g. text
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/
background.js 157 // TODO(aa): We need a way to pass arbitrary data through. Maybe that is just
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 30 * Is this an operation that applies to any element of any arbitrary set?
95 * This takes an arbitrary CursorSelection and returns a valid CursorSelection,
  /external/libvorbis/doc/
02-bitpacking.tex 9 arbitrary-width binary integer fields. Logically, these packets are a
70 The Vorbis codec has need to code arbitrary bit-width integers, from

Completed in 936 milliseconds

1 2 3 4