HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 451 - 475 of 3176) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
AnyScriptTest.java 32 String sample = "abd abc b";
48 String test = testBuffer.toString();
68 String scriptName = UScript.getName(script); // long name
88 String shortScriptName = UScript.getShortName(script); // 4-letter script code
107 String lettersAndSpace = "abc def";
108 final String punctOnly = "( )";
110 String wideLettersAndSpace = widen.transform(lettersAndSpace);
111 String widePunctOnly = widen.transform(punctOnly);
115 String back;
143 String westernDigits = getList(westernDigitSet)
156 handleAssert(set.containsAll(string), message, set, string, "contains all of", false); local
160 handleAssert(set.containsNone(string), message, set, string, "contains none of", false); local
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
JavaParserAPIIntegrationTest.java 30 private ResolvedReferenceType string; field in class:JavaParserAPIIntegrationTest
43 string = new ReferenceTypeImpl(ts.solveType(String.class.getCanonicalName()), ts);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/
WildcardUsageTest.java 45 private ReferenceTypeImpl string; field in class:WildcardUsageTest
63 string = new ReferenceTypeImpl(new ReflectionClassDeclaration(String.class, typeSolver), typeSolver);
71 superString = ResolvedWildcard.superBound(string);
72 extendsString = ResolvedWildcard.extendsBound(string);
189 assertTrue(unbounded == unbounded.replaceTypeVariables(tpA, string));
190 assertTrue(superFoo == superFoo.replaceTypeVariables(tpA, string));
191 assertTrue(extendsFoo == extendsFoo.replaceTypeVariables(tpA, string));
192 assertEquals(superString, superA.replaceTypeVariables(tpA, string));
193 assertEquals(extendsString, extendsA.replaceTypeVariables(tpA, string));
    [all...]
  /external/javassist/src/main/javassist/
CtMethod.java 31 protected String cachedStringRep;
52 public CtMethod(CtClass returnType, String mname,
56 String desc = Descriptor.ofMethod(returnType, parameters);
78 * <code>String</code> for <code>X</code>, then the created method is:
80 * <ul><pre>public String at(int i) {
81 * return (String)super.elementAt(i);
93 * <code>String.class</code>) is included in an expression, the
107 * @see ClassMap#fix(String)
124 * @see CtNewMethod#make(String, CtClass)
126 public static CtMethod make(String src, CtClass declaring
332 public static ConstParameter string(String s) { method in class:CtMethod.ConstParameter
    [all...]
  /external/libcups/cups/
snmp-private.h 35 #define CUPS_SNMP_MAX_STRING 1024 /* Maximum size of string */
48 CUPS_ASN1_BIT_STRING = 0x03, /* BIT STRING */
49 CUPS_ASN1_OCTET_STRING = 0x04, /* OCTET STRING */
53 CUPS_ASN1_HEX_STRING = 0x40, /* Binary string aka Hex-STRING */
63 typedef struct cups_snmp_string_s /**** String value ****/
66 /* Bytes in string */
78 cups_snmp_string_t string; /* String value */ member in union:cups_snmp_value_u
  /external/libmojo/ipc/
ipc_message_utils.cc 49 void LogBytes(const std::vector<CharType>& data, std::string* out) {
98 case base::Value::Type::STRING: {
105 std::string str;
173 case base::Value::Type::STRING: {
174 std::string val;
219 std::string key;
288 case base::Value::Type::STRING: {
289 std::string val;
343 void ParamTraits<bool>::Log(const param_type& p, std::string* l) {
366 void ParamTraits<signed char>::Log(const param_type& p, std::string* l)
846 base::string16 string; local
    [all...]
  /external/libxkbcommon/xkbcommon/src/compose/
parser.c 118 * RHS ::= ( STRING | keysym | STRING keysym )
119 * STRING ::= '"' { CHAR } '"'
157 } string; member in union:lvalue
195 val->string.str = s->buf;
196 val->string.len = s->buf_pos;
208 /* String literal. */
223 scanner_warn(s, "illegal hexadecimal escape sequence in string literal");
229 scanner_warn(s, "unknown escape sequence (%c) in string literal", peek(s));
237 scanner_err(s, "unterminated string literal")
356 char string[256]; member in struct:production
491 const char *string; local
746 const char *string; local
    [all...]
  /external/ltp/testcases/kernel/fs/mongo/
reiser_fract_tree.c 7 #include <string.h>
145 char string[128] = { 0 }; local
146 char *str = string;
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SecondPage.cpp 204 // If we haven't seen this string before, add the string to the box and
209 CString string; local
213 err = RegQueryString( key, L"UserDefined", string );
216 if ( string.GetLength() )
218 string += L"," + selected;
222 string = selected;
225 err = RegSetValueEx( key, L"UserDefined", 0, REG_SZ, (LPBYTE) (LPCTSTR) string, ( string.GetLength() + 1) * sizeof( TCHAR ) );
384 CString string; local
508 TCHAR * string; local
    [all...]
  /external/oj-libjdwp/src/share/back/
inStream.c 371 char *string; local
374 string = jvmtiAllocate(length + 1);
375 if (string != NULL) {
378 (void)readBytes(stream, string, length);
379 string[length] = '\0';
383 (gdata->npt->utf, (jbyte*)string, length);
389 (gdata->npt->utf, (jbyte*)string, length,
391 jvmtiDeallocate(string);
395 return string;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RequestTest.java 34 @Test public void string() throws Exception { method in class:RequestTest
154 assertEquals(Collections.<String>emptyList(), request.headers("Cache-Control"));
207 private void assertForbiddenHeader(String s) {
231 private String bodyToHex(RequestBody body) throws IOException {
  /external/one-true-awk/
lex.c 27 #include <string.h>
165 int string(void);
349 return string(); /* BUG: should be like tran.c ? */
357 int string(void) function
367 if (!adjbuf(&buf, &bufsz, bp-buf+2, 500, &bp, "string"))
368 FATAL("out of space for string %.10s...", buf);
373 SYNTAX( "non-terminated string %.10s...", buf );
433 RET(STRING);
576 void unputstr(const char *s) /* put a string back on input */
  /external/proguard/src/proguard/
ClassPathEntry.java 50 private String cachedName;
66 public String getName()
80 private String getUncachedName()
197 private boolean hasExtension(String extension)
204 * Returns whether the given string ends with the given suffix, ignoring
207 private static boolean endsWithIgnoreCase(String string, String suffix)
209 int stringLength = string.length();
212 return string.regionMatches(true, stringLength
355 String string = getName(); local
    [all...]
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 55 // When the corresponding String is requested, we ditch the array and just
56 // store the String.
61 private String string; field in class:Utf8Constant
74 * Creates a Utf8Constant containing the given string.
76 public Utf8Constant(String string)
79 this.string = string;
89 this.string = null
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 26 class string(aetools.ComponentItem): class in inherits:aetools.ComponentItem
27 """string - a string of characters """
30 plain_text = string
32 plain_text = string
191 string._superclassnames = []
192 string._privpropdict = {
194 string._privelemdict = {
388 'TEXT' : string,
  /external/python/cpython2/Modules/
_localemodule.c 16 #include <string.h>
51 "(integer,string=None) -> string. Activates/queries locale processing.");
61 /* empty string: no grouping at all */
96 PyObject *mods, *strop, *string, *ulo; local
100 /* find the string and strop modules */
104 string = PyDict_GetItemString(mods, "string");
105 if (string)
106 string = PyModule_GetDict(string)
    [all...]
sre.h 52 PyObject* string; /* link to the target string (must be first) */ member in struct:__anon32873
74 /* string pointers */
76 void* beginning; /* start of original string */
78 void* end; /* end of original string */
80 PyObject* string; member in struct:__anon32874
  /external/python/cpython2/Modules/_sqlite/
statement.c 110 char* string; local
148 string = PyString_AS_STRING(parameter);
149 for (c = string; *c != 0; c++) {
176 PyString_AsStringAndSize(parameter, &string, &buflen);
177 rc = sqlite3_bind_text(self->st, pos, string, buflen, SQLITE_TRANSIENT);
181 PyString_AsStringAndSize(stringval, &string, &buflen);
182 rc = sqlite3_bind_text(self->st, pos, string, buflen, SQLITE_TRANSIENT);
433 * Checks if there is anything left in an SQL string after SQLite compiled it.
  /external/python/cpython3/Modules/_sqlite/
statement.c 117 char* string; local
157 string = PyUnicode_AsUTF8AndSize(parameter, &buflen);
158 if (string == NULL)
162 "string longer than INT_MAX bytes");
165 rc = sqlite3_bind_text(self->st, pos, string, (int)buflen, SQLITE_TRANSIENT);
429 * Checks if there is anything left in an SQL string after SQLite compiled it.
  /external/python/cpython3/Modules/
sre.h 36 int isbytes; /* pattern type (1 - bytes, 0 - string, -1 - None) */
46 PyObject* string; /* link to the target string (must be first) */ member in struct:__anon33501
65 /* string pointers */
67 void* beginning; /* start of original string */
69 void* end; /* end of original string */
71 PyObject* string; member in struct:__anon33502
  /external/python/cpython3/Objects/clinic/
bytesobject.c.h 474 "fromhex($type, string, /)\n"
477 "Create a bytes object from a string of hexadecimal numbers.\n"
486 bytes_fromhex_impl(PyTypeObject *type, PyObject *string);
492 PyObject *string; local
494 if (!PyArg_Parse(arg, "U:fromhex", &string)) {
497 return_value = bytes_fromhex_impl(type, string);
  /external/selinux/libsepol/cil/test/unit/
CuTest.c 28 #include <string.h>
171 static void CuFailInternal(CuTest* tc, const char* file, int line, CuString* string)
176 CuStringInsert(string, buf, 0);
179 tc->message = string->buffer;
185 CuString string; local
187 CuStringInit(&string);
190 CuStringAppend(&string, message2);
191 CuStringAppend(&string, ": ");
193 CuStringAppend(&string, message);
194 CuFailInternal(tc, file, line, &string);
206 CuString string; local
    [all...]
  /external/skia/src/gpu/ops/
GrAALinearizingConvexPathRenderer.cpp 185 SkString string; variable
187 string.appendf(
192 string += fHelper.dumpInfo();
193 string += INHERITED::dumpInfo();
194 return string;
GrDrawAtlasOp.cpp 111 SkString string; local
113 string.appendf("Color: 0x%08x, Quads: %d\n", geo.fColor, geo.fVerts.count() / 4);
115 string += fHelper.dumpInfo();
116 string += INHERITED::dumpInfo();
117 return string;
GrDrawVerticesOp.cpp 72 SkString string; local
73 string.appendf("PrimType: %d, MeshCount %d, VCount: %d, ICount: %d\n", (int)fPrimitiveType,
75 string += fHelper.dumpInfo();
76 string += INHERITED::dumpInfo();
77 return string;

Completed in 461 milliseconds

<<11121314151617181920>>