HomeSort by relevance Sort by last modified time
    Searched defs:string (Results 1126 - 1150 of 2901) sorted by null

<<41424344454647484950>>

  /art/tools/
cpplint.py 85 import string namespace
209 'runtime/string',
265 'string', 'strstream', 'strstream.h', 'tempbuf.h', 'tree.h', 'typeinfo',
414 """Matches the string with the pattern, caching the compiled regexp."""
424 """Searches the string for the pattern, caching the compiled regexp."""
511 The empty string if the header is in the right order, or an
564 self.errors_by_category = {} # string to int dict storing error counts
603 filters: A string of comma-separated filters (eg "+whitespace/indent").
694 filters: A string of comma-separated filters (eg "whitespace/indent").
899 category: A string used to describe the "category" this bu
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 65 String text = "HIJKLMN";
87 // Measure empty string
123 String emoji = "\ud83d\ude01";
147 private void assertBreakText(String text, char[] textChars, SpannedString textSpan,
165 String textSlice = text.substring(start, end);
530 String text = "HIJKLMN";
549 private void assertGetTextWidths(String text, char[] textChars, SpannedString textSpan,
560 String textSlice = text.substring(start, end);
859 String text = "fi";
881 String text1 = "hello"
1113 String string = "HIJKLMN"; local
1193 String string = "abcdef"; local
1233 String string = "\\u0644\\u063A\\u0629 \\u0639\\u0631\\u0628\\u064A\\u0629"; \/\/ Arabic local
1282 final String string = "abcde"; local
    [all...]
  /external/ImageMagick/MagickWand/
mogrify.c 54 #include "MagickCore/string-private.h"
513 Read string, to determine number of arguments needed,
596 /* color name or function given in string argument */
600 /* Color string given */
8621 *string; local
    [all...]
  /external/autotest/client/virt/
virt_utils.py 7 import time, string, random, socket, os, signal, re, logging, commands, cPickle namespace
323 @return: MAC address string.
374 @return: MAC address string.
    [all...]
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 422 """Encodes an object to a string in some encoding, or to Unicode.
455 the string in DEFAULT_OUTPUT_ENCODING. That encoding needs to be
467 """text.string gives you text. This is for backwards
468 compatibility for Navigable*String, but for CData* it lets you
469 get the string without the CData wrapper."""
470 if attr == 'string':
569 def setString(self, string):
570 """Replace the contents of the tag with a string"""
572 self.append(string)
574 string = property(getString, setString variable in class:Tag
1972 import string namespace
    [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py 133 # A function - This function will be called on every string that
154 """Format the given string using the given formatter."""
566 """Force an attribute value into a string representation.
592 # string representation of `attribute` is equal to `value`
604 # string representation of `attribute` starts with `value`
608 # string represenation of `attribute` ends with `value`
612 # string representation of `attribute` contains `value`
615 # string representation of `attribute` is either exactly
652 the string in DEFAULT_OUTPUT_ENCODING. That encoding needs to be
667 """text.string gives you text. This is for backward
800 def string(self): member in class:Tag
817 def string(self, string): member in class:Tag
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 19 * string results are returned as Python strings, not CXString objects.
369 """The string name of the category for this diagnostic."""
811 # A string literal.
919 # ObjCStringLiteral, used for Objective-C string literals i.e. "foo".
2049 def string(self): member in class:CompletionChunk
2157 def string(self): member in class:CodeCompletionResult
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 79 class string {}; class in namespace:AnotherStd
81 another_std::string str; // expected-error{{use of undeclared identifier 'another_std'; did you mean 'AnotherStd'?}}
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 85 import string namespace
205 'runtime/string',
261 'string', 'strstream', 'strstream.h', 'tempbuf.h', 'tree.h', 'typeinfo',
410 """Matches the string with the pattern, caching the compiled regexp."""
420 """Searches the string for the pattern, caching the compiled regexp."""
507 The empty string if the header is in the right order, or an
560 self.errors_by_category = {} # string to int dict storing error counts
588 filters: A string of comma-separated filters (eg "+whitespace/indent").
668 filters: A string of comma-separated filters (eg "whitespace/indent").
866 category: A string used to describe the "category" this bu
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 58 public String simpleMethod() {
85 private final String argument;
87 public ConstructorTakesArguments(String arg) {
91 public String method() {
98 .constructorArgTypes(String.class)
132 public String foo() {
142 public String nonFinalMethod() {
146 public final String finalMethod() {
158 private String result() {
168 String result()
333 private final String string; field in class:ProxyBuilderTest.TwoConstructors
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /external/freetype/src/autofit/
afblue.h 222 /* blue string can't be used in more than a single writing system, which */
291 AF_Blue_String string; member in struct:AF_Blue_StringRec_
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 47 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
49 // ::string, which is different to std::string).
50 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string
165 // string.
168 // string.
186 // StringFromGTestEnv() - parses a string environment variable.
192 #include <string.h>
200 #include <string> // NOLINT
339 // The user told us that ::std::string isn't available
777 typedef ::string string; typedef in namespace:testing::internal
779 typedef ::std::string string; typedef in namespace:testing::internal
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 51 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
53 // ::string, which is different to std::string).
54 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string
173 // string.
176 // string.
194 // StringFromGTestEnv() - parses a string environment variable.
200 #include <string.h>
213 #include <string> // NOLINT
376 // The user told us that ::std::string isn't available
870 typedef ::string string; typedef in namespace:testing::internal
872 typedef ::std::string string; typedef in namespace:testing::internal
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MultibinderTest.java 90 final TypeLiteral<Optional<String>> optionalOfString =
91 new TypeLiteral<Optional<String>>() {};
92 final TypeLiteral<Map<String, String>> mapOfStringString =
93 new TypeLiteral<Map<String, String>>() {};
94 final TypeLiteral<Set<String>> setOfString = new TypeLiteral<Set<String>>() {};
96 final TypeLiteral<String> stringType = TypeLiteral.get(String.class)
789 private final String string; field in class:MultibinderTest.StringGrabber
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 44 public static void main(String[] args) throws Exception {
128 final String formats[] = {"0.0<=Arg<1.0",
138 final String pattern = "There {0,choice,0.0#are no files|1.0#is one file|1.0<are {0, number} files} on disk {1}. ";
154 String testCases[] = {
167 // rather than toPattern() reconstituting a new, equivalent pattern string (testResultPatterns).
168 /*String testResultPatterns[] = {
180 String testResultStrings[] = {
195 //String buffer;
204 // rather than toPattern() reconstituting a new, equivalent pattern string (testResultPatterns).
230 // logln(String("MessageFormat failed test #5 with error code ")+(int)success)
289 StringBuffer string = new StringBuffer(); local
318 StringBuffer string = new StringBuffer(); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 24 #include "string.h"
83 * Convert an integer, positive or negative, to a character string radix 10.
105 /* Reverse the string */
444 log_err("Genrb produced a string larger than expected\n");
478 log_err("Empty string returned invalid value\n");
485 /* This test reads the string "abc\u0000def" from the bundle */
486 /* if everything is working correctly, the size of this string */
489 strcpy(action, "getting and testing of string with embeded zero");
584 log_err("Did not get the expected string for testescape\n");
621 log_err("genrb failed to unescape string\n")
1595 const UChar* string = NULL; local
2167 const UChar *string = NULL, *sequence = NULL; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 334 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
359 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset)
363 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
690 static UnicodeString &escape(const UnicodeString &string, UnicodeString &buffer)
692 for(int32_t i = 0; i < string.length(); i += 1) {
693 UChar32 ch = string.char32At(i);
810 // searchTime() A quick and dirty performance test for string search.
1120 const UnicodeString *string = NULL; local
    [all...]
tsmthred.cpp 44 #include <string.h>
396 // * Show exactly where the string's differences lie.
441 UnicodeString string; member in struct:FormatThreadTestData
442 FormatThreadTestData(double a, const UnicodeString& b) : number(a),string(b) {}
715 if(0 != output.compare(kNumberFormatTestData[whichLine].string)) {
716 IntlTest::gTest->errln("format().. expected " + kNumberFormatTestData[whichLine].string
726 if(0 != output.compare(kPercentFormatTestData[whichLine].string))
729 showDifference(kPercentFormatTestData[whichLine].string,output));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 40 public static void main(String[] args) throws Exception {
124 final String formats[] = {"0.0<=Arg<1.0",
134 final String pattern = "There {0,choice,0.0#are no files|1.0#is one file|1.0<are {0, number} files} on disk {1}. ";
150 String testCases[] = {
163 // rather than toPattern() reconstituting a new, equivalent pattern string (testResultPatterns).
164 /*String testResultPatterns[] = {
176 String testResultStrings[] = {
191 //String buffer;
200 // rather than toPattern() reconstituting a new, equivalent pattern string (testResultPatterns).
226 // logln(String("MessageFormat failed test #5 with error code ")+(int)success)
285 StringBuffer string = new StringBuffer(); local
314 StringBuffer string = new StringBuffer(); local
    [all...]
  /external/libmtp/src/
ptp-pack.c 106 uint16_t string[PTP_MAXSTRLEN+1]; local
117 /* copy to string[] to ensure correct alignment for iconv(3) */
118 memcpy(string, &data[offset+1], length * sizeof(string[0]));
119 string[length] = 0x0000U; /* be paranoid! add a terminator. */
123 src = (char *)string;
124 srclen = length * sizeof(string[0]);
160 ptp_pack_string(PTPParams *params, char *string, unsigned char* data, uint16_t offset, uint8_t *len)
165 size_t convlen = strlen(string);
173 char *stringp = string;
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 51 import string namespace
185 'runtime/string',
312 'string',
505 """Matches the string with the pattern, caching the compiled regexp."""
515 """Replaces instances of pattern in a string with a replacement.
522 s: search string
525 string with replacements made (or original string if no replacements)
533 """Searches the string for the pattern, caching the compiled regexp."""
613 # be reset to empty string, so it's always less than current header
    [all...]
  /external/libxml2/python/
libxml.c 320 printf("xmlPythonFileReadRaw: result is not a String\n");
385 printf("xmlPythonFileRead: result is not a String\n");
410 PyObject *string; local
419 string = PY_IMPORT_STRING_SIZE(buffer, len);
420 if (string == NULL) return(-1);
423 string);
426 string);
428 Py_DECREF(string);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 47 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
49 // ::string, which is different to std::string).
50 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string
165 // string.
168 // string.
186 // StringFromGTestEnv() - parses a string environment variable.
192 #include <string.h>
200 #include <string> // NOLINT
339 // The user told us that ::std::string isn't available
764 typedef ::string string; typedef in namespace:testing::internal
766 typedef ::std::string string; typedef in namespace:testing::internal
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 47 // GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string
49 // ::string, which is different to std::string).
50 // GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string
163 // string.
166 // string.
184 // StringFromGTestEnv() - parses a string environment variable.
190 #include <string.h>
198 #include <string> // NOLINT
333 // The user told us that ::std::string isn't available
754 typedef ::string string; typedef in namespace:testing::internal
756 typedef ::std::string string; typedef in namespace:testing::internal
    [all...]

Completed in 2860 milliseconds

<<41424344454647484950>>