| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
| tokenize.py | 12 the token (a string)
15 the original line (string)
32 import string, re
69 # Tail end of ' string.
71 # Tail end of " string.
73 # Tail end of ''' string.
75 # Tail end of """ string.
78 # Single-line ' or " string.
79 String = group(r"[uU]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*'",
94 PlainToken = group(Number, Funny, String, Name) [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| tokenize.py | 9 the token (a string)
12 the original line (string)
29 import string, re
65 # Tail end of ' string.
67 # Tail end of " string.
69 # Tail end of ''' string.
71 # Tail end of """ string.
74 # Single-line ' or " string.
75 String = group(r"[uU]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*'",
90 PlainToken = group(Number, Funny, String, Name) [all...] |
| /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/ |
| EblCmdLib.c | 56 Argv[1] - Optional qoted format string
82 // Need to add lots of error checking on the passed in string
83 // Default string is for RealView debugger
392 CHAR16* String;
412 String = DevicePathToTextProtocol->ConvertDevicePathToText(DevicePathProtocol,TRUE,TRUE);
413 Print (L"[0x%X] %s\n",(UINTN)HandleBuffer[Index], String);
434 "symboltable [\"format string\"] [PECOFF]",
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
| ConfigAccess.c | 134 Get the EFI_IFR_VARSTORE based the <ConfigHdr> string in a <ConfigRequest>
135 or a <ConfigResp> string.
138 @param ConfigString The Configuration String which is defined by UEFI HII.
406 @param Request A null-terminated Unicode string in <ConfigRequest> format. Note that this
408 invalid for this string to be in <MultiConfigRequest> format.
410 @param Progress On return, points to a character in the Request string. Points to the string's null
412 failing name / value pair (or the beginning of the string if the failure is in the first
414 @param Results A null-terminated Unicode string in <ConfigAltResp> format which has all
415 values filled in for the names in the Request string. String to be allocated by the called [all...] |
| SetupBrowser.c | 28 Get string by string id from HII Interface
31 @param Id String ID.
33 @retval CHAR16 * String from ID.
395 @param Packet The pointer to data buffer containing IFR and String package. Not supported.
496 or if a string is returned in StringBuffer.
497 @param MaximumStringSize The maximum size in bytes of a typed-in string.
498 @param StringBuffer On return contains the typed-in string if HotKey is FALSE.
500 @param FirstString The pointer to the first string in the list of strings
529 CHAR16 *String;
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/ |
| UpdatePage.c | 863 // Build mode string Column x Row
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/ |
| DeviceManager.c | 33 // Which Mac Address string is select
73 @retval NULL Fail to get the device path string.
74 @return PathString Get the device path string.
96 // Get device path string.
102 Get the mac address string from the device path.
106 @param PBuffer Output string buffer contain mac address.
120 CHAR16 *String;
124 String = NULL;
137 String = AllocateZeroPool (BufferLen);
138 if (String == NULL) { [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/ |
| DriverHealthManagerDxe.c | 66 @param Request A null-terminated Unicode string in <ConfigRequest> format.
67 @param Progress On return, points to a character in the Request string.
68 Points to the string's null terminator if request was successful.
70 pair (or the beginning of the string if the failure is in the
72 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
73 has all values filled in for the names in the Request string.
74 String to be allocated by the called function.
103 @param Configuration A null-terminated Unicode string in <ConfigResp> format.
104 @param Progress A pointer to a string filled in with the offset of the most
106 beginning of the string if the failure is in the first [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
| IScsiMisc.c | 20 Removes (trims) specified leading and trailing characters from a string.
22 @param[in, out] Str Pointer to the null-terminated string to be trimmed. On return,
23 Str will hold the trimmed string.
112 Convert the hexadecimal encoded LUN string into the 64-bit LUN.
114 @param[in] Str The hexadecimal encoded LUN string.
118 @retval EFI_INVALID_PARAMETER The string is malformatted.
188 Convert the 64-bit LUN into the hexadecimal encoded LUN string.
191 @param[out] Str The storage to return the hexadecimal encoded LUN string.
235 Convert the ASCII string into a UNICODE string. [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/ |
| SmbiosMeasurementDxe.c | 191 This function get SMBIOS string in SMBIOS table.
194 @param StringId SMBIOS string ID
195 @param StringLen length of SMBIOS string
197 @return SMBIOS string data
210 CHAR8 *String;
217 // look for the two consecutive zeros, check the string limit by the way.
219 String = NULL;
225 String = CharInStr;
249 return String;
270 CHAR8 *String;
[all...] |
| /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/ |
| BasePeCoff.c | [all...] |
| /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
| IpSecConfig.h | 94 CHAR16 *String;
|
| /external/apache-http/src/org/apache/http/protocol/ |
| BasicHttpProcessor.java | 83 throw new IndexOutOfBoundsException(String.valueOf(index)); 91 throw new IndexOutOfBoundsException(String.valueOf(index)); 102 throw new IndexOutOfBoundsException(String.valueOf(index)); 110 throw new IndexOutOfBoundsException(String.valueOf(index));
|
| /external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
| MalformedBenchmarksTest.java | 45 private static final String ABSTRACT = 47 private static final String NO_CONSTRUCTOR = 49 private static final String NO_METHODS = 52 private static final String STATIC_BENCHMARK = 54 private static final String WRONG_ARGUMENTS = 56 private static final String STATIC_PARAM = 58 private static final String RESERVED_PARAM = 60 private static final String NO_CONVERSION = "Type 'Object' of parameter field 'oops' " 61 + "has no recognized String-converting method; see <TODO> for details"; 62 private static final String CONVERT_FAILED = // granted this one's a little weird (and brittle [all...] |
| /external/clang/include/clang/ASTMatchers/Dynamic/ |
| VariantValue.h | 69 /// \brief String representation of the type. 70 std::string asString() const; 127 virtual std::string getTypeAsString() const = 0; 205 /// \brief String representation of the type of the value. 207 /// If the underlying matcher is a polymorphic one, the string will show all 209 std::string getTypeAsString() const; 257 VariantValue(StringRef String); 269 /// \brief String value functions. 271 const std::string &getString() const; 272 void setString(StringRef String); [all...] |
| /external/clang/test/SemaCXX/ |
| cxx0x-initializer-aggregates.cpp | 43 struct String { 44 String(const char*); 59 String m2; 69 // String is not default-constructible
|
| /external/clang/test/SemaTemplate/ |
| temp_arg_nontype_cxx1z.cpp | 8 namespace String {
|
| /external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
| BuilderValidator.java | 160 builder.addError(String.format(msgs.manyMethodsForType(), type, entry.getValue()), subject); 191 String enclosedError, 192 String inheritedError, 195 builder.addError(String.format(enclosedError, extraArgs), method); 200 builder.addError(String.format(inheritedError, newArgs), builder.getSubject());
|
| ComponentValidator.java | 136 String.format( 146 String.format(ErrorMessages.builderMsgsFor(componentType).moreThanOne(), builders), 218 String.format( 286 String.format( 294 String.format( 304 String.format(
|
| ModuleValidator.java | 97 ListMultimap<String, ExecutableElement> allMethodsByName = ArrayListMultimap.create(); 98 ListMultimap<String, ExecutableElement> bindingMethodsByName = ArrayListMultimap.create(); 129 ListMultimap<String, ExecutableElement> bindingMethodsByName) { 130 for (Entry<String, Collection<ExecutableElement>> entry : 135 String.format(BINDING_METHOD_WITH_SAME_NAME, methodClass.getSimpleName()), 171 String.format( 186 String.format( 194 new Function<Class<? extends Annotation>, String>() { 196 public String apply( 205 String.format [all...] |
| /external/flatbuffers/go/ |
| table.go | 27 // String gets a string from data stored inside the flatbuffer. 28 func (t *Table) String(off UOffsetT) string {
|
| /external/guava/guava-tests/test/com/google/common/io/ |
| CharSequenceReaderTest.java | 47 String string = "abcdefghijklmnopqrstuvwxyz"; local 48 CharSequenceReader reader = new CharSequenceReader(string); 51 assertEquals(string, readFully(reader)); 56 assertEquals(string, readFully(reader)); 63 assertEquals(string.substring(5), readFully(reader)); 68 assertEquals(string.substring(5), readFully(reader)); 183 String expected = charSequence.toString(); 196 assertEquals(expected, new String(buf)); 242 assertEquals(expected.substring(5), new String(buf)) [all...] |
| /external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
| RcsPresenceInfo.java | 56 private static final String CONTACT_NUMBER = "contact_number"; 63 public static final String VOLTE_STATUS = "volte_status"; 140 public static final String SERVICE_TYPE = "service_type"; // VOLTE_CALL,etc 148 public static final String STATE = "state"; // ONLINE, etc. 158 public static final String SERVICE_CONTACT = "service_contact"; 165 public static final String TIMESTAMP = "timestamp"; 176 public String getContactNumber() { 212 public String getServiceContact(int serviceType) { 253 public RcsPresenceInfo(String contactNumber,int volteStatus, 254 int ipVoiceCallState, String ipVoiceCallServiceNumber, long ipVoiceCallTimestamp [all...] |
| /external/llvm/bindings/go/llvm/ |
| target.go | 115 // Creates target data from a target layout string. 117 func NewTargetData(rep string) (td TargetData) { 124 // Converts target data to a target layout string. The string must be disposed 127 func (td TargetData) String() (s string) { 216 func GetTargetFromTriple(triple string) (t Target, err error) { 228 func (t Target) Name() string { 232 func (t Target) Description() string { 241 func (t Target) CreateTargetMachine(Triple string, CPU string, Features string [all...] |
| /external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
| rc_test_helpers.c | 5 #include <string.h> 15 * data structures. These functions take a string as input based on the format 26 const char * String; 54 DBG("Search string: '%s'\n", search_str); 84 * @param src_str A string that represents the source register. The format for 85 * this string is the same that is output by rc_program_print. 106 tokens.Negate.String = src_str + matches[1].rm_so; 108 tokens.Abs.String = src_str + matches[2].rm_so; 110 tokens.File.String = src_str + matches[3].rm_so; 112 tokens.Index.String = src_str + matches[4].rm_so [all...] |