/development/cmds/monkey/ |
D | example_script.txt | 22 key down dpad_down 23 key up dpad_down 24 key down dpad_down 25 key up dpad_down 26 key down dpad_center 27 key up dpad_center 29 key down b 30 key up b 31 key down i 32 key up i [all …]
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 111 image key.png 116 image key.png 121 image key.png 126 image key.png 131 image key.png 136 image key.png 141 image key.png 146 image key.png 151 image key.png 156 image key.png [all …]
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 111 image key.png 116 image key.png 121 image key.png 126 image key.png 131 image key.png 136 image key.png 141 image key.png 146 image key.png 151 image key.png 156 image key.png [all …]
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 111 image key.png 116 image key.png 121 image key.png 126 image key.png 131 image key.png 136 image key.png 141 image key.png 146 image key.png 151 image key.png 156 image key.png [all …]
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 111 image key.png 116 image key.png 121 image key.png 126 image key.png 131 image key.png 136 image key.png 141 image key.png 146 image key.png 151 image key.png 156 image key.png [all …]
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 111 image key.png 116 image key.png 121 image key.png 126 image key.png 131 image key.png 136 image key.png 141 image key.png 146 image key.png 151 image key.png 156 image key.png [all …]
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 111 image key.png 116 image key.png 121 image key.png 126 image key.png 131 image key.png 136 image key.png 141 image key.png 146 image key.png 151 image key.png 156 image key.png [all …]
|
/development/simulator/app/ |
D | Shmem.cpp | 78 bool Shmem::create(int key, long size, bool deleteExisting) in create() argument 83 snprintf(nameBuf, sizeof(nameBuf), "%s%d", kShmemFile, key); in create() 121 mKey = key; in create() 124 if (!mSem.create(key, 1, true)) { in create() 126 "Failed creating semaphore for Shmem (key=%d)\n", key); in create() 136 bool Shmem::attach(int key) in attach() argument 141 snprintf(nameBuf, sizeof(nameBuf), "%s%d", kShmemFile, key); in attach() 169 mKey = key; in attach() 172 if (!mSem.attach(key)) { in attach() 174 "Failed to attach to semaphore for Shmem (key=%d)\n", key); in attach() [all …]
|
D | Semaphore.cpp | 39 bool Semaphore::create(int key, int initialValue, bool deleteExisting) in create() argument 44 bool Semaphore::attach(int key) in attach() argument 108 bool Semaphore::create(int key, int initialValue, bool deleteExisting) in create() argument 113 snprintf(nameBuf, sizeof(nameBuf), "%s%d", kSemStr, key); in create() 136 mKey = key; in create() 144 bool Semaphore::attach(int key) in attach() argument 148 snprintf(nameBuf, sizeof(nameBuf), "%s%d", kSemStr, key); in attach() 161 mKey = key; in attach() 242 bool Semaphore::create(int key, int initialValue, bool deleteExisting) in create() argument 247 semid = semget(key, 1, 0); in create() [all …]
|
D | PropertyServer.cpp | 82 const char* key; in SetDefaultProperties() member 163 SetProperty(propList[i].key, propList[i].value); in SetDefaultProperties() 182 bool PropertyServer::GetProperty(const char* key, char* valueBuf) in GetProperty() argument 186 assert(key != NULL); in GetProperty() 191 if (strcmp(prop.key, key) == 0) { in GetProperty() 195 prop.key, prop.value, (int) strlen(prop.value)); in GetProperty() 216 bool PropertyServer::SetProperty(const char* key, const char* value) in SetProperty() argument 220 assert(key != NULL); in SetProperty() 225 if (strcmp(prop.key, key) == 0) { in SetProperty() 240 strcpy(tmp.key, key); in SetProperty()
|
D | PropertyServer.h | 34 bool GetProperty(const char* key, char* valueBuf); 37 bool SetProperty(const char* key, const char* value); 45 char key[PROPERTY_KEY_MAX]; member
|
D | Semaphore.h | 35 bool create(int key, int initialValue, bool deleteExisting); 40 bool attach(int key);
|
D | Shmem.h | 53 bool create(int key, long size, bool deleteExisting); 61 bool attach(int key);
|
/development/testrunner/ |
D | am_instrument_parser.py | 86 key = '' 94 key = re_result.search(line).group(1).strip(string.whitespace) 95 if key.startswith('performance.'): 96 key = key[len('performance.'):] 99 result_dict[key] = float(val) 101 result_dict[key] = val 103 result_dict[key] = val 106 key = 'code' 108 result_dict[key] = val 111 key = 'INSTRUMENTATION_ABORTED' [all …]
|
/development/pdk/docs/porting/ |
D | keymaps_keyboard_input.jd | 21 …put gets translated into Android actions and how you can customize key layout and key character ma… 40 <td>Window manager reads key event from Linux keyboard driver. </td> 41 …e, the top-left position on a keypad returns 16 regardless of whether that key is printed with a Q… 46 …key event out of the driver, it maps the scancode to a keycode using a key layout map file. Typica… 74 <li>Key definitions: Key definitions follow the syntax <code>key SCANCODE KEYCODE [FLAGS...]</code>… 75 <ul><li>SHIFT: While pressed, the shift key modifier is set</li> 76 <li>ALT: While pressed, the alt key modifier is set</li> 77 <li>CAPS: While pressed, the caps lock key modifier is set</li> 78 <li>WAKE: When this key is pressed while the device is asleep, the device will wake up and the key … 79 <li>WAKE_DROPPED: When this key is pressed while the device is asleep, the device will wake up and … [all …]
|
/development/ndk/platforms/android-3/include/linux/ |
D | lockdep.h | 24 #define lockdep_init_map(lock, name, key) do { (void)(key); } while (0) argument 25 #define lockdep_set_class(lock, key) do { (void)(key); } while (0) argument 26 #define lockdep_set_class_and_name(lock, key, name) do { (void)(key); } while (0) argument
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | LatinKeyboardView.java | 38 protected boolean onLongPress(Key key) { in onLongPress() argument 39 if (key.codes[0] == Keyboard.KEYCODE_CANCEL) { in onLongPress() 43 return super.onLongPress(key); in onLongPress()
|
D | LatinKeyboard.java | 43 Key key = new LatinKey(res, parent, x, y, parser); in createKeyFromXml() local 44 if (key.codes[0] == 10) { in createKeyFromXml() 45 mEnterKey = key; in createKeyFromXml() 47 return key; in createKeyFromXml()
|
/development/apps/Development/src/com/android/development/ |
D | ColumnData.java | 25 key = k; in ColumnData() 28 public String key; field in ColumnData
|
D | InstrumentationList.java | 176 for (String key : results.keySet()) { 178 "INSTRUMENTATION_STATUS_RESULT: " + key + "=" + results.get(key)); 186 for (String key : results.keySet()) { 188 "INSTRUMENTATION_RESULT: " + key + "=" + results.get(key));
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
D | MultiRecordExampleAgent.java | 146 void writeBackupEntity(BackupDataOutput data, ByteArrayOutputStream bufStream, String key) in writeBackupEntity() argument 149 data.writeEntityHeader(key, buf.length); in writeBackupEntity() 166 String key = data.getKey(); in onRestore() local 178 if (FILLING_KEY.equals(key)) { in onRestore() 180 } else if (MAYO_KEY.equals(key)) { in onRestore() 182 } else if (TOMATO_KEY.equals(key)) { in onRestore()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AdvancedPreferences.java | 86 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged() argument 88 if (key.equals(KEY_MY_PREFERENCE)) { in onSharedPreferenceChanged() 90 + sharedPreferences.getInt(key, 0), Toast.LENGTH_SHORT).show(); in onSharedPreferenceChanged()
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | AsmAnalyzer.java | 87 String key = it.next(); in filter() local 92 if (!filter.accept(key)) { in filter() 93 log.debug("- Remove class " + key); in filter()
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 36 __be16 key; member 69 __be16 key; member
|
/development/ndk/samples/hello-neon/ |
D | build.properties | 14 # 'key.store' for the location of your keystore and 15 # 'key.alias' for the name of the key to use.
|