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

<<41424344454647484950>>

  /external/icu4c/test/cintltst/
cbiditst.c 441 log_err("Source: %s", src); fputs("\n", stderr);
560 log_err("Source does not map to Result\n");
608 log_err("Result does not map to Source\n");
836 log_err("ubidi_writeReordered() destSize and srcSize do not match. Dest Size = %d Source Size = %d\n",destSize,srcSize );
2163 source[]={ local
2360 source[]={ local
2511 source[]={ local
2563 source[]={ local
    [all...]
cnormtst.c 145 UChar *source=NULL, *result=NULL; local
151 source=CharsToUChars(canonTests[x][0]);
152 neededLen= unorm_normalize(source, u_strlen(source), UNORM_NFD, 0, NULL, 0, &status);
158 unorm_normalize(source, u_strlen(source), UNORM_NFD, 0, result, resLen, &status);
161 log_data_err("ERROR in unorm_normalize at %s: %s - (Are you missing data?)\n", austrdup(source), myErrorName(status) );
166 free(source);
174 UChar *source=NULL, *result=NULL; local
180 source=CharsToUChars(compatTests[x][0])
203 UChar *source=NULL, *result=NULL; local
232 UChar *source=NULL, *result=NULL; local
    [all...]
  /external/libvpx/vp8/encoder/
picklpf.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.
22 extern int vp8_calc_ss_err(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, const vp8_variance_rtcd_vtable_t *rtcd);
65 static int vp8_calc_partial_ssl_err(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, int Fraction, const vp8_variance_rtcd_vtable_t *rtcd)
70 unsigned char *src = source->y_buffer;
73 int linestocopy = (source->y_height >> (Fraction + 4));
82 srcoffset = source->y_stride * (dest->y_height >> 5) * 16;
91 for (j = 0; j < source->y_width; j += 16)
94 Total += VARIANCE_INVOKE(rtcd, mse16x16)(src + j, source->y_stride, dst + j, dest->y_stride, &sse)
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 48 public static Properties getProperties(URL source) throws IOException {
49 InputStream input = source.openStream();
  /external/v8/test/mjsunit/
global-load-from-eval-in-with.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
32 function test(obj, source) {
34 eval(source);
global-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
66 function testDeep(source, load, test) {
67 eval(source);
mirror-function.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
64 assertEquals(f.toString(), mirror.source());
80 assertEquals(f.toString(), fromJSON.source);
  /external/webkit/JavaScriptCore/icu/unicode/
ucnv_err.h 189 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon8063
190 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
205 const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon8064
206 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
unorm.h 186 * @param source The string to normalize.
187 * @param sourceLength The length of source, or -1 if NUL-terminated.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
237 * @param source string for determining if it is in a normalized format
238 * @param sourcelength length of source to test, or -1 if NUL-terminated
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
256 * @param srcLength Length of source to test, or -1 if NUL-terminated.
274 * This is semantically equivalent to source.equals(normalize(source, mode)) .
283 * @param srcLength Length of source to test, or -1 if NUL-terminated
    [all...]
  /external/webkit/JavaScriptCore/parser/
Lexer.cpp 135 void Lexer::setCode(const SourceCode& source, ParserArena& arena)
139 m_lineNumber = source.firstLine();
143 const UChar* data = source.provider()->data();
145 m_source = &source;
147 m_code = data + source.startOffset();
148 m_codeEnd = data + source.endOffset();
154 if (source.provider()->hasBOMs()) {
165 ASSERT(currentOffset() == source.startOffset());
  /external/webkit/JavaScriptGlue/icu/unicode/
ucnv_err.h 189 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon8140
190 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
205 const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon8141
206 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
  /external/webkit/WebCore/icu/unicode/
ucnv_err.h 189 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon8193
190 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
205 const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon8194
206 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
unorm.h 186 * @param source The string to normalize.
187 * @param sourceLength The length of source, or -1 if NUL-terminated.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
237 * @param source string for determining if it is in a normalized format
238 * @param sourcelength length of source to test, or -1 if NUL-terminated
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
256 * @param srcLength Length of source to test, or -1 if NUL-terminated.
274 * This is semantically equivalent to source.equals(normalize(source, mode)) .
283 * @param srcLength Length of source to test, or -1 if NUL-terminated
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebNSViewExtras.m 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
158 source:(id)source
201 [self dragImage:dragImage at:origin offset:NSZeroSize event:event pasteboard:pasteboard source:source slideBack:YES];
  /external/webkit/WebKit/mac/icu/unicode/
unorm.h 186 * @param source The string to normalize.
187 * @param sourceLength The length of source, or -1 if NUL-terminated.
200 unorm_normalize(const UChar *source, int32_t sourceLength,
237 * @param source string for determining if it is in a normalized format
238 * @param sourcelength length of source to test, or -1 if NUL-terminated
247 unorm_quickCheck(const UChar *source, int32_t sourcelength,
256 * @param srcLength Length of source to test, or -1 if NUL-terminated.
274 * This is semantically equivalent to source.equals(normalize(source, mode)) .
283 * @param srcLength Length of source to test, or -1 if NUL-terminated
    [all...]
  /frameworks/base/core/java/android/content/
SyncOperation.java 2 * Copyright (C) 2010 The Android Open Source Project
37 public SyncOperation(Account account, int source, String authority, Bundle extras,
40 this.syncSource = source;
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 2 * Copyright (C) 2009 The Android Open Source Project
185 public LabeledIntent createFromParcel(Parcel source) {
186 return new LabeledIntent(source);
  /frameworks/base/core/java/android/os/
PatternMatcher.java 2 * Copyright (C) 2008 The Android Open Source Project
100 public PatternMatcher createFromParcel(Parcel source) {
101 return new PatternMatcher(source);
  /frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/
ms.mk 20 # please list all directories that all source files relative with your module(.h .c .cpp) locate
  /frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
ms.mk 19 # please list all directories that all source files relative with your module(.h .c .cpp) locate
  /libcore/luni/src/main/java/org/apache/xml/utils/
DOM2Helper.java 119 * source (a character stream, a byte stream, or a URI).</p>
125 * different input source.</p>
127 * @param source The input source for the top-level of the
133 public void parse(InputSource source) throws TransformerException
173 setDocument(parser.parse(source));
  /packages/apps/Gallery3D/src/com/cooliris/media/
CrossFadingTexture.java 2 * Copyright (C) 2009 The Android Open Source Project
50 public CrossFadingTexture(Texture source, Texture destination) {
51 mFadingTexture = source;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 2 * Copyright (C) 2010 The Android Open Source Project
47 Log.d(TAG, "source = " + queryTokens);
73 * Finds which tokens in the target match tokens in the source.
75 * @param source List of source tokens (i.e. user query)
77 * @return The indices into source which target tokens correspond to. A non-negative value n at
78 * position i means that target token i matches source token n. A negative value means that
79 * the target token i does not match any source token.
82 int[] findMatches(Token[] source, Token[] target) {
83 final LevenshteinDistance table = new LevenshteinDistance(source, target)
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SourceShortcutRefresherTest.java 2 * Copyright (C) 2010 The Android Open Source Project
38 private Source mSource1;
40 private Source mRefreshedSource;
106 public void onShortcutRefreshed(Source source, String shortcutId,
108 mRefreshedSource = source;
  /packages/providers/ContactsProvider/
Android.mk 6 # Only compile source java files in this apk.

Completed in 1443 milliseconds

<<41424344454647484950>>