/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
remap_helper.py | 29 import sys, getopt, string namespace 52 # spec is terminated by an empty string 85 # output string pool
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
gui_log.cpp | 53 char string[_MAX_PATH]; local 56 GetDlgItemText(hWnd, IDC_EDIT_FILE, string, strlen(string)); 58 p = strrchr(string, '\\'); 65 if(PickupDirectory(hWnd, string)) 68 if(string[strlen(string) - 1] == '\\') 69 string[strlen(string) - 1] = '\0'; 72 strcat(string, name) [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkPaintParts.cpp | 75 SK_MEMBER(fontName, String), 97 SkString string; local 98 SkDump::GetEnumString(SkType_FontStyle, style, &string); 99 SkDebugf("style=\"%s\" />\n", string.c_str());
|
/external/chromium_org/third_party/snappy/linux/ |
snappy-stubs-public.h | 57 #include <string> 81 typedef std::string string; typedef in namespace:snappy
|
/external/chromium_org/third_party/snappy/mac/ |
snappy-stubs-public.h | 57 #include <string> 81 typedef std::string string; typedef in namespace:snappy
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/ |
vc98_swap.py | 10 import os, shutil, string, fileinput, sys
namespace
|
/external/chromium_org/tools/check_ecs_deps/ |
check_ecs_deps.py | 11 import string namespace 144 forbidden_regexp = re.compile(string.join(map(re.escape, 147 blessed_regexp = re.compile(r"(%s)[-0-9.]*\.so" % string.join(map(re.escape, 172 deps = string.split(out, '\n')
|
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 17 import string namespace 160 trace_lines = map(string.rstrip, open(trace_file).readlines())
|
symbolize.py | 15 import string namespace 192 default='symbolize', type='string', 205 log_file_lines = map(string.rstrip, open(log_file).readlines())
|
/external/chromium_org/tools/gyp/test/win/generator-output-different-drive/ |
gyptest-generator-output-different-drive.py | 13 import string namespace 25 all_letters = [c for c in string.uppercase]
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p7.cpp | 5 struct string {}; struct in namespace:std 14 std::string operator "" _w(const char16_t*, size_t); 23 same_type<decltype(v2), std::string> test2;
|
/external/clang/test/CodeGenCXX/ |
weak-external.cpp | 35 typedef basic_string<char, char_traits<char>, allocator<char> > string; typedef in namespace:std 51 explicit runtime_error(const string&); 65 throw(std::runtime_error("string"));
|
/external/compiler-rt/lib/asan/scripts/ |
symbolize.py | 13 import string namespace
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
runant.py | 34 import os, os.path, string, sys namespace 95 CLASSPATH, string.join(sys.argv[1:], ' '))
|
/external/freetype/include/freetype/ |
ftsnames.h | 72 /* platform_id :: The platform ID for `string'. */ 74 /* encoding_id :: The encoding ID for `string'. */ 76 /* language_id :: The language ID for `string'. */ 78 /* name_id :: An identifier for `string'. */ 80 /* string :: The `name' string. Note that its format differs */ 82 /* be a Pascal String, a UTF-16 one, etc. */ 84 /* Generally speaking, the string is not */ 88 /* string_len :: The length of `string' in bytes. */ 105 FT_Byte* string; /* this string is *not* null-terminated! * member in struct:FT_SfntName_ [all...] |
/external/icu4c/samples/udata/ |
reader.c | 22 #include <string.h> 81 char *string = NULL; local 113 string = (char *) (intPointer+1); 115 printf("Read string %s from data file\n", string);
|
/external/libexif/libexif/fuji/ |
mnote-fuji-entry.c | 23 #include <string.h> 57 const char *string; member in struct:__anon20352::__anon20353 241 for (j = 0; items[i].elem[j].string && 248 strncpy (val, _(items[i].elem[j].string), maxlen);
|
/external/libusb-compat/examples/ |
testlibusb.c | 8 #include <string.h> 66 char string[256]; local 72 ret = usb_get_string_simple(udev, dev->descriptor.iManufacturer, string, sizeof(string)); 74 snprintf(description, sizeof(description), "%s - ", string); 83 ret = usb_get_string_simple(udev, dev->descriptor.iProduct, string, sizeof(string)); 86 strlen(description), "%s", string); 103 ret = usb_get_string_simple(udev, dev->descriptor.iSerialNumber, string, sizeof(string)); [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_tapify.py | 11 import sys,string,os,re,math,numpy namespace
|
/external/llvm/utils/ |
DSAextract.py | 29 import string namespace 99 nodes[0] = string.strip(nodes[0]) 100 nodes[1] = string.strip(nodes[1])
|
/external/llvm/utils/release/ |
findRegressions-nightly.py | 2 import re, string, sys, os, time namespace
|
findRegressions-simple.py | 2 import re, string, sys, os, time, math namespace 52 print test[fname][string.replace(n, '-success', '')]
|
/external/mesa3d/src/mapi/glapi/gen/ |
extension_helper.py | 30 import sys, getopt, string namespace 172 print '#if %s' % (string.join(condition, " || ")) 257 condition_string = string.join(condition, " || ")
|
remap_helper.py | 29 import sys, getopt, string namespace 52 # spec is terminated by an empty string 85 # output string pool
|
/external/open-vcdiff/src/google/ |
vcdecoder.h | 20 #include <string> 143 typedef std::string string; typedef in class:open_vcdiff::VCDiffDecoder 159 const string& encoding, 171 const string& encoding,
|