HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 801 - 825 of 1323) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.h 161 TString *string; member in union:YYSTYPE::__anon11071::__anon11072
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 30 std::string str(int i)
42 UniformLocation::UniformLocation(const std::string &name, unsigned int element, unsigned int index)
126 if (mLinkedAttribute[index].name == std::string(name))
228 GLint ProgramBinary::getUniformLocation(std::string name)
235 if (open != std::string::npos && close == name.length() - 1)
2383 const char *string = mLinkedAttribute[attribute].name.c_str(); local
2435 std::string string = mUniforms[index]->name; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 49 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
52 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
63 // **** only set flag if string has Han(gul) ****
225 void StringList::add(const UnicodeString *string, UErrorCode &status)
264 // is the same as copying the source string.
265 strings[listSize++].append(*string);
270 const UnicodeString string(chars, count);
272 add(&string, status);
299 void put(uint32_t ce, UnicodeString *string, UErrorCode &status)
885 const UnicodeString *string = strings->get(s); local
    [all...]
ucol_sit.cpp 74 * from a short string. Also used to construct a short string from a
140 /* function prototype for functions used to parse a short string */
143 ActionFunction(CollatorSpec *spec, uint32_t value1, const char* string,
149 _processLocaleElement(CollatorSpec *spec, uint32_t value, const char* string,
155 spec->locElements[value][len++] = uprv_tolower(*string);
157 spec->locElements[value][len++] = *string;
159 } while(*(++string) != '_' && *string && len < locElementCapacity);
162 return string;
490 const char *string = definition; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c 203 /* A2 or A4 in the root string indicates that the resource can optionally be an array instead of a */
204 /* string. Attempt to read it as an array. */
208 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
216 log_err("Got something other than a string or array of size %d for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
228 log_err("Got something other than a string or array for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
236 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n",
326 const UChar *string = ures_getString(subBundle, &len, &errorCode); local
327 if (U_FAILURE(errorCode) || string == NULL) {
328 log_err("Can't open a string with key \"%s\" in \"%s\" for locale \"%s\"\n",
332 } else if (string[0] == (UChar)0x20)
    [all...]
custrtst.c 16 * Tests of ustring.h Unicode string API functions.
23 #include <string.h>
64 /* First String */
66 /* Second String */
69 /* Concatenated string */
274 log_err("u_strchr can't find '_' in the string\n");
279 log_err("u_strchr32 can't find '_' in the string\n");
284 log_err("u_strchr can't find NULL in the string\n");
289 log_err("u_strchr32 can't find NULL in the string\n");
294 log_err("u_memchr can't find NULL in the string\n")
1140 static const UChar string[]={ local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tmsgfmt.cpp 202 #include <string.h>
461 UnicodeString string; local
463 form->format(testArgs1, 2, string, ignore, err);
464 if (U_FAILURE(err) || string != "The disk \"MyDisk\" contains 0 file(s).") {
469 string.remove();
470 form->format(testArgs2, 2, string, ignore, err);
471 if (U_FAILURE(err) || string != "The disk \"MyDisk\" contains 1 file(s).") {
472 logln(string);
473 dataerrln(UnicodeString("TestMessageFormat::testSimpleFormat failed on test #2")+string + " - " + u_errorName(err));
477 string.remove()
500 UnicodeString string; local
    [all...]
tsmthred.cpp 125 #include <string.h>
442 // * Show exactly where the string's differences lie.
490 UnicodeString string; member in struct:FormatThreadTestData
491 FormatThreadTestData(double a, const UnicodeString& b) : number(a),string(b) {}
662 if(0 != output.compare(kNumberFormatTestData[whichLine].string)) {
663 error("format().. expected " + kNumberFormatTestData[whichLine].string
673 if(0 != output.compare(kPercentFormatTestData[whichLine].string))
676 showDifference(kPercentFormatTestData[whichLine].string,output));
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 67 "string", /* A string token, such as "MonthNames" */
110 getToken(NULL, NULL, status); bad - value is now a different string
409 /* terminate the string */
575 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
581 /* create the string now - tokenValue doesn't survive a call to getToken (and therefore
613 /* create the string now - tokenValue doesn't survive a call to getToken (and therefore
1339 char *string; local
1427 char *string; local
1509 char *string; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h 32 #include <string>
144 bool FromString(HttpVersion& version, const std::string& str);
147 bool FromString(HttpVerb& verb, const std::string& str);
150 bool FromString(HttpHeader& header, const std::string& str);
166 typedef std::pair<std::string, std::string> HttpAttribute;
169 std::string* composed);
173 const std::string& name,
174 std::string* value);
177 std::string* name
207 typedef typename Traits<CTYPE>::string string; typedef in class:talk_base::Url
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpointer.c 28 #include <string.h>
973 * string and if the scheme is 'xpointer' it will call the XPath interpreter.
2768 xmlXPathObjectPtr string; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 271 char *string; member in union:YYSTYPE
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 2036 const char *string = ""; local
    [all...]
linker.cpp 361 * Generate a string describing the mode of a variable
1412 const char *const string = (target_index == MESA_SHADER_VERTEX) local
1461 const char *const string = (target_index == MESA_SHADER_VERTEX) local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 26 #include <string.h>
134 char *string;
191 %token <string> IDENTIFIER USED_IDENTIFIER
192 %type <string> string
305 option: OPTION string ';'
721 | string
2231 string: IDENTIFIER label
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/err/
err.h 316 const char *string; member in struct:ERR_string_data_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
err.h 316 const char *string; member in struct:ERR_string_data_st
  /external/chromium_org/third_party/python_gflags/
gflags.py 69 The exception argument will be a human-readable string.
73 take a name, default value, help-string, and optional 'short' name
77 DEFINE_string: takes any input, and interprets it as a string.
96 error. Otherwise, assign to FLAGS.flag as a string.
370 3. DEFAULT_FLAG_VALUE is in serialized form, i.e., the string you can
375 string 'false' will be represented in the same way as the boolean
394 import string namespace
518 # If flagvalue is the empty string, then this exception is an due to a
707 """Takes a __doc__ string and reformats it as help."""
741 string). Returns (None, None) if the module could not b
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp 172 void SkScriptEngine2::addTokenString(const SkString& string) {
173 int size = string.size();
175 fActiveStream->write(string.c_str(), size);
423 SkString* string = (*array)[index].fString; local
424 int found = fTrackString.find(string);
580 do { // measure string
589 do { // copy string
730 topType == SkOperand2::kString && fReturnType != SkOperand2::kNoType) { // if result is a string, give handle property a chance to convert it to the property value
731 SkString* string = fValueStack.top().fOperand.fString; local
732 fToken = string->c_str()
    [all...]
  /external/chromium_org/v8/test/cctest/
test-strings.cc 103 class Resource: public v8::String::ExternalStringResource,
106 explicit Resource(Vector<const uc16> string): data_(string.start()) {
107 length_ = string.length();
118 class AsciiResource: public v8::String::ExternalAsciiStringResource,
121 explicit AsciiResource(Vector<const char> string): data_(string.start()) {
122 length_ = string.length();
133 static void InitializeBuildingBlocks(Handle<String>* building_blocks,
150 // Must truncate something for a slice string. Loop unti
366 String* string = op.Operate(cons_string, &offset, &type, &length); local
528 Handle<String> string = ConstructBalancedHelper(data, 0, depth); local
726 Handle<String> string = local
870 Handle<String> string = local
1104 Handle<String> string = local
1141 Handle<String> string = factory->NewExternalStringFromAscii(&resource); local
1160 Handle<String> string; local
1189 Handle<String> string; local
1257 Handle<String> string; local
1322 Handle<String> string = v8::Utils::OpenHandle(v8::String::Cast(*result)); local
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 6 // PR9548 - "no known conversion from 'vector<string>' to 'vector<string>'"
7 // vector<string> refers to two different types here. Make sure the message
10 typedef versa_string string; typedef
15 void f(vector<string> v);
19 typedef basic_string string; typedef in namespace:std
22 vector<string> v;
    [all...]
  /external/clang/test/SemaCXX/
overload-call.cpp 56 int* ip1 = k("foo"); // expected-warning{{conversion from string literal to 'char *' is deprecated}}
57 int* ip2 = k(("foo")); // expected-warning{{conversion from string literal to 'char *' is deprecated}}
65 int* ip1 = l(L"foo"); // expected-warning{{conversion from string literal to 'wchar_t *' is deprecated}}
83 int* ip2 = n("foo"); // expected-warning{{conversion from string literal to 'char *' is deprecated}}
178 double* q3 = quals_rank1("string literal");
293 class string { }; class
294 class opt : public string { };
297 SR(const string&);
443 struct String { String(char const*); }
    [all...]
  /external/gcc-demangle/
demangle.h 87 /* Define string names for the various demangling styles. */
148 return a string allocated by malloc on success, NULL on error. */
195 tree representation into a demangled string. Here we define an
198 demangled string. This can be used to canonicalize user input into
209 /* A name, with a length and a pointer to a string. */
320 NULL, or a string (represented as DEMANGLE_COMPONENT_NAME), or an
371 to the mangled string, but since negative numbers are mangled
373 number which involves neither modifying the mangled string nor
483 /* Standard substitution string. */
484 const char* string; member in struct:demangle_component::__anon18377::__anon18385
    [all...]
  /external/guava/guava-tests/lib/
libtruth.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedMapTest.java 189 public static class MapTests extends AbstractMapTests<String, Integer> {
190 @Override protected SortedMap<String, Integer> makeEmptyMap() {
194 @Override protected SortedMap<String, Integer> makePopulatedMap() {
198 @Override protected String getKeyNotInPopulatedMap() {
208 extends AbstractMapTests<String, Integer> {
209 @Override protected SortedMap<String, Integer> makePopulatedMap() {
213 @Override protected String getKeyNotInPopulatedMap() {
224 extends AbstractMapTests<String, Integer> {
225 @Override protected SortedMap<String, Integer> makePopulatedMap() {
230 @Override protected String getKeyNotInPopulatedMap()
366 String string; field in class:ImmutableSortedMapTest.CreationTests.StringHolder
    [all...]

Completed in 2023 milliseconds

<<31323334353637383940>>