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

<<31323334353637383940>>

  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 497 * Per security review bug #1112214, duplicate args are disallowed in
516 "Duplicate arg specified");
524 "Duplicate arg specified");
532 "Duplicate target-sdk-version specified");
545 "Duplicate arg specified");
552 "Duplicate arg specified");
567 // Duplicate --rlimit arguments are specifically allowed.
589 "Duplicate arg specified");
603 "Duplicate arg specified");
614 "Duplicate arg specified")
    [all...]
  /external/boringssl/src/crypto/obj/
objects.go 105 return nil, 0, withLine(fmt.Errorf("duplicate name %q", name))
108 return nil, 0, withLine(fmt.Errorf("duplicate NID %d", nid))
267 return nil, withLine(fmt.Errorf("duplicate name '%s'", aliasName))
321 // Check for duplicate names.
323 return nil, withLine(fmt.Errorf("duplicate name '%s'", obj.name))
326 return nil, withLine(fmt.Errorf("duplicate short name '%s'", obj.shortName))
329 return nil, withLine(fmt.Errorf("duplicate long name '%s'", obj.longName))
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 137 * an equivalent node if newNode is a duplicate.
158 * Avoids creating a node if the value is a duplicate.
210 * This is to avoid writing a duplicate node twice.
217 * it is a duplicate of a node previously written elsewhere.
299 throw new IllegalArgumentException("Duplicate string.");
383 throw new IllegalArgumentException("Duplicate string.");
516 throw new IllegalArgumentException("Duplicate string.");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 139 * an equivalent node if newNode is a duplicate.
160 * Avoids creating a node if the value is a duplicate.
212 * This is to avoid writing a duplicate node twice.
219 * it is a duplicate of a node previously written elsewhere.
301 throw new IllegalArgumentException("Duplicate string.");
385 throw new IllegalArgumentException("Duplicate string.");
518 throw new IllegalArgumentException("Duplicate string.");
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 177 Slog.w(TAG, "ERROR! Duplicate entries found parsing mac_permissions.xml files");
258 * @throws IllegalStateException if there is a duplicate seinfo tag for the current
575 String err = "Duplicate seinfo tag found";
677 * This comparison also checks for duplicate entries on the input selectors. Any
697 // Check for duplicate entries
702 Slog.e(SELinuxMMAC.TAG, "Duplicate policy entry: " + p1.toString());
710 Slog.e(SELinuxMMAC.TAG, "Duplicate policy entry: " + p1.toString());
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
Conversion.h 84 * This function does not duplicate the file descriptor.
97 * This function does not duplicate the file descriptor.
213 * This function will duplicate all file descriptors in \p t.
401 * This function will duplicate the file descriptor in `t.fence` if `t.state ==
475 * This function will duplicate file descriptors contained in \p t.
534 * This function will duplicate file descriptors contained in \p t.
565 * This function will duplicate all file descriptors contained in \p t.
651 * This function will duplicate the file descriptor in `t.fence`. */
738 * This function will duplicate all file descriptors contained in \p t.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DevicePath.c 221 Duplicate a device path structure.
249 // Allocate space for duplicate device path
286 // If there's only 1 path, just duplicate it
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 318 Duplicate a device path structure.
346 // Allocate space for duplicate device path
383 // If there's only 1 path, just duplicate it
  /external/cn-cbor/include/cn-cbor/
cn-cbor.h 328 * Put a CBOR object into a map with a CBOR object key. Duplicate checks are NOT
342 * Put a CBOR object into a map with an integer key. Duplicate checks are NOT
358 * Put a CBOR object into a map with a string key. Duplicate checks are NOT
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 335 boolean duplicate =
338 // Keep looping till we find a non-duplicate value.
339 if (!duplicate) {
  /external/libchrome/base/metrics/
persistent_sample_map.cc 274 // first use. Sometimes duplicate histograms are created by race conditions
300 // Yes: Ignore it; it's a duplicate caused by a race condition -- see
302 // Check that nothing ever operated on the duplicate record.
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_horz.s 126 vdup.16 q1,d1[3] @duplicate the i value.
128 vdup.16 q2,d1[2] @duplicate the ii value.
129 vdup.16 q3,d1[1] @duplicate the iii value.
ihevc_intra_pred_luma_horz.s 122 vdup.8 q1,d1[7] @duplicate the i value.
124 vdup.8 q2,d1[6] @duplicate the ii value.
125 vdup.8 q3,d1[5] @duplicate the iii value.
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_horz.s 122 dup v2.8h, v0.h[7] //duplicate the i value.
124 dup v4.8h, v0.h[6] //duplicate the ii value.
125 dup v6.8h, v0.h[5] //duplicate the iii value.
ihevc_intra_pred_luma_horz.s 122 dup v2.16b, v0.b[15] //duplicate the i value.
124 dup v4.16b, v0.b[14] //duplicate the ii value.
125 dup v6.16b, v0.b[13] //duplicate the iii value.
  /external/proguard/src/proguard/
Configuration.java 47 * there are duplicate classes between it and a program jar then it behaves no different to a
48 * library jar. If there are duplicate classes between it and a program jar then the class in
49 * the system jar will be used and the duplicate class in the program jar will be ignored.
  /external/selinux/libselinux/src/
label_backends_android.c 48 * Warn about duplicate specifications. Return error on different specifications.
49 * TODO: Remove duplicate specifications. Move duplicate check to after sort
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
FacadeConfiguration.java 221 Log.d("Duplicate eventName " + eventName);
222 throw new RuntimeException("Duplicate start event method descriptor found.");
237 throw new RuntimeException("Duplicate stop event method descriptor found.");
  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 292 loge("Non-IPv4 or duplicate address: " + linkAddr);
303 loge("Duplicate gateway: " + gateway.getHostAddress());
319 loge("Non-IPv4 default or duplicate route: " + route);
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
CustomConverterProcessorTest.kt 225 createConverter(TypeName.SHORT.box(), TypeName.CHAR.box(), duplicate = true)
236 duplicate: Boolean = false
253 if (duplicate) {
  /libcore/jsr166-tests/src/test/java/jsr166/
CopyOnWriteArraySetTest.java 75 * addAll adds each non-duplicate element from the given collection
86 * addAll adds each non-duplicate element from the given collection
90 // "one" is duplicate and will not be added
  /libcore/ojluni/src/main/java/sun/security/x509/
AuthorityKeyIdentifierExtension.java 169 throw new IOException("Duplicate KeyIdentifier in " +
177 throw new IOException("Duplicate GeneralNames in " +
185 throw new IOException("Duplicate SerialNumber in " +
DistributionPoint.java 203 throw new IOException("Duplicate DistributionPointName in "
222 throw new IOException("Duplicate Reasons in " +
230 throw new IOException("Duplicate CRLIssuer in " +
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupNameEditDialogFragment.java 184 // Override the click listener to prevent dismissal if creating a duplicate group.
243 // end of the world if the user ends up with a duplicate group and in practice it should
305 // the user that they already exist. Instead we allow them to create a duplicate
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile_test.go 63 profileString := "1:3:100:999:100:" // sample with bogus 999 and duplicate leaf
64 profileString += "1:5:200:999:200:501:502:" // sample with bogus 999 and duplicate leaf
65 profileString += "1:12:300:999:300:601:602:603:604:605:606:607:608:609:" // sample with bogus 999 and duplicate leaf

Completed in 625 milliseconds

<<31323334353637383940>>