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

<<31323334353637383940>>

  /frameworks/base/core/java/com/android/internal/preference/
YesNoPreference.java 2 * Copyright (C) 2007 The Android Open Source Project
124 public SavedState(Parcel source) {
125 super(source);
126 wasPositiveResult = source.readInt() == 1;
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectIntBufferTest.java 55 int[] source = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; local
57 intBuffer.put(source, 2, 2);
58 intBuffer.put(source, 4, 2);
DirectShortBufferTest.java 56 short[] source = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; local
58 shortBuffer.put(source, 2, 2);
59 shortBuffer.put(source, 4, 2);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 2 * Copyright (C) 2008 The Android Open Source Project
45 // "source" parameter for Google search requests from unknown sources (e.g. apps). This will get
94 // If the caller specified a 'source' url parameter, use that and if not use default.
96 String source = GOOGLE_SEARCH_SOURCE_UNKNOWN; local
98 source = appSearchData.getString(Search.SOURCE);
112 + "&source=android-" + source
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 2 * Copyright (C) 2007 The Android Open Source Project
232 * Looks up an address and returns method name, source file name, and line
264 String source = mResultReader.readLine(); local
267 if (method != null && source != null) {
268 return new NativeStackCallInfo(mLibrary, method, source);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 2 * Copyright (C) 2009 The Android Open Source Project
108 InputSource source; local
110 source = new InputSource(((IFile) resource).getContents());
119 Object result = mXPath.evaluate(xpathExpr, source, XPathConstants.NODESET);
  /external/chromium/third_party/icu/source/i18n/
coll.cpp 408 Collator::EComparisonResult Collator::compare(const UnicodeString& source,
412 return (Collator::EComparisonResult)compare(source, target, ec);
416 Collator::EComparisonResult Collator::compare(const UnicodeString& source,
421 return (Collator::EComparisonResult)compare(source, target, length, ec);
425 Collator::EComparisonResult Collator::compare(const UChar* source, int32_t sourceLength,
430 return (Collator::EComparisonResult)compare(source, sourceLength, target, targetLength, ec);
443 UCollationResult Collator::compareUTF8(const StringPiece &source,
450 uiter_setUTF8(&sIter, source.data(), source.length());
455 UBool Collator::equals(const UnicodeString& source,
    [all...]
tridpars.cpp 53 source = s;
536 * S-T/V, or S/V-T. If the source is missing, return a source of
539 * @return an array of 4 strings: source, target, variant, and
540 * isSourcePresent. If the source is not present, ANY will be
541 * given as the source, and isSourcePresent will be NULL. Otherwise
546 UnicodeString& source,
550 source = ANY;
568 id.extractBetween(0, sep, source);
576 id.extractBetween(0, var, source);
703 UnicodeString source; local
    [all...]
buddhcal.h 78 * @param source the object to be copied.
81 BuddhistCalendar(const BuddhistCalendar& source);
  /external/icu4c/i18n/
coll.cpp 408 Collator::EComparisonResult Collator::compare(const UnicodeString& source,
412 return (Collator::EComparisonResult)compare(source, target, ec);
416 Collator::EComparisonResult Collator::compare(const UnicodeString& source,
421 return (Collator::EComparisonResult)compare(source, target, length, ec);
425 Collator::EComparisonResult Collator::compare(const UChar* source, int32_t sourceLength,
430 return (Collator::EComparisonResult)compare(source, sourceLength, target, targetLength, ec);
443 UCollationResult Collator::compareUTF8(const StringPiece &source,
450 uiter_setUTF8(&sIter, source.data(), source.length());
455 UBool Collator::equals(const UnicodeString& source,
    [all...]
fmtable.cpp 206 Formattable::Formattable(const Formattable &source)
210 *this = source;
217 Formattable::operator=(const Formattable& source)
219 if (this != &source)
225 fType = source.fType;
230 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount;
231 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
232 source.fValue.fArrayAndCount.fCount);
236 fValue.fString = new UnicodeString(*source.fValue.fString);
240 fValue.fDouble = source.fValue.fDouble
    [all...]
tridpars.cpp 53 source = s;
536 * S-T/V, or S/V-T. If the source is missing, return a source of
539 * @return an array of 4 strings: source, target, variant, and
540 * isSourcePresent. If the source is not present, ANY will be
541 * given as the source, and isSourcePresent will be NULL. Otherwise
546 UnicodeString& source,
550 source = ANY;
568 id.extractBetween(0, sep, source);
576 id.extractBetween(0, var, source);
702 UnicodeString source; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
convtest.cpp 755 const char *source, *sourceLimit, *bytesLimit; local
759 source=(const char *)cc.bytes;
761 bytesLimit=source+cc.bytesLength;
777 sourceLimit=source;
792 &source, sourceLimit,
797 if(source>sourceLimit || target>targetLimit) {
817 if(source!=sourceLimit) {
829 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
849 sourceLimit=source; // use sourceLimit not as a real limi
1159 const char *source, *sourceLimit, *utf8Limit; local
1265 const UChar *source, *sourceLimit, *unicodeLimit; local
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 786 const char *source, *sourceLimit, *bytesLimit; local
790 source=(const char *)cc.bytes;
792 bytesLimit=source+cc.bytesLength;
808 sourceLimit=source;
823 &source, sourceLimit,
828 if(source>sourceLimit || target>targetLimit) {
848 if(source!=sourceLimit) {
860 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
880 sourceLimit=source; // use sourceLimit not as a real limi
1187 const char *source, *sourceLimit, *utf8Limit; local
1293 const UChar *source, *sourceLimit, *unicodeLimit; local
    [all...]
  /bionic/libc/kernel/common/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static/d/
T_invoke_static_14.d 1 ; Copyright (C) 2008 The Android Open Source Project
15 .source TestClassInitError.java
31 .source T_invoke_static_14.java
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_static_range/d/
T_invoke_static_range_14.d 1 ; Copyright (C) 2008 The Android Open Source Project
15 .source TestClassInitError.java
31 .source T_invoke_static_range_14.java
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_24.d 1 ; Copyright (C) 2008 The Android Open Source Project
15 .source TTestInterface.java
21 .source T_invoke_virtual_24.java
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_24.d 1 ; Copyright (C) 2008 The Android Open Source Project
15 .source TTestInterface.java
21 .source T_invoke_virtual_range_24.java
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 2 * Copyright (C) 2007 The Android Open Source Project
105 RegisterSpec source = sources.get(i); local
106 useList[source.getReg()].remove(insnS);
110 source.getReg()))) {
115 worklist.set(source.getReg());
  /development/ndk/platforms/android-3/include/linux/
if_arcnet.h 74 uint8_t source, member in struct:arc_hardware
  /external/bluetooth/glib/gio/
gfilemonitor.c 387 GSource *source; local
404 source = g_idle_source_new ();
405 g_source_set_priority (source, 0);
410 g_source_set_callback (source, emit_cb, monitor, NULL);
411 priv->pending_file_change_id = g_source_attach (source, NULL);
412 g_source_unref (source);
545 GSource *source; local
566 source = g_timeout_source_new (data.min_time + 1); /* + 1 to make sure we've really passed the time */
567 g_source_set_callback (source, rate_limiter_timeout, monitor, NULL);
568 g_source_attach (source, NULL)
593 GSource *source; local
    [all...]
  /external/bluetooth/glib/tests/
timeloop.c 101 input_callback (GIOChannel *source,
108 if (!read_all (source, (char *)&val, sizeof(val)))
122 g_io_channel_close (source);
125 g_io_channel_unref (source);
  /external/chromium/googleurl/src/
url_canon_query.cc 4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
84 void AppendRaw8BitQueryString(const CHAR* source, int length,
87 if (!IsQueryChar(static_cast<unsigned char>(source[i])))
88 AppendEscapedChar(static_cast<unsigned char>(source[i]), output);
90 output->push_back(static_cast<char>(source[i]));
  /external/chromium/third_party/icu/public/i18n/unicode/
tztrans.h 52 * @param source The TimeZoneTransition object to be copied.
55 TimeZoneTransition(const TimeZoneTransition& source);

Completed in 2066 milliseconds

<<31323334353637383940>>