HomeSort by relevance Sort by last modified time
    Searched full:unique (Results 1951 - 1975 of 6776) sorted by null

<<71727374757677787980>>

  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 159 const vk::Unique<vk::VkShaderModule> vs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_vertexShaderName), 0));
160 const vk::Unique<vk::VkShaderModule> fs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fragmentShaderName), 0));
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 700 log << TestLog::Message << "Value " << (minValue + countNdx) << " is not unique. Returned " << counts[countNdx] << " times." << TestLog::EndMessage;
707 log << TestLog::Message << "Number of values not unique: " << failedCount << ", displaying first 20 values." << TestLog::EndMessage;
859 tcu::ScopedLogSection uniquenesCheck(log, ("counter" + de::toString(counterNdx) + " check uniqueness and linearity").c_str(), ("Check that counter" + de::toString(counterNdx) + " returned only unique and linear values.").c_str());
864 log << TestLog::Message << "atomicCounterIncrement(counter" << counterNdx << ") returned non unique values." << TestLog::EndMessage;
867 log << TestLog::Message << "atomicCounterIncrement(counter" << counterNdx << ") returned only unique values." << TestLog::EndMessage;
886 tcu::ScopedLogSection uniquenesCheck(log, ("counter" + de::toString(counterNdx) + " check uniqueness and linearity").c_str(), ("Check that counter" + de::toString(counterNdx) + " returned only unique and linear values.").c_str());
891 log << TestLog::Message << "atomicCounterDecrement(counter" << counterNdx << ") returned non unique values." << TestLog::EndMessage;
894 log << TestLog::Message << "atomicCounterDecrement(counter" << counterNdx << ") returned only unique values." << TestLog::EndMessage;
    [all...]
  /external/e2fsprogs/lib/blkid/
read.c 52 * <ID="id"> unique (within this file) ID number of this device
58 * <UUID="uuid"> (generated) universally unique identifier (serial no)
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-type-util.h.pump 103 // A unique type used as the default value for the arguments of class
202 // A unique struct template used as the default value for the
  /external/gtest/include/gtest/internal/
gtest-type-util.h.pump 102 // A unique type used as the default value for the arguments of class
201 // A unique struct template used as the default value for the
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 60 * <p>Because a {@code TreeBasedTable} has unique sorted values for a given
168 * <p>Because a {@code TreeBasedTable} has unique sorted values for a given
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 33 * unique. For example, parsing abbreviation "IST" is ambiguous
252 // does not use unique names. And TimeZoneFormat does not expect
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralSamples.java 270 return KeywordStatus.UNIQUE;
289 return originalSize == 1 ? KeywordStatus.UNIQUE : KeywordStatus.BOUNDED;
  /external/icu/icu4c/source/common/
unifiedcache.h 315 * If a client already holds references to many different unique values
316 * in the cache such that the number of those unique values far exeeds
  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 211 * Creates an integer that is unique to the collation key. NOTE: this
297 * Unique hash value of this CollationKey.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 32 * unique. For example, parsing abbreviation "IST" is ambiguous
250 // does not use unique names. And TimeZoneFormat does not expect
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralSamples.java 268 return KeywordStatus.UNIQUE;
287 return originalSize == 1 ? KeywordStatus.UNIQUE : KeywordStatus.BOUNDED;
  /external/jetty/src/java/org/eclipse/jetty/server/session/
AbstractSessionIdManager.java 138 // pick a new unique ID!
170 //add in the id of the node to ensure unique id across cluster
  /external/kernel-headers/original/uapi/linux/
nfc.h 159 * @NFC_ATTR_TARGET_ISO15693_UID: ISO 15693 Unique Identifier
161 * @NFC_ATTR_VENDOR_ID: NFC manufacturer unique ID, typically an OUI
  /external/kernel-headers/original/uapi/scsi/fc/
fc_fs.h 264 __u8 br_vendor; /* vendor unique code */
297 __u8 rj_vendor; /* vendor unique code */
  /external/libcxx/test/support/
nasty_containers.hpp 259 // void unique();
261 // void unique(BinaryPredicate binary_pred);
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
FlyweightMapStorage.java 30 * Flyweight phone prefix map storage strategy that uses a table to store unique strings and shorts
50 // Sorted string array of unique description strings.
  /external/libvorbis/doc/
oggstream.html 166 <p>Each chained logical bitstream must have a unique serial number within
190 <p>Each grouped bitstream must have a unique serial number within the
  /external/libxml2/doc/
index.py 61 UNIQUE KEY name (name),
69 UNIQUE KEY ID (name, symbol))""",
78 UNIQUE KEY ref (name, resource))""",
84 UNIQUE KEY ref (name, ID))""",
88 UNIQUE KEY name (resource))""",
93 UNIQUE KEY id (ID,resource(255)),
100 UNIQUE KEY id (ID,Value(35)),
106 UNIQUE KEY id (ID,Value(35)),
    [all...]
  /external/llvm/docs/
HowToUseInstrMappings.rst 85 // unique value (Ex: XYZ) and should not be shared with any other
94 // Here, we choose 'PredSense' as ColFields since this is the unique
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 89 /// >1: Unique PointerType cannot be determined, return NULL.
96 /// >1: Unique PointerType cannot be determined, return NULL.
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 102 /// executable code. The SectionID is a unique identifier assigned by the
110 /// The SectionID is a unique identifier assigned by the JIT engine, and
  /external/llvm/include/llvm/IR/
LLVMContext.h 78 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
93 /// tag registered with an LLVMContext has an unique ID.
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 77 // the number of unique hashes.
85 uint32_t hashes_count; // The total number of unique hash values
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 140 errs() << getToolName() << ": Error making unique filename: "
152 errs() << getToolName() << ": Error making unique filename: "

Completed in 2343 milliseconds

<<71727374757677787980>>