HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 176 - 200 of 685) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.cc 99 if (!index_metadata_.unique) {
  /external/chromium_org/storage/browser/quota/
quota_database.h 134 bool unique; member in struct:storage::QuotaDatabase::IndexSchema
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 135 return suffixList.unique();
  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp 87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey-data.js 10 * Creates a unique identifier based on the key provided.
14 * @return {string} The unique id for key.
  /external/lldb/include/lldb/Core/
Broadcaster.h 277 /// @param[in] unique
448 PrivateBroadcastEvent (lldb::EventSP &event_sp, bool unique);
  /external/skia/src/core/
SkTypefaceCache.cpp 87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
  /external/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_slist.h 384 void unique() { _M_impl.unique(); } function in class:slist
394 void unique(_BinaryPredicate __pred) function in class:slist
395 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__pred)); }
  /bionic/libc/kernel/uapi/linux/
coda.h 234 u_int32_t unique; member in struct:coda_in_hdr
242 u_int32_t unique; member in struct:coda_out_hdr
  /development/ndk/platforms/android-3/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /development/ndk/platforms/android-L/include/linux/
coda.h 234 u_int32_t unique; member in struct:coda_in_hdr
242 u_int32_t unique; member in struct:coda_out_hdr
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
script_installer.js 24 * @param {string} uid A unique id. This function won't install the same set of
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
find_util.js 28 * unique ancestor tree and outputting Node if the ancestor tree matches
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule_store.js 67 * @param {string} name Name of the rule. It does not have to be unique.
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_design.js 17 * name: A unique identifier for the style.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 33 // screenshot includes a query parameter with a unique id, which
  /external/chromium_org/third_party/skia/tools/lua/
glyph-counts.lua 50 local gCounts = {} -- [fontID_pointsize] = [] unique glyphs
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 246 self.VerboseOut('Validating that all IDs are unique...\n')
248 self.ExtraVerboseOut('Done validating that all IDs are unique.\n')
  /external/chromium_org/ui/webui/resources/js/
cr.js 216 * @return {number} A new unique ID.
223 * Returns a unique ID for the item. This mutates the item so it needs to be
225 * @param {!Object} item The item to get the unique ID for.
226 * @return {number} The unique ID for the item.

Completed in 706 milliseconds

1 2 3 4 5 6 78 91011>>