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

<<21222324252627282930>>

  /external/chromium_org/third_party/libxml/src/
gentest.py 7 import string namespace
279 if string.find(name, 'Free') != -1:
322 # res = string.replace(str, " ", " ")
323 # res = string.replace(str, " ", " ")
324 # res = string.replace(str, " ", " ")
325 res = string.replace(str, " *", "_ptr")
326 # res = string.replace(str, "*", "_ptr")
327 res = string.replace(res, " ", "_")
329 if string.find(name, "file") != -1 or \
330 string.find(name, "uri") != -1 or
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 29 import re, sys, string namespace
308 """Create a parameter string from a list of gl_parameters."""
316 list.append( p.string() )
322 return string.join(list, ", ")
417 # The count tag can be either a numeric string or the name of
509 def string(self): member in class:gl_parameter
579 return "(%s)" % (string.join(list, " * "))
581 return string.join(list, " * ")
613 # Track the parameter string (for the function prototype)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_disasm.c 25 #include <string.h>
414 static int string (FILE *file, char *string) function
416 fputs (string, file);
417 column += strlen (string);
429 string (f, buf);
443 string (f, " ");
458 string (file, " ");
459 string (file, ctrl[id]);
472 string (file, opcode[id].name)
    [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py 71 import string namespace
123 """This returns True if list item 0 the string 'pexpect.py' in it. """
156 returns all output as a string. STDERR is included in output. If the full
216 associated response string. Note that you should put newlines in your
217 string if Enter is necessary. The responses may also contain callback
223 the next event. A callback may also return a string which will be sent to
261 raise TypeError('The callback must be a string or function.')
285 """This is the constructor. The command parameter may be a string that
480 """This returns a human-readable string that represents the state of
533 'file descriptor instead of a command string.'
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 120 SkString* string; local
121 info->getString(this, &string);
122 info->setString(copy, string);
224 SkString* string; local
225 info->getString(this, &string);
226 if (string->isEmpty() == false)
227 SkDebugf("%s=\"%s\"\t", info->fName, string->c_str());
  /external/chromium_org/v8/src/
date.js 136 // String input for which the cached time is valid.
137 string: null
158 // given time, we re-use that instead of parsing the string again.
160 if (cache.string === year) {
166 cache.string = year;
270 function DateParse(string) {
271 var arr = %DateParseString(ToString(string), parse_buffer);
654 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
754 cache.string = null;
scanner.cc 625 // Allow CR+LF newlines in multiline string literals.
627 // Allow LF+CR newlines in multiline string literals.
714 return Token::STRING;
1149 const char* string; local
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 222 template<int N> struct string {}; struct in namespace:PR12167
229 template<int N, class Comparator> bool g(const string<N>& s, Comparator cmp) {
232 template<int N> bool f(const string<N> &s) {
236 bool s = f(string<1>());
  /external/freetype/src/psaux/
psobjs.c 642 /************* check for literal string *****************/
939 /* XXX: some stupid fonts have a `Notice' or `Copyright' string */
945 /* notice/copyright was not recognized as a valid string token */
977 /* now copy the string */
1093 FT_String* string; local
1146 /* we allow both a string or a name */
1166 " expected a name or string\n"
1184 if ( FT_ALLOC( string, len + 1 ) )
1187 FT_MEM_COPY( string, cur, len );
1188 string[len] = 0
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 230 const HB_UChar16 *uc = item->string + item->item.pos;
358 shaper_item->string + shaper_item->item.pos, shaper_item->item.length,
447 static char string[5]; local
448 string[0] = (tag >> 24)&0xff;
449 string[1] = (tag >> 16)&0xff;
450 string[2] = (tag >> 8)&0xff;
451 string[3] = tag&0xff;
452 string[4] = 0;
453 return string;
889 // #### the reconstruction of the logclusters currently does not work if the original string
    [all...]
  /external/icu4c/common/
unisetspan.cpp 30 * a code point or a string.
44 * max string length and U16_LENGTH/U8_LENGTH to account for
164 // Get the number of UTF-8 bytes for a UTF-16 (sub)string.
173 // The string contains an unpaired surrogate.
174 // Ignore this string.
179 // Append the UTF-8 version of the string to t and return the appended UTF-8 length.
188 // The string contains an unpaired surrogate.
189 // Ignore this string.
218 // If any string is relevant, then all strings need to be used for
229 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i) local
309 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); local
656 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); local
695 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); local
820 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); local
861 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); local
1364 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); local
1407 const UnicodeString &string=*(const UnicodeString *)strings.elementAt(i); local
    [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c 20 #include <string.h>
985 UChar string[16]; local
    [all...]
  /external/icu4c/test/intltest/
colldata.cpp 38 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
41 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
52 // **** only set flag if string has Han(gul) ****
187 void StringList::add(const UnicodeString *string, UErrorCode &status)
209 // is the same as copying the source string.
210 strings[listSize++].append(*string);
215 const UnicodeString string(chars, count);
217 add(&string, status);
251 void put(uint32_t ce, UnicodeString *string, UErrorCode &status)
509 const UnicodeString *string = strings->get(s); local
    [all...]
  /external/icu4c/tools/genrb/
derb.c 61 static UChar *quotedString(const UChar *string);
373 static UChar *quotedString(const UChar *string) {
374 int len = u_strlen(string);
379 for (sp = string; *sp; ++sp) {
389 for (sp = string, np = newstr; *sp; ++sp) {
475 UChar *string = quotedString(thestr); local
492 printString(out, converter, string, len);
501 uprv_free(string);
517 UChar *string = quotedString(thestr); local
519 /* TODO: String truncation *
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 26 import static com.google.clearsilver.jsilver.compiler.JavaExpression.string;
81 * Translate a template AST expression into a Java String expression.
84 return translateUntyped(csExpression).cast(Type.STRING);
126 public JavaExpression declareAsVariable(String name, PExpression csExpression) {
161 * Process AST node for a string (e.g. "hello").
165 String value = node.getValue().getText();
167 setResult(string(value)); method
175 String value = node.getValue().getText();
184 String value = node.getValue().getText();
226 JavaExpression left = cast(Type.STRING, node.getLeft())
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 29 import re, sys, string namespace
308 """Create a parameter string from a list of gl_parameters."""
316 list.append( p.string() )
322 return string.join(list, ", ")
417 # The count tag can be either a numeric string or the name of
509 def string(self): member in class:gl_parameter
579 return "(%s)" % (string.join(list, " * "))
581 return string.join(list, " * ")
613 # Track the parameter string (for the function prototype)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disasm.c 25 #include <string.h>
414 static int string (FILE *file, char *string) function
416 fputs (string, file);
417 column += strlen (string);
429 string (f, buf);
443 string (f, " ");
458 string (file, " ");
459 string (file, ctrl[id]);
472 string (file, opcode[id].name)
    [all...]
  /external/open-vcdiff/src/
vcencoder_test.cc 19 #include <string.h> // memcpy
21 #include <string>
70 typedef std::string string; typedef in class:open_vcdiff::__anon23966::VerifyEncodedBytesTest
82 EXPECT_EQ(s, string(delta_data() + delta_index_, size));
108 const string& delta_as_const() const { return delta_; }
109 string* delta() { return &delta_; }
115 string delta_;
140 string result_target_;
287 string delta_start, delta_encode, delta_finish
    [all...]
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 35 private static final String EMPTY_STRING = "";
91 public static int internalClassVersion(String classVersion)
112 public static String externalClassVersion(int classVersion)
151 public static String internalClassName(String externalClassName)
166 public static String externalFullClassDescription(int accessFlags,
167 String internalClassName)
181 public static String externalClassName(String internalClassName)
199 public static String externalShortClassName(String externalClassName
866 StringBuffer string = new StringBuffer(50); local
923 StringBuffer string = new StringBuffer(50); local
984 StringBuffer string = new StringBuffer(50); local
    [all...]
  /external/qemu/slirp-android/
misc.c 315 /* Change the string into argv[] */
690 vsprintf_len(string, format, args)
691 char *string;
695 vsprintf(string, format, args);
696 return strlen(string);
701 sprintf_len(char *string, const char *format, ...)
710 char *string; local
713 string = va_arg(args, char *);
716 vsprintf(string, format, args);
717 return strlen(string);
    [all...]
  /external/skia/src/animator/
SkDisplayable.cpp 120 SkString* string; local
121 info->getString(this, &string);
122 info->setString(copy, string);
224 SkString* string; local
225 info->getString(this, &string);
226 if (string->isEmpty() == false)
227 SkDebugf("%s=\"%s\"\t", info->fName, string->c_str());
  /external/smack/src/org/xbill/DNS/
KEYRecord.java 64 public static String
65 string(int type) { method in class:KEYRecord.Protocol
76 value(String s) {
234 value(String s) {
333 String flagString = st.getIdentifier();
337 String protoString = st.getIdentifier();
341 String algString = st.getIdentifier();
Type.java 207 add(int val, String str, Record proto) {
304 * Converts a numeric Type into a String
306 * @return The canonical string representation of the type
309 public static String
310 string(int val) { method in class:Type
315 * Converts a String representation of an Type into its numeric value.
316 * @param s The string representation of the type
321 value(String s, boolean numberok) {
330 * Converts a String representation of an Type into its numeric value
334 value(String s)
    [all...]
  /external/v8/src/
date.js 140 // String input for which the cached time is valid.
141 string: null
162 // given time, we re-use that instead of parsing the string again.
164 if (cache.string === year) {
170 cache.string = year;
277 function DateParse(string) {
278 var arr = %DateParseString(ToString(string), parse_buffer);
701 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
803 cache.string = null;
  /external/v8/test/cctest/
test-strings.cc 51 class Resource: public v8::String::ExternalStringResource,
54 explicit Resource(Vector<const uc16> string): data_(string.start()) {
55 length_ = string.length();
66 class AsciiResource: public v8::String::ExternalAsciiStringResource,
69 explicit AsciiResource(Vector<const char> string): data_(string.start()) {
70 length_ = string.length();
82 Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS]) {
145 static Handle<String> ConstructLeft
288 Handle<String> string = local
489 Handle<String> string = local
523 Handle<String> string = FACTORY->NewExternalStringFromAscii(&resource); local
541 Handle<String> string; local
570 Handle<String> string; local
    [all...]

Completed in 719 milliseconds

<<21222324252627282930>>