/frameworks/av/media/libstagefright/rtsp/ |
AAMRAssembler.h | 2 * Copyright (C) 2010 The Android Open Source Project 40 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source); 51 AssemblyStatus addPacket(const sp<ARTPSource> &source);
|
/frameworks/av/media/libstagefright/tests/ |
DummyRecorder.h | 2 * Copyright (C) 2011 The Android Open Source Project 32 // The media source from which this will receive frames 46 DummyRecorder(const sp<MediaSource> &source) : mSource(source)
|
/frameworks/base/core/java/android/view/textservice/ |
SuggestionsInfo.java | 2 * Copyright (C) 2011 The Android Open Source Project 84 public SuggestionsInfo(Parcel source) { 85 mSuggestionsAttributes = source.readInt(); 86 mSuggestions = source.readStringArray(); 87 mCookie = source.readInt(); 88 mSequence = source.readInt(); 89 mSuggestionsAvailable = source.readInt() == 1; 168 public SuggestionsInfo createFromParcel(Parcel source) { 169 return new SuggestionsInfo(source);
|
TextInfo.java | 2 * Copyright (C) 2011 The Android Open Source Project 54 public TextInfo(Parcel source) { 55 mText = source.readString(); 56 mCookie = source.readInt(); 57 mSequence = source.readInt(); 100 public TextInfo createFromParcel(Parcel source) { 101 return new TextInfo(source);
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathExpression.java | 147 * <p>If <code>source</code> or <code>returnType</code> is <code>null</code>, 150 * @param source The <code>InputSource</code> of the document to evaluate over. 158 * @throws NullPointerException If <code>source</code> or <code>returnType</code> is <code>null</code>. 160 public Object evaluate(InputSource source, QName returnType) 167 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of 173 * <p>If <code>source</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p> 175 * @param source The <code>InputSource</code> of the document to evaluate over. 181 * @throws NullPointerException If <code>source</code> is <code>null</code>. 183 public String evaluate(InputSource source)
|
/external/jpeg/ |
rdbmp.c | 48 /* Private version of data source object */ 60 JDIMENSION source_row; /* Current source row number */ 122 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 123 register JSAMPARRAY colormap = source->colormap; 130 source->source_row--; 132 ((j_common_ptr) cinfo, source->whole_image, 133 source->source_row, (JDIMENSION) 1, FALSE); 137 outptr = source->pub.buffer[0]; 153 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 159 source->source_row-- 189 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 243 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 425 bmp_source_ptr source; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
rdbmp.c | 48 /* Private version of data source object */ 60 JDIMENSION source_row; /* Current source row number */ 122 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 123 register JSAMPARRAY colormap = source->colormap; 130 source->source_row--; 132 ((j_common_ptr) cinfo, source->whole_image, 133 source->source_row, (JDIMENSION) 1, FALSE); 137 outptr = source->pub.buffer[0]; 153 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 159 source->source_row-- 189 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 243 bmp_source_ptr source = (bmp_source_ptr) sinfo; local 425 bmp_source_ptr source; local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_messages_apitest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 23 const NotificationSource& source, 26 Source<Profile>(source).ptr()->GetExtensionEventRouter(); 32 Source<Profile>(source).ptr(), 36 Source<Profile>(source).ptr(), 40 Source<Profile>(source).ptr() [all...] |
/external/icu4c/test/intltest/ |
tscoll.h | 33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result); 35 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result); 36 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result); 37 virtual void reportCResult( const UnicodeString &source, const UnicodeString &target, 44 static UnicodeString &prettify(const CollationKey &source, UnicodeString &target); 52 UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status);
|
/external/icu4c/tools/genrb/ |
prscmnts.h | 33 getNote(const UChar* source, int32_t srcLen, 37 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status); 40 getDescription( const UChar* source, int32_t srcLen, 44 getTranslate( const UChar* source, int32_t srcLen, 49 getAt(const UChar* source, int32_t srcLen, 56 getCount(const UChar* source, int32_t srcLen,
|
/external/qemu/distrib/zlib-1.2.3/ |
compress.c | 12 Compresses the source buffer into the destination buffer. The level 14 length of the source buffer. Upon entry, destLen is the total size of the 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) 25 const Bytef *source; 32 stream.next_in = (Bytef*)source; 35 /* Check for source > 64K on 16-bit machine: */ 62 int ZEXPORT compress (dest, destLen, source, sourceLen) 65 const Bytef *source; 68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
/external/webkit/Source/WebCore/dom/ |
MessageEvent.cpp | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 41 MessageEvent::MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<DOMWindow> source, PassOwnPtr<MessagePortArray> ports) 46 , m_source(source) 55 void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports) 65 m_source = source; 78 void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, MessagePort* port) 85 initMessageEvent(type, canBubble, cancelable, data, origin, lastEventId, source, ports);
|
MessageEvent.h | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 46 static PassRefPtr<MessageEvent> create(PassOwnPtr<MessagePortArray> ports, PassRefPtr<SerializedScriptValue> data = 0, const String& origin = "", const String& lastEventId = "", PassRefPtr<DOMWindow> source = 0) 48 return adoptRef(new MessageEvent(data, origin, lastEventId, source, ports)); 52 void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>); 57 DOMWindow* source() const { return m_source.get(); } function in class:WebCore::MessageEvent 63 void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, MessagePort*); 69 MessageEvent(PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, PassRefPtr<DOMWindow> source, PassOwnPtr<MessagePortArray>);
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioDSPKernelProcessor.cpp | 4 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright 73 void AudioDSPKernelProcessor::process(AudioBus* source, AudioBus* destination, size_t framesToProcess) 75 ASSERT(source && destination); 76 if (!source || !destination) 84 bool channelCountMatches = source->numberOfChannels() == destination->numberOfChannels() && source->numberOfChannels() == m_kernels.size(); 90 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->data(), framesToProcess);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebImageSkia.cpp | 4 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright 51 ImageSource source; local 52 source.setData(PassRefPtr<SharedBuffer>(data).get(), true); 53 if (!source.isSizeAvailable()) 59 const size_t frameCount = source.frameCount(); 63 const IntSize frameSize = source.frameSizeAtIndex(i); 79 OwnPtr<NativeImageSkia> frame(source.createFrameAtIndex(index));
|
/external/zlib/ |
compress.c | 12 Compresses the source buffer into the destination buffer. The level 14 length of the source buffer. Upon entry, destLen is the total size of the 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) 25 const Bytef *source; 32 stream.next_in = (Bytef*)source; 35 /* Check for source > 64K on 16-bit machine: */ 62 int ZEXPORT compress (dest, destLen, source, sourceLen) 65 const Bytef *source; 68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
|
/frameworks/base/core/java/android/content/ |
ContentProviderResult.java | 2 * Copyright (C) 2009 The Android Open Source Project 42 public ContentProviderResult(Parcel source) { 43 int type = source.readInt(); 45 count = source.readInt(); 49 uri = Uri.CREATOR.createFromParcel(source); 69 public ContentProviderResult createFromParcel(Parcel source) { 70 return new ContentProviderResult(source);
|
/frameworks/base/core/java/android/content/pm/ |
FeatureInfo.java | 2 * Copyright (C) 2009 The Android Open Source Project 92 public FeatureInfo createFromParcel(Parcel source) { 93 return new FeatureInfo(source); 100 private FeatureInfo(Parcel source) { 101 name = source.readString(); 102 reqGlEsVersion = source.readInt(); 103 flags = source.readInt();
|
ServiceInfo.java | 2 * Copyright (C) 2007 The Android Open Source Project 92 public ServiceInfo createFromParcel(Parcel source) { 93 return new ServiceInfo(source); 100 private ServiceInfo(Parcel source) { 101 super(source); 102 permission = source.readString(); 103 flags = source.readInt();
|
UserInfo.java | 2 * Copyright (C) 2011 The Android Open Source Project 92 public UserInfo createFromParcel(Parcel source) { 93 return new UserInfo(source); 100 private UserInfo(Parcel source) { 101 id = source.readInt(); 102 name = source.readString(); 103 flags = source.readInt();
|
/frameworks/base/core/java/android/hardware/input/ |
KeyboardLayout.java | 2 * Copyright (C) 2012 The Android Open Source Project 35 public KeyboardLayout createFromParcel(Parcel source) { 36 return new KeyboardLayout(source); 49 private KeyboardLayout(Parcel source) { 50 mDescriptor = source.readString(); 51 mLabel = source.readString(); 52 mCollection = source.readString();
|
/frameworks/base/core/java/android/view/inputmethod/ |
CorrectionInfo.java | 2 * Copyright (C) 2007-2010 The Android Open Source Project 43 private CorrectionInfo(Parcel source) { 44 mOffset = source.readInt(); 45 mOldText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); 46 mNewText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); 93 public CorrectionInfo createFromParcel(Parcel source) { 94 return new CorrectionInfo(source);
|
InputBinding.java | 2 * Copyright (C) 2007-2008 The Android Open Source Project 81 InputBinding(Parcel source) { 83 mConnectionToken = source.readStrongBinder(); 84 mUid = source.readInt(); 85 mPid = source.readInt(); 140 public InputBinding createFromParcel(Parcel source) { 141 return new InputBinding(source);
|
/frameworks/base/core/java/com/android/internal/view/ |
InputBindResult.java | 2 * Copyright (C) 2007-2008 The Android Open Source Project 51 InputBindResult(Parcel source) { 52 method = IInputMethodSession.Stub.asInterface(source.readStrongBinder()); 53 id = source.readString(); 54 sequence = source.readInt(); 79 public InputBindResult createFromParcel(Parcel source) { 80 return new InputBindResult(source);
|
/libcore/luni/src/main/java/java/math/ |
BitLevel.java | 114 static void shiftLeftOneBit(int[] result, int[] source, int srcLen) { 117 int val = source[i]; 126 static BigInteger shiftLeftOneBit(BigInteger source) { 127 source.prepareJavaRepresentation(); 128 int srcLen = source.numberLength; 131 shiftLeftOneBit(resDigits, source.digits, srcLen); 132 return new BigInteger(source.sign, resLen, resDigits); 136 static BigInteger shiftRight(BigInteger source, int count) { 137 source.prepareJavaRepresentation(); 140 if (intCount >= source.numberLength) [all...] |