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

1 2

  /packages/apps/Email/provider_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/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 82 bool parseKerningUnicodeString(const String& input, UnicodeRanges&, HashSet<String>& stringList);
SVGParserUtilities.cpp 368 static bool genericParseKerningUnicodeString(const CharType*& ptr, const CharType* end, UnicodeRanges& rangeList, HashSet<String>& stringList)
383 stringList.add(String(inputStart, ptr - inputStart));
390 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stringList)
398 return genericParseKerningUnicodeString(ptr, end, rangeList, stringList);
402 return genericParseKerningUnicodeString(ptr, end, rangeList, stringList);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WebIDBCallbacksImpl.cpp 91 Vector<String> stringList;
93 stringList.append(webStringList[i]);
95 m_request->onSuccess(stringList);
IDBRequest.cpp 254 void IDBRequest::onSuccess(const Vector<String>& stringList)
256 IDB_TRACE("IDBRequest::onSuccess(StringList)");
261 for (size_t i = 0; i < stringList.size(); ++i)
262 domStringList->append(stringList[i]);
  /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/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 167 StringList::StringList(UErrorCode &status)
182 StringList::~StringList()
187 void StringList::add(const UnicodeString *string, UErrorCode &status)
213 void StringList::add(const UChar *chars, int32_t count, UErrorCode &status)
220 const UnicodeString *StringList::get(int32_t index) const
229 int32_t StringList::size() const
239 StringList *strings = (StringList *) obj
    [all...]
  /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...]
  /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 761 milliseconds

1 2