HomeSort by relevance Sort by last modified time
    Searched full:dups (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /system/sepolicy/tools/sepolicy-analyze/
Android.mk 10 LOCAL_SRC_FILES := sepolicy-analyze.c dups.c neverallow.c perm.c typecmp.c booleans.c attribute.c utils.c
sepolicy-analyze.c 5 #include "dups.h"
22 COMP(dups),
dups.c 6 #include "dups.h"
README 34 DUPLICATE ALLOW RULES (dups)
35 sepolicy-analyze out/target/product/<board>/root/sepolicy dups
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 23 dups int
53 c.dups++
64 return c.val, c.err, c.dups > 0
76 c.dups++
99 ch <- Result{c.val, c.err, c.dups > 0}
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 23 dups int
53 c.dups++
64 return c.val, c.err, c.dups > 0
76 c.dups++
99 ch <- Result{c.val, c.err, c.dups > 0}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dwarf.exp 42 # Skip if -feliminate-dwarf2-dups isn't supported.
43 if ![ld_compile "$CC -g -feliminate-dwarf2-dups" $srcdir/$subdir/dummy.c tmpdir/dummy.o] {
49 "-s -shared" "-fPIC -g -feliminate-dwarf2-dups"
57 "-g -feliminate-dwarf2-dups"}
61 "-g -feliminate-dwarf2-dups"}
  /external/v8/test/preparser/
duplicate-parameter.pyt 65 DuplicateParameterTest("dups", """
69 DuplicateParameterTest("dups-apart", """
73 DuplicateParameterTest("dups-escaped", """
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 20 // function creates a pipe and Dups the read end to a known number
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 20 // function creates a pipe and Dups the read end to a known number
  /external/autotest/tko/
test.cgi 40 # so eliminate the dups.
  /external/llvm/lib/CodeGen/
IfConversion.cpp 193 bool ValidSimple(BBInfo &TrueBBI, unsigned &Dups,
196 bool FalseBranch, unsigned &Dups,
476 /// in Dups.
477 bool IfConverter::ValidSimple(BBInfo &TrueBBI, unsigned &Dups,
479 Dups = 0;
491 Dups = TrueBBI.NonPredSize;
502 /// if performed in 'Dups'.
504 bool FalseBranch, unsigned &Dups,
506 Dups = 0;
529 Dups = Size
    [all...]
  /external/compiler-rt/test/tsan/
fd_dup_norace2.cc 10 // 1. Some software dups a closed pipe in place of a socket before closing
  /external/iproute2/man/man8/
tipc-link.8 168 .B dups
  /external/iproute2/tipc/
link.c 258 printf(" RX states:%u probes:%u naks:%u defs:%u dups:%u\n",
265 printf(" TX states:%u probes:%u naks:%u acks:%u dups:%u\n",
299 printf(" RX naks:%u defs:%u dups:%u\n",
304 printf(" TX naks:%u acks:%u dups:%u\n",
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 134 * needed and they are dups but missing proper country codes. e.g.
162 // TODO check for dups
247 // Dups
395 * really needed and they are dups but missing proper
  /frameworks/wilhelm/src/android/
android_LocAVPlayer.cpp 84 // Binder dups the fd for use by mediaserver, so if we own the fd then OK to close now
  /prebuilts/go/darwin-x86/src/time/
genzabbrs.go 93 // to avoid dups. I don't know why.
  /prebuilts/go/linux-x86/src/time/
genzabbrs.go 93 // to avoid dups. I don't know why.
  /external/valgrind/include/
pub_tool_hashtable.h 68 * with duplicate keys are present, the most recently-added of the dups will
69 * be returned, but it's probably better to avoid dups altogether. */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protourlencode_test.py 176 self.assertTrue(builder.add_parameter('pre.string_value-1', ['dups overwrite']))
177 self.assertEquals(['hi', 'dups overwrite'], message.string_value)
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 202 // 1. Some software dups a closed pipe in place of a socket before closing
229 // Ignore the case when user dups not yet connected socket.
  /development/tools/axl/
chewie.py 15 # can't just use a dict, because there can be dups
  /external/selinux/libselinux/src/
label_android_property.c 164 * dups.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-cov.s 579 .macro dups op opq vtype
588 dups vdup vdupq .8
589 dups vdup vdupq .16
590 dups vdup vdupq .32

Completed in 426 milliseconds

1 2 3 4 5