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

<<11121314151617181920>>

  /external/skia/tests/
MallocPixelRefTest.cpp 98 REPORTER_ASSERT(reporter, dataPtr->unique());
101 REPORTER_ASSERT(reporter, !(dataPtr->unique()));
103 REPORTER_ASSERT(reporter, dataPtr->unique());
  /external/v8/src/
key-accumulator.h 29 // Only unique keys are kept by the KeyAccumulator, strings are stored in a
70 // |string_properties_| contains the unique String property keys for all
73 // |symbol_properties_| contains the unique Symbol property keys for all
  /external/webrtc/webrtc/modules/video_capture/
video_capture_impl.h 38 * id - unique identifier of this video capture module object
47 * id - unique identifier of this video capture module object
110 char* _deviceUniqueId; // current Device unique name;
  /frameworks/av/include/drm/
DrmInfoEvent.h 76 * @param[in] uniqueId Unique session identifier
89 * Returns the Unique Id associated with this instance
91 * @return Unique Id
  /frameworks/base/core/java/android/print/
PrinterId.java 27 * This class represents the unique id of a printer.
39 * @param localId The locally unique id within the managing service.
65 * Gets the id of this printer which is unique in the context
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceResponse.java 37 * The list of Unique Service Name.
55 * Return Unique Service Name strings.
57 * @return Unique Service Name.<br>
  /libcore/ojluni/src/main/java/sun/security/x509/
UniqueIdentity.java 46 * @param id the byte array containing the unique identifier.
55 * @param id the byte array containing the unique identifier.
109 * Return the unique id.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 37 * EAS requires a unique device id, so that sync is possible from a variety of different
93 * @return Device's unique ID if available. null if the device has no unique ID.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmstream.idl 88 pointer_default(unique)
127 pointer_default(unique)
159 pointer_default(unique)
  /toolchain/binutils/binutils-2.25/libiberty/
mkstemps.c 60 Generate a unique temporary file name from @var{pattern}.
70 filename unique. Returns a file descriptor open on the file for
144 /* We return the null string if we can't find a unique file name. */
  /external/skia/include/core/
SkRefCnt.h 48 bool unique() const { function in class:SkRefCntBase
51 // prevents code conditioned on the result of unique() from running
64 // the use of unique() on such objects and as such should be removed
81 // Like unique(), the acquire is only needed on success, to make sure
212 // - unique() needs acquire when it returns true, and no barrier if it returns false;
216 bool unique() const { return 1 == sk_atomic_load(&fRefCnt, sk_memory_order_acquire); } function in class:SkNVRefCnt
  /external/testng/src/main/java/org/testng/internal/
MethodGroupsHelper.java 43 IAnnotationFinder finder, boolean unique)
53 runInfo, tm, forTests, unique, outIncludedMethods);
62 if (!unique || !MethodGroupsHelper.isMethodAlreadyPresent(outIncludedMethods, tm)) {
68 runInfo, tm, forTests, unique, outIncludedMethods);
81 RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods)
87 if (unique) {
  /external/vboot_reference/cgpt/
cgpt_add.c 79 memcpy(&entry->unique, &params->unique_guid, sizeof(Guid));
81 if (CGPT_OK != GenerateGuid(&entry->unique)) {
206 // unique id of the partition. Output is populated in the respective
237 if (GuidEqual(&entry->unique, &params->unique_guid)) {
243 Error("no partitions with the given unique id available\n");
254 memcpy(&params->unique_guid, &entry->unique, sizeof(Guid));
  /external/webrtc/webrtc/modules/video_capture/mac/
video_capture_mac.mm 145 "could not Create for unique device %s, !newCaptureModule",
153 "could not Create for unique device %s, "
162 "Module created for unique device %s. Will use QuickTime "
178 "could not Create for unique device %s, !newCaptureModule",
185 "could not Create for unique device %s, "
193 "Module created for unique device %s, will use QTKit "
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
Transaction.java 29 /** The unique ID of the item of the purchase */
32 /** The unique user ID who made the transaction */
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
Transaction.java 29 /** The unique ID of the item of the purchase */
32 /** The unique user ID who made the transaction */
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
Transaction.java 29 /** The unique ID of the item of the purchase */
32 /** The unique user ID who made the transaction */
  /external/avahi/avahi-sharp/en/Avahi/
PublishFlags.xml 56 <Member MemberName="Unique">
57 <MemberSignature Language="C#" Value="Unique" />
  /external/chromium-trace/catapult/tracing/tracing/ui/
view_specific_brushing_state.html 16 <tr-ui-b-view-specific-brushing-state view-id="unique-view-identifier">
37 /** Compulsory unique identifier of the associated view. */
  /external/dagger2/core/src/main/java/dagger/
Provides.java 42 UNIQUE,
72 Type type() default Type.UNIQUE;
  /external/dagger2/producers/src/main/java/dagger/producers/
Produces.java 43 UNIQUE,
69 Type type() default Type.UNIQUE;
  /external/e2fsprogs/misc/
uuidd.8.in 46 universally unique identifiers (UUIDs), especially time-based UUID's
47 in a secure and guaranteed-unique fashion, even in the face of large
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
compile_cs 17 * name: A unique name for this rule. (Name; required)
65 * name: A unique name for this rule. (Name; required)
  /external/libchrome/base/trace_event/
memory_allocator_dump.cc 42 // Rationale: |absolute_name| is already supposed to be unique within a
43 // process, the pid will make it unique among all processes.
  /external/libxml2/test/schemas/
changelog093_1.xsd 140 <xsd:unique name="fileDescriptionLangConstraint">
143 </xsd:unique>
181 <xsd:unique name="itemDescriptionLangConstraint">
184 </xsd:unique>
220 <xsd:unique name="releaseDescriptionLangConstraint">
223 </xsd:unique>
246 <xsd:unique name="changelogDescriptionLangConstraint">
249 </xsd:unique>

Completed in 1414 milliseconds

<<11121314151617181920>>