HomeSort by relevance Sort by last modified time
    Searched refs:stringList (Results 1 - 25 of 36) sorted by null

1 2

  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapUtility.java 88 String[] stringList = new String[list.size()];
89 return list.toArray(stringList);
123 String[] stringList = new String[list.size()];
124 return list.toArray(stringList);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WebIDBCallbacksImpl.cpp 86 Vector<String> stringList;
88 stringList.append(webStringList[i]);
89 m_request->onSuccess(stringList);
IDBRequest.cpp 242 void IDBRequest::onSuccess(const Vector<String>& stringList)
244 IDB_TRACE("IDBRequest::onSuccess(StringList)");
249 for (size_t i = 0; i < stringList.size(); ++i)
250 domStringList->append(stringList[i]);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
StringSwitcher.java 131 final List stringList = Arrays.asList(strings);
135 e.push(ints[stringList.indexOf(key)]);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.h 83 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
SVGParserUtilities.cpp 379 static bool genericParseKerningUnicodeString(const CharType*& ptr, const CharType* end, UnicodeRanges& rangeList, HashSet<String>& stringList)
394 stringList.add(String(inputStart, ptr - inputStart));
401 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stringList)
409 return genericParseKerningUnicodeString(ptr, end, rangeList, stringList);
413 return genericParseKerningUnicodeString(ptr, end, rangeList, stringList);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 307 List<String> stringList = new ArrayList<String>();
310 if (ci != null) stringList.add(ci.getText().toString());
312 setSuggestions(stringList, true, true);
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 169 StringList::StringList(UErrorCode &status)
184 StringList::~StringList()
189 void StringList::add(const UnicodeString *string, UErrorCode &status)
215 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status)
222 const UnicodeString *StringList::get(int32_t index) const
231 int32_t StringList::size() const
241 StringList *strings = (StringList *) obj
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 192 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringList)
195 int32_t StringList::_lists = 0;
196 int32_t StringList::_strings = 0;
197 int32_t StringList::_histogram[101] = {0};
200 StringList::StringList(UErrorCode &status)
220 StringList::~StringList()
225 void StringList::add(const UnicodeString *string, UErrorCode &status)
268 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 890 milliseconds

1 2