/external/webkit/WebKit/gtk/tests/ |
testnetworkrequest.c | 43 message = soup_message_new("GET", "http://debian.org/"); 52 message = soup_message_new("GET", "http://debian.org/"); 75 message = soup_message_new("GET", "http://debian.org/");
|
testnetworkresponse.c | 44 message = soup_message_new("GET", "http://debian.org/"); 53 message = soup_message_new("GET", "http://debian.org/"); 76 message = soup_message_new("GET", "http://debian.org/");
|
/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
updatechangelogswithreviewer.py | 54 bug_id = state.get("bug_id") 55 if not bug_id and state.get("patch"): 56 bug_id = state.get("patch").bug_id()
|
/frameworks/base/core/java/android/os/ |
ServiceManager.java | 46 * @param name the name of the service to get 51 IBinder service = sCache.get(name); 84 IBinder service = sCache.get(name);
|
/frameworks/base/core/java/android/provider/ |
Applications.java | 96 if (!APPLICATION_PATH.equals(pathSegments.get(0))) return null; 97 String packageName = pathSegments.get(1); 98 String name = pathSegments.get(2);
|
/frameworks/base/include/camera/ |
ICamera.h | 61 // get preview state 70 // get recording state 88 // get preview/capture parameters - key/value pairs
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaProfileReader.java | 54 s = SystemProperties.get("ro.product.name"); 82 return encoderMap.get(videoEncoder); 93 return encoderMap.get(audioEncoder);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccProvider.java | 70 mRows[i] = rows.get(i); 93 final Object data = mRows[mPos].get(i); 137 return (byte[]) mRows[mPos].get(columnIndex); 142 Object cell = mRows[mPos].get(columnIndex); 148 Number num = (Number) mRows[mPos].get(columnIndex); 154 Number num = (Number) mRows[mPos].get(columnIndex); 160 Number num = (Number) mRows[mPos].get(columnIndex); 166 Number num = (Number) mRows[mPos].get(columnIndex); 172 Number num = (Number) mRows[mPos].get(columnIndex); 178 return mRows[mPos].get(columnIndex) == null [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
RequestAPITest.java | 42 GET, HEAD, POST with differing parameters to RequestQueue 74 "http://localhost:8080/test1", "GET", headers, null, 123 "http://localhost:8080/test1", "GET", headers, null, 180 * Test sending a GET request. Test will pass if the events received 199 "http://localhost:8080/test1", "GET", null, testEventHandler, 214 * Test sending two GET requests. Test will pass if the events 233 "http://localhost:8080/test1", "GET", null, testEventHandler, 237 "http://localhost:8080/test1", "GET", null, testEventHandler2, 299 "http://localhost:8080/test1", "GET", null, testEventHandler, 333 "http://localhost:8080/test1", "GET", null, testEventHandler, null, 0) [all...] |
/ndk/build/core/ |
setup-app.mk | 31 NDK_APP_APPLICATION_MK := $(call get,$(_map),Application.mk) 34 $(eval NDK_$(__name) := $(call get,$(_map),$(__name)))\ 43 TARGET_PLATFORM := $(call get,$(_map),APP_PLATFORM)
|
/packages/apps/Calendar/src/com/android/calendar/ |
LaunchActivity.java | 52 Account[] accounts = AccountManager.get(this).getAccounts(); 74 Account[] accounts = AccountManager.get(this).getAccounts(); 86 // Get the data for from this intent, if any
|
/packages/apps/Camera/src/com/android/camera/ |
PreferenceInflater.java | 56 Constructor<?> constructor = sConstructorMap.get(name); 94 ((PreferenceGroup) list.get(depth - 2)).addChild(pref); 101 return list.get(0);
|
/packages/apps/Email/tests/src/com/android/email/ |
AccountTestCase.java | 47 return AccountManager.get(getContext()) 57 AccountManager.get(getContext()).addAccountExplicitly(account, "password", null); 83 AccountManager.get(getContext()).removeAccount(account, null, null);
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageLoader.java | 76 if (mQueue.get(i).mImage == image) { 89 tags[i] = mQueue.get(i).mTag; 117 // the given runnable so things can get updated appropriately.
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ArrayUtils.java | 30 MediaItem item = secondList.get(i); 39 MediaItem firstListItem = firstList.get(i); 81 MediaItem thisItem = items.get(i);
|
TimeBar.java | 140 Marker marker = mMarkers.get(index); 157 return marker.items.get(itemIndex); 172 Marker marker = mMarkers.get(index); 178 Marker marker = mTracker.get(item); 224 MediaItem item = slotSetItems.get(0); 239 final MediaItem item = items.get(j); 244 final int year = time.get(Calendar.YEAR); 252 final int month = time.get(Calendar.MONTH); 253 final int dayBlock = time.get(Calendar.DATE); 277 MediaItem thisItem = items.get(index) [all...] |
/packages/apps/IM/src/com/android/im/app/ |
ImageListAdapter.java | 72 return mData.get(position); 109 final ImageListItem item = mData.get(position); 128 return mData.get(position) != null;
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsTransactionManager.java | 106 tx = mClientTransactions.get(transactionId); 127 tx = mClientTransactions.get(transactionId); 140 listener = mServerTransactionListeners.get(primitive.getType());
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
SettingsUtil.java | 78 * Get a string-valued setting. 91 * Get an int-valued setting. 103 * Get a float-valued setting.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
CommonNicknameCache.java | 96 if (!mNicknameBloomFilter.get(hashCode & NICKNAME_BLOOM_FILTER_SIZE)) { 104 ref = mNicknameClusterCache.get(normalizedName); 108 clusters = ref.get();
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_keyboard.h | 90 * Get a snapshot of the current state of the keyboard. 99 * Get the current key modifier state 110 * Get the name of an SDL virtual keysym
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_keyboard.h | 90 * Get a snapshot of the current state of the keyboard. 99 * Get the current key modifier state 110 * Get the name of an SDL virtual keysym
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_keyboard.h | 93 * Get a snapshot of the current state of the keyboard. 102 * Get the current key modifier state 113 * Get the name of an SDL virtual keysym
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_keyboard.h | 90 * Get a snapshot of the current state of the keyboard. 99 * Get the current key modifier state 110 * Get the name of an SDL virtual keysym
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
OccurrenceRenderer.java | 59 // get the x value for the series/item. 62 // get the min/max of the range axis 74 // get the paint information for the series/item
|