HomeSort by relevance Sort by last modified time
    Searched refs:uniq (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /ndk/build/core/
definitions-utils.mk 43 # Note : This is equivalent to the 'uniq' function provided by GMSL,
46 # items like 'uniq' does.
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 778 String uniq = r0[col]; local
781 if (uniq.charAt(0) == '0') {
897 String uniq = r0[col]; local
900 if (uniq.charAt(0) == '0') {
1317 String uniq = r0[col]; local
    [all...]
  /external/chromium/sdch/open-vcdiff/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/chromium_org/third_party/tcmalloc/vendor/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/elfutils/config/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/genext2fs/
depcomp 502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/grub/
depcomp 494 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/grub/util/
grub-install.in 352 | sort | uniq -d | sed -n 1p`
  /external/libffi/
depcomp 556 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/libogg/
depcomp 502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/libusb/
depcomp 556 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/libusb-compat/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/libvorbis/
depcomp 502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/llvm/autoconf/
depcomp 494 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/marisa-trie/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/protobuf/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/protobuf/gtest/build-aux/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /external/stressapptest/
depcomp 561 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /ndk/sources/host-tools/make-3.81/config/
depcomp 502 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
  /ndk/sources/host-tools/make-3.81/
job.c 257 unsigned uniq = 1;
268 uniq < 0x10000)
273 base, uniq, ext);
288 ++uniq;
255 unsigned uniq = 1; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 76 uniq = set(s)
77 self.assertEqual(len(uniq), k)
78 self.assertTrue(uniq <= set(population))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 76 uniq = set(s)
77 self.assertEqual(len(uniq), k)
78 self.assertTrue(uniq <= set(population))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
288 dest = os.path.join(self._path, subdir, uniq + suffix)
304 return uniq
475 uniq = "%s.M%sP%sQ%s.%s" % (int(now), int(now % 1 * 1e6), os.getpid(),
477 path = os.path.join(self._path, 'tmp', uniq)
527 uniq = entry.split(self.colon)[0]
528 self._toc[uniq] = os.path.join(subdir, entry)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
288 dest = os.path.join(self._path, subdir, uniq + suffix)
304 return uniq
475 uniq = "%s.M%sP%sQ%s.%s" % (int(now), int(now % 1 * 1e6), os.getpid(),
477 path = os.path.join(self._path, 'tmp', uniq)
527 uniq = entry.split(self.colon)[0]
528 self._toc[uniq] = os.path.join(subdir, entry)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 128 @load_path.uniq!

Completed in 573 milliseconds

12 3 4 5 6