/development/emulator/qtools/ |
D | hash_table.h | 17 char *key; member 84 uint32_t HashTable<T>::HashFunction(const char *key) in HashFunction() 96 void HashTable<T>::Update(const char *key, T value) in Update() 125 bool HashTable<T>::Remove(const char *key) in Remove() 150 typename HashTable<T>::value_type HashTable<T>::Find(const char *key) in Find()
|
/development/simulator/app/ |
D | Semaphore.cpp | 39 bool Semaphore::create(int key, int initialValue, bool deleteExisting) in create() 44 bool Semaphore::attach(int key) in attach() 108 bool Semaphore::create(int key, int initialValue, bool deleteExisting) in create() 144 bool Semaphore::attach(int key) in attach() 242 bool Semaphore::create(int key, int initialValue, bool deleteExisting) in create() 293 bool Semaphore::attach(int key) in attach() 399 bool Semaphore::create(int key, int initialValue, bool deleteExisting) in create() 441 bool Semaphore::attach(int key) in attach()
|
D | Shmem.cpp | 78 bool Shmem::create(int key, long size, bool deleteExisting) in create() 136 bool Shmem::attach(int key) in attach() 251 bool Shmem::create(int key, long size, bool deleteExisting) in create() 308 bool Shmem::attach(int key) in attach() 414 bool Shmem::create(int key, long size, bool deleteExisting) in create() 465 bool Shmem::attach(int key) in attach()
|
D | PropertyServer.cpp | 82 const char* key; in SetDefaultProperties() member 173 bool PropertyServer::GetProperty(const char* key, char* valueBuf) in GetProperty() 207 bool PropertyServer::SetProperty(const char* key, const char* value) in SetProperty()
|
D | PropertyServer.h | 45 char key[PROPERTY_KEY_MAX]; member
|
/development/tools/ddms/libs/ddmlib/src/com/android/ddmlib/ |
D | MonitorThread.java | 258 SelectionKey key = iter.next(); in run() local 301 private void processClientActivity(SelectionKey key) { in processClientActivity() 449 private void processDebuggerActivity(SelectionKey key) { in processDebuggerActivity() 511 private void processDebuggerData(SelectionKey key) { in processDebuggerData() 738 private void processDebugSelectedActivity(SelectionKey key) { in processDebugSelectedActivity()
|
/development/apps/Development/src/com/android/development/ |
D | ColumnData.java | 28 public String key; field in ColumnData
|
/development/samples/CubeLiveWallpaper/src/com/android/livecubes/cube2/ |
D | CubeWallpaper2Settings.java | 51 String key) { in onSharedPreferenceChanged()
|
/development/tools/traceview/src/com/android/traceview/ |
D | ColorController.java | 67 int key = (red << 16) | (green << 8) | blue; in requestColor() local 77 int key = (red << 16) | (green << 8) | blue; in requestColorSquare() local
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | LatinKeyboardView.java | 38 protected boolean onLongPress(Key key) { in onLongPress()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AdvancedPreferences.java | 86 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged()
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
D | GLView.java | 501 String key = keyIter.next(); in removeExpiredMessages() local 510 String key = tbrIter.next(); in removeExpiredMessages() local 534 String key = iter.next(); in showMessages() local 597 private void addMessage(String key, String text, int durationMillis) { in addMessage() 603 private void addMessage(String key, String text) { in addMessage()
|
/development/ndk/build/platforms/android-4/arch-arm/usr/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/ndk/build/platforms/android-5/arch-arm/usr/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/ndk/build/platforms/android-3/arch-arm/usr/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/tools/mkstubs/src/com/android/mkstubs/ |
D | AsmAnalyzer.java | 84 String key = it.next(); in filter() local
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | IconFactory.java | 104 String key = Character.toString((char) shape) + Integer.toString(color) + osName; in getIcon() local 145 String key = Character.toString((char) shape) + Integer.toString(color) + osName; in getImageDescriptor() local
|
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
D | AndroidJUnitLaunchAction.java | 179 public String getAttribute(String key) { in getAttribute() 216 public void setAttribute(String key, String value) { in setAttribute()
|
/development/ndk/build/platforms/android-5/arch-arm/usr/include/asm/ |
D | ipcbuf.h | 17 __kernel_key_t key; member
|
/development/ndk/build/platforms/android-3/arch-arm/usr/include/asm/ |
D | ipcbuf.h | 17 __kernel_key_t key; member
|
/development/ndk/build/platforms/android-4/arch-arm/usr/include/asm/ |
D | ipcbuf.h | 17 __kernel_key_t key; member
|
/development/tools/sdkmanager/app/src/com/android/sdkmanager/ |
D | CommandLineProcessor.java | 186 String key = verb + "/" + directObject + "/" + longFlagName; in getValue() local 219 String key = verb + "/" + directObject + "/" + longFlagName; in setValue() local 416 String key = verb + "/" + directObject + "/" + longName; in findLongArg() local 798 String key = verb + "/" + directObject + "/" + longName; in define() local
|
/development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 36 __be16 key; member 69 __be16 key; member
|
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 36 __be16 key; member 69 __be16 key; member
|
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
D | ip_conntrack_tuple.h | 36 __be16 key; member 69 __be16 key; member
|