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

<<21222324252627282930>>

  /development/samples/Wiktionary/
Android.mk 6 # Only compile source java files in this apk.
  /development/samples/WiktionarySimple/
Android.mk 6 # Only compile source java files in this apk.
  /external/chromium/googleurl/src/
url_canon_host.cc 4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
146 unsigned int source = host[i]; local
147 if (source == '%') {
149 // Source will be used only if decode operation was successful.
151 reinterpret_cast<unsigned char*>(&source))) {
161 if (source < 0x80) {
163 unsigned char replacement = kHostCharLookup[source];
166 AppendEscapedChar(source, output);
170 AppendEscapedChar(source, output)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
format.h 18 // This file was generated from the java source file Format.java
169 * start parsing at in the source. After calling, parse_pos.index
192 * @param source The string to be parsed into an object.
198 * source is not parsed successfully, this param
202 virtual void parseObject(const UnicodeString& source,
211 * @param source The string to be parsed into an object.
218 void parseObject(const UnicodeString& source,
sortkey.h 139 * @param source the collation key to compare to.
143 UBool operator==(const CollationKey& source) const;
147 * @param source the collation key to compare to.
151 UBool operator!=(const CollationKey& source) const;
translit.h 67 * <code>Transliterator</code> objects are stateless, the source text
90 * arriving from some source (typically the user's keyboard) one
190 * <em>ID</em>. IDs follow the format <em>source-destination</em>,
191 * where <em>source</em> describes the entity being replaced, and
193 * <em>source</em>. The entities may be the names of scripts,
338 * containing only the forward direction source, target, and
    [all...]
  /external/chromium/third_party/icu/source/i18n/
currfmt.cpp 59 void CurrencyFormat::parseObject(const UnicodeString& source,
63 fmt->parseCurrency(source, result, pos);
  /external/icu4c/i18n/
currfmt.cpp 59 void CurrencyFormat::parseObject(const UnicodeString& source,
63 fmt->parseCurrency(source, result, pos);
  /external/icu4c/i18n/unicode/
format.h 18 // This file was generated from the java source file Format.java
190 * start parsing at in the source. After calling, parse_pos.index
213 * @param source The string to be parsed into an object.
219 * source is not parsed successfully, this param
223 virtual void parseObject(const UnicodeString& source,
232 * @param source The string to be parsed into an object.
239 void parseObject(const UnicodeString& source,
sortkey.h 139 * @param source the collation key to compare to.
143 UBool operator==(const CollationKey& source) const;
147 * @param source the collation key to compare to.
151 UBool operator!=(const CollationKey& source) const;
translit.h 67 * <code>Transliterator</code> objects are stateless, the source text
90 * arriving from some source (typically the user's keyboard) one
190 * <em>ID</em>. IDs follow the format <em>source-destination</em>,
191 * where <em>source</em> describes the entity being replaced, and
193 * <em>source</em>. The entities may be the names of scripts,
338 * containing only the forward direction source, target, and
    [all...]
  /external/libvpx/vp8/common/
postproc.h 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.
85 void vp8_de_noise(YV12_BUFFER_CONFIG *source,
92 void vp8_deblock(YV12_BUFFER_CONFIG *source,
  /external/libvpx/vp8/common/ppc/
copy_altivec.asm 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.
40 add r3, r3, r4 ;# increment source pointer
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcUtil.java 5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
87 * Creates a new message of type "Type" which is a copy of "source". "source"
93 final Type typeDefaultInstance, final Message source) {
95 .mergeFrom(source)
  /external/skia/src/animator/
SkMatrixParts.h 3 ** Copyright 2006, The Android Open Source Project
106 SkDrawRect* source; member in class:SkRectToRect
121 SkPolygon* source; member in class:SkPolyToPoly
  /external/srec/portable/include/
LCHAR.h 47 * @param source String to insert
54 PORTABLE_API ESR_ReturnCode lstrinsert(const LCHAR* source, LCHAR* target, size_t offset, size_t* len);
60 * @param source Source character
64 PORTABLE_API ESR_ReturnCode lstrreplace(LCHAR* text, const LCHAR source, const LCHAR target);
  /external/v8/src/
oprofile-agent.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
96 void OProfileAgent::CreateNativeCodeRegion(String* name, String* source,
106 source->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL);
  /external/v8/test/mjsunit/
local-load-from-eval.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
30 function test(source) {
32 eval(source);
  /external/webkit/JavaScriptCore/parser/
SourceCode.h 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
85 inline SourceCode makeSource(const UString& source, const UString& url = UString(), int firstLine = 1)
87 return SourceCode(UStringSourceProvider::create(source, url), firstLine);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
compile.js 50 "source of (compile '[0-9]{3}x[0-9]{4}','i')",
51 "[0-9]{3}x[0-9]{4}", regularExpression.source);
68 "source of (compile '[0-9]{3}X[0-9]{3}','g')",
69 "[0-9]{3}X[0-9]{3}", regularExpression.source);
  /external/webkit/JavaScriptGlue/
JSRun.cpp 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
48 JSRun::JSRun(CFStringRef source, JSFlags inFlags)
50 fSource(CFStringToUString(source)),
  /external/webkit/WebCore/inspector/
InjectedScriptHost.h 5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
62 void setInjectedScriptSource(const String& source) { m_injectedScriptSource = source; }
  /external/webkit/WebCore/page/
PageGroup.h 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
73 void addUserScriptToWorld(DOMWrapperWorld*, const String& source, const KURL&,
76 void addUserStyleSheetToWorld(DOMWrapperWorld*, const String& source, const KURL&,
  /external/webkit/WebCore/platform/graphics/wince/
ImageBufferWince.cpp 163 static void putImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint, SharedBitmap* bitmap)
175 const unsigned char* src = source->data()->data()->data();
177 src += (sourceRect.y() * source->width() + sourceRect.x()) * 4;
180 int srcSkip = (source->width() - destRect.width()) * 4;
207 void ImageBuffer::putUnmultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
209 putImageData<false>(source, sourceRect, destPoint, m_data.m_bitmap.get());
212 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
214 putImageData<true>(source, sourceRect, destPoint, m_data.m_bitmap.get());
  /frameworks/base/core/java/android/accounts/
Account.java 2 * Copyright (C) 2009 The Android Open Source Project
72 public Account createFromParcel(Parcel source) {
73 return new Account(source);

Completed in 1779 milliseconds

<<21222324252627282930>>