Searched refs:key (Results 201 - 225 of 578) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h37 /// EntryOrPair - A key may mapping to a signal entry or a pair of entries,
45 const KeyType* key; member in struct:mcld::KeyEntryMap::Mapping
97 if (mapping->key == &pKey) {
111 if (mapping->key == &pKey) {
125 if (mapping->key == &pKey) {
139 if (mapping->key == &pKey) {
153 if (mapping->key == &pKey) {
167 if (mapping->key == &pKey) {
180 mapping.key = &pKey;
192 mapping.key
[all...]
/frameworks/native/include/android/
H A Dstorage_manager.h103 void AStorageManager_mountObb(AStorageManager* mgr, const char* filename, const char* key,
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp104 Key* key = mKeys.editValueAt(i); local
105 delete key;
116 ALOGE("Error %d opening key character map file %s.", status, filename.string());
131 ALOGE("Error %d opening key character map.", status);
144 ALOGE("Error allocating key character map.");
154 ALOGD("Parsed key character map file '%s' %d lines in %0.3fms.",
177 Key* key = overlay->mKeys.valueAt(i); local
181 map->mKeys.editValueAt(oldIndex) = new Key(*key);
183 map->mKeys.add(keyCode, new Key(*key));
209 const Key* key; local
221 const Key* key; local
233 const Key* key; local
250 const Key* key; local
271 const Key* key; local
373 const Key* key; local
425 const Key* key = mKeys.valueAt(i); local
577 Key* key = new Key(); local
617 const Key* key = mKeys.valueAt(i); local
877 Key* key = mMap->mKeys.valueFor(mKeyCode); local
1029 finishKey(Key* key) argument
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java181 protected void setImage(final RequestKey key) { argument
192 super.setImage(key);
194 if (key == null) {
309 public void onDecodeBegin(final RequestKey key) { argument
311 getDecodeAggregator().expect(key, this);
313 onBecomeFirstExpected(key);
315 super.onDecodeBegin(key);
319 public void onBecomeFirstExpected(final RequestKey key) { argument
320 if (!key.equals(mCurrKey)) {
336 public void onDecodeComplete(final RequestKey key, fina argument
355 onDecodeCancel(final RequestKey key) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java179 Drawable cachedIcon = mApplicationIconCache.get(t.key);
180 Bitmap cachedThumbnail = mThumbnailCache.get(t.key);
184 cachedIcon = getTaskDescriptionIcon(t.key, t.icon, t.iconFilename, ssp,
189 t.key.baseIntent.getComponent(), t.key.userId);
191 if (DEBUG) Log.d(TAG, "Loading icon: " + t.key);
192 cachedIcon = ssp.getActivityIcon(info, t.key.userId);
202 mApplicationIconCache.put(t.key, cachedIcon);
207 if (DEBUG) Log.d(TAG, "Loading thumbnail: " + t.key);
208 cachedThumbnail = ssp.getTaskThumbnail(t.key
[all...]
H A DTaskStack.java103 if (mTaskIndices.containsKey(t.key)) {
104 return mTaskIndices.get(t.key);
116 return mTaskIndices.containsKey(t.key);
142 mTaskIndices.put(t.key, i);
282 taskKeys.add(tasks.get(i).key);
308 if (task.key.id == taskId) {
325 return t.key.baseIntent.getComponent().getPackageName().equals(
326 at.key.baseIntent.getComponent().getPackageName());
379 return (int) (task.key.firstActiveTime - task2.key
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java87 /** Default key width */
90 /** Default key height */
99 /** Key instance for the shift key, if present */
102 /** Key index for the shift key, if present */
105 /** Current key width, while loading the keyboard */
108 /** Current key height, while loading the keyboard */
144 /** Number of key widths from current touch point to search for nearest keys. */
151 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
161 /** Default width of a key in this row. */
163 /** Default height of a key i
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DAesCtrDecryptor.cpp29 android::status_t AesCtrDecryptor::decrypt(const android::Vector<uint8_t>& key, argument
41 AES_set_encrypt_key(key.array(), kBlockBitCount, &opensslKey);
/frameworks/av/include/drm/
H A DDrmInfoRequest.h66 * Iterator for key
136 * Adds optional information as <key, value> pair to this instance
138 * @param[in] key Key to add
142 status_t put(const String8& key, const String8& value);
145 * Retrieves the value of given key
147 * @param key Key whose value to be retrieved
150 String8 get(const String8& key) const;
/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.cpp49 WebmFrame::WebmFrame(int type, bool key, uint64_t absTimecode, MediaBuffer *mbuf) argument
51 mKey(key),
/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java45 * String key = data.getKey();
48 * if (key.equals(MY_BACKUP_KEY_ONE)) {
56 * } else if (key.equals(MY_BACKUP_KEY_TO_IGNORE) {
57 * // a key we recognize but wish to discard
70 String key; field in class:BackupDataInput.EntityHeader
121 * Report the key associated with the current entity in the restore stream
122 * @return the current entity's key string
127 return mHeader.key;
/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl40 int formatNdef(int nativeHandle, in byte[] key);
/frameworks/base/core/java/com/android/internal/app/
H A DIMediaContainerService.aidl24 String copyPackageToContainer(String packagePath, String containerId, String key,
/frameworks/base/media/java/android/media/
H A DIRemoteControlClient.aidl61 void updateMetadata(int clientGeneration, int key, in Rating value);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DMutableFrameFormat.java89 public void setMetaValue(String key, Object value) { argument
93 mMetaData.put(key, value);
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.h54 bool CallSetValue(const std::string& key, const std::string& value);
55 std::string CallGetValue(const std::string& key);
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java176 for (String key : found.keySet()) {
177 ClassReader value = found.get(key);
178 assertNotNull("No value for " + key, value);
179 assertEquals(key, AsmAnalyzer.classReaderToClassName(value));
202 for (String key : found.keySet()) {
203 ClassReader value = found.get(key);
204 assertNotNull("No value for " + key, value);
205 assertEquals(key, AsmAnalyzer.classReaderToClassName(value));
/frameworks/base/tools/split-select/
H A DRule.h59 Key key; member in struct:split::Rule
74 , key(NONE)
H A DRule.cpp35 , key(rhs.key)
97 switch (key) {
114 str.appendFormat("%d", key);
135 switch (key) {
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h49 KeyType& key() function in class:mcld::HashEntry
52 const KeyType& key() const function in class:mcld::HashEntry
/frameworks/native/cmds/service/
H A Dservice.cpp177 char* key = strtok_r(argv[optind], "=", &context1); local
181 if (key == NULL) break;
183 if (strcmp(key, "action") == 0)
187 else if (strcmp(key, "data") == 0)
191 else if (strcmp(key, "type") == 0)
195 else if (strcmp(key, "launchFlags") == 0)
199 else if (strcmp(key, "component") == 0)
203 else if (strcmp(key, "categories") == 0)
/frameworks/base/core/java/android/util/
H A DArraySet.java79 private int indexOf(Object key, int hash) { argument
89 // If the hash code wasn't found, then we have no entry for this key.
94 // If the key at the returned index matches, that's what we want.
95 if (key.equals(mArray[index])) {
99 // Search for a matching key after the index.
102 if (key.equals(mArray[end])) return end;
105 // Search for a matching key before the index.
107 if (key.equals(mArray[i])) return i;
111 // new entry for this key should go. We use the end of the
127 // If the hash code wasn't found, then we have no entry for this key
300 contains(Object key) argument
310 indexOf(Object key) argument
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightPlayer.cpp181 status_t StagefrightPlayer::setParameter(int key, const Parcel &request) { argument
182 ALOGV("setParameter(key=%d)", key);
183 return mPlayer->setParameter(key, request);
186 status_t StagefrightPlayer::getParameter(int key, Parcel *reply) { argument
188 return mPlayer->getParameter(key, reply);
/frameworks/base/tests/CoreTests/android/core/
H A DNsdServiceInfoTest.java56 // Single key + value length too long.
75 // 6 char key + 5 char value + 2 bytes overhead = 13 byte record length.
76 String key = String.format("key%d", i);
77 info.setAttribute(key, "12345");
151 for (String key : originalMap.keySet()) {
152 assertTrue(Arrays.equals(originalMap.get(key), resultMap.get(key)));
/frameworks/base/core/java/android/app/
H A DResourcesManager.java156 ResourcesKey key = new ResourcesKey(resDir, displayId, overrideConfiguration, scale, token);
163 WeakReference<Resources> wr = mActiveResources.get(key);
213 //Slog.i(TAG, "Resource: key=" + key + ", display metrics=" + metrics);
217 final boolean hasOverrideConfig = key.hasOverrideConfiguration();
224 config.updateFrom(key.mOverrideConfiguration);
237 WeakReference<Resources> wr = mActiveResources.get(key);
247 mActiveResources.put(key, new WeakReference<Resources>(r));
287 ResourcesKey key = mActiveResources.keyAt(i);
292 int displayId = key
[all...]

Completed in 2377 milliseconds

1234567891011>>