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

<<31323334353637383940>>

  /frameworks/base/core/java/android/hardware/usb/
UsbAccessory.java 31 * The accessory may optionally provide a unique serial number
144 * Returns the unique serial number for the accessory.
148 * @return the unique serial number
UsbPort.java 94 * Gets the unique id of the port.
96 * @return The unique id of the port; not intended for display.
116 * Combines one power and one data role together into a unique value with
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractionManagerService.aidl 48 * @param keyphraseId The unique identifier for the keyphrase.
59 * @param keyphraseId The unique identifier for the keyphrase.
73 * @param keyphraseId The unique identifier for the keyphrase.
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java 45 * which is a class name, like "AbstractActivityController", which is a unique ID. Then, add to the
127 * @param tag a string to identify a unique tag.
150 * @param tag a unique tag to add the message to
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_list.i 27 void unique();
144 void unique() { self->unique(); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
TextureImageDetailsProvider.java 92 * @return The {@link GLStateType#TEXTURE_IMAGE} property if a unique instance
93 * of it can be accessed from the given node. A unique instance can be
95 * its parent or sibling. In cases where a unique instance cannot be
  /system/bt/service/doc/
IBluetoothGattServer.txt 23 * Registers a client application with this interface. This creates a unique
48 * The created service will be assigned a unique identifier that can be used
91 * a unique |request_id| which must be passed to this method along with the
  /system/tpm/trunks/
session_manager_impl.cc 156 public_data.public_area.unique.rsa.size = 0;
173 BN_bin2bn(public_data.public_area.unique.rsa.buffer,
174 public_data.public_area.unique.rsa.size, nullptr);
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 155 * System wide unique audio session identifier.
336 * System wide unique audio session identifier.
352 * System wide unique audio session identifier.
523 * System wide unique audio session identifier.
549 * System wide unique audio session identifier.
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseBinding.cpp 158 const Unique<VkBuffer> sparseBuffer(createBuffer(deviceInterface, *m_logicalDevice, &bufferCreateInfo));
171 typedef de::SharedPtr< Unique<VkDeviceMemory> > DeviceMemoryUniquePtr;
216 const Unique<VkSemaphore> bufferMemoryBindSemaphore(makeSemaphore(deviceInterface, *m_logicalDevice));
238 const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, computeQueue.queueFamilyIndex));
239 const Unique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool));
vktSparseResourcesTestsUtil.hpp 75 vk::Unique<vk::VkBuffer> m_buffer;
96 vk::Unique<vk::VkImage> m_image;
223 inline de::SharedPtr<vk::Unique<T> > makeVkSharedPtr (vk::Move<T> vkMove)
225 return de::SharedPtr<vk::Unique<T> >(new vk::Unique<T>(vkMove));
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 65 /// where nnnn is a unique ID for the corresponding table of IDs.
218 /// @param uid - The unique ID to set matching entries to.
245 /// @param uid - The unique ID of the instruction.
258 /// specForUID - Returns the instruction specifier for a given unique
261 /// @param uid - The unique ID of the instruction.
  /external/testng/src/main/java/org/testng/internal/
MethodHelper.java 43 * @param unique true for unique methods, false otherwise
49 boolean unique, List<ITestNGMethod> outExcludedMethods)
58 unique); local
179 * Extracts the unique list of <code>ITestNGMethod</code>s.
  /external/valgrind/include/
pub_tool_deduppoolalloc.h 53 // unique allocated element. This unique number can be translated to
107 unique number identifying this element. This function never returns NULL.
108 Similarly to VG_(allocEltDedupPA), this will return the unique number
129 /* How many (unique) elements are there in this ddpa now? */
  /external/vboot_reference/cgpt/
cgpt_show.c 102 char type[GUID_STRLEN], unique[GUID_STRLEN]; local
118 GuidToStr(&entry->unique, unique, GUID_STRLEN);
119 printf(PARTITION_MORE, "UUID: ", unique);
195 GuidToStr(&entry->unique, buf, sizeof(buf));
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 141 * @param callId The unique ID of the call in which the tone will be played.
159 * @param callId The unique ID of the call in which any currently playing tone will be stopped.
184 * @param callId The unique ID of the call for which postdial string playing should continue.
212 * @param callId The unique ID of the call.
226 * @param callId The unique ID of the call.
  /external/bison/lib/
stdlib.in.h 310 /* Create a unique temporary directory from TEMPLATE.
312 they are replaced with a string that makes the directory name unique.
313 Returns TEMPLATE, or a null pointer if it cannot get a unique name.
329 /* Create a unique temporary file from TEMPLATE.
331 they are replaced with a string that makes the file name unique.
356 /* Create a unique temporary file from TEMPLATE.
359 they are replaced with a string that makes the file name unique.
386 /* Create a unique temporary file from TEMPLATE.
388 they are replaced with a string that makes the file name unique.
417 /* Create a unique temporary file from TEMPLATE
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 245 const vk::Unique<vk::VkShaderModule> verifyShader(createShaderModule(
251 vk::Unique<vk::VkDescriptorSetLayout> descriptorSetLayout(layoutBuilder.build(m_device_interface, m_device));
254 const vk::Unique<vk::VkPipelineLayout> pipelineLayout(makePipelineLayout(m_device_interface, m_device, *descriptorSetLayout));
255 const vk::Unique<vk::VkPipeline> computePipeline(makeComputePipeline(m_device_interface, m_device, *pipelineLayout, *verifyShader));
258 const vk::Unique<vk::VkDescriptorPool> descriptorPool(
267 const vk::Unique<vk::VkCommandPool> cmdPool(makeCommandPool(m_device_interface, m_device, m_queueFamilyIndex));
268 const vk::Unique<vk::VkCommandBuffer> cmdBuffer(makeCommandBuffer(m_device_interface, m_device, *cmdPool));
284 typedef de::SharedPtr<vk::Unique<vk::VkDescriptorSet> > SharedVkDescriptorSet;
292 descriptorSets[cmdNdx] = SharedVkDescriptorSet(new vk::Unique<vk::VkDescriptorSet>(
464 const vk::Unique<vk::VkShaderModule> genIndirectBufferDataShader(createShaderModule
    [all...]
  /external/libcap-ng/libcap-ng-0.7/bindings/
Makefile.in 358 unique=`for i in $$list; do \
363 mkid -fID $$unique
384 unique=`for i in $$list; do \
390 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391 test -n "$$unique" || unique=$$empty_fix; \
394 "$$@" $$unique; \
397 $$unique; \
404 unique=`for i in $$list; do \
409 test -z "$(CTAGS_ARGS)$$unique" \
    [all...]
  /external/libcap-ng/libcap-ng-0.7/src/test/
Makefile.in 320 unique=`for i in $$list; do \
325 mkid -fID $$unique
333 unique=`for i in $$list; do \
339 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
340 test -n "$$unique" || unique=$$empty_fix; \
343 "$$@" $$unique; \
346 $$unique; \
353 unique=`for i in $$list; do \
358 test -z "$(CTAGS_ARGS)$$unique" \
    [all...]
  /external/libevent/include/
Makefile.in 379 unique=`for i in $$list; do \
384 mkid -fID $$unique
392 unique=`for i in $$list; do \
398 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399 test -n "$$unique" || unique=$$empty_fix; \
402 "$$@" $$unique; \
405 $$unique; \
412 unique=`for i in $$list; do \
417 test -z "$(CTAGS_ARGS)$$unique" \
    [all...]
  /external/libexif/contrib/
Makefile.in 367 unique=`for i in $$list; do \
372 mkid -fID $$unique
393 unique=`for i in $$list; do \
399 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400 test -n "$$unique" || unique=$$empty_fix; \
403 "$$@" $$unique; \
406 $$unique; \
413 unique=`for i in $$list; do \
418 test -z "$(CTAGS_ARGS)$$unique" \
    [all...]
  /external/libexif/contrib/examples/
Makefile.in 352 unique=`for i in $$list; do \
357 mkid -fID $$unique
365 unique=`for i in $$list; do \
371 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
372 test -n "$$unique" || unique=$$empty_fix; \
375 "$$@" $$unique; \
378 $$unique; \
385 unique=`for i in $$list; do \
390 test -z "$(CTAGS_ARGS)$$unique" \
    [all...]
  /external/libusb/examples/
Makefile.in 335 unique=`for i in $$list; do \
340 mkid -fID $$unique
348 unique=`for i in $$list; do \
354 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355 test -n "$$unique" || unique=$$empty_fix; \
358 "$$@" $$unique; \
361 $$unique; \
368 unique=`for i in $$list; do \
373 test -z "$(CTAGS_ARGS)$$unique" \
    [all...]
  /external/netperf/src/missing/
Makefile.in 350 unique=`for i in $$list; do \
355 mkid -fID $$unique
376 unique=`for i in $$list; do \
382 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383 test -n "$$unique" || unique=$$empty_fix; \
386 "$$@" $$unique; \
389 $$unique; \
396 unique=`for i in $$list; do \
401 test -z "$(CTAGS_ARGS)$$unique" \
    [all...]

Completed in 1860 milliseconds

<<31323334353637383940>>