HomeSort by relevance Sort by last modified time
    Searched full:shortstring (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Analysis/
array-struct-region.c 273 } ShortString;
276 ShortString str;
281 ShortString s = { "abc" };
282 ShortString s2 = s;
283 ShortString s3 = s2;
290 ShortString s4 = s3;
298 ShortString s = { "abc" };
299 ShortString s2 = s;
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/pcre/dist/
pcregexp.pas 70 RegExp: shortstring;
77 constructor Init(const ARegExp : shortstring; AOptions : integer; ALocale : Pointer);
103 function pcInit (const Pattern: Shortstring; CaseSens: Boolean) : Pointer;
320 SearchRegExp : shortstring;
325 function Find(ARegExp:shortstring;var P: PpcRegExp):boolean; virtual;
326 function CheckNew(ARegExp:shortstring):PpcRegExp;virtual;
463 constructor TpcRegExp.Init(const ARegExp:shortstring; AOptions:integer; ALocale : Pointer);
736 function TRegExpCollection.Find(ARegExp:shortstring;var P: PpcRegExp):boolean;
754 function TRegExpCollection.CheckNew(ARegExp:shortstring):PpcRegExp;
  /cts/tests/tests/content/src/android/content/cts/
ComponentNameTest.java 170 final String shortString = getComponentName().toShortString();
171 assertEquals("{com.android.cts.content/android.content.cts.ComponentNameTest}", shortString);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 934 String shortString = "\u0644";
938 float width = p.measureText(shortString);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 6993 milliseconds