Searched
full:duplicate (Results
701 -
725 of
2467) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
locale.h | 187 /* Return a duplicate of the set of locale in DATASET. All usage
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
types.h | 191 /* Duplicate info from sys/socket.h. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
locale.h | 187 /* Return a duplicate of the set of locale in DATASET. All usage
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
types.h | 191 /* Duplicate info from sys/socket.h. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
locale.h | 187 /* Return a duplicate of the set of locale in DATASET. All usage
|
/prebuilts/sdk/tools/linux/ |
aapt | |
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 406 <li>Extended optimizations: removing duplicate code within methods. 499 <li>Added possibility to switch off notes about duplicate class definitions. 529 <li>Worked around zip package problems with duplicate out entries and rogue 580 <li>Fixed duplicate class entry bug.
|
/system/netd/ |
IdletimerController.cpp | 93 * A remove should be called for each add command issued during cleanup, as duplicate
|
/external/clang/include/clang/Basic/ |
DiagnosticGroups.td | 225 def DuplicateDeclSpecifier : DiagGroup<"duplicate-decl-specifier">; 254 def MethodDuplicate : DiagGroup<"duplicate-method-match">; 336 def DuplicateArgDecl : DiagGroup<"duplicate-method-arg">;
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 504 /// RemoveDuplicates - If there are duplicate directory entries in the specified 573 llvm::errs() << "ignoring duplicate directory \"" 582 // This is reached if the current entry is a duplicate. Remove the
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSortedMapTest.java | 475 assertEquals("Duplicate keys in mappings one=1 and one=2", 533 assertEquals("Duplicate keys in mappings one=1 and one=1", 649 assertEquals("Duplicate keys in mappings 11=eleven and 12=twelve",
|
/external/icu4c/common/ |
locmap.c | 240 {0x007f, "en_US_POSIX"}, /* duplicate for roundtripping */ 253 {0x007f, "en_US_POSIX"} /* duplicate for roundtripping */ 293 /* duplicate for roundtripping */ [all...] |
utrie2.cpp | 738 void *duplicate; local 739 UTrie2 *instance=(UTrie2 *)singleton.getInstance(instantiator, context, duplicate, errorCode); 740 utrie2_close((UTrie2 *)duplicate);
|
/external/netperf/ |
netserver.c | 245 perror ("netserver: duplicate /dev/null write file descr. to stdout"); 591 perror ("netserver: duplicate /dev/null read file descr. to stdin"); 603 perror ("netserver: duplicate the debug write file descr. to stdout");
|
/external/sepolicy/tools/ |
check_seapp.c | 779 * checking for duplicate entries. 803 /* Duplicate */ 805 log_error("Duplicate line detected in file: %s\n"
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
determinize.h | 303 // subsets may contain duplicate states. 344 // Found duplicate state: sums state weight and deletes dup. 350 // Saves element so we can check for duplicate for this state.
|
/frameworks/base/core/java/android/net/ |
LinkProperties.java | 439 * Duplicate the LinkAddresses into removed, we will be removing 469 * Duplicate the InetAddresses into removed, we will be removing 500 * Duplicate the RouteInfos into removed, we will be removing
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiEnterpriseConfig.java | 668 keyStore.duplicate(Credentials.USER_PRIVATE_KEY + client, -1, 670 keyStore.duplicate(Credentials.USER_CERTIFICATE + client, -1, 679 keyStore.duplicate(Credentials.CA_CERTIFICATE + ca, -1,
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiverService.java | 111 // Temporarily removed for this duplicate message track down. 128 // Temporarily removed for this duplicate message track down. 167 // Temporarily removed for this duplicate message track down.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoring.java | 560 // I also need to duplicate and modify the id and then replace 563 // HACK: see issue 13494: We must duplicate the width/height attributes on the 602 // Duplicate all the other layout attributes as well
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_attrs.xml | 300 must be separated by a comma: 1, 2, 5. Illegal and duplicate 306 must be separated by a comma: 1, 2, 5. Illegal and duplicate 312 must be separated by a comma: 1, 2, 5. Illegal and duplicate
|
/external/dnsmasq/po/ |
de.po | 679 msgid "duplicate CNAME" 1168 msgid "ignoring %s line %d, duplicate name or IP address" 1173 msgid "duplicate IP address %s in dhcp-config directive." 1178 msgid "duplicate IP address %s in %s." 1188 msgid "duplicate IP address %s (%s) in dhcp-config directive"
|
fi.po | 641 msgid "duplicate CNAME" 1125 msgid "ignoring %s line %d, duplicate name or IP address" 1130 msgid "duplicate IP address %s in dhcp-config directive." 1135 msgid "duplicate IP address %s in %s." 1145 msgid "duplicate IP address %s (%s) in dhcp-config directive"
|
it.po | 641 msgid "duplicate CNAME" 1125 msgid "ignoring %s line %d, duplicate name or IP address" 1130 msgid "duplicate IP address %s in dhcp-config directive." 1135 msgid "duplicate IP address %s in %s." 1145 msgid "duplicate IP address %s (%s) in dhcp-config directive"
|
pt_BR.po | 641 msgid "duplicate CNAME" 1125 msgid "ignoring %s line %d, duplicate name or IP address" 1130 msgid "duplicate IP address %s in dhcp-config directive." 1135 msgid "duplicate IP address %s in %s." 1145 msgid "duplicate IP address %s (%s) in dhcp-config directive"
|
Completed in 903 milliseconds
<<21222324252627282930>>