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

<<41424344454647484950>>

  /external/v8/src/x64/
virtual-frame-x64.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
586 FrameElement source = elements_[i];
587 switch (source.type()) {
598 Unuse(source.reg());
599 if (!source.is_synced()) {
600 __ movq(Operand(rbp, fp_relative(i)), source.reg());
605 if (!source.is_synced()) {
606 __ Move(Operand(rbp, fp_relative(i)), source.handle());
611 if (!source.is_synced())
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
testidna.cpp 470 // test null-terminated source and return value of number of UChars required
479 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : "
485 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
492 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus))
494 + " Source: " + prettify(UnicodeString(src))
509 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName);
511 " null terminated source "+ prettify(src) +
519 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
526 " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus))
528 + " Source: " + prettify(UnicodeString(src)
1457 UnicodeString source; local
    [all...]
transtst.cpp 63 icu4c: source/test/intltest/transtst.cpp
1965 UnicodeString source; local
2327 UnicodeString source; local
2515 const char* const source[MAX_LEN] = { local
2656 const char* const source[MAX_LEN] = { local
2704 const char* const source[MAX_LEN] = { local
2764 const char* const source[] = { local
3165 UnicodeString source = CharsToUnicodeString("\\\\u00E1"); \/\/ a-acute local
3407 const UnicodeString& source = testCases[i+1]; local
3536 UnicodeString source; local
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 469 // test null-terminated source and return value of number of UChars required
478 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : "
484 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
491 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus))
493 + " Source: " + prettify(UnicodeString(src))
508 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName);
510 " null terminated source "+ prettify(src) +
518 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
525 " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus))
527 + " Source: " + prettify(UnicodeString(src)
1460 UnicodeString source; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 2 * Copyright (C) 2006 The Android Open Source Project
325 * @param src The source bitmap.
328 * @param filter true if the source should be filtered.
362 * Returns an immutable bitmap from the source bitmap. The new bitmap may
363 * be the same object as source, or a copy may have been made. It is
371 * Returns an immutable bitmap from the specified subset of the source
372 * bitmap. The new bitmap may be the same object as source, or a copy may
376 * @param source The bitmap we are subsetting
377 * @param x The x coordinate of the first pixel in source
378 * @param y The y coordinate of the first pixel in source
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 31 import javax.xml.transform.Source;
234 * given document specified in the source param,
245 * @param source The XML source that is to be searched.
251 * @return A Source object capable of being used to create a Templates object.
255 public Source getAssociatedStylesheet(
256 Source source, String media, String title, String charset)
265 if (source instanceof DOMSource)
267 DOMSource dsource = (DOMSource) source;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SinkChannelTest.java 71 private Pipe.SourceChannel source; field in class:SinkChannelTest
81 source = pipe.source();
117 source.configureBlocking(sourceBlockingMode[i]);
118 // if sink and source both are blocking mode, source only needs read
128 int count = source.read(readBuf);
176 long count = source.read(readBuf);
276 source.close();
326 source.configureBlocking(sourceBlockingMode[i])
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
InputStreamReaderTest.java 48 private final String source = "This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese"; field in class:InputStreamReaderTest
113 in = new ByteArrayInputStream(source.getBytes("UTF-8"));
158 reader.read(new char[source.length() - 5], 0, source.length() - 5);
264 char[] chars = new char[source.length()];
269 assertEquals(source.length() - 8, reader.read(chars, 8,
271 assertTrue(Arrays.equals(chars, source.toCharArray()));
273 assertTrue(Arrays.equals(chars, source.toCharArray()));
282 char[] chars = new char[source.length()];
283 assertEquals(source.length() - 3, reader.read(chars, 0
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 2 * Copyright (C) 2007 The Android Open Source Project
94 public Document parse(InputSource source) throws SAXException, IOException {
95 if (source == null) {
102 String inputEncoding = source.getEncoding();
103 String systemId = source.getSystemId();
113 if (source.getByteStream() != null) {
114 parser.setInput(source.getByteStream(), inputEncoding);
115 } else if (source.getCharacterStream() != null) {
116 parser.setInput(source.getCharacterStream());
146 locator.setPublicId(source.getPublicId())
    [all...]
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 2 * Copyright (C) 2010 The Android Open Source Project
261 struct android_poll_source* source; local
267 (void**)&source)) >= 0) {
270 if (source != NULL) {
271 source->process(state, source);
  /external/chromium/third_party/icu/public/i18n/unicode/
tzrule.h 174 * @param source The TimeZoneRule object to be copied.
177 TimeZoneRule(const TimeZoneRule& source);
213 * @param source The InitialTimeZoneRule object to be copied.
216 InitialTimeZoneRule(const InitialTimeZoneRule& source);
424 * @param source The AnnualTimeZoneRule object to be copied.
427 AnnualTimeZoneRule(const AnnualTimeZoneRule& source);
640 * @param source The TimeArrayTimeZoneRule object to be copied.
643 TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule& source);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
translit.cpp 745 UnicodeString source, target, variant; local
747 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource);
755 UnicodeString ID(source);
790 args[1].setString(source);
    [all...]
  /external/icu4c/i18n/
translit.cpp 745 UnicodeString source, target, variant; local
747 TransliteratorIDParser::IDtoSTV(id, source, target, variant, sawSource);
755 UnicodeString ID(source);
790 args[1].setString(source);
    [all...]
digitlst.cpp 649 DigitList::set(int32_t source)
651 set((int64_t)source);
652 fDouble = source;
662 DigitList::set(int64_t source)
665 formatBase10(source, str);
669 fDouble = (double)source;
684 DigitList::set(const StringPiece &source, UErrorCode &status) {
691 int32_t numDigits = source.length();
703 uprv_decNumberFromString(fDecNumber, source.data(), &fContext);
713 * @param source Value to be converted
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 174 * @param source The TimeZoneRule object to be copied.
177 TimeZoneRule(const TimeZoneRule& source);
213 * @param source The InitialTimeZoneRule object to be copied.
216 InitialTimeZoneRule(const InitialTimeZoneRule& source);
424 * @param source The AnnualTimeZoneRule object to be copied.
427 AnnualTimeZoneRule(const AnnualTimeZoneRule& source);
640 * @param source The TimeArrayTimeZoneRule object to be copied.
643 TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule& source);
    [all...]
  /frameworks/base/core/java/android/database/
CursorWindow.java 2 * Copyright (C) 2006 The Android Open Source Project
492 public CursorWindow createFromParcel(Parcel source) {
493 return new CursorWindow(source);
514 private CursorWindow(Parcel source) {
515 IBinder nativeBinder = source.readStrongBinder();
516 mStartPos = source.readInt();
  /frameworks/base/core/java/com/android/internal/util/
HanziToPinyin.java 2 * Copyright (C) 2009 The Android Open Source Project
310 * Separator between target string for each source char
321 public Token(int type, String source, String target) {
323 this.source = source;
333 public String source; field in class:HanziToPinyin.Token
335 * Translated string of source. For Han, target is corresponding Pinyin.
336 * Otherwise target is original string in source.
367 token.source = letter;
  /frameworks/base/media/libstagefright/httplive/
LiveSource.cpp 2 * Copyright (C) 2010 The Android Open Source Project
301 sp<DataSource> source; local
304 source = new FileSource(url + 7);
314 source = mSource;
318 status_t err = source->getSize(&size);
327 ssize_t n = source->readAt(
  /libcore/luni/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 255 *<p>If <code>source</code> or <code>returnType</code> is <code>null</code>,
258 * @param source The <code>InputSource</code> of the document to evaluate
269 * @throws NullPointerException If <code>source</code> or
272 public Object evaluate(InputSource source, QName returnType)
274 if ( ( source == null ) || ( returnType == null ) ) {
295 Document document = db.parse( source );
306 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
313 * <p>If <code>source</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
315 * @param source The <code>InputSource</code> of the document to evaluate over.
321 * @throws NullPointerException If <code>source</code> is <code>null</code>
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 2 * Copyright (C) 2009 The Android Open Source Project
68 File source = new File(base, "source"); local
69 assertFalse(source.exists());
72 ln_s(target, source);
73 assertTrue(source.exists());
74 assertEquals(target.getCanonicalPath(), source.getCanonicalPath());
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutsProvider.java 2 * Copyright (C) 2010 The Android Open Source Project
122 Source source = getCorpora().getSource(sourceComponent.flattenToShortString()); local
123 if (source == null) {
124 Log.w(TAG, "Unknown shortcut source " + sourceComponent);
132 cursor.add(makeSuggestion(source, shortcut));
147 private SuggestionData makeSuggestion(Source source, ContentValues shortcut) {
164 SuggestionData suggestion = new SuggestionData(source);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 2 * Copyright (C) 2010 The Android Open Source Project
76 sb.append(token.source);
81 sb.append(token.source);
114 keyPinyin.insert(0, token.source);
115 keyInitial.insert(0, token.source.charAt(0));
117 keyOrignal.insert(0, token.source);
  /external/v8/src/ia32/
virtual-frame-ia32.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
279 FrameElement source = elements_[i];
280 switch (source.type()) {
291 Unuse(source.reg());
292 if (!source.is_synced()) {
293 __ mov(Operand(ebp, fp_relative(i)), source.reg());
298 if (!source.is_synced()) {
299 if (cgen()->IsUnsafeSmi(source.handle())) {
301 cgen()->MoveUnsafeSmi(esi, source.handle())
    [all...]
  /external/bluetooth/glib/tests/
timeloop-basic.c 96 input_callback (int source, int dest)
100 if (!read_all (source, (char *)&val, sizeof(val)))
113 close (source);
  /external/chromium/third_party/zlib/
zutil.c 151 void zmemcpy(dest, source, len)
153 const Bytef* source;
158 *dest++ = *source++; /* ??? to be unrolled */

Completed in 1313 milliseconds

<<41424344454647484950>>