HomeSort by relevance Sort by last modified time
    Searched refs:keys (Results 151 - 175 of 2526) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/remoting/signaling/
server_log_entry_unittest.h 27 // |keyValuePairs| lists the keys that must have specified values, and |keys|
28 // lists the keys that must be present, but may have arbitrary values.
29 // There must be no other keys.
32 const std::set<std::string> keys,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
util.js 98 var keys = [];
100 keys.push(key);
102 keys.sort();
103 return keys;
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
gypsh.py 53 banner='Python %s on %s\nlocals.keys() = %s\ngypsh' % \
54 (sys.version, sys.platform, repr(sorted(locals.keys())))
  /external/chromium_org/tools/telemetry/telemetry/core/
profile_types.py 19 return BASE_PROFILE_TYPES + PROFILE_TYPE_MAPPING.keys()
  /external/iproute2/include/linux/tc_act/
tc_pedit.h 30 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_pedit.h 30 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
rw-by-file.pl 58 $reads{$a}{bytes_requested}} keys %reads) {
70 $writes{$a}{bytes_written}} keys %writes) {
83 if ((scalar keys %unhandled) == 0) {
93 foreach my $event_name (keys %unhandled) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
failed-syscalls-by-pid.py 63 comm_keys = syscalls.keys()
65 pid_keys = syscalls[comm].keys()
68 id_keys = syscalls[comm][pid].keys()
71 ret_keys = syscalls[comm][pid][id].keys()
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 349 int[] keys = { -10000, -1024, -1, 0, 10000 }; local
357 for (int j = 0; j < keys.length; j++) {
359 kpg[i].initialize(keys[j]);
360 kpg[i].initialize(keys[j], random);
386 int[] keys = { -1, -250, 1, 64, 512, 1024 }; local
396 for (int i = 0; i < keys.length; i++) {
398 mKPG.initialize(keys[i]);
400 + Integer.toString(keys[i]) + ")");
404 mKPG.initialize(keys[i], random);
406 + Integer.toString(keys[i]) + ")")
462 int[] keys = { -1, -250, 1, 63, -512, -1024 }; local
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlContainer.java 27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/tc_act/
tc_pedit.h 33 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_act/
tc_pedit.h 33 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/tc_act/
tc_pedit.h 49 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/tc_act/
tc_pedit.h 49 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/tc_act/
tc_pedit.h 49 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/tc_act/
tc_pedit.h 49 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/tc_act/
tc_pedit.h 49 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/
tc_pedit.h 49 struct tc_pedit_key keys[0]; member in struct:tc_pedit_sel
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 32 text_meths = vars(Text).keys()
33 methods = vars(Pack).keys() + vars(Grid).keys() + vars(Place).keys()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 32 text_meths = vars(Text).keys()
33 methods = vars(Pack).keys() + vars(Grid).keys() + vars(Place).keys()
  /external/chromium_org/base/debug/
crash_logging_unittest.cc 48 base::debug::CrashKey keys[] = { { kTestKey, 255 } }; local
49 base::debug::InitCrashKeys(keys, arraysize(keys), 255);
63 base::debug::CrashKey keys[] = { { kTestKey, 15 } }; local
64 base::debug::InitCrashKeys(keys, arraysize(keys), 5);
108 base::debug::CrashKey keys[] = { { kTestKey, 255 } }; local
109 base::debug::InitCrashKeys(keys, arraysize(keys), 255);
123 base::debug::CrashKey keys[] = local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
policy_value_store.h 44 virtual size_t GetBytesInUse(const std::vector<std::string>& keys) OVERRIDE;
47 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
56 virtual WriteResult Remove(const std::vector<std::string>& keys) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.cc 189 std::vector<std::string> keys; local
190 keys.push_back(prefs::kEnableTranslate);
192 keys.push_back(translate::TranslatePrefs::kPrefTranslateBlockedLanguages);
193 keys.push_back(translate::TranslatePrefs::kPrefTranslateLanguageBlacklist);
194 keys.push_back(translate::TranslatePrefs::kPrefTranslateSiteBlacklist);
195 keys.push_back(translate::TranslatePrefs::kPrefTranslateWhitelists);
196 keys.push_back(translate::TranslatePrefs::kPrefTranslateDeniedCount);
197 keys.push_back(translate::TranslatePrefs::kPrefTranslateAcceptedCount);
198 keys.push_back(translate::TranslatePrefs::kPrefTranslateLastDeniedTime);
199 keys.push_back(translate::TranslatePrefs::kPrefTranslateTooOftenDenied)
    [all...]
  /external/chromium_org/extensions/browser/api/storage/
settings_storage_quota_enforcer.h 15 // of setting keys, for a delegate storage area.
35 virtual size_t GetBytesInUse(const std::vector<std::string>& keys) OVERRIDE;
38 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
47 virtual WriteResult Remove(const std::vector<std::string>& keys) OVERRIDE;
weak_unlimited_settings_storage.h 25 virtual size_t GetBytesInUse(const std::vector<std::string>& keys) OVERRIDE;
28 virtual ReadResult Get(const std::vector<std::string>& keys) OVERRIDE;
37 virtual WriteResult Remove(const std::vector<std::string>& keys) OVERRIDE;

Completed in 1313 milliseconds

1 2 3 4 5 67 8 91011>>