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

<<51525354555657585960>>

  /external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.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.
  /external/libvpx/vp8/common/x86/
iwalsh_sse2.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.
  /external/libvpx/vp8/decoder/arm/neon/
dequant_dc_idct_neon.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.
dequant_idct_neon.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.
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.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.
  /external/libvpx/vp8/encoder/x86/
fwalsh_sse2.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.
  /external/libvpx/vpx_scale/dm642/
gen_scalers_c64.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.
33 * INPUTS : const unsigned char *source : Pointer to source data.
34 * unsigned int source_width : Stride of source.
42 * FUNCTION : Copies horizontal line of pixels from source to
51 const unsigned char *source,
60 unsigned int *restrict src = (unsigned int *)source;
253 * INPUTS : const unsigned char *source : Pointer to source data
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
294 TestFieldOrderings source = local
303 TestFieldOrderings.parseFrom(source.toByteString(),
305 assertEquals(source, dest);
311 DynamicMessage source = local
320 DynamicMessage.parseFrom(descriptor, source.toByteString(),
322 assertEquals(source, dest);
  /external/v8/test/cctest/
test-regexp.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
703 Handle<String> source = Factory::NewStringFromAscii(CStrVector("")); local
704 Handle<Object> code_object = m.GetCode(source);
747 Handle<String> source = Factory::NewStringFromAscii(CStrVector("^foo")); local
748 Handle<Object> code_object = m.GetCode(source);
803 Handle<String> source = Factory::NewStringFromAscii(CStrVector("^foo")); local
804 Handle<Object> code_object = m.GetCode(source);
861 Handle<String> source = Factory::NewStringFromAscii(CStrVector("..........")); local
862 Handle<Object> code_object = m.GetCode(source);
902 Handle<String> source = Factory::NewStringFromAscii(CStrVector("^(..)..\\1")); local
948 Handle<String> source = Factory::NewStringFromAscii(CStrVector("^(..)..\\1")); local
1003 Handle<String> source = Factory::NewStringFromAscii(CStrVector("(^f|ob)")); local
1060 Handle<String> source = local
1158 Handle<String> source = local
1199 Handle<String> source = local
1243 Handle<String> source = local
1312 Handle<String> source = Factory::NewStringFromAscii(CStrVector("^f(o)o")); local
    [all...]
  /external/v8/test/mjsunit/
debug-mirror-cache.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
30 // testing of source line/column easier.
mirror-error.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
61 assertEquals(mirror.message(), e.message, 'source');
  /external/v8/test/mjsunit/tools/
profile_view.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
28 // Load source code files from <project root>/tools.
  /external/webkit/WebCore/css/
CSSFontSelector.cpp 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
240 CSSFontFaceSource* source = 0; local
255 source = new CSSFontFaceSource(item->resource(), cachedFont);
259 source = new CSSFontFaceSource(item->resource());
266 if (source) {
268 source->setSVGFontFaceElement(item->svgFontFaceElement());
270 fontFace->addSource(source);
  /external/webkit/WebCore/loader/
TextResourceDecoder.cpp 344 void TextResourceDecoder::setEncoding(const TextEncoding& encoding, EncodingSource source)
352 if (source == EncodingFromMetaTag && strcasecmp(encoding.name(), "x-user-defined") == 0)
354 else if (source == EncodingFromMetaTag || source == EncodingFromXMLHeader || source == EncodingFromCSSCharset)
360 m_source = source;
769 // 1. Encoding detector is turned ON and no other encoding source is
780 // in setHintEncoding when the source is AutoDetectedEncoding.
  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 2 * Copyright (C) 2006 The Android Open Source Project
25 /* package */ SpannableStringInternal(CharSequence source,
27 if (start == 0 && end == source.length())
28 mText = source.toString();
30 mText = source.toString().substring(start, end);
36 if (source instanceof Spanned) {
37 Spanned sp = (Spanned) source;
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 270 public void parse(InputSource source) throws SAXException, IOException
273 systemId = source.getSystemId();
276 final Reader reader = source.getCharacterStream();
279 InputStream stream = source.getByteStream();
280 final String encoding = source.getEncoding();
283 systemId = source.getSystemId();
286 "null source systemId" , this);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 2 * Copyright (C) 2008 The Android Open Source Project
135 * @param source An object representing where the drag originated
140 void onDragStart(DragSource source, Object info, int dragAction);
163 * @param source An object representing where the drag originated
168 public void startDrag(View v, DragSource source, Object dragInfo, int dragAction) {
184 source, dragInfo, dragAction);
204 * @param source An object representing where the drag originated
211 DragSource source, Object dragInfo, int dragAction) {
224 mListener.onDragStart(source, dragInfo, dragAction);
234 mDragSource = source;
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 47 const UChar *source, const int sLen,
414 UChar source[256] = { '\0'}; local
431 fprintf(file,"Primary failed source: %s target: %s \n", utfSource,utfTarget);
434 source[0] = preP;
435 u_strcpy(source+1,p);
438 doTest(col, source, target, UCOL_LESS);
440 fprintf(file,"Primary swamps 2nd failed source: %s target: %s \n", utfSource,utfTarget);
445 UChar source[256] = { '\0'}; local
452 fprintf(file,"secondary failed source: %s target: %s \n", utfSource,utfTarget);
454 source[0] = 0x0053
482 UChar source[256] = { '\\0'}; local
672 UChar source[256] = {0}; local
687 UChar source[256] = {0}; local
3923 UChar source[256], target[256]; local
4015 UCollator *source = NULL, *target = NULL; local
4255 UChar source[100]; local
    [all...]
ncnvtst.c 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen,
47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
667 const char* source=(const char*)input1; local
1774 const char *source, *sourceLimit; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 47 const UChar *source, const int sLen,
414 UChar source[256] = { '\0'}; local
431 fprintf(file,"Primary failed source: %s target: %s \n", utfSource,utfTarget);
434 source[0] = preP;
435 u_strcpy(source+1,p);
438 doTest(col, source, target, UCOL_LESS);
440 fprintf(file,"Primary swamps 2nd failed source: %s target: %s \n", utfSource,utfTarget);
445 UChar source[256] = { '\0'}; local
452 fprintf(file,"secondary failed source: %s target: %s \n", utfSource,utfTarget);
454 source[0] = 0x0053
482 UChar source[256] = { '\\0'}; local
672 UChar source[256] = {0}; local
687 UChar source[256] = {0}; local
3936 UChar source[256], target[256]; local
4028 UCollator *source = NULL, *target = NULL; local
4268 UChar source[100]; local
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java 2041 String source = null; local
    [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 23 # Is icu\source\data\build
26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )!
46 # The root of the ICU source directory tree
49 ICUP=$(ICUP:\source\data\..\..=)
51 ICUP=$(ICUP:\source\data\\..\..=)
56 # The data directory in source
58 ICUSRCDATA=$(ICUP)\source\data
94 ICUUNIDATA=$(ICUP)\source\data\unidata
100 ICUMISC=$(ICUP)\source\data\misc
110 # The source directory. Contains the source files for the common data to be built
    [all...]
  /external/freetype/src/base/
ftoutln.c 390 FT_Outline_Copy( const FT_Outline* source,
396 if ( !source || !target ||
397 source->n_points != target->n_points ||
398 source->n_contours != target->n_contours )
401 if ( source == target )
404 FT_ARRAY_COPY( target->points, source->points, source->n_points );
406 FT_ARRAY_COPY( target->tags, source->tags, source->n_points );
408 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours )
    [all...]
  /external/icu4c/data/
makedata.mak 23 # Is icu\source\data\
26 !ERROR Can't find ICUMAKE (ICU Data Make dir, should point to icu\source\data\ )!
46 # The root of the ICU source directory tree
49 ICUP=$(ICUP:\source\data\..\..=)
51 ICUP=$(ICUP:\source\data\\..\..=)
56 # The data directory in source
58 ICUSRCDATA=$(ICUP)\source\data
94 ICUUNIDATA=$(ICUP)\source\data\unidata
100 ICUMISC=$(ICUP)\source\data\misc
110 # The source directory. Contains the source files for the common data to be built
    [all...]
  /bionic/libc/arch-x86/bionic/
crtbegin_static.S 3 # Copyright 2006, The Android Open Source Project
5 # Redistribution and use in source and binary forms, with or without
7 # * Redistributions of source code must retain the above copyright

Completed in 1190 milliseconds

<<51525354555657585960>>