Searched refs:String (Results 1 - 25 of 350) sorted by relevance

1234567891011>>

/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
H A DEmailPolicy.java66 private static final String USE_ALTERNATE_EXCHANGE_STRINGS = "useAlternateExchangeStrings";
79 * entry with a key of GET_IMAP_ID and a String value. The value must be field/value pairs
83 private static final String GET_IMAP_ID = "getImapId";
84 private static final String GET_IMAP_ID_USER = "getImapId.user";
85 private static final String GET_IMAP_ID_HOST = "getImapId.host";
86 private static final String GET_IMAP_ID_CAPA = "getImapId.capabilities";
157 private static final String FIND_PROVIDER = "findProvider";
158 private static final String FIND_PROVIDER_IN_URI = "findProvider.inUri";
159 private static final String FIND_PROVIDER_IN_USER = "findProvider.inUser";
160 private static final String FIND_PROVIDER_OUT_UR
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
H A DUnicodeCollationEng.c254 @param String A pointer to a Null-terminated string.
257 @retval TRUE Pattern was found in String.
258 @retval FALSE Pattern was not found in String.
265 IN CHAR16 *String,
282 if (*String != 0) {
292 while (*String != 0) {
293 if (EngMetaiMatch (This, String, Pattern)) {
297 String += 1;
300 return EngMetaiMatch (This, String, Pattern);
306 if (*String
263 EngMetaiMatch( IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN CHAR16 *String, IN CHAR16 *Pattern ) argument
437 EngStrToFat( IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN CHAR16 *String, IN UINTN FatSize, OUT CHAR8 *Fat ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
H A DString.c15 String.c
150 Unicode string specified by String.
152 If String is NULL, then ASSERT().
153 If String is not aligned on a 16-bit boundary, then ASSERT().
154 If PcdMaximumUnicodeStringLength is not zero, and String contains more than
158 @param String Pointer to a Null-terminated Unicode string.
160 @return The length of String.
166 IN CONST CHAR16 *String
171 ASSERT (String != NULL);
172 ASSERT (((UINTN) String
454 StrStr( IN CONST CHAR16 *String, IN CONST CHAR16 *SearchString ) argument
1589 AsciiStrStr( IN CONST CHAR8 *String, IN CONST CHAR8 *SearchString ) argument
[all...]
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/utils/
H A DQtiImsExtUtils.java40 private static String LOG_TAG = "QtiImsExtUtils";
42 public static final String QTI_IMS_CALL_DEFLECT_NUMBER =
46 public static final String QTI_IMS_DEFLECT_ENABLED = "qti.ims.call_deflect";
55 public static final String QTI_IMS_CALL_RAT_EXTRA_KEY = "CallRadioTech";
69 public static final String QTI_IMS_TRANSFER_EXTRA_KEY = "transferType";
81 public static String getCallDeflectNumber(ContentResolver contentResolver) {
82 String deflectcall = android.provider.Settings.Global.getString(contentResolver,
94 public static void setCallDeflectNumber(ContentResolver contentResolver, String value) {
95 String deflectNum = value;
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
H A DString.c151 Unicode string specified by String.
153 If String is NULL, then ASSERT().
154 If String is not aligned on a 16-bit boundary, then ASSERT().
155 If PcdMaximumUnicodeStringLength is not zero, and String contains more than
159 @param String A pointer to a Null-terminated Unicode string.
161 @return The length of String.
167 IN CONST CHAR16 *String
172 ASSERT (String != NULL);
173 ASSERT (((UINTN) String & BIT0) == 0);
175 for (Length = 0; *String !
472 StrStr( IN CONST CHAR16 *String, IN CONST CHAR16 *SearchString ) argument
1619 AsciiStrStr( IN CONST CHAR8 *String, IN CONST CHAR8 *SearchString ) argument
[all...]
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/
H A DQtiCallConstants.java67 public static final String CALL_SUBSTATE_EXTRA_KEY = "CallSubstate";
70 public static final String CALL_ENCRYPTION_EXTRA_KEY = "CallEncryption";
73 public static final String EXTRAS_KEY_CALL_FAIL_EXTRA_CODE = "CallFailExtraCode";
91 public static final String IMS_TO_CS_RETRY_ENABLED = "qti.settings.cs_retry";
102 public static final String EXTRA_CALL_DOMAIN =
131 public static final String ORIENTATION_MODE_EXTRA_KEY = "OrientationMode";
135 public static final String LOW_BATTERY_EXTRA_KEY = "LowBattery";
177 public static final String SESSION_MODIFICATION_CAUSE_EXTRA_KEY = "SessionModificationCause";
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
H A DPlatformLibrary.java41 String reverse = reverseString("Android!");
51 private static void yodel(String msg) {
65 native private static String reverseString(String str);
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A DStringFuncs.c25 IN CHAR8 *String
31 Allocates a new string and copies 'String' to clone it
35 String The string to clone
45 NewString = malloc (strlen (String) + 1);
47 strcpy (NewString, String);
56 IN CHAR8 *String
66 String The string to 'strip'
76 if (String == NULL) {
83 for (Pos = String; isspace ((int)*Pos); Pos++) {
85 if (Pos != String) {
411 CHAR8* String; local
[all...]
H A DStringFuncs.h2 String routines implementation
40 IN CHAR8 *String
47 Allocates a new string and copies 'String' to clone it
51 String The string to clone
62 IN CHAR8 *String
84 IN CHAR8 *String
96 String The string to 'split'
125 IN CHAR8 *String
132 Adds String to StringList. A new copy of String i
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
H A DEfiUiLib.h31 OUT CHAR16 *String,
41 String - string that will contain the frequency.
45 String that contains the frequency.
52 OUT CHAR16 *String,
62 String - string that will contain the value
66 String that contains the value.
73 OUT CHAR16 *String,
84 String - string that will contain the version value
88 String that contains the version value.
95 OUT CHAR16 *String,
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/
H A DEfiUiLib.c29 IN CHAR16 *String,
42 String - string that contains the value to parse and convert
50 EFI_INVALID_PARAMETER - if String is in unexpected format
65 if (!IS_DIGIT (String[i])) {
85 TempVal = MultU64x32 (TempVal, 10) + String[i] - L'0';
95 OUT CHAR16 *String,
106 String - string that will contain the frequency.
136 EfiValueToString (String, Val, 0, 0);
141 if (!EfiStrCmp (&String[1], L"66")) {
142 String[
27 EfiStringToValue( OUT UINT64 *Val, IN CHAR16 *String, OUT UINT8 *EndIdx OPTIONAL ) argument
94 StrHzToString( OUT CHAR16 *String, IN UINT64 Val ) argument
196 StrBytesToString( OUT CHAR16 *String, IN UINT64 Val ) argument
250 StrVersionToString( OUT CHAR16 *String, IN UINT8 Version ) argument
279 StrMacToString( OUT CHAR16 *String, IN EFI_MAC_ADDRESS *MacAddr, IN UINT32 AddrSize ) argument
320 StrIp4AdrToString( OUT CHAR16 *String, IN EFI_IPv4_ADDRESS *Ip4Addr ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/Xml/
H A DXmlRoutines.py32 # @param String
36 def CreateXmlElement(Name, String, NodeList, AttributeList):
39 if String != '' and String != None:
40 Element.appendChild(Doc.createTextNode(String))
62 # Return a list of XML DOM nodes from the root Dom specified by XPath String.
63 # If the input Dom or String is not valid, then an empty list is returned.
66 # @param String A XPath style path.
68 def XmlList(Dom, String):
69 if String
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DReset.c40 CONST CHAR16 *String; local
83 String = ShellCommandLineGetValue(Package, L"-w");
84 if (String != NULL) {
85 gRT->ResetSystem(EfiResetWarm, EFI_SUCCESS, StrSize(String), (VOID*)String);
95 String = ShellCommandLineGetValue(Package, L"-s");
96 DEBUG_CODE(ShellPrintEx(-1,-1,L"Reset with %s (%d bytes)", String, String!=NULL?StrSize(String):0););
97 if (String !
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/Xml/
H A DXmlRoutines.py24 # @param String
30 def CreateXmlElement(Name, String, NodeList, AttributeList):
33 if String != '' and String != None:
34 Element.appendChild(Doc.createTextNode(String))
56 # Return a list of XML DOM nodes from the root Dom specified by XPath String.
57 # If the input Dom or String is not valid, then an empty list is returned.
60 # @param String A XPath style path.
64 def XmlList(Dom, String):
65 if String
[all...]
/device/google/dragon/crash_collector/src/com/android/crashreportprovider/
H A DCrashReportProvider.java38 public static final String ACTION_CRASH_REPORT_ADDED =
43 public final String COLUMN_NAME = "name";
44 private final String[] DEFAULT_PROJECTION = { COLUMN_NAME };
52 public void onEvent(int event, String path) {
66 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
67 String sortOrder) {
81 public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
85 List<String> segment
[all...]
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
H A DNetwork.c21 IN CHAR8 *String,
25 Address->v4.Addr[0] = (UINT8)AsciiStrDecimalToUintn (String);
26 String = AsciiStrStr(String, ".") + 1;
27 Address->v4.Addr[1] = (UINT8)AsciiStrDecimalToUintn (String);
28 String = AsciiStrStr(String, ".") + 1;
29 Address->v4.Addr[2] = (UINT8)AsciiStrDecimalToUintn (String);
30 String = AsciiStrStr(String, "
20 ParseIp( IN CHAR8 *String, OUT EFI_IP_ADDRESS *Address ) argument
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
H A DString.c14 String.c
38 Source - String to copy
88 IN CHAR16 *String
93 Return the number of Unicode characters in String. This is not the same as
97 String - String to process
100 Number of Unicode characters in String
106 for (Length=0; *String; String++, Length++);
113 IN CHAR16 *String
134 EfiStrCmp( IN CHAR16 *String, IN CHAR16 *String2 ) argument
168 EfiStrnCmp( IN CHAR16 *String, IN CHAR16 *String2, IN UINTN Length ) argument
361 EfiAsciiStrCmp( IN CHAR8 *String, IN CHAR8 *String2 ) argument
394 EfiAsciiStrnCmp( IN CHAR8 *String, IN CHAR8 *String2, IN UINTN Length ) argument
726 EfiStrStr( IN CHAR16 *String, IN CHAR16 *StrCharSet ) argument
767 EfiAsciiStrStr( IN CHAR8 *String, IN CHAR8 *StrCharSet ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DString.py38 # @param String: The input string to be splitted
44 def GetSplitValueList(String, SplitTag=DataType.TAB_VALUE_SPLIT, MaxSplit= -1):
49 for Index in range(0, len(String)):
50 Char = String[Index]
55 ValueList.append(String[Last:Index].strip())
70 if Last < len(String):
71 ValueList.append(String[Last:].strip())
72 elif Last == len(String):
83 # @param String: The input string to be splitted
89 def GetSplitList(String, SplitSt
[all...]
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/
H A DIQtiImsExtListener.aidl61 int endMinute, int reason, int status, String number, int serviceClass);
70 void onUTReqFailed(int errCode, String errString);
H A DIQtiImsExt.aidl60 int action, int reason, int serviceClass, String dialingNumber,
108 void sendCallDeflectRequest(int phoneId, String deflectNumber,
122 void sendCallTransferRequest(int phoneId, int type, String number,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
H A DMiscSubclassDriverEntryPoint.c56 EFI_STRING String;
57 String = NULL;
85 String = AllocateZeroPool (StringSize);
86 if (String == NULL) {
98 String,
106 FreePool (String);
107 String = NULL;
111 return String;
149 // Retrieve the pointer to the UEFI HII String Protocol
47 EFI_STRING String; local
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
H A DConsole.c252 Computes the display length of a Null-terminated Unicode String.
255 Unicode string specified by String. If String is NULL then 0 is returned. If
256 any of the widths of the Unicode characters in String can not be determined,
257 then 0 is returned. The display width of String can be computed by summing the
258 display widths of each Unicode character in String. Unicode characters that
260 have a width of 2. If String is not aligned on a 16-bit boundary, then ASSERT().
262 @param String A pointer to a Null-terminated Unicode string.
264 @return The display length of the Null-terminated Unicode string specified by String.
270 IN CONST CHAR16 *String
312 UefiLibGetStringWidth( IN CHAR16 *String, IN BOOLEAN LimitLen, IN UINTN MaxWidth, OUT UINTN *Offset ) argument
413 CHAR16 *String; local
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
H A DConsole.c253 the Null-terminated Unicode string specified by String.
254 If String is NULL, then 0 is returned.
255 If any of the widths of the Unicode characters in String
258 @param String A pointer to a Null-terminated Unicode string.
260 @return The display length of the Null-terminated Unicode string specified by String.
266 IN CONST CHAR16 *String
272 if (String == NULL) {
277 while (*String != 0) {
278 Width = GetGlyphWidth (*String);
284 String
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
H A DUefiIfrString.c18 Common Library Routines to assist to handle String and Language.
417 OUT EFI_STRING *String
426 StringId - The String ID.
427 String - The output string.
430 EFI_NOT_FOUND - String is not found.
433 EFI_INVALID_PARAMETER - The String is NULL.
440 if (String == NULL) {
445 *String = EfiLibAllocateZeroPool (StringSize);
446 if (*String == NULL) {
450 Status = IfrLibGetString (HiiHandle, StringId, *String,
600 IfrLibGetString( IN EFI_HII_HANDLE PackageList, IN EFI_STRING_ID StringId, OUT EFI_STRING String, IN OUT UINTN *StringSize ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
H A DString.py16 String
41 # @param String: The input string to be splitted
46 def GetSplitValueList(String, SplitTag=DataType.TAB_VALUE_SPLIT, MaxSplit= -1):
47 return map(lambda l: l.strip(), String.split(SplitTag, MaxSplit))
70 # @param String: String with DEFINE statement
74 def GenDefines(String, Arch, Defines):
75 if String.find(DataType.TAB_DEFINE + ' ') > -1:
76 List = String.replace(DataType.TAB_DEFINE + ' ', '').\
135 # @param Key: String t
[all...]

Completed in 4671 milliseconds

1234567891011>>