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

<<31323334353637383940>>

  /external/webkit/WebKit/mac/WebCoreSupport/
WebDragClient.mm 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
105 SEL selector = @selector(webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:);
109 [delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES forView:topHTMLView];
114 [delegate webView:m_webView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES forView:topHTMLView];
116 [topHTMLView dragImage:dragNSImage at:at offset:NSZeroSize event:event pasteboard:pasteboard source:sourceHTMLView slideBack:YES];
136 WebHTMLView *source = getTopHTMLView(frame);
139 [pasteboard _web_declareAndWriteDragImageForElement:element URL:URL title:title archive:archive source:source];
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
InputStreamReaderTest.java 100 private final String source = "This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese"; field in class:InputStreamReaderTest
109 in = new ByteArrayInputStream(source.getBytes("UTF-8"));
333 reader.read(new char[source.length() - 5], 0, source.length() - 5);
418 assertEquals(source, sb.deleteCharAt(0).toString());
433 assertEquals(source, sb.toString());
461 bis = new ByteArrayInputStream(source.getBytes("UTF-8"));
463 char[] chars = new char[source.length()];
464 assertEquals(source.length() - 3, isr.read(chars, 0, chars.length - 3));
513 char[] chars = new char[source.length()]
    [all...]
  /external/iptables/extensions/
libipt_addrtype.c 43 " [!] --src-type type[,...] Match source address type\n"
97 parse_types(argv[optind-1], &info->source);
148 if (info->source) {
152 print_types(info->source);
168 if (info->source) {
172 print_types(info->source);
  /external/webkit/WebCore/bindings/v8/custom/
V8XSLTProcessorCustom.cpp 4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
78 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])); local
80 RefPtr<DocumentFragment> result = imp->transformToFragment(source, owner);
94 Node* source = V8Node::toNative(v8::Handle<v8::Object>::Cast(args[0])); local
95 if (!source)
98 RefPtr<Document> result = imp->transformToDocument(source);
  /external/webkit/WebCore/xml/
XSLTProcessorQt.cpp 145 QString source; local
147 source = ownerDocument->transformSource()->platformSource();
148 if (!sourceIsDocument || source.isEmpty())
149 source = createMarkup(sourceNode);
155 inputBuffer.setData(source.toUtf8());
  /external/webkit/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
234 source:(WebHTMLView *)source
244 else if (source && element)
245 [source setPromisedDragTIFFDataSource:imageFromElement(element)];
264 source:(WebHTMLView *)source
281 [self declareTypes:types owner:source];
282 [self _web_writeImage:nil element:element URL:URL title:title archive:archive types:types source:source]
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
246 uiter_setString(&sIter, source, sLen);
268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
274 uint32_t sLen = u_strlen(source);
282 uiter_setString(&sIter, source, sLen);
286 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
293 u_strToUTF8(utf8Source, 256, &utf8SourceLen, source, sLen, &status);
301 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));*/
304 /*uiter_setString(&sIter, source, sLen);
313 log_err("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1))
836 UChar source [100]; local
988 UChar source[1]; local
1065 UChar source[][4] = local
    [all...]
citertst.c 220 UChar source[0x100]; local
236 test = source;
252 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
265 iter=ucol_openElements(en_us, source, -1, &status);
286 UChar source[0x100]; local
303 test = source;
319 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
330 iter=ucol_openElements(th_th, source, -1, &status)
366 UChar source[10]; local
423 UChar *source; local
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
246 uiter_setString(&sIter, source, sLen);
268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
274 uint32_t sLen = u_strlen(source);
282 uiter_setString(&sIter, source, sLen);
286 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
293 u_strToUTF8(utf8Source, 256, &utf8SourceLen, source, sLen, &status);
301 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));*/
304 /*uiter_setString(&sIter, source, sLen);
313 log_err("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1))
839 UChar source [100]; local
991 UChar source[1]; local
1068 UChar source[][4] = local
    [all...]
citertst.c 220 UChar source[0x100]; local
236 test = source;
252 iter=ucol_openElements(en_us, source, u_strlen(source), &status);
265 iter=ucol_openElements(en_us, source, -1, &status);
286 UChar source[0x100]; local
303 test = source;
319 iter=ucol_openElements(th_th, source, u_strlen(source), &status);
330 iter=ucol_openElements(th_th, source, -1, &status)
366 UChar source[10]; local
423 UChar *source; local
    [all...]
  /external/libvpx/vpx_scale/dm642/
yv12extend.c 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
172 // Now copy the top and bottom source lines into each line of the respective borders
206 // Now copy the top and bottom source lines into each line of the respective borders
234 // Now copy the top and bottom source lines into each line of the respective borders
273 // Now copy the top and bottom source lines into each line of the respective borders
296 // Now copy the top and bottom source lines into each line of the respective borders
313 // Now copy the top and bottom source lines into each line of the respective borders
341 * FUNCTION : Copies the source image into the destination image an
413 unsigned char *source, *dest; local
    [all...]
  /external/v8/test/mjsunit/
with-function-expression.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
28 var source = "(function x() { with({}) { return '' + x; } })()"; variable
31 assertDoesNotThrow(source);
36 var res = assertTrue(eval(source).match(regexp) == 'function');
  /external/webkit/JavaScriptCore/runtime/
Executable.cpp 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
76 m_evalCodeBlock = new EvalCodeBlock(this, globalObject, source().provider(), scopeChain.localDepth());
107 m_programCodeBlock = new ProgramCodeBlock(this, GlobalCode, globalObject, source().provider());
128 m_codeBlock = new FunctionCodeBlock(this, FunctionCode, source().provider(), source().startOffset());
191 OwnPtr<CodeBlock> newCodeBlock(new FunctionCodeBlock(this, FunctionCode, source().provider(), source().startOffset()));
217 OwnPtr<EvalCodeBlock> newCodeBlock(new EvalCodeBlock(this, globalObject, source().provider(), scopeChain.localDepth()));
243 PassRefPtr<FunctionExecutable> FunctionExecutable::fromGlobalCode(const Identifier& functionName, ExecState* exec, Debugger* debugger, const SourceCode& source, int* errLine, UString* errMsg
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 190 const guint8 *source = GST_BUFFER_DATA(buffer); local
196 alpha = source[3];
197 destination[0] = (source[0] * alpha + 128) / 255;
198 destination[1] = (source[1] * alpha + 128) / 255;
199 destination[2] = (source[2] * alpha + 128) / 255;
202 alpha = source[0];
204 destination[1] = (source[1] * alpha + 128) / 255;
205 destination[2] = (source[2] * alpha + 128) / 255;
206 destination[3] = (source[3] * alpha + 128) / 255;
208 source += 4
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 2 * Copyright (C) 2009 The Android Open Source Project
299 public AnimatedRotateState(AnimatedRotateState source, AnimatedRotateDrawable owner,
301 if (source != null) {
303 mDrawable = source.mDrawable.getConstantState().newDrawable(res);
305 mDrawable = source.mDrawable.getConstantState().newDrawable();
308 mPivotXRel = source.mPivotXRel;
309 mPivotX = source.mPivotX;
310 mPivotYRel = source.mPivotYRel;
311 mPivotY = source.mPivotY;
312 mFramesCount = source.mFramesCount
    [all...]
RotateDrawable.java 2 * Copyright (C) 2007 The Android Open Source Project
310 public RotateState(RotateState source, RotateDrawable owner, Resources res) {
311 if (source != null) {
313 mDrawable = source.mDrawable.getConstantState().newDrawable(res);
315 mDrawable = source.mDrawable.getConstantState().newDrawable();
318 mPivotXRel = source.mPivotXRel;
319 mPivotX = source.mPivotX;
320 mPivotYRel = source.mPivotYRel;
321 mPivotY = source.mPivotY;
322 mFromDegrees = mCurrentDegrees = source.mFromDegrees
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv_lmb.c 816 while (args->source < args->sourceLimit && !U_FAILURE(*err))
823 uniChar = *(args->source);
    [all...]
  /external/icu4c/common/
ucnv_lmb.c 883 while (args->source < args->sourceLimit && !U_FAILURE(*err))
893 uniChar = *(args->source);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
tzrule.cpp 35 TimeZoneRule::TimeZoneRule(const TimeZoneRule& source)
36 : UObject(source), fName(source.fName), fRawOffset(source.fRawOffset), fDSTSavings(source.fDSTSavings) {
99 InitialTimeZoneRule::InitialTimeZoneRule(const InitialTimeZoneRule& source)
100 : TimeZoneRule(source) {
200 AnnualTimeZoneRule::AnnualTimeZoneRule(const AnnualTimeZoneRule& source)
201 : TimeZoneRule(source), fDateTimeRule(new DateTimeRule(*(source.fDateTimeRule)))
    [all...]
  /external/icu4c/i18n/
tzrule.cpp 35 TimeZoneRule::TimeZoneRule(const TimeZoneRule& source)
36 : UObject(source), fName(source.fName), fRawOffset(source.fRawOffset), fDSTSavings(source.fDSTSavings) {
99 InitialTimeZoneRule::InitialTimeZoneRule(const InitialTimeZoneRule& source)
100 : TimeZoneRule(source) {
200 AnnualTimeZoneRule::AnnualTimeZoneRule(const AnnualTimeZoneRule& source)
201 : TimeZoneRule(source), fDateTimeRule(new DateTimeRule(*(source.fDateTimeRule)))
    [all...]
  /frameworks/base/cmds/stagefright/
stagefright.cpp 2 * Copyright (C) 2009 The Android Open Source Project
71 static void playSource(OMXClient *client, sp<MediaSource> &source) {
72 sp<MetaData> meta = source->getFormat();
79 rawSource = source;
82 client->interface(), meta, false /* createEncoder */, source,
92 source.clear();
281 DetectSyncSource(const sp<MediaSource> &source);
304 DetectSyncSource::DetectSyncSource(const sp<MediaSource> &source)
305 : mSource(source),
382 sp<MediaSource> source = sources.editItemAt(i) local
781 sp<MediaSource> source = extractor->getTrack(i); local
    [all...]
  /frameworks/base/media/libstagefright/
MP3Extractor.cpp 2 * Copyright (C) 2009 The Android Open Source Project
182 const sp<DataSource> &source, off_t first_frame_pos,
205 if (source->readAt(offset, &buffer, 4) < 4) { // get header
233 if (source->readAt(offset, &buffer, 4) < 4) { // XING header ID
246 if (source->readAt(offset, &buffer, 4) < 4) { // flags
253 if (source->readAt(offset, buffer, 4) < 4) {
282 if (source->readAt(offset, buffer, 4) < 4) {
291 if (source->readAt(offset + 1, table_of_contents, 99) < 99) {
299 if (source->readAt(offset, buffer, 4) < 4) {
309 const sp<DataSource> &source, uint32_t match_header
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 34 import javax.xml.transform.Source;
119 * @param systemID Base URI for the source tree.
318 * Process the source tree to the output result.
319 * @param source The input for the source tree.
326 public void transform(Source source, Result outputTarget)
340 if ((source instanceof StreamSource && source.getSystemId()==null &&
341 ((StreamSource)source).getInputStream()==null &
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 731 // data. We have to work through the source in bite-sized chunks.
    [all...]
  /external/v8/src/
messages.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
211 // Returns the source code line containing the given source
251 * Find a line number given a specific source position.
252 * @param {number} position The source position.
287 * Get information on a specific source position.
288 * @param {number} position The source position
292 * If line is negative or not in the source null is returned.
303 if (end > 0 && StringCharAt.call(this.source, end - 1) == '\r') end--
    [all...]

Completed in 1105 milliseconds

<<31323334353637383940>>