Searched
full:unique (Results
1226 -
1250 of
6776) sorted by null
<<41424344454647484950>>
/external/deqp/framework/common/ |
tcuTestCase.cpp | 80 // Child names must be unique! 86 throw tcu::InternalError(std::string("Test case with non-unique name '") + node->getName() + "' added to group '" + getName() + "'.");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
mysql-modelingschema.dump | 93 UNIQUE KEY `cvsname` (`cvsname`(333)) 139 UNIQUE KEY `tagname` (`tagname`),
|
/external/fonttools/Doc/ |
documentation.html | 27 TTX detects what kind of files it is fed: it will output a .ttx file when it sees a .ttf or .otf, and it will compile a .ttf or .otf when the input file is a .ttx file. By default, the output file is created in the same folder as the input file, and will have the same name as the input file but with a different extension. TTX will <I>never</I> overwrite existing files, but if necessary will append a unique number to the output filename (before the extension), eg.: "Arial#1.ttf". 61 we force the names to be unique by appending "#n" to the name (n being an
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ThreadFactoryBuilder.java | 62 * format String, to which a unique integer (0, 1, etc.) will be supplied 63 * as the single parameter. This integer will be unique to the built
|
/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
JoiningLocalTransactionsTest.java | 41 private static final String UNIQUE_TEXT = JoiningLocalTransactionsTest.class + "some unique text" 44 + "some other unique text" + new Date();
|
/external/icu/icu4c/source/common/ |
propsvec.h | 111 * - keep only unique vectors 113 * - for each (non-unique) row, call the handler function
|
/external/icu/icu4c/source/test/cintltst/ |
sorttest.c | 90 * With CYCLE=10 characters per STR_LEN=3 string positions there are only 1000 unique strings. 99 * They should sort unique, so that we can later use a binary comparison for string equality.
|
/external/ipsec-tools/src/libipsec/ |
policy_token.l | 140 unique{colon}{decstring} { 145 unique { yylval.num = IPSEC_LEVEL_UNIQUE; return(LEVEL); }
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
Prober.java | 132 // the "unique" flag should be not set here because these answers haven't been proven unique yet this means the record will not exactly match the announcement record
|
/external/libchrome/base/ |
rand_util_unittest.cc | 50 // Probability of occurrence of less than 25 unique bytes in 50 random bytes 52 EXPECT_GT(std::unique(buffer, buffer + buffer_size) - buffer, 25);
|
/external/libcxx/utils/sym_check/sym_check/ |
extract.py | 48 # Make unique and sort strings. 171 Finally they symbols are made unique.
|
/external/libopus/silk/ |
gain_quant.c | 126 /* Compute unique identifier of gain indices vector */ 127 opus_int32 silk_gains_ID( /* O returns unique identifier of gains */
|
/external/libweave/third_party/chromium/base/ |
rand_util_unittest.cc | 51 // Probability of occurrence of less than 25 unique bytes in 50 random bytes 53 EXPECT_GT(std::unique(buffer, buffer + buffer_size) - buffer, 25);
|
/external/llvm/include/llvm/ADT/ |
UniqueVector.h | 22 /// unique entry that is added. T is the type of entries in the vector. This 41 /// the entry's index + 1 to be used as a unique ID.
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
WinCodeViewLineTables.h | 51 // instruction with a unique debug location. 75 // The offset in the string table where we'll write the next unique
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/ |
StubFtpServer_MultipleClientsIntegrationTest.java | 43 // Custom CommandHandler for PWD so that we can verify unique session-specific responses.
80 // Make sure all session ids are unique
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/ |
StubFtpServer_MultipleClientsIntegrationTest.java | 43 // Custom CommandHandler for PWD so that we can verify unique session-specific responses.
80 // Make sure all session ids are unique
|
/external/nist-sip/java/gov/nist/javax/sip/ |
Utils.java | 149 * be unique within a call. 166 * @return a cryptographically random gloablly unique string that can be
|
/external/parameter-framework/upstream/schemas/ |
ConfigurableDomain.xsd | 100 <xs:unique name="ConfigurableElementUniqueness"> 103 </xs:unique>
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerFixer.java | 97 // Try to find a new, unique descriptor. 116 // Is the new initializer descriptor unique?
|
/external/skia/include/core/ |
SkData.h | 51 // only assert we're unique if we're not empty 52 SkASSERT(this->unique());
|
/external/skia/tests/ |
DynamicHashTest.cpp | 158 // should see all 3 unique keys when iterating over hash 172 // should see 2 unique keys when iterating over hash that aren't 1
|
/external/svox/pico/lib/ |
picowa.h | 75 in the lingware as unique symbol 94 - in this case for each entry only a non-ambiguous, unique POS ID
|
/external/testng/src/main/java/org/testng/internal/ |
TestNGMethodFinder.java | 189 boolean unique = configurationType == BEFORE_SUITE || configurationType == AFTER_SUITE; 194 unique,
|
/external/valgrind/helgrind/tests/ |
filter_xml | 38 "<unique>(.*)</unique>" => "...",
|
Completed in 2378 milliseconds
<<41424344454647484950>>