| /external/v8/test/mjsunit/ | 
| debug-sourceslice.js | 2 // Redistribution and use in source and binary forms, with or without 6 //     * Redistributions of source code must retain the above copyright
 29 // Source lines for test.
 42 // Build source by putting all lines together
 43 var source = '';  variable
 45   source += lines[i];
 47 eval(source);
 53 // Get the script object from one of the functions in the source.
 56 // Make sure that the source is as expected.
 57 assertEquals(source, script.source)
 [all...]
 | 
| /external/webkit/WebCore/html/ | 
| PreloadScanner.cpp | 5  * Redistribution and use in source and binary forms, with or without 8  * 1. Redistributions of source code must retain the above copyright
 131 void PreloadScanner::write(const SegmentedString& source)
 136     tokenize(source);
 180 unsigned PreloadScanner::consumeEntity(SegmentedString& source, bool& notEnoughCharacters)
 195     while (!source.isEmpty()) {
 196         UChar cc = *source;
 217                 source.push('#');
 229                 source.push('#');
 230                 source.push(seenChars[1])
 [all...]
 | 
| /external/chromium/third_party/icu/source/common/ | 
| ucnv_u7.c | 208     const uint8_t *source, *sourceLimit;  local 231     source=(const uint8_t *)pArgs->source;
 261         length=(int32_t)(sourceLimit-source);
 267             b=*source++;
 291         if(source<sourceLimit && target>=targetLimit) {
 303          * base64 bytes, while nextSourceIndex is precisely parallel to source,
 307         while(source<sourceLimit) {
 309                 bytes[byteIndex++]=b=*source++;
 400                         --source;
 447  const UChar *source, *sourceLimit;  local
 865  const uint8_t *source, *sourceLimit;  local
 1133  const UChar *source, *sourceLimit;  local
 [all...]
 | 
| /external/icu4c/common/ | 
| ucnv_u7.c | 208     const uint8_t *source, *sourceLimit;  local 231     source=(const uint8_t *)pArgs->source;
 261         length=(int32_t)(sourceLimit-source);
 267             b=*source++;
 291         if(source<sourceLimit && target>=targetLimit) {
 303          * base64 bytes, while nextSourceIndex is precisely parallel to source,
 307         while(source<sourceLimit) {
 309                 bytes[byteIndex++]=b=*source++;
 400                         --source;
 447  const UChar *source, *sourceLimit;  local
 865  const uint8_t *source, *sourceLimit;  local
 1133  const UChar *source, *sourceLimit;  local
 [all...]
 | 
| /development/cmds/monkey/src/com/android/commands/monkey/ | 
| MonkeySourceRandomScript.java | 2  * Copyright (C) 2008 The Android Open Source Project 26     /** The verbose level of the source (currently not used) */
 29     /** The source for the setup script if it exists */
 35     /** The current source, set to the setup source and then a random script */
 88      * Gets the next event from the current event source.  If the event source is null, a new
 89      * script event source is chosen randomly from the list of script sources and the next event is
 121      * Sets the verbosity for the source as well as all sub event sources.
 132         for (MonkeySourceScript source: mScriptSources)
 [all...]
 | 
| /external/chromium/third_party/icu/source/test/cintltst/ | 
| nccbtst.h | 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen,  const uint8_t *expect, int expectLen, 50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
 54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen,  const uint8_t *expect, int expectLen,
 58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
 
 | 
| /external/chromium/third_party/icu/source/test/intltest/ | 
| mnkytst.h | 47     const UnicodeString source;  member in class:CollationMonkeyTest 
 | 
| /external/icu4c/i18n/ | 
| digitlst.h | 228      * @param source The value to be set 230     void set(double source);
 236      * @param source The value to be set
 238     void set(int32_t source);
 244      * @param source The value to be set
 246     void set(int64_t source);
 251      * @param source The value to be set.  The string must be nul-terminated.
 253     void set(const StringPiece &source, UErrorCode &status);
 
 | 
| /external/icu4c/test/cintltst/ | 
| nccbtst.h | 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen,  const uint8_t *expect, int expectLen, 50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
 54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen,  const uint8_t *expect, int expectLen,
 58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
 
 | 
| /external/icu4c/test/intltest/ | 
| mnkytst.h | 47     const UnicodeString source;  member in class:CollationMonkeyTest 
 | 
| /external/kernel-headers/original/linux/ | 
| nfs.h | 151 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) 153 	target->size = source->size;
 154 	memcpy(target->data, source->data, source->size);
 
 | 
| udp.h | 23 	__u16	source;  member in struct:udphdr 
 | 
| /external/libvpx/vp8/decoder/ | 
| dboolhuff.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.
 29 int vp8dx_start_decode_c(BOOL_DECODER *br, const unsigned char *source,
 32     br->user_buffer_end = source+source_sz;
 33     br->user_buffer     = source;
 38     if (source_sz && !source)
 
 | 
| /external/v8/src/ | 
| oprofile-agent.h | 2 // Redistribution and use in source and binary forms, with or without 6 //     * Redistributions of source code must retain the above copyright
 53   static void CreateNativeCodeRegion(String* name, String* source, int line_num,
 
 | 
| /external/webkit/JavaScriptCore/API/ | 
| JSBase.cpp | 4  * Redistribution and use in source and binary forms, with or without 7  * 1. Redistributions of source code must retain the above copyright
 53     SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber);  local
 54     Completion completion = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), source, jsThisObject);
 74     SourceCode source = makeSource(script->ustring(), sourceURL->ustring(), startingLineNumber);  local
 75     Completion completion = checkSyntax(exec->dynamicGlobalObject()->globalExec(), source);
 
 | 
| /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ | 
| constructor-001.js | 19      * - source is set to the empty string 42         "(new RegExp()).source",
 44         re.source );
 
 | 
| function-001.js | 19      * - source is set to the empty string 42         "(new RegExp()).source",
 44         re.source );
 
 | 
| /libcore/luni/src/main/java/org/apache/xml/dtm/ref/ | 
| IncrementalSAXSource.java | 87   public void startParse(InputSource source) throws SAXException; 
 | 
| /libcore/luni/src/main/java/org/xml/sax/ | 
| Parser.java | 16  * <em>This module, both source code and documentation, is in the 35  * may reuse a parser object (possibly with a different input source)
 157      * source (a character stream, a byte stream, or a URI).</p>
 163      * different input source.</p>
 165      * @param source The input source for the top-level of the
 179     public abstract void parse (InputSource source)
 
 | 
| /packages/apps/Calculator/src/com/android/calculator2/ | 
| CalculatorEditable.java | 2  * Copyright (C) 2008 The Android Open Source Project 28     private CalculatorEditable(CharSequence source, Logic logic) {
 29         super(source);
 106         public Editable newEditable(CharSequence source) {
 107             return new CalculatorEditable(source, mLogic);
 
 | 
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ | 
| Corpora.java | 2  * Copyright (C) 2009 The Android Open Source Project 57      * Gets a source by name.
 59      * @param name Source name.
 60      * @return A source, or {@code null} if no source with the given name exists.
 62     Source getSource(String name);
 65      * Gets the corpus that contains the given source.
 67     Corpus getCorpusForSource(Source source);
 
 | 
| ShortcutRepository.java | 2  * Copyright (C) 2009 The Android Open Source Project 61      * @param source The source of the shortcut that's been refreshed
 65     void updateShortcut(Source source, String shortcutId, SuggestionCursor refreshed);
 
 | 
| /libcore/luni/src/main/java/org/apache/harmony/nio/internal/ | 
| DatagramChannelImpl.java | 307     public int send(ByteBuffer source, SocketAddress socketAddress) throws IOException { 309         checkNotNull(source);
 340             int length = source.remaining();
 341             int oldposition = source.position();
 343             if (source.isDirect()) {
 345                     int data_address = AddressUtil.getDirectBufferAddress(source);
 350                 if (source.hasArray()) {
 351                     array = source.array();
 352                     start += source.arrayOffset();
 355                     source.get(array)
 510  ByteBuffer source = sources[val];  local
 520  ByteBuffer source = sources[val];  local
 [all...]
 | 
| /cts/tests/tests/text/src/android/text/cts/ | 
| InputFilter_AllCapsTest.java | 2  * Copyright (C) 2008 The Android Open Source Project 41         CharSequence source = "Caps";  local
 48         dest.insert(3, source);
 52         dest.replace(7, 11, source);
 
 | 
| /cts/tests/tests/text/src/android/text/method/cts/ | 
| NumberKeyListenerTest.java | 2  * Copyright (C) 2008 The Android Open Source Project 78         String source = "Android test";  local
 80         assertEquals("", mNumberKeyListener.filter(source, 0, source.length(),
 83         source = "12345";
 85         assertNull(mNumberKeyListener.filter(source, 0, source.length(), dest, 0, dest.length()));
 87         source = "";
 89         assertNull(mNumberKeyListener.filter(source, 0, source.length(), dest, 0, dest.length()))
 [all...]
 |