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

1 2 3 4

  /external/guava/guava-tests/test/com/google/common/collect/
InternersTest.java 34 String canonical = "a"; local
38 assertSame(canonical, pool.intern(canonical));
39 assertSame(canonical, pool.intern(not));
51 String canonical = "a"; local
55 assertSame(canonical, pool.intern(canonical));
56 assertSame(canonical, pool.intern(not));
68 Integer canonical = new Integer(5); local
72 assertSame(canonical, pool.intern(canonical))
89 String canonical = "a"; local
    [all...]
RangeTest.java 575 Ranges.closed(1, 4).canonical(integers()));
577 Ranges.open(0, 5).canonical(integers()));
579 Ranges.closedOpen(1, 5).canonical(integers()));
581 Ranges.openClosed(0, 4).canonical(integers()));
584 Ranges.closedOpen(Integer.MIN_VALUE, 0).canonical(integers()));
587 Ranges.lessThan(0).canonical(integers()));
589 Ranges.atMost(0).canonical(integers()));
590 assertEquals(Ranges.atLeast(0), Ranges.atLeast(0).canonical(integers()));
591 assertEquals(Ranges.atLeast(1), Ranges.greaterThan(0).canonical(integers()));
593 assertEquals(Ranges.atLeast(Integer.MIN_VALUE), Ranges.<Integer>all().canonical(integers()))
597 assertEquals(Ranges.lessThan(0), Ranges.lessThan(0).canonical(UNBOUNDED_DOMAIN)); method
598 assertEquals(Ranges.lessThan(1), Ranges.atMost(0).canonical(UNBOUNDED_DOMAIN)); method
599 assertEquals(Ranges.atLeast(0), Ranges.atLeast(0).canonical(UNBOUNDED_DOMAIN)); method
600 assertEquals(Ranges.atLeast(1), Ranges.greaterThan(0).canonical(UNBOUNDED_DOMAIN)); method
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
SessionDescription.java 45 public static Type fromCanonicalForm(String canonical) {
46 return Type.valueOf(Type.class, canonical.toUpperCase());
  /external/libcxx/test/numerics/rand/rand.util/rand.util.canonical/
Android.mk 17 test_makefile := external/libcxx/test/numerics/rand/rand.util/rand.util.canonical/Android.mk
19 test_name := numerics/rand/rand.util/rand.util.canonical/generate_canonical
  /external/libyuv/files/source/
video_common.cc 23 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
44 return kFourCCAliases[i].canonical;
  /external/guava/guava/src/com/google/common/collect/
Interners.java 48 E canonical = map.putIfAbsent(checkNotNull(sample), sample);
49 return (canonical == null) ? sample : canonical;
67 // trying to read the canonical...
70 E canonical = entry.getKey();
71 if (canonical != null) { // only matters if weak/soft keys are used
72 return canonical;
Range.java 425 * Returns the canonical form of this range in the given domain. The canonical
429 * <li>equivalence: {@code a.canonical().contains(v) == a.contains(v)} for
431 * a.canonical(domain).asSet(domain).equals(a.asSet(domain))}
434 * {@code a.canonical(domain).equals(b.canonical(domain))}
436 * a.canonical(domain).canonical(domain).equals(a.canonical(domain))}
440 * of the following canonical forms
449 public Range<C> canonical(DiscreteDomain<C> domain) { method in class:Range
    [all...]
  /external/chromium_org/third_party/brotli/src/
shared.mk 4 GFLAGS=-no-canonical-prefixes -fno-omit-frame-pointer -m64
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
video_common.cc 23 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
53 return kFourCCAliases[i].canonical;
  /external/chromium_org/third_party/libyuv/source/
video_common.cc 23 uint32 canonical; member in struct:libyuv::FourCCAliasEntry
53 return kFourCCAliases[i].canonical;
  /external/chromium_org/third_party/skia/src/core/
SkImageInfo.cpp 43 SkAlphaType* canonical) {
67 if (canonical) {
68 *canonical = alphaType;
  /external/chromium_org/device/bluetooth/
bluetooth_uuid.cc 18 // Returns the canonical, 128-bit canonical, and the format of the UUID
19 // in |canonical|, |canonical_128|, and |format| based on |uuid|.
21 std::string* canonical,
25 canonical->clear();
49 canonical->assign(uuid);
  /build/core/combo/
HOST_linux-x86_64.mk 43 -no-canonical-prefixes \
HOST_linux-x86.mk 43 -no-canonical-prefixes \
  /external/chromium_org/v8/test/mjsunit/
number-literal.js 30 test('non-canonical-literal-int', '1.0', '1');
31 test('non-canonical-literal-frac', '1.50', '1.5');
  /external/lldb/examples/functions/
main.cpp 67 { "canonical", no_argument, NULL, 'c' },
84 " " PROGRAM_NAME " [[--arch=<ARCH>] [--platform=<PLATFORM>] [--verbose] [--help] [--canonical] --] <PATH> [<PATH>....]\n"
108 bool canonical = false; local
155 canonical = true;
269 if (canonical)
304 if (canonical)
333 if (canonical)
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider.py 110 '''Gets the canonical location of |path|. This class is tolerant of
112 returns the correct/canonical path for those.
114 For example, the canonical path of "browseraction" is probably
117 Note that the canonical path is relative to this content provider i.e.
125 # The canonical location of zip files is the canonical location of the
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.h 49 USearchAttributeValue canonical,
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 68 public static IPathEnumerator create (final File [] path, final boolean canonical, final IPathHandler handler)
70 return new PathEnumerator (path, canonical, handler);
124 PathEnumerator (final File [] path, final boolean canonical, final IPathHandler handler)
129 m_canonical = canonical;
141 m_pathSet.add (path [p].getPath ()); // set of [possibly canonical] paths
  /external/icu/icu4c/source/test/intltest/
srchtest.h 49 USearchAttributeValue canonical,
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.cc 202 Prefilter* canonical = CanonicalNode(node); local
203 if (canonical == NULL) {
205 // will find this node as the canonical node.
213 node->set_unique_id(canonical->unique_id());
257 Prefilter* canonical = CanonicalNode(child); local
258 if (canonical == NULL) {
259 LOG(DFATAL) << "Null canonical node";
262 int child_id = canonical->unique_id();
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.cc 38 uint32 canonical; member in struct:cricket::FourCCAliasEntry
61 return kFourCCAliases[i].canonical;
  /external/emma/core/java12/com/vladium/emma/report/
SourcePathCache.java 171 final String canonical = canonicalizeExtension (extension); local
176 m_extension = canonical;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 53 * @param canonical
55 public synchronized final void setInstrPath (final String [] path, final boolean canonical)
60 m_instrPath = Files.pathToFiles (path, canonical);
62 m_canonical = canonical;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 195 """Return the canonical directory of the file `f`."""
249 canonical = self.file_locator.canonical_filename(filename)
256 if not self.source_match.match(canonical):
259 if not self.include_match.match(canonical):
264 if self.pylib_match and self.pylib_match.match(canonical):
269 if self.cover_match and self.cover_match.match(canonical):
273 if self.omit_match and self.omit_match.match(canonical):
276 return canonical

Completed in 543 milliseconds

1 2 3 4