HomeSort by relevance Sort by last modified time
    Searched full:unique (Results 426 - 450 of 6998) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Basic/
Linkage.h 22 /// \brief No linkage, which means that the entity is unique and
31 /// \brief External linkage within a unique namespace.
35 /// their names are unique to this translation unit, which is
  /external/jsilver/src/com/google/streamhtmlparser/impl/
InternalState.java 55 * @param id the integer identiifer for this state, guaranteed to be unique
99 * @param name a unique identifier for this state useful during debugging
110 * @param name A unique identifier for this state useful during debugging
  /external/kernel-headers/original/uapi/scsi/
scsi_netlink.h 81 * SCSI HOST Vendor Unique messages :
84 * Note: The Vendor Unique message payload will begin directly after
100 * If transports post vendor-unique events, they must pass a well-known
  /external/llvm/test/Verifier/
module-flags-1.ll 27 ; Check that module flags only have unique IDs.
29 ; CHECK: module flag identifiers must be unique (or of 'require' type)
32 ; CHECK-NOT: module flag identifiers must be unique
  /external/oprofile/libpp/
name_storage.h 3 * Type-safe unique storage of global names (filenames and symbols)
35 /// partial specialization for unique storage of names
72 /// partial specialization for unique storage of filenames
  /external/skia/bench/
PictureRecordBench.cpp 113 * Populates the SkPaint dictionary with a large number of unique paint
141 * Populates the SkPaint dictionary with a number of unique paint
158 ObjCount = 100, // number of unique paint objects
  /external/skia/src/pdf/
SkPDFResourceDict.h 50 * @param key The resource key, should be unique within its type.
77 * @param key The resource key, should be unique within its type.
88 * @param key The resource key, should be unique within its type.
  /external/skia/tests/
MallocPixelRefTest.cpp 105 REPORTER_ASSERT(reporter, dataPtr->unique());
108 REPORTER_ASSERT(reporter, !(dataPtr->unique()));
110 REPORTER_ASSERT(reporter, dataPtr->unique());
  /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 25 * This class represents the unique id of a printer.
37 * @param localId The locally unique id within the managing service.
63 * 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>
  /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)
  /external/chromium_org/third_party/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 "
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account.h 37 // account. The only constraints are that the |account_id| be unique and,
40 // unique, contain an @ symbol, not collide with the |user_id| of any other
  /external/chromium_org/chrome/browser/guest_view/web_view/
chrome_web_view_guest_delegate.h 70 // A counter to generate a unique request id for a context menu request.
71 // We only need the ids to be unique for a given WebViewGuest.
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_table.h 21 // id A unique id.
39 // requires some investigation into how to make sure the id is unique for
  /external/chromium_org/chrome/browser/sync/glue/
synced_session.h 23 // list of windows along with a unique session identifer (tag) and meta-data
44 // Unique tag for each session.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database.proto 61 // A unique sequence number to identify the tracker. Must be positive.
81 // Active FileTracker must have a unique title under its parent.
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.h 29 // Constructor which provides this icon's unique ID and messaging window.
66 // The unique ID corresponding to this icon.
  /external/chromium_org/chrome/common/extensions/api/
audio.idl 11 // The unique identifier of the audio output device.
24 // The unique identifier of the audio input device.
webrtc_audio_private.idl 11 // unique and persistent across sessions, they are valid only to the
20 // The opaque identifier of the audio sink device, which is unique
  /external/chromium_org/components/storage_monitor/
test_portable_device_watcher_win.h 25 // MTP device storage unique identifier.
31 // Returns the persistent storage unique id of the device specified by the
  /external/chromium_org/content/common/
child_process_host_impl.h 49 // Returns a unique ID to identify a child process. On construction, this
52 // must be unique for all child processes.
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.cc 58 // If unique security origin, don't try to create the CDM.
60 DLOG(ERROR) << "CDM use not allowed for unique security origin.";

Completed in 1903 milliseconds

<<11121314151617181920>>