/developers/samples/android/wearable/wear/EmbeddedApp/ |
template-params.xml | 32 <strings> 38 </strings>
|
/developers/samples/android/wearable/wear/Geofencing/ |
template-params.xml | 34 <strings> 43 </strings>
|
/developers/samples/android/wearable/wear/JumpingJack/ |
template-params.xml | 28 <strings> 34 </strings>
|
/developers/samples/android/wearable/wear/Notifications/ |
template-params.xml | 32 <strings> 41 </strings>
|
/development/apps/launchperf/res/values/ |
strings.xml | 3 /* //device/tests/ComplexLayout/res/values/strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/ |
SimpleStringAdapter.java | 54 public SimpleStringAdapter(Context context, String[] strings) { 62 Collections.addAll(mValues, strings);
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
GenericAccountService.java | 88 String s, String s2, String[] strings, Bundle bundle) 121 Account account, String[] strings)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
PBEParametersGenerator.java | 3 import org.bouncycastle.util.Strings; 135 return Strings.toUTF8ByteArray(password);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Base64.java | 7 import org.bouncycastle.util.Strings; 28 return Strings.fromByteArray(encoded);
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/ |
DESCRIPTION | 19 - Strings are kept, except that escaped newlines are stripped 38 strings
|
/external/chromium-trace/trace-viewer/tracing/tracing/model/ |
container_memory_dump_test.html | 93 md, 'oilpan/bucket2/strings', oilpanBucket2Dump); 118 assert.equal(md.getMemoryAllocatorDumpByFullName('oilpan/bucket2/strings'),
|
memory_allocator_dump_test.html | 56 var oilpanBucket2StringsDump = newChildDump(oilpanBucket2Dump, 'strings'); 77 // oilpan/bucket2/strings has *no* attributes aggregated.
|
/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 1 //= FormatString.h - Analysis of printf/fprintf format strings --*- C++ -*-===// 10 // This file defines APIs for analyzing the format strings of printf, fscanf, 13 // The structure of format strings for fprintf are described in C99 7.19.6.1. 15 // The structure of format strings for fscanf are described in C99 7.19.6.2. 29 /// Common components of both fprintf and fscanf format strings. 399 /// Pieces specific to fprintf format strings. 535 /// Pieces specific to fscanf format strings. 601 // Parsing and processing of format strings (both fprintf and fscanf).
|
/external/elfutils/src/po/ |
ChangeLog | 61 * POTFILES.in: Add more files with translatable strings. 84 * POTFILES.in: Add src/strings.c.
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
FilterTask.java | 13 import com.vladium.util.Strings; 65 protected static final String COMMA_DELIMITERS = COMMA + Strings.WHITE_SPACE;
|
/external/google-breakpad/src/common/mac/ |
macho_reader_unittest.cc | 1766 StringAssembler strings; local 1803 StringAssembler strings; local 1840 StringAssembler strings; local 1871 StringAssembler strings; local [all...] |
/external/google-breakpad/src/processor/ |
binarystream.h | 31 // wrapper around std::stringstream to allow reading and writing strings 64 // Note: strings are truncated at 65535 characters
|
/external/guava/guava/src/com/google/common/html/ |
HtmlEscapers.java | 25 * {@code Escaper} instances suitable for strings to be included in HTML 46 * resulting strings can be used both in attribute values and in <em>most</em>
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
SampleElements.java | 57 public static class Strings extends SampleElements<String> { 58 public Strings() {
|
/external/icu/icu4c/source/common/unicode/ |
listformatter.h | 122 * Formats a list of strings. 124 * @param items An array of strings to be combined and formatted.
|
utrace.h | 204 * Format Strings are passed to UTraceData functions, and define the 225 * ICU trace format strings contain plain text with argument inserts, 226 * much like standard printf format strings. 230 * The trace format strings need not have \n at the end. 256 * Note: %vS is a vector of (UChar *) strings. The strings must 260 * strings, not the length of the strings.
|
/external/icu/icu4c/source/samples/msgfmt/ |
README.TXT | 69 idiomatic strings, such as "no arguments", "one argument", "two 78 of the "number" element, to display more idiomatic strings.
|
/external/libcap-ng/libcap-ng-0.7/src/ |
lookup_table.c | 26 #include <strings.h> 47 all strings referenced in the table and the table itself, which uses
|
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
PhonePrefixMapStorageStrategy.java | 56 * sortedPhonePrefixMap} that maps phone number prefixes to description strings. 59 * calling code to description strings
|
/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/ |
MappingFileProviderTest.java | 53 private static HashSet<String> newHashSet(String... strings) { 55 set.addAll(Arrays.asList(strings));
|