HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 26 - 50 of 14506) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/smack/src/org/xbill/DNS/
TXTRecord.java 8 * Text - stores text strings
26 * @param strings The text strings
27 * @throws IllegalArgumentException One of the strings has invalid escapes
30 TXTRecord(Name name, int dclass, long ttl, List strings) {
31 super(name, Type.TXT, dclass, ttl, strings);
SPFRecord.java 26 * @param strings The text strings
27 * @throws IllegalArgumentException One of the strings has invalid escapes
30 SPFRecord(Name name, int dclass, long ttl, List strings) {
31 super(name, Type.SPF, dclass, ttl, strings);
  /external/clang/test/SemaCXX/
writable-strings-deprecated.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wno-deprecated-writable-strings -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -fwritable-strings -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -Wno-write-strings -verify %s
  /external/chromium_org/components/webdata/encryptor/
README 1 Encryptor gives access to simple encryption and decryption of strings.
  /external/chromium_org/tools/json_comment_eater/
everything_expected.json 8 "strings": "yes",
  /external/elfutils/libelf-po/
POTFILES.in 1 # List of files which containing translatable strings.
  /external/lzma/CPP/7zip/UI/Common/
SortUtils.h 8 void SortFileNames(const UStringVector &strings, CIntVector &indices);
  /external/lzma/CPP/Common/
ListFileUtils.h 9 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
  /frameworks/base/core/java/android/text/util/
package.html 3 Utilities for converting identifiable text strings into clickable links
  /frameworks/base/telephony/java/android/telephony/
package.html 5 for manipulating phone number strings.
  /ndk/sources/android/support/src/musl-locale/
strcasecmp_l.c 1 #include <strings.h>
strncasecmp_l.c 1 #include <strings.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
string.h 4 /* We don't want strings.h stuff being user by user stuff by accident */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
string.h 4 /* We don't want strings.h stuff being user by user stuff by accident */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
string.h 4 /* We don't want strings.h stuff being user by user stuff by accident */
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldAndroidRegexTest.java 160 String[] strings; local
162 strings = p.split("boo:and:foo");
163 assertEquals(3, strings.length);
164 assertEquals("boo", strings[0]);
165 assertEquals("and", strings[1]);
166 assertEquals("foo", strings[2]);
168 strings = p.split("boo:and:foo", 2);
169 assertEquals(2, strings.length);
170 assertEquals("boo", strings[0]);
171 assertEquals("and:foo", strings[1])
    [all...]
  /external/proguard/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
3 # in many class files. Since these strings can be shared, the resulting
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glShaderSource.cpp 14 const char* strings[] = {nativeString}; local
15 glShaderSource(shader, 1, strings, 0);
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
compact.txt 2 # This obfuscation dictionary contains strings that are already present
3 # in many class files. Since these strings can be shared, the resulting
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
navigation1-expected-navigate1.txt 2 Open Declaration in values/strings.xml : [@string/app_name]
3 L/PROJECTNAME/res/values/strings.xml
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui.cc 181 DictionaryValue strings; local
184 AddString(&strings, "loginHeader",
186 AddString(&strings, "loginExplain",
189 AddString(&strings, "cloudHeader",
191 AddString(&strings, "cloudExplain",
193 AddString(&strings, "accesscontrolHeader",
195 AddString(&strings, "accesscontrolExplain",
197 AddString(&strings, "confirmationHeader",
199 AddString(&strings, "confirmationMessage",
201 AddString(&strings, "confirmationClose"
    [all...]
  /external/chromium_org/components/
component_strings.grd 114 <file path="strings/component_strings_am.xtb" lang="am" />
115 <file path="strings/component_strings_ar.xtb" lang="ar" />
116 <file path="strings/component_strings_bg.xtb" lang="bg" />
117 <file path="strings/component_strings_bn.xtb" lang="bn" />
118 <file path="strings/component_strings_ca.xtb" lang="ca" />
119 <file path="strings/component_strings_cs.xtb" lang="cs" />
120 <file path="strings/component_strings_da.xtb" lang="da" />
121 <file path="strings/component_strings_de.xtb" lang="de" />
122 <file path="strings/component_strings_el.xtb" lang="el" />
123 <file path="strings/component_strings_en-GB.xtb" lang="en-GB" /
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
objects_unittest.cc 14 scoped_ptr<ListValue> strings(new ListValue());
15 strings->Append(Value::CreateStringValue("one"));
16 strings->Append(Value::CreateStringValue("two"));
18 info_value->Set("strings", strings.release());
27 EXPECT_EQ((size_t) 2, params->info.strings.size());
28 EXPECT_EQ("one", params->info.strings[0]);
29 EXPECT_EQ("two", params->info.strings[1]);
34 scoped_ptr<ListValue> strings(new ListValue());
35 strings->Append(Value::CreateStringValue("one"))
    [all...]
  /external/chromium_org/chrome/android/java/res/values/
strings.xml 8 <!-- DO NOT ADD STRINGS HERE.
10 Android chrome strings now live in
11 chrome/android/java/strings/android_chrome_strings.grd
  /external/chromium_org/chrome/installer/gcapi/
gcapi_test_registry_overrider.cc 8 #include "base/strings/string16.h"
9 #include "base/strings/stringprintf.h"
10 #include "base/strings/utf_string_conversions.h"

Completed in 774 milliseconds

12 3 4 5 6 7 8 91011>>