| /frameworks/base/core/java/android/accounts/ | 
| AccountAuthenticatorResponse.java | 2  * Copyright (C) 2009 The Android Open Source Project 90         public AccountAuthenticatorResponse createFromParcel(Parcel source) {
 91             return new AccountAuthenticatorResponse(source);
 
 | 
| /frameworks/base/core/java/android/app/ | 
| WallpaperInfo.java | 2  * Copyright (C) 2009 The Android Open Source Project 145     WallpaperInfo(Parcel source) {
 146         mSettingsActivityName = source.readString();
 147         mThumbnailResource = source.readInt();
 148         mAuthorResource = source.readInt();
 149         mDescriptionResource = source.readInt();
 150         mService = ResolveInfo.CREATOR.createFromParcel(source);
 297         public WallpaperInfo createFromParcel(Parcel source) {
 298             return new WallpaperInfo(source);
 
 | 
| /frameworks/base/core/java/android/view/ | 
| InputChannel.java | 2  * Copyright (C) 2010 The Android Open Source Project 37         public InputChannel createFromParcel(Parcel source) {
 39             result.readFromParcel(source);
 
 | 
| /frameworks/base/libs/ui/ | 
| Input.cpp | 2 // Copyright 2010 The Android Open Source Project 16 void InputEvent::initialize(int32_t deviceId, int32_t source) {
 18     mSource = source;
 94         int32_t source,
 103     InputEvent::initialize(deviceId, source);
 130         int32_t source,
 144     InputEvent::initialize(deviceId, source);
 201 void InputDeviceInfo::addSource(uint32_t source) {
 202     mSources |= source;
 
 | 
| /frameworks/base/media/libstagefright/ | 
| ThrottledSource.cpp | 2  * Copyright (C) 2010 The Android Open Source Project 31         const sp<DataSource> &source,
 33     : mSource(source),
 
 | 
| /frameworks/base/media/libstagefright/include/ | 
| MPEG2TSExtractor.h | 21     MPEG2TSExtractor(const sp<DataSource> &source); 55         const sp<DataSource> &source, String8 *mimeType, float *confidence,
 
 | 
| MPEG4Extractor.h | 2  * Copyright (C) 2009 The Android Open Source Project 33     // Extractor assumes ownership of "source".
 34     MPEG4Extractor(const sp<DataSource> &source);
 81         const sp<DataSource> &source, String8 *mimeType, float *confidence,
 
 | 
| /frameworks/base/media/libstagefright/rtsp/ | 
| ARTPAssembler.cpp | 2  * Copyright (C) 2010 The Android Open Source Project 38 void ARTPAssembler::onPacketReceived(const sp<ARTPSource> &source) {
 41         status = assembleMore(source);
 
 | 
| /frameworks/base/media/tests/omxjpegdecoder/ | 
| omx_jpeg_decoder.cpp | 2  * Copyright (C) 2009 The Android Open Source Project 101     sp<MediaSource> source = prepareMediaSource(stream);  local
 102     sp<MetaData> meta = source->getFormat();
 120     sp<MediaSource> decoder = getDecoder(&mClient, source);
 121     return decodeSource(decoder, source, bm);
 131         OMXClient *client, const sp<MediaSource>& source) {
 132     sp<MetaData> meta = source->getFormat();
 134             client->interface(), meta, false /* createEncoder */, source);
 141         const sp<MediaSource>& source, SkBitmap* bm) {
 150     // decode source
 [all...]
 | 
| omx_jpeg_decoder.h | 2  * Copyright (C) 2009 The Android Open Source Project 49     sp<MediaSource> getDecoder(OMXClient* client, const sp<MediaSource>& source);
 50     bool decodeSource(sp<MediaSource> decoder, const sp<MediaSource>& source,
 
 | 
| /frameworks/base/native/android/ | 
| Android.mk | 6 # our source files 
 | 
| /frameworks/base/native/graphics/jni/ | 
| Android.mk | 16 # our source files 
 | 
| /frameworks/base/tests/ImfTest/ | 
| Android.mk | 7 # Only compile source java files in this apk. 
 | 
| /libcore/luni/src/main/java/com/ibm/icu4jni/text/ | 
| CollationKey.java | 27     CollationKey(String source, byte[] bytes) { 28         super(source);
 
 | 
| /libcore/luni/src/main/java/java/nio/channels/ | 
| DatagramChannel.java | 188      * remaining bytes in {@code source}. 202      * @param source
 207      *         in {@code source} or zero if the channel is in non-blocking mode
 225     public abstract int send(ByteBuffer source, SocketAddress address)
 343      * @param source
 344      *            the byte buffer as the source of the datagram.
 360     public abstract int write(ByteBuffer source) throws IOException;
 373      *            the byte buffers as the source of the datagram.
 413      *            the byte buffers as the source of the datagram.
 
 | 
| /libcore/luni/src/test/java/tests/api/org/xml/sax/support/ | 
| MockParser.java | 2  * Copyright (C) 2007 The Android Open Source Project 40     public void parse(InputSource source) throws SAXException, IOException {
 41         logger.add("parse", source);
 
 | 
| /packages/apps/Protips/ | 
| Android.mk | 6 # Only compile source java files in this apk. 
 | 
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ | 
| SingleSourceCorpus.java | 2  * Copyright (C) 2009 The Android Open Source Project 29  * A corpus that uses a single source.
 33     private final Source mSource;
 35     public SingleSourceCorpus(Context context, Config config, Source source) {
 37         mSource = source;
 104     public Collection<Source> getSources() {
 
 | 
| SuggestionUtils.java | 2  * Copyright (C) 2010 The Android Open Source Project 33         Source source = suggestion.getSuggestionSource();  local
 61         intent.setComponent(source.getIntentComponent());
 
 | 
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ | 
| AbstractGoogleSourceResult.java | 2  * Copyright (C) 2010 The Android Open Source Project 19 import com.android.quicksearchbox.Source;
 26     private final Source mSource;
 30     public AbstractGoogleSourceResult(Source source, String userQuery) {
 31         mSource = source;
 39     public Source getSource() {
 78     public Source getSuggestionSource() {
 
 | 
| /packages/apps/Tag/ | 
| Android.mk | 8 # Only compile source java files in this apk. 
 | 
| /packages/providers/ContactsProvider/tests/ | 
| Android.mk | 7 # Only compile source java files in this apk. 
 | 
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ | 
| FileWrapper.java | 2  * Copyright (C) 2008 The Android Open Source Project 96     public void setContents(InputStream source) throws StreamException {
 103             while ((count = source.read(buffer)) != -1) {
 
 | 
| /external/bluetooth/glib/gio/ | 
| gsimpleasyncresult.c | 326  * Gets the source tag for the #GSimpleAsyncResult. 328  * Returns: a #gpointer to the source object for the #GSimpleAsyncResult.
 592   GSource *source;  local
 599   source = g_idle_source_new ();
 600   g_source_set_priority (source, G_PRIORITY_DEFAULT);
 601   g_source_set_callback (source, complete_in_idle_cb, simple, g_object_unref);
 603   id = g_source_attach (source, NULL);
 604   g_source_unref (source);
 646   GSource *source;  local
 660   source = g_idle_source_new ()
 [all...]
 | 
| /external/chromium/third_party/icu/source/i18n/ | 
| fmtable.cpp | 183 Formattable::Formattable(const Formattable &source) 184     :   UObject(source), fType(kLong)
 187     *this = source;
 194 Formattable::operator=(const Formattable& source)
 196     if (this != &source)
 202         fType = source.fType;
 207             fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
 208             fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
 209                                                            source.fValue.fArrayAndCount.fCount);
 213             fValue.fString = new UnicodeString(*source.fValue.fString)
 [all...]
 |