/external/smack/src/org/xbill/DNS/ |
Flags.java | 57 /** Converts a numeric Flag into a String */ 58 public static String 59 string(int i) { method in class:Flags 63 /** Converts a String representation of an Flag into its numeric value */ 65 value(String s) {
|
/external/tinyalsa/ |
tinymix.c | 33 #include <string.h> 108 const char *string; local 113 string = mixer_ctl_get_enum_string(ctl, i); 116 string); 118 printf(" %-s", string);
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorOsal.cpp | 228 static char string[VIDEOEDIT_OSAL_RESULT_STRING_MAX] = ""; local 249 M4OSA_chrSPrintf((M4OSA_Char *)string, sizeof(string) - 1, 251 pString = string;
|
/frameworks/wilhelm/tests/sandbox/ |
object.c | 20 #include <string.h> 49 const char *string = slesutObjectIDToString(objectID); local 50 if (NULL != string) 51 printf(" (%s)", string);
|
/libcore/luni/src/main/java/java/net/ |
ProxySelectorImpl.java | 39 String scheme = uri.getScheme(); 46 String nonProxyHostsKey = null; 94 private Proxy lookupProxy(String hostKey, String portKey, Proxy.Type type, int defaultPort) { 95 String host = System.getProperty(hostKey); 104 private int getSystemPropertyInt(String key, int defaultValue) { 105 String string = System.getProperty(key); local 106 if (string != null) { 108 return Integer.parseInt(string); [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
tst-pcre.c | 32 #include <string.h> 42 char *pattern = NULL, *string = NULL; local 153 string = realloc (string, len - 3); 154 if (string == NULL) 156 printf ("%lu: Cannot record search string: %m\n", linenum); 163 memcpy (string, line + 4, len - 3); 177 if (regexec (&re, string, 20, rm, 0)) 190 printf ("%lu: No preceeding pattern or search string\n", linenum); 200 linenum, pattern, string, rm[0].rm_so, rm[0].rm_eo) [all...] |
tst-regex2.c | 10 #include <string.h> 28 char *string; local 63 string = buf; 109 err = regexec (&rbuf, string, 71, pmatch, 0); 120 || string + pmatch[0].rm_so >= strchr (string, 'R') 121 || strncmp (string + pmatch[0].rm_so, 147 match = re_search (&rpbuf, string, len, 0, len, 156 || string + match >= strchr (string, 'R' [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/ |
ClearPictureApprovalsDialogFragment.java | 32 public static final String FRAGMENT_TAG = "ClearPictureApprovalsDialogFragment"; 50 .setTitle(R.string.clear_display_images_whitelist_dialog_title) 51 .setMessage(R.string.clear_display_images_whitelist_dialog_message) 53 .setPositiveButton(R.string.clear, this) 54 .setNegativeButton(R.string.cancel, this) 63 Toast.makeText(getActivity(), R.string.sender_whitelist_cleared, Toast.LENGTH_SHORT)
|
/pdk/build/ |
pdk_utils.py | 20 import os, string, sys, shutil, zipfile namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compat.py | 6 import os, string namespace 61 rec = f['a string']
|
test_dbobj.py | 2 import os, string namespace
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ScriptBinding.py | 22 import string namespace 31 IDENTCHARS = string.ascii_letters + string.digits + "_"
|
keybindingDialog.py | 6 import string namespace 11 action - string, the name of the virtual event these keys will be 166 self.keyString.set('<' + string.join(keyList,'-') + '>') 183 self.alphanumKeys=tuple(string.ascii_lowercase+string.digits) 208 if 'Shift' in modifiers and key in string.ascii_lowercase: 214 if self.advanced or self.KeysOK(): # doesn't check advanced string yet 225 Doesn't check the string produced by the advanced dialog because
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compat.py | 6 import os, string namespace 61 rec = f['a string']
|
test_dbobj.py | 2 import os, string namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ScriptBinding.py | 22 import string namespace 31 IDENTCHARS = string.ascii_letters + string.digits + "_"
|
keybindingDialog.py | 6 import string namespace 11 action - string, the name of the virtual event these keys will be 166 self.keyString.set('<' + string.join(keyList,'-') + '>') 183 self.alphanumKeys=tuple(string.ascii_lowercase+string.digits) 208 if 'Shift' in modifiers and key in string.ascii_lowercase: 214 if self.advanced or self.KeysOK(): # doesn't check advanced string yet 225 Doesn't check the string produced by the advanced dialog because
|
/bionic/libc/kernel/tools/ |
utils.py | 3 import sys, os, commands, string, commands namespace
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-lexer.rb | 81 :T__10 => 10, :CONSTANT => 4, :COMMENT => 8, :STRING => 7 ) 99 "TEMPLATE", "STRING", "COMMENT", "WS" ].freeze 102 :template!, :string!, :comment!, :ws! ].freeze 535 # lexer rule string! (STRING) 537 def string! 541 type = STRING 838 # at line 1:8: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS ) 895 # at line 1:91: STRING 896 string! [all...] |
/external/bison/lib/ |
w32spawn.h | 26 #include <string.h> 153 const char *string = argv[i]; local 155 if (string[0] == '\0') 157 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) 159 bool quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); 170 for (s = string; *s != '\0'; s++) 190 for (s = string; *s != '\0'; s++) 217 new_argv[i] = (char *) string;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERIA5String.java | 9 * DER IA5String object - this is an ascii string. 15 private byte[] string; field in class:DERIA5String 18 * return a IA5 string from the passed in object 46 * return an IA5 String from a tagged object. 74 byte[] string) 76 this.string = string; 83 String string) 85 this(string, false) [all...] |
DERNumericString.java | 9 * DER NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }. 15 private byte[] string; field in class:DERNumericString 18 * return a Numeric string from the passed in object 46 * return an Numeric String from a tagged object. 74 byte[] string) 76 this.string = string; 83 String string) 85 this(string, false) [all...] |
DERPrintableString.java | 16 private final byte[] string; field in class:DERPrintableString 20 * return a printable string from the passed in object. 48 * return a Printable String from a tagged object. 73 * basic constructor - byte encoded string. 76 byte[] string) 78 this.string = string; 82 * basic constructor - this does not validate the string 85 String string) [all...] |
DERUniversalString.java | 16 private byte[] string; field in class:DERUniversalString 19 * return a Universal String from the passed in object. 47 * return a Universal String from a tagged object. 72 * basic constructor - byte encoded string. 75 byte[] string) 77 this.string = string; 80 public String getString() 95 byte[] string = bOut.toByteArray(); 97 for (int i = 0; i != string.length; i++ [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
encodetable.h | 22 #include <string> 103 // string. The output string is not null-terminated and may contain embedded 110 typedef std::string string; typedef in class:open_vcdiff::VCDiffCodeTableWriter 135 // instructions_and_sizes_ string. 149 // Appends the size value to the string as a variable-length integer. 150 static void AppendSizeToString(size_t size, string* out); 152 // Appends the size value to the output string as a variable-length integer. 160 // None of the following 'string' objects are null-terminated [all...] |