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

<<31323334353637383940>>

  /external/chromium/third_party/icu/source/i18n/
japancal.h 85 * @param source the object to be copied.
88 JapaneseCalendar(const JapaneseCalendar& source);
taiwncal.h 75 * @param source the object to be copied.
78 TaiwanCalendar(const TaiwanCalendar& source);
  /external/chromium/third_party/icu/source/test/cintltst/
ccolltst.h 27 void reportCResult( const UChar source[], const UChar target[],
  /external/chromium/third_party/icu/source/test/intltest/
allcoll.cpp 157 UnicodeString source("THISISATEST.");
166 Collator::EComparisonResult result = coll->compare(source, target);
174 result = coll->compare(source, target);
183 coll->getCollationKey(source, sourceKeyOut, status);
dadrcoll.h 10 * source/test/testdata/DataDrivenCollationTest.txt
32 UnicodeString source; member in class:SeqElement
  /external/chromium/third_party/icu/source/tools/toolutil/
uparse.h 122 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);
  /external/clearsilver/java-jni/
Android.mk 66 $(transform-generated-source)
74 $(transform-generated-source)
  /external/icu4c/i18n/
buddhcal.h 78 * @param source the object to be copied.
81 BuddhistCalendar(const BuddhistCalendar& source);
japancal.h 85 * @param source the object to be copied.
88 JapaneseCalendar(const JapaneseCalendar& source);
taiwncal.h 75 * @param source the object to be copied.
78 TaiwanCalendar(const TaiwanCalendar& source);
  /external/icu4c/i18n/unicode/
tztrans.h 52 * @param source The TimeZoneTransition object to be copied.
55 TimeZoneTransition(const TimeZoneTransition& source);
  /external/icu4c/test/cintltst/
ccolltst.h 27 void reportCResult( const UChar source[], const UChar target[],
  /external/icu4c/test/intltest/
allcoll.cpp 157 UnicodeString source("THISISATEST.");
166 Collator::EComparisonResult result = coll->compare(source, target);
174 result = coll->compare(source, target);
183 coll->getCollationKey(source, sourceKeyOut, status);
dadrcoll.h 10 * source/test/testdata/DataDrivenCollationTest.txt
32 UnicodeString source; member in class:SeqElement
  /external/kernel-headers/original/linux/
if_arcnet.h 112 uint8_t source, /* source ARCnet - filled in automagically */ member in struct:arc_hardware
  /external/webkit/JavaScriptCore/runtime/
RegExpPrototype.cpp 118 UString source = asRegExpObject(thisValue)->get(exec, exec->propertyNames().source).toString(exec); local
119 // If source is empty, use "/(?:)/" to avoid colliding with comment syntax
120 return jsMakeNontrivialString(exec, "/", source.size() ? source : UString("(?:)"), postfix);
  /external/webkit/JavaScriptGlue/
JSRun.h 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
60 JSRun(CFStringRef source, JSFlags inFlags);
  /external/webkit/WebCore/bindings/js/
CachedScriptSourceProvider.h 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
49 const String& source() const { return m_cachedScript->script(); } function in class:WebCore::CachedScriptSourceProvider
  /external/webkit/WebCore/bindings/v8/
WorkerScriptController.cpp 4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
77 ScriptValue result = m_proxy->evaluate(sourceCode.source(), sourceCode.url().string(), sourceCode.startLine() - 1, &state);
  /external/webkit/WebCore/inspector/
ConsoleMessage.h 6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
57 MessageSource source() const { return m_source; } function in class:WebCore::ConsoleMessage
  /external/webkit/WebCore/platform/text/
TextCodecICU.h 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
59 int decodeToBuffer(UChar* buffer, UChar* bufferLimit, const char*& source,
  /external/webkit/WebKit/mac/WebView/
WebHTMLViewInternal.h 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
61 - (void)setPromisedDragTIFFDataSource:(WebCore::CachedImage*)source;
  /frameworks/base/core/java/android/preference/
PreferenceScreen.java 2 * Copyright (C) 2007 The Android Open Source Project
231 public SavedState(Parcel source) {
232 super(source);
233 isDialogShowing = source.readInt() == 1;
234 dialogBundle = source.readBundle();
  /frameworks/base/include/media/stagefright/
AMRWriter.h 2 * Copyright (C) 2010 The Android Open Source Project
37 virtual status_t addSource(const sp<MediaSource> &source);
MediaWriter.h 2 * Copyright (C) 2010 The Android Open Source Project
35 virtual status_t addSource(const sp<MediaSource> &source) = 0;

Completed in 1657 milliseconds

<<31323334353637383940>>