/development/ndk/platforms/android-18/samples/gles3jni/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/development/ndk/platforms/android-5/samples/hello-gl2/res/values/ |
strings.xml | 21 <!-- This file contains resource definitions for displayed strings, allowing 25 <!-- Simple strings. -->
|
/development/samples/BasicGLSurfaceView/res/values/ |
strings.xml | 21 <!-- This file contains resource definitions for displayed strings, allowing 25 <!-- Simple strings. -->
|
/development/samples/Compass/res/values/ |
strings.xml | 17 <!-- This file contains resource definitions for displayed strings, allowing 21 <!-- Simple strings. -->
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
enterprise_enrollment_ui_unittest.cc | 19 // This set of strings to test was generated from 21 // cloud printing team and we'll split the strings.
|
/external/chromium_org/base/ |
guid_win.cc | 14 #include "base/strings/string_util.h" 15 #include "base/strings/utf_string_conversions.h"
|
/external/chromium_org/base/i18n/ |
string_compare.cc | 8 #include "base/strings/utf_string_conversions.h" 13 // Compares the character data stored in two different string16 strings by
|
/external/chromium_org/base/strings/ |
nullable_string16_unittest.cc | 5 #include "base/strings/nullable_string16.h" 6 #include "base/strings/utf_string_conversions.h"
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_port_enumerator_win.cc | 10 #include "base/strings/string_util.h" 11 #include "base/strings/stringprintf.h"
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
main.js | 11 chrome.firstRunPrivate.getLocalizedStrings(function(strings) { 12 loadTimeData.data = strings;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
multiple_client_passwords_sync_test.cc | 5 #include "base/strings/stringprintf.h" 6 #include "base/strings/utf_string_conversions.h"
|
/external/chromium_org/chrome/common/ |
content_settings_helper.cc | 7 #include "base/strings/string_piece.h" 8 #include "base/strings/utf_string_conversions.h"
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database_error.h | 9 #include "base/strings/string16.h" 10 #include "base/strings/utf_string_conversions.h"
|
/external/chromium_org/crypto/ |
secure_util.h | 14 // Performs a constant-time comparison of two strings, returning true if the 15 // strings are equal.
|
/external/chromium_org/extensions/common/features/ |
feature.cc | 11 #include "base/strings/string_util.h" 12 #include "base/strings/stringprintf.h"
|
/external/chromium_org/rlz/lib/ |
machine_id_unittest.cc | 7 #include "base/strings/string16.h" 8 #include "base/strings/utf_string_conversions.h"
|
/external/chromium_org/third_party/cld/base/ |
string_util.h | 5 // This file defines utility functions for working with strings. 15 // Compare the two strings s1 and s2 without regard to case using
|
/external/chromium_org/third_party/re2/re2/ |
filtered_re2.h | 12 // Compile the FilteredRE2. The compile returns strings that need to 13 // be matched. Note that all returned strings are lowercase. For 15 // matching using the strings returned. When doing the string match, 18 // indices of strings that were found in the text to get the actual 45 // of strings that the caller should check for in candidate texts. 46 // The returned strings are lowercased. When doing string matching, 48 // strings from the set of strings returned by Compile. Call after
|
/external/chromium_org/third_party/sqlite/src/ |
mkopcodec.awk | 7 # Opcodes.c contains strings which are the symbolic names for the various 8 # opcodes used by the VDBE. These strings are used when disassembling a
|
/external/chromium_org/tools/grit/grit/gather/ |
muppet_strings.py | 6 '''Support for "strings.xml" format used by Muppet plug-ins in Google Desktop.''' 19 # Placeholders can be defined in strings.xml files by putting the name of the 25 '''A very dumb parser for splitting the strings.xml file into translateable 37 if (name != 'strings'): 66 if name != 'strings': 80 '''Supports the strings.xml format used by Muppet gadgets.''' 126 self._AddNontranslateableChunk(u'<strings>\n') 130 self._AddNontranslateableChunk(u'</strings>\n')
|
/external/chromium_org/ui/views/examples/ |
checkbox_example.cc | 7 #include "base/strings/stringprintf.h" 8 #include "base/strings/utf_string_conversions.h"
|
/external/clang/test/CodeGen/ |
cfstring.c | 4 // constant with the -fwritable-strings flag. 6 // RUN: %clang_cc1 -fwritable-strings -emit-llvm %s -o - | FileCheck %s
|
/external/clang/test/SemaCXX/ |
flexible-array-test.cpp | 44 S strings[]; // expected-error {{flexible array member 'strings' of non-POD element type 'S []'}} member in struct:X
|
/external/icu4c/config/ |
pkgdata.inc | 7 COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c 9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wl,--gc-sections -shared -Wl,-Bsymbolic
|
/external/icu4c/test/testdata/ |
pkgdata.inc | 7 COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c 9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wl,--gc-sections -shared -Wl,-Bsymbolic
|