HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 126 - 150 of 4581) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/nist-sip/java/javax/sip/
IOExceptionEvent.java 10 public IOExceptionEvent(Object source, String host, int port,
12 super(source);
  /external/webkit/WebCore/inspector/
JavaScriptDebugListener.h 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
49 virtual void didParseSource(JSC::ExecState*, const JSC::SourceCode& source) = 0;
50 virtual void failedToParseSource(JSC::ExecState*, const JSC::SourceCode& source, int errorLine, const JSC::UString& errorMessage) = 0;
  /frameworks/base/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);
  /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...]
  /cts/tests/src/android/provider/cts/
FileCopyHelper.java 2 * Copyright (C) 2009 The Android Open Source Project
60 InputStream source = null; local
64 source = mContext.getResources().openRawResource(resId);
68 for (int len = source.read(buffer); len > 0; len = source.read(buffer)) {
75 if (source != null) {
76 source.close();
  /external/chromium/third_party/icu/source/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/chromium/third_party/icu/source/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/chromium/third_party/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);
  /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/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/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();
PermissionGroupInfo.java 2 * Copyright (C) 2008 The Android Open Source Project
95 public PermissionGroupInfo createFromParcel(Parcel source) {
96 return new PermissionGroupInfo(source);
103 private PermissionGroupInfo(Parcel source) {
104 super(source);
105 descriptionRes = source.readInt();
106 nonLocalizedDescription = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
  /frameworks/base/core/java/android/view/inputmethod/
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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 2 * Copyright (C) 2008 The Android Open Source Project
30 * @param source DragSource where the drag started
41 void onDrop(DragSource source, int x, int y, int xOffset, int yOffset,
44 void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset,
47 void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset,
50 void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset,
58 * @param source DragSource where the drag started
69 boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset,
76 * @param source DragSource where the drag started
90 Rect estimateDropLocation(DragSource source, int x, int y, int xOffset, int yOffset
    [all...]
  /system/core/toolbox/
mv.c 16 fprintf(stderr,"USAGE: %s <source...> <destination>\n", argv[0]);
32 const char *source = argv[i]; local
34 /* assume we build "dest/source", and let rename() fail on pathsize */
35 if (strlen(dest) + 1 + strlen(source) + 1 > sizeof(fullDest)) {
41 /* if destination is a directory, concat the source file name */
43 const char *fileName = strrchr(source, '/');
47 strcat(fullDest, fileName ? fileName + 1 : source);
51 if (rename(source, fullDest)) {
52 fprintf(stderr, "failed on '%s' - %s\n", source, strerror(errno));
  /external/quake/quake/src/QW/client/
draw.c 136 byte *source; local
153 source = draw_chars + (row<<10) + (col<<3);
158 source -= 128*y;
171 if (source[0])
172 dest[0] = source[0];
173 if (source[1])
174 dest[1] = source[1];
175 if (source[2])
176 dest[2] = source[2];
177 if (source[3]
308 byte *source; local
346 byte *dest, *source; local
397 byte *dest, *source; local
448 byte *dest, *source, tbyte; local
535 byte *dest, *source, tbyte; local
618 byte *source; local
    [all...]

Completed in 1195 milliseconds

1 2 3 4 56 7 8 91011>>