/developers/samples/android/ui/DrawableTinting/ |
template-params.xml | 22 <strings> 35 </strings>
|
/developers/samples/android/ui/views/NavigationDrawer/ |
template-params.xml | 37 <strings> 44 </strings>
|
/developers/samples/android/wearable/wear/Flashlight/ |
template-params.xml | 29 <strings> 36 </strings>
|
/developers/samples/android/wearable/wear/Quiz/ |
template-params.xml | 32 <strings> 44 </strings>
|
/developers/samples/android/wearable/wear/SpeedTracker/ |
template-params.xml | 36 <strings> 51 </strings>
|
/developers/samples/android/wearable/wear/WatchViewStub/ |
template-params.xml | 25 <strings> 31 </strings>
|
/external/clang/test/Sema/ |
format-strings-no-fixit.c | 7 warnings for format strings within the function call will be 8 fixed by -fixit. Other format strings will be left alone. */
|
/external/clang/test/SemaCXX/ |
flexible-array-test.cpp | 50 S strings[]; member in struct:X 56 return x.strings[0];
|
/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/ |
AccessibilityScrollAction.java | 25 import io.appium.droiddriver.util.Strings; 62 return Strings.toStringHelper(this).addValue(direction).toString();
|
/external/fonttools/Lib/fontTools/misc/ |
textTools.py | 13 """Convert a list of hex strings to binary data.""" 67 """Return a sorted copy of a list. If there are only strings
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestStringListGenerator.java | 20 import com.google.common.collect.testing.SampleElements.Strings; 34 return new Strings();
|
TestStringSetGenerator.java | 20 import com.google.common.collect.testing.SampleElements.Strings; 35 return new Strings();
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
SplitterBenchmark.java | 32 // Number of matching strings 41 input = Strings.repeat(text, length);
|
/external/libnfc-nxp/Linux_x86/ |
phOsalNfc_Utils.c | 36 /*The function does a comparison of two strings and returns a non zero value 37 if two strings are unequal*/
|
/external/llvm/include/llvm/MC/ |
StringTableBuilder.h | 38 /// \brief Analyze the strings and build the final table. No more strings can
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfStringPool.h | 24 // Collection of strings for this unit and assorted symbols. 25 // A String->Symbol mapping of strings used by indirect
|
/external/llvm/lib/Support/ |
SpecialCaseList.cpp | 30 /// "literal" (i.e. no regex metacharacters) are stored in Strings, while all 33 /// literal strings than Regex. 37 : Strings(std::move(Other.Strings)), RegEx(std::move(Other.RegEx)) {} 39 StringSet<> Strings; 43 return Strings.count(Query) || (RegEx && RegEx->match(Query)); 110 // See if we can store Regexp in Strings. 112 Entries[Prefix][Category].Strings.insert(Regexp);
|
/external/lzma/CPP/Windows/ |
Registry.h | 59 LONG SetValue_Strings(LPCTSTR valueName, const UStringVector &strings);
60 LONG GetValue_Strings(LPCTSTR valueName, UStringVector &strings);
|
/external/proguard/src/proguard/classfile/visitor/ |
MemberCollector.java | 29 * This MemberVisitor collects the concatenated name/descriptor strings of 44 * strings will be collected.
|
/external/proguard/src/proguard/util/ |
ExtensionMatcher.java | 24 * This StringMatcher tests whether strings end in a given extension, ignoring 36 * @param extension the extension against which strings will be matched.
|
/external/v8/test/intl/collator/ |
de-sort.js | 30 var strings = ['März', 'Fuße', 'FUSSE', 'Fluße', 'Flusse', variable 34 var result = strings.sort(collator.compare);
|
en-sort.js | 30 var strings = ['blood', 'bull', 'ascend', 'zed', 'down']; variable 33 var result = strings.sort(collator.compare);
|
sr-sort.js | 30 var strings = ['??????', '??????', '??????', '??????', '???????', variable 34 var result = strings.sort(collator.compare);
|
/external/v8/test/mjsunit/regress/ |
regress-696.js | 30 // only strings in Date.parse we also misleadingly supported strings with non
|
/external/vogar/src/vogar/ |
Classpath.java | 24 import vogar.util.Strings; 68 return Strings.join(elements, ":");
|