HomeSort by relevance Sort by last modified time
    Searched full:put (Results 2026 - 2050 of 4625) sorted by null

<<81828384858687888990>>

  /external/webkit/WebCore/bridge/
NP_jsobject.cpp 282 obj->imp->put(exec, identifierFromNPIdentifier(i->string()), convertNPVariantToValue(exec, variant, rootObject), slot);
284 obj->imp->put(exec, i->number(), convertNPVariantToValue(exec, variant, rootObject));
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 149 else if (r.httpMethod() == "PUT")
430 m_reply = manager->put(m_request, putDevice);
  /external/webkit/WebKitTools/android/flex-2.5.4a/
misc.c 312 /* Put out a blank line so that the table is grouped into
425 /* If output_file is nil then we should put the directive in
scan.l 304 yyless( 0 ); /* put it all back */
353 yyless( yyleng - 2 ); /* put back '/', '*' */
  /frameworks/base/awt/javax/imageio/spi/
ServiceRegistry.java 359 categories.put(category, new ProvidersMap());
448 return providers.put(provider.getClass(), provider) != null;
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
GifDecoder.java 304 properties.put("comment", newComment); //$NON-NLS-1$
306 properties.put("comment", (String) currComment + "\n" + newComment); //$NON-NLS-1$ //$NON-NLS-2$
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 144 sRevKnownPolicies.put(pi.ident, pi);
145 sKnownPolicies.put(pi.tag, pi.ident);
  /frameworks/base/core/java/android/bluetooth/
AtParser.java 120 mBasicHandlers.put(command, handler);
136 mExtHandlers.put(command, handler);
  /frameworks/base/core/java/android/content/res/
StringBlock.java 110 else mSparseStrings.put(idx, res);
268 * instead of just whatever range they put it on.
  /frameworks/base/core/java/android/database/
AbstractCursor.java 407 mUpdatedRows.put(rowid, row);
409 row.put(getColumnNames()[columnIndex], obj);
  /frameworks/base/core/java/android/net/http/
Request.java 102 * @param method GET/POST/PUT
300 // Put this (network loading) thread to sleep if WebCore
RequestQueue.java 485 * Put request back on head of queue
505 mPending.put(host, reqList);
  /frameworks/base/core/java/android/provider/
MediaStore.java 555 values.put(Images.Thumbnails.KIND, kind);
556 values.put(Images.Thumbnails.IMAGE_ID, (int)id);
557 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight());
558 values.put(Images.Thumbnails.WIDTH, thumb.getWidth());
590 values.put(Images.Media.TITLE, title);
591 values.put(Images.Media.DESCRIPTION, description);
592 values.put(Images.Media.MIME_TYPE, "image/jpeg");
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 259 mAudioDevices.put(device, state);
494 mAudioDevices.put(device, state);
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 163 mOverrideItemScreenSizeFactors.put(position, itemScreenSizeFactor);
521 * @param value What to put in the header text view
  /frameworks/base/docs/html/videos/
index.jd 134 // Now add the 'videoPreviews' list to the page, and be sure we put it in the right tab
135 // This is the part that allows us to put multiple playlists in one tab
  /frameworks/base/location/java/android/location/
Address.java 108 mAddressLines.put(index, line);
491 a.mAddressLines.put(index, line);
  /frameworks/base/media/java/android/media/
ExifInterface.java 163 mAttributes.put(tag, value);
212 mAttributes.put(attrName, attrValue);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 266 cv.put(Settings.NameValueTable.NAME, settingName);
267 cv.put(Settings.NameValueTable.VALUE, settingValue);
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 308 sigMap.put(key, new Metadata(versionCode, sigs));
394 mStateVersions.put(pkg, new Metadata(versionCode, null));
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSMSDispatcher.java 294 map.put("smsc", pdus.encodedScAddress);
295 map.put("pdu", pdus.encodedMessage);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 137 /**Looking for highest number of file descriptor for pipes in order to put in select loop */
377 /**Looking for highest number of file descriptor for pipes in order to put in select loop */
  /ndk/docs/
STABLE-APIS.TXT 174 Additionally, developers must put a <uses-feature> tag in their manifest
216 implementation's version and extension strings, and put a <uses-feature>
  /packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java 187 .put(new float[] {0, 0, 1, 0, 0, 1, 1, 1})
399 mTexCoordBuffer.asFloatBuffer().put(mCoordBuffer).position(0);
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 273 // Put the cropping rectangle inside image rectangle.
331 // Put the cropping rectangle inside the image rectangle.

Completed in 610 milliseconds

<<81828384858687888990>>