HomeSort by relevance Sort by last modified time
    Searched refs:strings (Results 226 - 250 of 533) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 21 void ShaderParser::setSrc(const Version& ver,GLsizei count,const GLchar** strings,const GLint* length){
23 m_src.append(strings[i]);
  /development/tools/emulator/system/camera/
CallbackNotifier.cpp 49 /* Builds an array of strings for the given set of messages.
51 * msg - Messages to get strings for,
52 * strings - Array where to save strings
55 * Number of strings saved into the 'strings' array.
57 static int GetMessageStrings(uint32_t msg, const char** strings, int max)
67 strings[out] = lCameraMessages[index];
  /external/jpeg/
ansi2knr.c 249 # include <strings.h>
257 # include <strings.h>
ckconfig.c 48 * strings.h (old BSD convention) or string.h (everybody else).
56 #include <strings.h>
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 316 <tr><th>Strings ("foo" etc)</th><td><input type="text" name="strings" value="color: #ff0000;" /></td></tr>
430 $strings = get_var('strings'); variable
432 if ( $strings != '' )
434 $stylesheet .= "\n$string_selector {{$strings}}";
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 305 return strings::Substitute(
317 return strings::Substitute(
  /external/v8/test/mjsunit/
string-flatten.js 28 // Check for regression of bug 1011505 (out of memory when flattening strings).
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 38 // Ensure both strings involved are unharmed
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 430 CharSequence[] strings = context.getResources().getTextArray(textArrayResId); local
431 return new ArrayAdapter<CharSequence>(context, textViewResId, strings);
  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 136 * Splits the given path strings into file elements using the path
140 * or {@code null}, in which case it is ignored. If both strings
163 String[] strings = path.split(Pattern.quote(File.pathSeparator)); local
165 for (String s : strings) {
412 * construct the URL by concatenating strings, we
  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
701 typedef ::std::vector<string> Strings;
725 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
726 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
729 strings->push_back(ss.str());
740 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
756 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 381 // types, strings, plain arrays, and pointers).
407 // Overloads for C strings.
434 // Overloads for wide C strings
701 typedef ::std::vector<string> Strings;
725 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) {
726 TuplePrefixPrinter<N - 1>::TersePrintPrefixToStrings(t, strings);
729 strings->push_back(ss.str());
740 static void TersePrintPrefixToStrings(const Tuple&, Strings*) {}
756 static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 216 List<String> strings = Lists.newArrayList(); local
218 strings.add(s);
220 MoreAsserts.assertEquals(expectedStrings, strings.toArray(new String[]{}));
225 String[] strings = { "abc", " abc", " abc", "abc ", "abc ", local
228 for (String s : strings) {
305 // Are all normal output strings identical?
309 // Are preserved output strings identical?
316 // Did preserved output strings preserve length?
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 283 List<String> strings = Arrays.asList(new String[] { "1", "2", "3", "1", "1" }); local
285 assertEquals("Assert 1: did not find three \"1\" strings", 3,
286 Collections.frequency(strings, "1"));
288 assertEquals("Assert 2: did not find one \"2\" strings", 1, Collections
289 .frequency(strings, "2"));
291 assertEquals("Assert 3: did not find three \"3\" strings", 1,
292 Collections.frequency(strings, "3"));
295 Collections.frequency(strings, null));
  /external/icu4c/common/
uniset_props.cpp 282 // these functions are parallel to the PERL_OPEN etc. strings above
332 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
361 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
382 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
578 // strings "[", "[^", "[-", and "[^-". Check for stand-in
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 397 vector<string*> strings_; // All strings in the pool.
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 37 HashMap strings; field in class:ConstPool
130 strings = new HashMap();
143 strings = new HashMap();
154 strings = new HashMap();
963 Utf8Info info = (Utf8Info)strings.get(utf8);
968 strings.put(utf8, info);
    [all...]
  /external/antlr/src/org/antlr/runtime/
BaseRecognizer.java 776 List strings = new ArrayList(tokens.size());
778 strings.add(((Token)tokens.get(i)).getText());
780 return strings;
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 226 // a public API. We fall back to using a canned set of strings if this
273 String[] strings = getActivity().getResources().getStringArray( local
278 for (int i = 0; i < strings.length; ++i) {
280 return strings[i];
  /bionic/libc/unistd/
exec.c 39 #include <strings.h>
  /dalvik/dx/src/com/android/dx/io/
DexBuffer.java 55 private final List<String> strings = new AbstractList<String>() { field in class:DexBuffer
79 return strings.get(typeIds.get(index));
228 public List<String> strings() { method in class:DexBuffer
229 return strings;
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 106 * Return localized strings.
109 // Keep this list in sync with the strings in generated_resources.grd and
  /external/chromium/net/tools/flip_server/
balsa_frame.h 9 #include <strings.h>
  /external/freetype/src/cff/
cfftypes.h 250 FT_Byte** strings; member in struct:CFF_FontRec_
  /external/icu4c/i18n/
uspoof_conf.cpp 49 // 2. Sort all of the strings encountered by length, since they will need to
103 // Comparison function for ordering strings in the string pool.
311 // This is done in two steps. First the data is assembled into vectors and strings,
317 // Strings of length one are not entered into the strings array.
320 // (Strings in the table are sorted by length)
334 // strings of length one do not get an entry in the string table.
390 // collections and strings. Copy it from there to the final flat
444 // The Strings Table.
449 UChar *strings
    [all...]

Completed in 2900 milliseconds

1 2 3 4 5 6 7 8 91011>>