HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 151 - 175 of 7947) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMInputCapsule.java 153 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
156 if (strings.length != requiredSize)
160 + strings.length);
162 byte[] tmp = new byte[strings.length];
163 for (int i = 0; i < strings.length; i++) {
164 tmp[i] = Byte.parseByte(strings[i]);
254 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
257 if (strings.length != requiredSize)
260 + ", data contains " + strings.length);
262 int[] tmp = new int[strings.length]
357 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
396 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
443 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
542 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
641 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
737 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
829 List<String> strings = new ArrayList<String>(); local
910 String[] strings = parseTokens(tmpString); local
1327 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
1360 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
1393 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
1426 String[] strings = parseTokens(tmpEl.getAttribute("data")); local
    [all...]
  /art/runtime/mirror/
dex_cache.cc 34 void DexCache::Init(const DexFile* dex_file, String* location, ObjectArray<String>* strings,
39 CHECK(strings != nullptr);
46 SetFieldObject<false>(StringsOffset(), strings); local
  /developers/build/templates/SingleView/_MODULE_/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/admin/DeviceOwner/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/admin/NfcProvisioning/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/background/alarms/RepeatingAlarm/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/content/DirectShare/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/content/documentsUi/StorageClient/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/content/documentsUi/StorageProvider/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/content/webview/PermissionRequest/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/media/HdrViewfinder/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/media/ScreenCapture/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/notification/ActiveNotifications/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/security/ConfirmCredential/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/ui/views/Elevation/ElevationBasic/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/ui/window/AdvancedImmersiveMode/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/ui/window/BasicImmersiveMode/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /developers/samples/android/ui/window/ImmersiveMode/Application/
README-singleview.txt 23 This element should be a child of <strings>:
24 <strings>
28 </strings>
  /external/antlr/antlr-3.4/runtime/Python/tests/
t014parser.py 34 # FIXME: currently strings with formatted errors are collected
48 # FIXME: currently strings with formatted errors are collected
64 # FIXME: currently strings with formatted errors are collected
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUTF8String.java 6 import org.bouncycastle.util.Strings;
89 this.string = Strings.toUTF8ByteArray(string);
94 return Strings.fromUTF8ByteArray(string);
  /external/clang/test/SemaCXX/
writable-strings-deprecated.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wno-deprecated-writable-strings -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -fwritable-strings -verify %s
4 // RUN: %clang_cc1 -fsyntax-only -Wno-write-strings -verify %s
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringListPropertyEditor.java 85 // m_strings = getParameterAsArray(parameters, "strings");
92 // public void configure(String[] strings) {
93 // m_strings = strings;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
TestStringMultisetGenerator.java 22 import com.google.common.collect.testing.SampleElements.Strings;
27 * Create multisets of strings for tests.
37 return new Strings();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowOverlayItem.java 9 import com.xtremelabs.robolectric.util.Strings;
49 return Strings.equals(title, that.title)
50 && Strings.equals(snippet, that.snippet)

Completed in 139 milliseconds

1 2 3 4 5 67 8 91011>>