/external/webrtc/webrtc/modules/video_capture/ |
video_capture_factory.h | 24 // id - unique identifier of this video capture module object. 31 // id - unique identifier of this video capture module object
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
amstream.idl | 72 pointer_default(unique) 87 pointer_default(unique) 125 pointer_default(unique) 153 pointer_default(unique) 191 pointer_default(unique) 203 pointer_default(unique) 219 pointer_default(unique) 251 pointer_default(unique)
|
/prebuilts/go/darwin-x86/src/go/types/ |
objset.go | 8 // are identified by their unique id, instead of their 13 // An objset is a set of objects identified by their unique id.
|
/prebuilts/go/linux-x86/src/go/types/ |
objset.go | 8 // are identified by their unique id, instead of their 13 // An objset is a set of objects identified by their unique id.
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiCommandBuffersTests.cpp | 51 typedef de::SharedPtr<vk::Unique<vk::VkEvent> > VkEventSp; 383 const Unique<VkFence> fence (createFence(m_vkd, m_device, &fenceCreateInfo)); 588 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NULL)); 609 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NULL)); 630 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); 641 const Unique<VkCommandBuffer> cmdBuf (allocateCommandBuffer(vk, vkDevice, &cmdBufParams)); 660 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); 704 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); 735 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); 746 const Unique<VkCommandBuffer> cmdBuf (allocateCommandBuffer(vk, vkDevice, &cmdBufParams)) [all...] |
/external/skia/src/image/ |
SkSurface_Base.h | 117 SkImage* SkSurface_Base::refCachedImage(SkBudgeted budgeted, ForceUnique unique) { 119 if (kYes_ForceUnique == unique && snap && !snap->unique()) { 125 ForceCopyMode fcm = (kYes_ForceUnique == unique) ? kYes_ForceCopyMode : 128 if (kNo_ForceUnique == unique) {
|
SkSurface.cpp | 90 return fCachedImage && !fCachedImage->unique(); 102 bool unique = fCachedImage->unique(); local 103 if (!unique) { 112 if (unique) { 171 SkImage* SkSurface::newImageSnapshot(SkBudgeted budgeted, ForceUnique unique) { 173 return asSB(this)->refCachedImage(budgeted, unique);
|
/external/skia/tests/ |
MetaDataTest.cpp | 14 REPORTER_ASSERT(reporter, ref.unique()); 23 REPORTER_ASSERT(reporter, !ref.unique()); 28 REPORTER_ASSERT(reporter, !ref.unique()); 33 REPORTER_ASSERT(reporter, !ref.unique()); 35 REPORTER_ASSERT(reporter, ref.unique());
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
DrmEngineBase.h | 114 * @param[in] uniqueId Unique identifier for a session 129 * @param[in] uniqueId Unique identifier for a session 141 * @param[in] uniqueId Unique identifier for a session 151 * @param[in] uniqueId Unique identifier for a session. uniqueId is a random 169 * @param[in] uniqueId Unique identifier for a session 178 * @param[in] uniqueId Unique identifier for a session 188 * @param[in] uniqueId Unique identifier for a session 199 * @param[in] uniqueId Unique identifier for a session 213 * @param[in] uniqueId Unique identifier for a session 223 * @param[in] uniqueId Unique identifier for a sessio [all...] |
/external/autotest/frontend/migrations/ |
045_test_planner_framework.py | 11 `name` varchar(255) NOT NULL UNIQUE, 35 `the_hash` varchar(40) NOT NULL UNIQUE, 64 `external_uid` varchar(255) NOT NULL UNIQUE 116 UNIQUE (`user_id`, `type`, `name`) 133 `the_hash` varchar(40) NOT NULL UNIQUE, 155 UNIQUE (`plan_id`, `user_id`) 166 UNIQUE (`testrun_id`, `bug_id`) 177 UNIQUE (`autoprocess_id`, `testlabel_id`) 188 UNIQUE (`autoprocess_id`, `keyval_id`) 199 UNIQUE (`autoprocess_id`, `bug_id` [all...] |
/external/droiddriver/src/io/appium/droiddriver/scroll/ |
DynamicSentinelStrategy.java | 60 * Determines whether the sentinel is updated by checking a single unique 68 * its descendant or self which contains a unique String. 76 * unique String 77 * @return the unique String 93 // certain cases, e.g. user is looking for a sibling of the unique string; 94 // the scroll is close to the end therefore the unique string does not 107 Logs.logfmt(Log.WARN, "Unique String is null: sentinel=%s, uniqueStringFinder=%s", 112 Logs.log(Log.INFO, "Unique String is not updated: " + newString); 158 * pattern to get a unique string. 183 * after each scroll should be unique [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
nm.exp | 103 # Test nm -g on a unique global symbol. 105 # Only some targets support unique symbols. 112 if {![binutils_assemble $srcdir/$subdir/unique.s tmpdir/unique.o]} then { 113 fail "nm -g on unique symbols (assembling)" 116 set tmpfile [remote_download host tmpdir/unique.o] 118 set tmpfile tmpdir/unique.o 124 pass "nm -g on unique symbols" 126 fail "nm -g on unique symbols" 130 remote_file host delete "tmpdir/unique.o [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/ |
property.py | 41 required=False, validator=None, choices=None, unique=False): 52 self.unique = unique 130 choices=None, unique=False): 132 validator, choices, unique) 141 unique=False, max_length=None): 143 validator, choices, unique) 204 validator=None, choices=None, unique=False, hashfunc=None): 212 validator, choices, unique) 268 required=False, validator=None, choices=None, unique=False) [all...] |
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
UniqueProgramTrackerListener.java | 37 * Tracks unique programs and outputs. Also saves divergent programs! 41 * Map of unique program MD5 sums, mapped to times seen. 46 * Map of unique program outputs (MD5'd), mapped to times seen. 182 Log.error("Failed to successfully write out the unique programs DB!"); 250 Log.always("-- UNIQUE PROGRAM REPORT --"); 251 Log.always("Unique Programs Seen: " + uniquePrograms.size()); 252 Log.always("Unique Outputs Seen: " + uniqueOutputs.size());
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSymbolDefinitions.java | 310 ErrorManager.setErrorListener(equeue); // unique listener per thread 327 ErrorManager.setErrorListener(equeue); // unique listener per thread 344 ErrorManager.setErrorListener(equeue); // unique listener per thread 360 ErrorManager.setErrorListener(equeue); // unique listener per thread 375 ErrorManager.setErrorListener(equeue); // unique listener per thread 390 ErrorManager.setErrorListener(equeue); // unique listener per thread 406 ErrorManager.setErrorListener(equeue); // unique listener per thread 420 ErrorManager.setErrorListener(equeue); // unique listener per thread 429 ErrorManager.setErrorListener(equeue); // unique listener per thread 443 ErrorManager.setErrorListener(equeue); // unique listener per threa [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ISub.aidl | 40 * @param subId The unique SubscriptionInfo key in database 107 * @param subId the unique SubscriptionInfo index in database 115 * @param subId the unique SubscriptionInfo index in database 126 * @param subId the unique SubInfoRecord index in database 134 * @param subId the unique SubscriptionInfo index in database 143 * @param subId the unique SubscriptionInfo index in database 151 * @param subId the unique SubscriptionInfo index in database
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/ |
auth.rst | 30 """Returns this user's unique ID, which can be an integer or string.""" 64 User unique ID. 74 User unique ID.
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSRecordClass.java | 61 public static final boolean UNIQUE = true; 96 * Checks if the class is unique 99 * @return <code>true</code> is the class is unique, <code>false</code> otherwise.
|
/external/mesa3d/src/glsl/ |
ir_print_visitor.h | 79 * Fetch/generate a unique name for ir_variable. 82 * fine until we try to print it, when we really need a unique one. 86 /** A mapping from ir_variable * -> unique printable names. */
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
StouCommandHandler.java | 24 * <li>Create new unique filename within the current directory</li>
29 * <li>Read all available bytes from the data connection and write out to the unique file in the server file system</li>
31 * <li>Send a final reply with 226, along with the new unique filename</li>
|
/external/regex-re2/re2/ |
prefilter.h | 92 // considered the same unique nodes. This is the id for each unique 93 // node. This field is populated with a unique id for every node,
|
/external/skia/include/gpu/ |
GrResourceKey.h | 174 /** Generate a unique ResourceType. */ 208 * rules governing the use of unique keys: 209 * * Only one resource can have a given unique key at a time. Hence, "unique". 210 * * A resource can have at most one unique key at a time. 211 * * Unlike scratch keys, multiple requests for a unique key will return the same 217 * Unique keys preempt scratch keys. While a resource has a unique key it is inaccessible via its 218 * scratch key. It can become scratch again if the unique key is removed. 226 /** Generate a Domain for unique keys. * [all...] |
/external/skia/src/gpu/ |
GrGpuResourceCacheAccess.h | 26 * key, and does not have a unique key. 70 /** Called by the cache to assign a new unique key. */ 73 /** Called by the cache to make the unique key invalid. */
|
/external/webrtc/webrtc/base/ |
linked_ptr.h | 75 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} function in class:rtc::linked_ptr 111 { // erase this from the list, delete if unique 112 if (unique()) delete itsPtr;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libnss_nisplus-2.11.1.so | |