HomeSort by relevance Sort by last modified time
    Searched full:uniq (Results 76 - 100 of 246) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/icu/source/
Makefile.in 286 LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
287 LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@
  /external/clang/test/CodeGenCXX/
dllimport-members.cpp 19 #define UNIQ(name) JOIN(name, __LINE__)
20 #define USE(func) void UNIQ(use)() { func(); }
21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); }
23 #define USESPECIALS(cls) void UNIQ(use)() { useSpecials<cls>(); }
    [all...]
dllexport.cpp 20 #define UNIQ(name) JOIN(name, __LINE__)
21 #define USEVAR(var) int UNIQ(use)() { return var; }
22 #define USE(func) void UNIQ(use)() { func(); }
23 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 80 static atomic_uintptr_t uniq = {(uintptr_t)&foo}; // Some real address. local
84 uintptr_t addr = atomic_fetch_add(&uniq, size, memory_order_relaxed);
  /external/svox/pico/lib/
picoklex.c 55 - (POS,GRAPH) is a uniq key (only one entry allowed)
56 - (GRAPH) is almost a uniq key (2-4 entries with the same GRAPH, and
  /ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-comp.m4 156 for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
195 for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed "$sed_drop_objext" | sort | uniq`; do
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 262 int useHostUniq; /* Use Host-Uniq tag */
discovery.c 277 /* If we're using Host-Uniq, copy it over */
445 /* If we're using Host-Uniq, copy it over */
  /external/valgrind/main/include/
pub_tool_execontext.h 100 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
  /ndk/build/tools/
build-libportable.sh 171 sed 's/_wrap_/|/' | awk -F'|' '{print $2}' | sort | uniq | \
  /packages/apps/TvSettings/Settings/res/values-fr-notouch/
strings.xml 64 <string name="do_not_disturb_desc" msgid="3186041965642361597">"Si activé, nouv. notif. affichées uniq. dans \"Paramètres\"."</string>
  /packages/apps/TvSettings/Settings/res/values-fr-rCA-notouch/
strings.xml 64 <string name="do_not_disturb_desc" msgid="3186041965642361597">"Si activé, nouv. notif. affichées uniq. dans Paramètres"</string>
  /packages/apps/Dialer/res/values-fr/
strings.xml 90 <string name="menu_show_outgoing_only" msgid="1965570298133301970">"Afficher appels sortants uniq."</string>
91 <string name="menu_show_incoming_only" msgid="7534206815238877417">"Afficher appels entrants uniq."</string>
92 <string name="menu_show_missed_only" msgid="154473166059743996">"Afficher appels manqués uniq."</string>
  /packages/apps/Dialer/res/values-fr-rCA/
strings.xml 90 <string name="menu_show_outgoing_only" msgid="1965570298133301970">"Afficher appels sortants uniq."</string>
91 <string name="menu_show_incoming_only" msgid="7534206815238877417">"Afficher appels entrants uniq."</string>
92 <string name="menu_show_missed_only" msgid="154473166059743996">"Afficher appels manqués uniq."</string>
  /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))
  /build/core/
definitions.mk 670 define uniq-pairs-by-first-component
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 128 @load_path.uniq!
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 124 def uniq(*args) : function
125 """ Performs a uniq operation on a list or lists """
740 xorg_compose_sequences_algorithmic_uniqued = uniq(xorg_compose_sequences_algorithmic)
951 print "Number of sequences off due to algo (uniq(sort(array))) :", len(xorg_compose_sequences_ (…)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_sln.sh 84 done | sort | uniq)
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 84 done | sort | uniq)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 84 done | sort | uniq)
  /system/media/camera/docs/
metadata-generate 103 printf %s\\n "${git_directories[@]}" | sort | uniq
  /external/dhcpcd/
if-options.c 132 add_environ(struct if_options *ifo, const char *value, int uniq)
147 if (uniq) {
  /external/icu/icu4c/source/
Makefile.in 317 LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
318 LC_ALL=C sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@

Completed in 899 milliseconds

1 2 34 5 6 7 8 910