Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 15 of 15) sorted by relevance

/development/ide/xcode/SampleCode/English.lproj/
DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/development/ide/xcode/animatorTest/English.lproj/
DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/development/samples/browseable/BasicAndroidKeyStore/
D_index.jd9 safely create and store encryption keys that only your application can access.
10 You can also sign data using those keys.</p>
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java85 Set<String> keys = classes.keySet(); in filter() local
86 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) { in filter()
/development/tools/axl/
Dchewie.py46 keys = extractMe.keys()
85 if x[2] not in keys: continue
Dchewperf.py71 top = max(buckets.keys())
73 if x not in buckets.keys():
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkVars.java176 Set<String> keys = VAR_MAP.keySet(); in translateCommand() local
178 for (String key : keys) { in translateCommand()
DMonkeySourceRandom.java206 private static boolean validateKeyCategory(String catName, int[] keys, float factor) { in validateKeyCategory() argument
210 for (int i = 0; i < keys.length; ++i) { in validateKeyCategory()
211 if (PHYSICAL_KEY_EXISTS[keys[i]]) { in validateKeyCategory()
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
DMethodStubber.java146 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() argument
/development/ndk/tools/
Dheaders-diff-bionic-vs-ndk.py186 roots = self.diffs[arch].keys()
190 includes = self.diffs[arch][root].keys()
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java158 JSONObject page = pages.getJSONObject((String) pages.keys().next()); in getPageContent()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java151 JSONObject page = pages.getJSONObject((String) pages.keys().next()); in getPageContent()
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java216 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() argument
/development/scripts/app_engine_server/gae_shell/
Dshell.py284 session.add_unpicklable(statement, new_globals.keys())
/development/ndk/platforms/android-3/include/linux/
Dpkt_cls.h200 struct tc_u32_key keys[0]; member