HomeSort by relevance Sort by last modified time
    Searched full:keyed (Results 1 - 25 of 633) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
objc-subscript.m 40 - (id)getDoesNotRetain:(BOOL)keyed {
41 if (keyed)
48 - (id)testUninitializedObject:(BOOL)keyed {
50 if (keyed) {
  /external/chromium_org/third_party/freetype/include/freetype/
ftcid.h 43 /* CID-keyed font specific API. */
46 /* This section contains the declaration of CID-keyed font specific */
59 * "R/O/S") from a CID-keyed font.
98 * Retrieve the type of the input face, CID keyed or not. In
100 * successfully also for CID-keyed fonts in an SNFT wrapper.
  /external/chromium_org/v8/test/mjsunit/
fast-non-keyed.js 30 // Check that keyed stores make things go dict mode faster than non-keyed
99 var keyed = {};
100 AddProps(keyed);
101 assertFalse(%HasFastProperties(keyed));
  /external/freetype/include/freetype/
ftcid.h 43 /* CID-keyed font specific API. */
46 /* This section contains the declaration of CID-keyed font specific */
59 * "R/O/S") from a CID-keyed font.
98 * Retrieve the type of the input face, CID keyed or not. In
100 * successfully also for CID-keyed fonts in an SNFT wrapper.
  /external/chromium_org/content/public/browser/
web_ui_data_source.h 32 // Adds a string keyed to its name to our dictionary.
35 // Adds a string keyed to its name to our dictionary.
38 // Adds a localized string with resource |ids| keyed to its name to our
46 // Adds a boolean keyed to its name to our dictionary.
  /external/libsepol/include/sepol/policydb/
symtab.h 30 hashtab_t table; /* hash table (keyed on a string) */
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-87478.js 32 // Put the keyed load in f into the keyed-load-arguments state.
  /external/v8/test/mjsunit/regress/
regress-crbug-87478.js 32 // Put the keyed load in f into the keyed-load-arguments state.
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapList.java 112 * Return an element keyed by {@code key}. Return null if not found. {@code key} has to be
125 * Return an {@link ImapList} keyed by {@code key}.
133 * Return an {@link ImapList} keyed by {@code key}.
142 * Return an {@link ImapString} keyed by {@code key}.
150 * Return an {@link ImapString} keyed by {@code key}.
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.h 69 // Custom sources of data, keyed by source path (e.g. "favicon").
72 // All pending URLRequestChromeJobs, keyed by ID of the request.
  /external/chromium_org/chrome/browser/autofill/
autocheckout_whitelist_manager_factory.h 21 // keyed service. Exposed in header file only for tests.
personal_data_manager_factory.h 19 // A wrapper of PersonalDataManager so we can use it as a profiled keyed
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.h 57 // The profile-keyed service that manages the autotestPrivate extension API.
  /external/chromium_org/chrome/browser/speech/
tts_extension_loader_chromeos.h 11 // Profile-keyed class that loads a built-in TTS component extension
  /external/chromium_org/third_party/freetype/src/base/
ftbase.h 30 /* Assume the stream is sfnt-wrapped PS Type1 or sfnt-wrapped CID-keyed */
  /external/chromium_org/ui/aura/client/
window_move_client.h 29 // An interface implemented by an object that manages programatically keyed
  /external/freetype/src/base/
ftbase.h 30 /* Assume the stream is sfnt-wrapped PS Type1 or sfnt-wrapped CID-keyed */
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.h 91 // Custom sources of data, keyed by source path (e.g. "favicon").
94 // All pending URLRequestChromeJobs, keyed by ID of the request.
  /external/chromium_org/third_party/freetype/src/cff/
cfftypes.h 98 /* for CID-keyed fonts */
203 /* needed to support CID-keyed CFF fonts. */
  /external/chromium_org/third_party/tlslite/tlslite/utils/
hmac.py 1 """HMAC (Keyed-Hashing for Message Authentication) Python module.
27 key: key for the keyed hash object.
  /external/freetype/src/cff/
cfftypes.h 98 /* for CID-keyed fonts */
204 /* needed to support CID-keyed CFF fonts. */
  /external/skia/gm/
gm_json.py 78 Returns a dictionary keyed by the values listed as JSONKEY_ constants
88 Returns a dictionary keyed by the values listed as JSONKEY_ constants
  /external/chromium_org/chrome/browser/chromeos/login/
language_list.h 57 // A map of some extra data (LocaleData) keyed off the name of the locale.
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher.h 40 // TODO(petewil): Someday let's make a profile keyed service to cache
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.h 54 // Keyed by Extension ID. These maps are populated lazily when their

Completed in 615 milliseconds

1 2 3 4 5 6 7 8 91011>>