| /external/icu4c/test/perf/unisetperf/draft/ | 
| span16perf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf 
 | 
| span8perf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf 
 | 
| /external/icu4c/test/perf/utrie2perf/ | 
| utrie2perf.bat | 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf 
 | 
| /external/libvpx/vp8/encoder/ | 
| boolhuff.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.
 46 void vp8_start_encode(BOOL_CODER *br, unsigned char *source)
 53     br->buffer   = source;
 
 | 
| /external/skia/src/core/ | 
| SkSpriteBlitterTemplate.h | 3 ** Copyright 2006, The Android Open Source Project 21     SkSPRITE_CLASSNAME(const SkBitmap& source SkSPRITE_ARGS)
 22         : SkSpriteBlitter(source) {
 
 | 
| /external/v8/src/ | 
| virtual-frame.cc | 2 // Redistribution and use in source and binary forms, with or without 6 //     * Redistributions of source code must retain the above copyright
 209     FrameElement source = elements_[i];  local
 213         (target.is_memory() && !source.is_memory() && source.is_synced())) {
 218       if (source.is_register()) {
 223           Unuse(source.reg());
 225           set_register_location(source.reg(), kIllegalIndex);
 230                !source.is_memory()) {
 234       ASSERT(source.is_valid())
 [all...]
 | 
| /external/webkit/JavaScriptCore/icu/unicode/ | 
| ucol.h | 73  * UCOL_LESS is returned if source string is compared to be less than target 75  * UCOL_EQUAL is returned if source string is compared to be equal to target
 77  * UCOL_GREATER is returned if source string is compared to be greater than
 380  * @param source The source string.
 381  * @param sourceLength The length of source, or -1 if null-terminated.
 393         const    UChar        *source,
 402  * @param source The source string.
 403  * @param sourceLength The length of source, or -1 if null-terminated
 [all...]
 | 
| /external/webkit/WebCore/dom/ | 
| MessageEvent.idl | 4  * Redistribution and use in source and binary forms, with or without 7  * 1. Redistributions of source code must retain the above copyright
 36         readonly attribute DOMWindow source;
 
 | 
| /external/webkit/WebCore/icu/unicode/ | 
| ucol.h | 73  * UCOL_LESS is returned if source string is compared to be less than target 75  * UCOL_EQUAL is returned if source string is compared to be equal to target
 77  * UCOL_GREATER is returned if source string is compared to be greater than
 380  * @param source The source string.
 381  * @param sourceLength The length of source, or -1 if null-terminated.
 393         const    UChar        *source,
 402  * @param source The source string.
 403  * @param sourceLength The length of source, or -1 if null-terminated
 [all...]
 | 
| /external/webkit/WebCore/page/ | 
| Console.cpp | 4  * Redistribution and use in source and binary forms, with or without 8  * 1.  Redistributions of source code must retain the above copyright
 90 static void printMessageSourceAndLevelPrefix(MessageSource source, MessageLevel level)
 93     switch (source) {
 144 void Console::addMessage(MessageSource source, MessageType type, MessageLevel level, const String& message, unsigned lineNumber, const String& sourceURL)
 150     if (source == JSMessageSource)
 151         page->chrome()->client()->addMessageToConsole(source, type, level, message, lineNumber, sourceURL);
 154     page->inspectorController()->addMessageToConsole(source, type, level, message, lineNumber, sourceURL);
 161     printMessageSourceAndLevelPrefix(source, level);
 305         if (message->source() != WMLMessageSource
 [all...]
 | 
| /external/webkit/WebCore/platform/text/mac/ | 
| ShapeArabic.c | 477 int32_t shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) { 486     if( source==NULL || sourceLength<-1 ||
 495     /* determine the source length */
 497         sourceLength=u_strlen(source);
 503     /* check that source and destination do not overlap */
 505         ((source<=dest && dest<source+sourceLength) ||
 506          (dest<=source && source<dest+destCapacity))
 525         memcpy(dest, source, sourceLength*U_SIZEOF_UCHAR)
 [all...]
 | 
| /frameworks/base/tools/localize/ | 
| XLIFFFile.h | 27     StringResource source;  member in struct:TransUnit 52     bool FindStringResource(const string& filename, int version, bool source);
 
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ | 
| IFileWrapper.java | 2  * Copyright (C) 2008 The Android Open Source Project 53     public void setContents(InputStream source) throws StreamException {
 55             mFile.setContents(source, IResource.FORCE, null);
 
 | 
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ | 
| FileMock.java | 2  * Copyright (C) 2008 The Android Open Source Project 89     public void appendContents(InputStream source, int updateFlags, IProgressMonitor monitor)
 94     public void appendContents(InputStream source, boolean force, boolean keepHistory,
 99     public void create(InputStream source, boolean force, IProgressMonitor monitor)
 104     public void create(InputStream source, int updateFlags, IProgressMonitor monitor)
 170     public void setContents(InputStream source, int updateFlags, IProgressMonitor monitor)
 175     public void setContents(IFileState source, int updateFlags, IProgressMonitor monitor)
 180     public void setContents(InputStream source, boolean force, boolean keepHistory,
 185     public void setContents(IFileState source, boolean force, boolean keepHistory,
 
 | 
| /cts/tests/tests/graphics/src/android/graphics/cts/ | 
| MovieTest.java | 2  * Copyright (C) 2008 The Android Open Source Project 99         InputStream source = null;  local
 103             source = getActivity().getResources().openRawResource(MOVIE);
 107             for (int len = source.read(buffer); len > 0; len = source
 112             if (source != null) {
 113                 source.close();
 
 | 
| /cts/tests/tests/text/src/android/text/style/cts/ | 
| ImageSpanTest.java | 2  * Copyright (C) 2008 The Android Open Source Project 153         String source = "cts test.";  local
 154         imageSpan = new ImageSpan(d, source);
 155         assertEquals(source, imageSpan.getSource());
 157         source = "content://user/a/b";
 158         imageSpan = new ImageSpan(mContext, Uri.parse(source));
 159         assertEquals(source, imageSpan.getSource());
 
 | 
| /cts/tests/tests/widget/src/android/widget/cts/ | 
| ImageSwitcherTest.java | 2  * Copyright (C) 2008 The Android Open Source Project 191         InputStream source = null;  local
 195             source = getContext().getResources().openRawResource(resid);
 199             for (int len = source.read(buffer); len > 0; len = source.read(buffer)) {
 206                 if (source != null) {
 207                     source.close();
 
 | 
| RadioGroup_LayoutParamsTest.java | 2  * Copyright (C) 2008 The Android Open Source Project 139         MarginLayoutParams source = new MarginLayoutParams(10, 20);  local
 140         source.leftMargin = 1;
 141         source.topMargin = 2;
 142         source.rightMargin = 3;
 143         source.bottomMargin = 4;
 145         mLayoutParams = new RadioGroup.LayoutParams(source);
 
 | 
| /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct/d/ | 
| T_invoke_direct_26.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TTestInterface.java
 23 .source TTestInterfaceImpl.java
 41 .source T_invoke_direct_26.java
 
 | 
| /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/d/ | 
| T_invoke_direct_range_26.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TTestInterface.java
 23 .source TTestInterfaceImpl.java
 41 .source T_invoke_direct_range_26.java
 
 | 
| /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static/d/ | 
| T_invoke_static_24.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TTestInterface.java
 23 .source TTestInterfaceImpl.java
 41 .source T_invoke_static_24.java
 
 | 
| /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/d/ | 
| T_invoke_static_range_24.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TTestInterface.java
 23 .source TTestInterfaceImpl.java
 41 .source T_invoke_static_range_24.java
 
 | 
| /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super/d/ | 
| T_invoke_super_24.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TTestInterface.java
 23 .source TTestInterfaceImpl.java
 41 .source T_invoke_super_24.java
 
 | 
| /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_super_range/d/ | 
| T_invoke_super_range_24.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TTestInterface.java
 23 .source TTestInterfaceImpl.java
 41 .source T_invoke_super_range_24.java
 
 | 
| /external/bluetooth/glib/gio/tests/ | 
| unix-streams.c | 121 static void readable (GObject *source, GAsyncResult *res, gpointer user_data); 122 static void writable (GObject *source, GAsyncResult *res, gpointer user_data);
 132 readable (GObject *source, GAsyncResult *res, gpointer user_data)
 134   GInputStream *in = G_INPUT_STREAM (source);
 155 writable (GObject *source, GAsyncResult *res, gpointer user_data)
 157   GOutputStream *out = G_OUTPUT_STREAM (source);
 
 |