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

<<51525354555657585960>>

  /external/vboot_reference/cgpt/
cgpt_boot.c 48 if (GuidEqual(&entry->unique, &drive.pmbr.boot_guid)) {
121 memcpy(&drive.pmbr.boot_guid, &entry->unique, sizeof(Guid));
  /external/webrtc/talk/media/webrtc/
webrtcmediaengine.cc 130 // specified in a different order (also allows us to use std::unique below).
138 auto it = std::unique(result.begin(), result.end(),
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 34 // number of unique NACKed RTP packets.
40 // Gets the number of unique NACKed RTP packets.
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.mm 140 "Failed to find capture device unique ID %s",
151 "Failed to set capture device %s (unique ID %s) even "
  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 30 // deviceUniqueIdUTF8 - Unique name of the capture device if it exist.
32 // productUniqueIdUTF8 - Unique product id if it exist.
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.h 185 // Automatic input effects are unique for audio_io_handle_t
190 // Automatic output effects are unique for audiosession ID
  /frameworks/base/core/java/android/hardware/camera2/
CaptureFailure.java 106 * it gets a unique frame number assigned to its future result/failed capture.</p>
148 * <p>The sequence ID is a unique monotonically increasing value starting from 0,
  /frameworks/base/core/java/android/hardware/location/
NanoAppInstanceInfo.java 243 * @return int - system unique hub identifier
252 * @param contexthubId - system wide unique identifier
  /frameworks/base/core/java/android/provider/
SearchIndexablesContract.java 208 * Key associated with the raw data. The key needs to be unique.
221 * This is a description of a data (thru its unique key) that cannot be indexed.
  /frameworks/base/docs/html/guide/topics/manifest/
meta-data-element.jd 56 <dd>A unique name for the item. To ensure that the name is unique, use a
  /frameworks/base/docs/html/wear/preview/features/
bridger.jd 124 method. For each notification, pass a globally unique ID, as a string,
133 globally unique ID is specified for a new notification:
  /frameworks/base/media/java/android/media/
MediaDescription.java 17 * A unique persistent id for the content or null.
200 * @param mediaId The unique id for the item or null.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java 129 * @return A unique ID for the graph.
149 * @return A unique ID for the added graph.
  /frameworks/base/tools/aapt/
StringPool.h 156 // Raw array of unique strings, in some arbitrary order. This is the
174 // Unique set of all the strings added to the pool, mapped to
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 100 * @param cookie Unique identifier for distinguishing simultaneous events
114 * @param cookie Unique identifier for distinguishing simultaneous events
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HardwareConfig.java 77 * uuid - unique identifier for this hardware.
107 * modemUuid - unique association to a modem for a sim.
  /frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java 168 * Return a unique identifier for the item at the given position.
174 * @return Unique identifier for the item at position
  /frameworks/support/v4/java/android/support/v4/app/
FragmentPagerAdapter.java 163 * Return a unique identifier for the item at the given position.
169 * @return Unique identifier for the item at position
  /hardware/ti/omap4-aah/hwc/
hal_public.h 74 /* A KERNEL unique identifier for any exported kernel meminfo. Each
75 * exported kernel meminfo will have a unique stamp, but note that in
  /hardware/ti/omap4xxx/hwc/
hal_public.h 74 /* A KERNEL unique identifier for any exported kernel meminfo. Each
75 * exported kernel meminfo will have a unique stamp, but note that in
  /libnativehelper/include/nativehelper/
UniquePtr.h 88 // Comparing unique pointers is probably a mistake, since they're unique.
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 83 { Accounts.ACCOUNT_NAME, "TEXT UNIQUE NOT NULL" },
161 "UNIQUE(", column1, ",", column2, ")"
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/
UsbTunerPreferenceProvider.java 98 * <p>Should be unique.
123 + "UNIQUE(" + Preferences._ID + "," + Preferences.COLUMN_KEY + ")"
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SearchRecentSuggestionsProvider.java 58 // 1->2 added UNIQUE constraint to display1 column
105 ",display1 TEXT UNIQUE ON CONFLICT REPLACE" +
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystate.h 40 /* State unique per thread */
153 each unique call to PyGILState_Ensure must save the handle for its

Completed in 1521 milliseconds

<<51525354555657585960>>