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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
doc.go 48 VDUP: Duplicate vector element to vector or scalar.
73 VMOV Rn, <Vd>.<T> // Duplicate general-purpose register to vector.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
plist.go 123 ctxt.Diag("duplicate TEXT for %s", s.Name)
163 fmt.Printf("duplicate %v\n", s)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
doc.go 48 VDUP: Duplicate vector element to vector or scalar.
73 VMOV Rn, <Vd>.<T> // Duplicate general-purpose register to vector.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
plist.go 123 ctxt.Diag("duplicate TEXT for %s", s.Name)
163 fmt.Printf("duplicate %v\n", s)
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
flavormap.properties 26 # duplicate both native keys and DataFlavor values. If a mapping contains a
27 # duplicate key or value, earlier mappings which included this key or value
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
flavormap.properties 26 # duplicate both native keys and DataFlavor values. If a mapping contains a
27 # duplicate key or value, earlier mappings which included this key or value
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyautodoc.swg 36 AUTODOC(dup, "Create a duplicate of the class and unfreeze it if needed");
37 AUTODOC(clone, "Create a duplicate of the class");
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libziparchive.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libziparchive.so 
  /test/vts/utils/native/trace_processor/
TraceProcessorMain.cpp 64 "\t cleanup_trace: cleanup trace for replay (remove duplicate events "
68 "\t dedup_trace: remove duplicate trace file in the given directory. A "
  /tools/tradefederation/core/src/com/android/tradefed/build/
AppDeviceBuildInfo.java 322 CLog.e("Found duplicate records while fetching file with name \"%s\"", name);
343 CLog.e("Found duplicate records while fetching file version for \"%s\"", name);
  /external/pdfium/samples/
pdfium_test.cc 746 fprintf(stderr, "Duplicate or conflicting --ppm argument\n");
752 fprintf(stderr, "Duplicate or conflicting --png argument\n");
758 fprintf(stderr, "Duplicate or conflicting --txt argument\n");
764 fprintf(stderr, "Duplicate or conflicting --annot argument\n");
771 fprintf(stderr, "Duplicate or conflicting --skp argument\n");
779 fprintf(stderr, "Duplicate --font-dir argument\n");
786 fprintf(stderr, "Duplicate or conflicting --emf argument\n");
792 fprintf(stderr, "Duplicate or conflicting --ps2 argument\n");
798 fprintf(stderr, "Duplicate or conflicting --ps3 argument\n");
804 fprintf(stderr, "Duplicate or conflicting --bmp argument\n")
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6Config.h 43 /// Protocol uses is a duplicate address. The length of the interface
58 /// Neighbor Solicitation messages sent while performing Duplicate
60 /// indicates that Duplicate Address Detection will not be performed
180 /// while performing Duplicate Address Detection on a tentative address.
212 doing Duplicate Address Detection on the manually set local IPv6 addresses.
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 152 * an equivalent node if newNode is a duplicate.
159 * Avoids creating a node if the value is a duplicate.
203 * This is to avoid writing a duplicate node twice.
210 * it is a duplicate of a node previously written elsewhere.
252 // (stack-allocated so that we don't unnecessarily create lots of duplicate nodes)
  /external/pcre/dist2/src/
pcre2_substring.c 55 identifying it by name. If the regex permits duplicate names, the first
143 new memory. If the regex permits duplicate names, the first substring that is
257 permits duplicate names, the first substring that is set is chosen.
457 given, the number of a unique group with the given name. If duplicate names are
523 when it is known that names are unique. If there are duplicate names, it is not
  /external/python/cpython2/Lib/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
106 duplicate = os.dup variable
230 def duplicate(handle, target_process=None, inheritable=False): function
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
288 return duplicate(handle, Popen._tls.process_handle)
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 461 Log.e(LOG_TAG, "Duplicate active window:" + window);
470 Log.e(LOG_TAG, "Duplicate focused window:" + window);
497 Log.e(LOG_TAG, "Duplicate node: " + node
506 Log.e(LOG_TAG, "Duplicate accessibility focus:" + node
516 Log.e(LOG_TAG, "Duplicate input focus: " + node
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsCbMessage.java 45 * to detect the receipt of a duplicate message to be discarded. In CDMA, the message ID is
52 * <p>The SMS dispatcher does not detect duplicate messages. However, it does concatenate the
107 * a cell broadcast for duplicate detection.
244 * the location code uniquely identify a cell broadcast for duplicate detection.
259 * @return the geographical location code for duplicate message detection
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
106 duplicate = os.dup variable
230 def duplicate(handle, target_process=None, inheritable=False): function
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
288 return duplicate(handle, Popen._tls.process_handle)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
106 duplicate = os.dup variable
230 def duplicate(handle, target_process=None, inheritable=False): function
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
288 return duplicate(handle, Popen._tls.process_handle)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
106 duplicate = os.dup variable
230 def duplicate(handle, target_process=None, inheritable=False): function
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
288 return duplicate(handle, Popen._tls.process_handle)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
106 duplicate = os.dup variable
230 def duplicate(handle, target_process=None, inheritable=False): function
254 rhandle = duplicate(msvcrt.get_osfhandle(rfd), inheritable=True)
288 return duplicate(handle, Popen._tls.process_handle)
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 176 Loge("Registering a duplicate Channel " + channel.getChannelName());
366 // This is a duplicate connection.
367 Loge("Duplicate connection to a connected Channel " + channel_name);
378 // This is a duplicate.
379 Loge("Duplicate connection to a pending Socket " + channel_name);
  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
TzLookupGenerator.java 132 // Sanity check the countryzones file doesn't contain duplicate country entries.
134 logError("Duplicate input country entries found: " + countriesInIsos);
232 // Look for duplicate time zone IDs.
281 // Look for unexpected duplicate time zone IDs in zone.tab
284 "Duplicate time zone IDs found:" + zoneTabCountryTimeZoneIds);
  /external/tensorflow/tensorflow/contrib/eager/python/
checkpointable_utils_test.py 204 name="duplicate", initial_value=1.)
205 duplicate = checkpointable_utils.add_variable(
206 obj, name="duplicate", shape=[])
207 with self.assertRaisesRegexp(ValueError, "'duplicate' already exists"):
208 checkpointable_utils.add_variable(obj, name="duplicate", shape=[])
220 self.assertEqual("duplicate:0", other_duplicate.name)
224 self.assertEqual("duplicate_1:0", duplicate.name)
228 self.assertEqual("duplicate:0", duplicate.name)
234 "duplicate/.ATTRIBUTES/VARIABLE_VALUE"
    [all...]

Completed in 556 milliseconds

<<21222324252627282930>>