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

<<11121314151617181920>>

  /external/llvm/include/llvm/IR/
Mangler.h 32 /// This simple counter is used to unique value names.
39 /// If the global variable doesn't have a name, this fills in a unique name
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MixinEmitter.java 61 Set unique = new HashSet(); local
65 if (unique.add(MethodWrapper.create(methods[j]))) {
  /external/parameter-framework/upstream/schemas/
Parameter.xsd 107 <xs:unique name="LiteralUniqueness">
110 </xs:unique>
111 <xs:unique name="NumericalUniqueness">
114 </xs:unique>
175 <xs:unique name="BitParameterBlockSubElementsUniqueness">
178 </xs:unique>
198 <xs:unique name="ParameterBlockSubElementsUniqueness">
201 </xs:unique>
  /external/skia/include/core/
SkDrawable.h 20 * The object has a generation ID, which is guaranteed to be unique across all drawables. To
39 * Return a unique value for this instance. If two calls to this return the same value,
  /external/toybox/toys/posix/
comm.c 20 -1 suppress the output column of lines unique to FILE1
21 -2 suppress the output column of lines unique to FILE2
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.h 52 * Encrypts the given session key using a key-encryption key unique to this device.
67 * Decrypts the given session key using a key-encryption key unique to this device.
  /frameworks/base/core/java/android/print/
package.html 31 methods as well as methods for querying its state. Each print job has a unique id represented
39 unique id which is abstracted by the {@link android.print.PrinterId} class. The {@link
  /frameworks/minikin/include/minikin/
FontCollection.h 77 // static for allocating unique id's
80 // unique id for this font collection (suitable for cache key)
  /ndk/tests/device/test-gnustl-full/unit/
unique_test.cpp 38 unique((int*)numbers, (int*)numbers + 8);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
  /ndk/tests/device/test-stlport/unit/
unique_test.cpp 38 unique((int*)numbers, (int*)numbers + 8);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
dump.py 25 "t1_i1 integer not null, i2 integer, unique (s1), " \
26 "constraint t1_idx1 unique (i2));"
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
dump.py 25 "t1_i1 integer not null, i2 integer, unique (s1), " \
26 "constraint t1_idx1 unique (i2));"
  /prebuilts/go/darwin-x86/src/crypto/cipher/
example_test.go 26 // The IV needs to be unique, but not secure. Therefore it's common to
73 // The IV needs to be unique, but not secure. Therefore it's common to
100 // The IV needs to be unique, but not secure. Therefore it's common to
125 // The IV needs to be unique, but not secure. Therefore it's common to
150 // The IV needs to be unique, but not secure. Therefore it's common to
185 // The IV needs to be unique, but not secure. Therefore it's common to
225 // If the key is unique for each ciphertext, then it's ok to use a zero
262 // If the key is unique for each ciphertext, then it's ok to use a zero
  /prebuilts/go/darwin-x86/test/interface/
explicit.go 86 _() // ERROR "methods must have a unique non-blank name"
91 _() // ERROR "methods must have a unique non-blank name"
  /prebuilts/go/linux-x86/src/crypto/cipher/
example_test.go 26 // The IV needs to be unique, but not secure. Therefore it's common to
73 // The IV needs to be unique, but not secure. Therefore it's common to
100 // The IV needs to be unique, but not secure. Therefore it's common to
125 // The IV needs to be unique, but not secure. Therefore it's common to
150 // The IV needs to be unique, but not secure. Therefore it's common to
185 // The IV needs to be unique, but not secure. Therefore it's common to
225 // If the key is unique for each ciphertext, then it's ok to use a zero
262 // If the key is unique for each ciphertext, then it's ok to use a zero
  /prebuilts/go/linux-x86/test/interface/
explicit.go 86 _() // ERROR "methods must have a unique non-blank name"
91 _() // ERROR "methods must have a unique non-blank name"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 25 "t1_i1 integer not null, i2 integer, unique (s1), " \
26 "constraint t1_idx1 unique (i2));"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 25 "t1_i1 integer not null, i2 integer, unique (s1), " \
26 "constraint t1_idx1 unique (i2));"
  /system/core/libsparse/
Android.mk 50 # Need a unique module name, but exe should still be called simg2img
73 # Need a unique module name, but exe should still be called simg2img
  /bootable/recovery/
fuse_sideload.cpp 98 static void fuse_reply(struct fuse_data* fd, __u64 unique, const void *data, size_t len)
106 hdr.unique = unique;
155 fuse_reply(fd, hdr->unique, &out, fuse_struct_size);
189 fuse_reply(fd, hdr->unique, &out, sizeof(out));
214 fuse_reply(fd, hdr->unique, &out, sizeof(out));
225 fuse_reply(fd, hdr->unique, &out, sizeof(out));
317 outhdr.unique = hdr->unique;
506 outhdr.unique = hdr->unique
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 215 const Unique<VkBuffer> sparseBufferWrite(createBuffer(deviceInterface, *m_logicalDevice, &bufferCreateInfo));
216 const Unique<VkBuffer> sparseBufferRead (createBuffer(deviceInterface, *m_logicalDevice, &bufferCreateInfo));
272 const Unique<VkSemaphore> bufferMemoryBindSemaphore(makeSemaphore(deviceInterface, *m_logicalDevice));
298 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex));
299 const Unique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool));
305 const Unique<VkDescriptorSetLayout> descriptorSetLayout(
311 const Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, *m_logicalDevice, m_context.getBinaryCollection().get("comp"), DE_NULL));
312 const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(deviceInterface, *m_logicalDevice, *descriptorSetLayout));
313 const Unique<VkPipeline> computePipeline(makeComputePipeline(deviceInterface, *m_logicalDevice, *pipelineLayout, *shaderModule));
318 const Unique<VkDescriptorPool> descriptorPool
    [all...]
vktSparseResourcesBufferSparseResidency.cpp 198 const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, *m_logicalDevice, &bufferCreateInfo));
209 typedef de::SharedPtr< Unique<VkDeviceMemory> > DeviceMemoryUniquePtr;
255 const Unique<VkSemaphore> bufferMemoryBindSemaphore(makeSemaphore(deviceInterface, *m_logicalDevice));
296 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex));
297 const Unique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool));
303 const Unique<VkDescriptorSetLayout> descriptorSetLayout(
310 const Unique<VkShaderModule> shaderModule(createShaderModule(deviceInterface, *m_logicalDevice, m_context.getBinaryCollection().get("comp"), DE_NULL));
311 const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(deviceInterface, *m_logicalDevice, *descriptorSetLayout));
312 const Unique<VkPipeline> computePipeline(makeComputePipeline(deviceInterface, *m_logicalDevice, *pipelineLayout, *shaderModule));
316 const Unique<VkDescriptorPool> descriptorPool
    [all...]
  /external/e2fsprogs/debian/
control.in 93 Description: Universally Unique ID library
94 The libuuid library generates and parses 128-bit universally unique
95 ids (UUIDs). A UUID is an identifier that is unique across both
109 Description: runtime components for the Universally Unique ID library
110 The libuuid library generates and parses 128-bit universally unique
111 ids (UUIDs). A UUID is an identifier that is unique across both
122 UUID?s, in a secure and guaranteed-unique fashion, even in the face
133 Description: stripped down universally unique id library, for debian-installer
134 libuuid generates and parses 128-bit universally unique ids (UUIDs).
145 Description: universally unique id library - headers and static librarie
    [all...]
  /bionic/libc/private/
thread_private.h 20 * helper macro to make unique names in the thread namespace
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/assets/
northern-irish-vegetable-soup.json 17 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",

Completed in 841 milliseconds

<<11121314151617181920>>