HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 201 - 225 of 6812) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/toolchain-utils/mem_tests/
clean_data.py 7 This removes all of the duplicate timestamps for every record. Order with
  /external/valgrind/drd/tests/
annotate_static.cpp 14 ANNOTATE_BENIGN_RACE_STATIC(s_i, "Benign because duplicate assignment.");
  /external/webrtc/
pylintrc 5 disable=I0010,I0011,bad-continuation,broad-except,duplicate-code,eval-used,exec-used,fixme,invalid-name,missing-docstring,no-init,no-member,too-few-public-methods,too-many-ancestors,too-many-arguments,too-many-branches,too-many-function-args,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-return-statements,too-many-statements
  /external/wycheproof/
build_defs.bzl 21 # So, we simply duplicate the test.
48 # So, we simply duplicate the test.
78 # So, we simply duplicate the test.
109 # So, we simply duplicate the test.
  /packages/apps/CellBroadcastReceiver/res/values-mcc310-mnc170/
config.xml 18 <!-- Whether to compare message body when performing message duplicate dection -->
  /packages/apps/CellBroadcastReceiver/res/values-mcc310-mnc380/
config.xml 18 <!-- Whether to compare message body when performing message duplicate dection -->
  /packages/apps/CellBroadcastReceiver/res/values-mcc310-mnc410/
config.xml 18 <!-- Whether to compare message body when performing message duplicate dection -->
  /packages/apps/CellBroadcastReceiver/res/values-mcc310-mnc560/
config.xml 18 <!-- Whether to compare message body when performing message duplicate dection -->
  /packages/apps/CellBroadcastReceiver/res/values-mcc310-mnc680/
config.xml 18 <!-- Whether to compare message body when performing message duplicate dection -->
  /packages/apps/CellBroadcastReceiver/res/values-mcc310-mnc70/
config.xml 18 <!-- Whether to compare message body when performing message duplicate dection -->
  /packages/apps/CellBroadcastReceiver/res/values-mcc311-mnc180/
config.xml 18 <!-- Whether to compare message body when performing message duplicate dection -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
xmalloc.h 52 /** Duplicate the specified string, allocating memory with pa_xmalloc() */
55 /** Duplicate the specified string, but truncate after l characters */
58 /** Duplicate the specified memory block */
91 /** Same as pa_xnew() but duplicate the specified data */
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 5 // Package singleflight provides a duplicate function call suppression
28 // which units of work can be executed with duplicate suppression.
44 // time. If a duplicate comes in, the duplicate caller waits for the
  /prebuilts/go/darwin-x86/src/runtime/
proc_runtime_test.go 23 panic("duplicate during enumeration")
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
main.go 13 panic("duplicate registration: " + name)
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
main.go 13 panic("duplicate registration: " + name)
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprognet/
main.go 13 panic("duplicate registration: " + name)
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 5 // Package singleflight provides a duplicate function call suppression
28 // which units of work can be executed with duplicate suppression.
44 // time. If a duplicate comes in, the duplicate caller waits for the
  /prebuilts/go/linux-x86/src/runtime/
proc_runtime_test.go 23 panic("duplicate during enumeration")
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
main.go 13 panic("duplicate registration: " + name)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
main.go 13 panic("duplicate registration: " + name)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprognet/
main.go 13 panic("duplicate registration: " + name)
  /toolchain/binutils/binutils-2.27/ld/emulparams/
elf64alpha.sh 16 # Yes, we want duplicate .plt sections. The linker chooses the
  /toolchain/binutils/binutils-2.27/libiberty/
xstrdup.c 1 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
  /external/autotest/client/site_tests/platform_LogDupSuppression/
platform_LogDupSuppression.py 12 """Test that we suppress duplicate messages from one process to syslog"""
43 'duplicate suppression signature not found')

Completed in 480 milliseconds

1 2 3 4 5 6 7 891011>>