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

<<21222324252627282930>>

  /prebuilts/misc/common/swig/include/2.0.11/go/
std_list.i 35 void unique();
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
type_utils.hpp 136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
154 #define PB_DS_STATIC_ASSERT(UNIQUE, E) \
155 typedef __gnu_pbds::detail::__static_assert_dumclass<sizeof(__gnu_pbds::detail::__static_assert<bool(E)>)> UNIQUE##__static_assert_type
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_46.txt 5 id UNIQUE for someone@example.com; Mon, 08 Feb 2010 14:05:16 +0100
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_46.txt 5 id UNIQUE for someone@example.com; Mon, 08 Feb 2010 14:05:16 +0100
  /system/connectivity/shill/
crypto_interface.h 29 // Returns a unique identifier for this crypto module.
  /system/sepolicy/
healthd.te 2 # it lives in the rootfs and has no unique file type.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
icf_keep_unique_test.cc 23 // The goal of this program is to verify if --keep-unique works
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group2.d 6 # well with unique group sections under ld -r.
group4.d 6 # well with unique group sections under ld -r.
group5.d 6 # well with unique group sections under ld -r.
group6.d 6 # well with unique group sections under ld -r.
group9b.d 9 # well with unique group sections under ld -r.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
far-hc12.s 27 ldd #_far_bar ; Likewise (unique trampoline check)
  /external/libvorbis/include/vorbis/
Makefile.in 260 unique=`for i in $$list; do \
265 mkid -fID $$unique
273 unique=`for i in $$list; do \
278 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
279 test -n "$$unique" || unique=$$empty_fix; \
281 $$tags $$unique; \
288 unique=`for i in $$list; do \
293 test -z "$(CTAGS_ARGS)$$tags$$unique" \
295 $$tags $$unique
    [all...]
  /external/skia/src/gpu/
GrResourceCache.h 36 * 2) A unique key. This key's meaning is specific to the domain that created the key. Only one
37 * resource may have a given unique key. The unique key can be set, cleared, or changed
40 * A unique key always takes precedence over a scratch key when a resource has both types of keys.
143 * Find a resource that matches a unique key.
154 * Query whether a unique key exists in the cache.
160 /** Purges resources to become under budget and processes resources with invalidated unique
317 // This holds all resources that have unique keys.
403 * Called by GrGpuResources to change their unique keys.
410 * Called by a GrGpuResource to remove its unique key
    [all...]
  /external/webrtc/webrtc/video/
send_statistics_proxy_unittest.cc 107 // Add statistics with some arbitrary, but unique, numbers.
121 // Add statistics with some arbitrary, but unique, numbers.
163 // Add statistics with some arbitrary, but unique, numbers.
176 // Add statistics with some arbitrary, but unique, numbers.
197 // Add statistics with some arbitrary, but unique, numbers.
213 // Add statistics with some arbitrary, but unique, numbers.
237 // Use ssrc as bitrate_bps to get a unique value for each stream.
250 // Use ssrc as bitrate_bps to get a unique value for each stream.
268 // Use ssrc as avg_delay_ms and max_delay_ms to get a unique value for each
280 // Use ssrc as avg_delay_ms and max_delay_ms to get a unique value for eac
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 30 * as arguments to methods are unique symbols. The SymbolTable class
256 boolean unique = true;
261 unique = false;
265 if (unique){
268 unique = true;
  /frameworks/base/core/java/android/hardware/location/
ContextHubInfo.java 60 * set the context hub unique identifer
71 * get the context hub unique identifer
73 * @return int - unique system wide identifier
80 * set the context hub unique identifer
82 * @param id - unique system wide identifier for the hub
ContextHubManager.java 60 * @param hubHandle Handle (system-wide unique identifier) of the hub of the message.
61 * @param nanoAppHandle Handle (unique identifier) for app instance that sent the message.
81 * @param hubHandle Handle (system-wide unique identifier) of the hub of the message.
82 * @param nanoAppHandle Handle (unique identifier) for app instance that sent the message.
107 * @param hubHandle Handle (system-wide unique identifier) of a context hub.
  /frameworks/base/core/java/android/speech/tts/
ITextToSpeechService.aidl 40 * @param utteranceId Unique identifier of synthesized utterance.
53 * @param utteranceId Unique identifier of synthesized utterance.
66 * @param utteranceId Unique identifier of synthesized utterance.
79 * @param utteranceId Unique id used to identify this request in callbacks.
188 * @param voiceName Unique voice of the name.
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
VoicemailsQueryHelper.java 191 * Voicemail is unique if the tuple of (phone account component name, phone account id, source
192 * data) is unique. If the phone account is missing, we also consider this unique since it's
194 * @param voicemail The voicemail to check if it is unique.
195 * @return {@code true} if the voicemail is unique, {@code false} otherwise.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 47 /** If true, the validated name must be unique */
77 * Makes the resource name validator require that names are unique.
81 public ResourceNameValidator unique() { method in class:ResourceNameValidator
211 type == ResourceType.DRAWABLE).unique();
216 * unique in the project.
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 190 const Unique<VkInstance> instance;
215 const Unique<VkDevice> device;
558 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, *instHelper.instance, params.wsiType, *native.display, *native.window));
574 const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(devHelper.vkd, *devHelper.device, &curParams));
619 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki,
640 const Unique<VkSwapchainKHR> swapchain (createSwapchainKHR(devHelper.vkd, *devHelper.device, &curParams, failingAllocator.getCallbacks()));
749 typedef de::SharedPtr<Unique<VkImageView> > ImageViewSp;
750 typedef de::SharedPtr<Unique<VkFramebuffer> > FramebufferSp;
803 const Unique<VkRenderPass> m_renderPass;
804 const Unique<VkPipelineLayout> m_pipelineLayout
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
layer1.py 106 domain. Domain names must be unique across the domains
131 domain. Domain names must be unique across the domains
228 domain. Domain names must be unique across the domains
302 domain. Domain names must be unique across the domains
324 domain. Domain names must be unique across the domains
356 domain. Domain names must be unique across the domains
382 domain. Domain names must be unique across the domains
426 domain. Domain names must be unique across the domains
456 domain. Domain names must be unique across the domains
486 domain. Domain names must be unique across the domain
    [all...]
  /external/autotest/database/
schema_051.sql 61 UNIQUE KEY `acl_groups_hosts_both_ids` (`aclgroup_id`,`host_id`),
78 UNIQUE KEY `acl_groups_users_both_ids` (`aclgroup_id`,`user_id`),
99 UNIQUE KEY `name` (`name`)
140 UNIQUE KEY `test_id` (`test_id`,`label_id`),
187 UNIQUE KEY `host_queue_entries_job_id_and_host_id` (`job_id`,`host_id`),
232 UNIQUE KEY `hosts_labels_both_ids` (`label_id`,`host_id`),
251 UNIQUE KEY `ineligible_host_queues_both_ids` (`host_id`,`job_id`),
316 UNIQUE KEY `job_id` (`job_id`,`label_id`),
339 UNIQUE KEY `name` (`name`),
357 UNIQUE KEY `name` (`name`
    [all...]

Completed in 696 milliseconds

<<21222324252627282930>>