HomeSort by relevance Sort by last modified time
    Searched defs:String (Results 451 - 475 of 1402) sorted by null

<<11121314151617181920>>

  /build/kati/
ninja.go 42 func (s nodeState) String() string {
64 Args []string
66 Suffix string
68 GomaDir string
74 exports map[string]bool
79 done map[string]nodeState
87 n.done = make(map[string]nodeState)
90 func getDepfileImpl(ss string) (string, error)
    [all...]
  /build/soong/cc/
sanitize.go 33 asanCflags = []string{"-fno-omit-frame-pointer"}
34 asanLdflags = []string{"-Wl,-u,__asan_preinit"}
35 asanLibs = []string{"libasan"}
37 cfiCflags = []string{"-flto", "-fsanitize-cfi-cross-dso",
39 cfiLdflags = []string{"-flto", "-fsanitize-cfi-cross-dso", "-fsanitize=cfi",
44 intOverflowCflags = []string{"-fsanitize-blacklist=build/soong/cc/config/integer_overflow_blacklist.txt"}
45 minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer", "-fno-sanitize-recover=integer"}
65 func (t sanitizerType) String() string {
92 Misc_undefined []string `android:"arch_variant"
    [all...]
  /build/soong/cmd/merge_zips/
merge_zips.go 33 type fileList []string
35 func (f *fileList) String() string {
39 func (f *fileList) Set(name string) error {
45 type zipsToNotStripSet map[string]bool
47 func (s zipsToNotStripSet) String() string {
51 func (s zipsToNotStripSet) Set(zip_path string) error {
65 manifest = flag.String("m", "", "manifest file to insert in jar")
66 entrypoint = flag.String("e", "", "par entrypoint file to insert in par"
    [all...]
  /build/soong/cmd/pom2mk/
pom2mk.go 38 repl string
41 func (r *RewriteNames) String() string {
45 func (r *RewriteNames) Set(v string) error {
61 func (r *RewriteNames) MavenToMk(groupId string, artifactId string) string {
74 type ExtraDeps map[string][]string
76 func (d ExtraDeps) String() string
    [all...]
  /build/soong/zip/
zip.go 67 dest, src string
71 type uniqueSet map[string]bool
73 func (u *uniqueSet) String() string {
77 func (u *uniqueSet) Set(s string) error {
88 PathPrefixInZip, SourcePrefixToStrip string
89 SourceFiles []string
90 GlobDir string
97 createdFiles map[string]string
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskHostDrivenTest.java 46 private static final String TAG = LockTaskHostDrivenTest.class.getName();
48 private static final String LOCK_TASK_ACTIVITY
99 new String[0]);
122 new String[]{mContext.getPackageName()});
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 40 private static final String TAG = "ServicePermissionsTest";
60 * Test that {@link IBinder#dump(java.io.FileDescriptor, String[])} on all
66 String[] services = null;
68 services = (String[]) Class.forName("android.os.ServiceManager")
82 for (String service : services) {
88 .getDeclaredMethod("getService", String.class).invoke(null, service);
104 serviceBinder.dump(out.getFD(), new String[0]);
106 String msg = e.getMessage();
124 final ArrayList<String> lines = new ArrayList<String>();
    [all...]
  /dalvik/dx/src/com/android/dex/
MethodHandle.java 55 throw new IllegalArgumentException(String.valueOf(value));
122 public String toString() {
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java 64 label.setText(String.format(res.getString(R.string.bg_picker_label), i+1));
81 String tag = (String) mPickers.get(position).getTag();
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java 64 label.setText(String.format(res.getString(R.string.bg_picker_label), i+1));
81 String tag = (String) mPickers.get(position).getTag();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 105 canvas.drawText(String.valueOf(mDecodingCount), WIDTH / 2 - 20,
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
MyPreference.java 51 myTextView.setText(String.valueOf(mClickCounter));
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
BackgroundPickers.java 64 label.setText(String.format(res.getString(R.string.bg_picker_label), i+1));
81 String tag = (String) mPickers.get(position).getTag();
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java 34 mTarget.setText(String.valueOf(v));
94 String labelText = "Led";
97 ssb.append(String.valueOf(mLEDNumber));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 80 """A numeric or string subscript"""
85 def String(string, prefix=None):
86 """A string leaf"""
87 return Leaf(token.STRING, string, prefix=prefix)
323 node.children[0].type == token.STRING):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixcid.py 197 String = '"\([^\n\\"]\|\\\\.\)*"'
214 OutsideComment = (Identifier, Number, String, Char, CommentStart)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOnTheFly.c 53 StringBuffer - Pointer of FormSetTitile string created
94 // Add the FormSetTitle to the string buffer and get the StringToken
163 StringBuffer - Pointer of FormTitil string created
230 StringBuffer - String buffer created for subtitle
270 IN CHAR16 *String,
286 String - First string of the text
288 String2 - Second string of the text
290 String3 - Help string of the text
298 StringBuffer - String buffer created for String, String2 and String3
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrOpCodeCreation.c 18 Library Routines to create IFR independent of string data - assume tokens already exist
572 EFI_IFR_STRING String;
585 String.Header.OpCode = EFI_IFR_STRING_OP;
586 String.Header.Length = (UINT8) sizeof (EFI_IFR_STRING);
587 String.Header.Scope = 0;
588 String.Question.Header.Prompt = Prompt;
589 String.Question.Header.Help = Help;
590 String.Question.QuestionId = QuestionId;
591 String.Question.VarStoreId = VarStoreId;
592 String.Question.VarStoreInfo.VarOffset = VarOffset;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkFormCallback.h 66 UINT8 OpCode; ///< Likely a string, numeric, or one-of
72 /// If the OpCode is a String type - Data is a CHAR16[x] type.
93 CHAR16 String[1]; ///< If returning an error - fill the string with null-terminated contents.
113 @param VariableName A NULL-terminated Unicode string that is the
145 @param VariableName A NULL-terminated Unicode string that is the
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdDxe.c 155 CHAR8 String[SD_MODEL_NAME_MAX_LEN];
157 ZeroMem (String, sizeof (String));
158 CopyMem (String, Cid->OemId, sizeof (Cid->OemId));
159 String[sizeof (Cid->OemId)] = ' ';
160 CopyMem (String + sizeof (Cid->OemId) + 1, Cid->ProductName, sizeof (Cid->ProductName));
161 String[sizeof (Cid->OemId) + sizeof (Cid->ProductName)] = ' ';
162 CopyMem (String + sizeof (Cid->OemId) + sizeof (Cid->ProductName) + 1, Cid->ProductSerialNumber, sizeof (Cid->ProductSerialNumber));
164 AsciiStrToUnicodeStrS (String, Device->ModelName, sizeof (Device->ModelName) / sizeof (Device->ModelName[0]));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmDriverHealth.c 41 @return A pointer to the Unicode string to return. This Unicode string is the name of the controller
124 EFI_STRING String;
141 String = HiiGetString (
146 if (String != NULL) {
147 Print (L" %s\n", String);
148 DEBUG ((EFI_D_INFO, " %s\n", String));
149 FreePool (String);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
VarCheckUefiLibNullClass.c 152 Internal check for ASCII string.
159 @retval EFI_INVALID_PARAMETER The data buffer is not a Null-terminated ASCII string.
170 CHAR8 *String;
173 String = (CHAR8 *) Data;
174 if (String[DataSize - 1] == '\0') {
177 for (Index = 1; Index < DataSize && (String[DataSize - 1 - Index] != '\0'); Index++);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConOut.c 160 The Unicode string will be converted to terminal expressible data stream
164 @param WString The Null-terminated Unicode string to be displayed
167 @retval EFI_SUCCESS The string is output successfully.
168 @retval EFI_DEVICE_ERROR The serial port fails to send the string out.
169 @retval EFI_WARN_UNKNOWN_GLYPH Indicates that some of the characters in the Unicode string could not
240 // when this driver use the OutputString to output control string,
378 @param WString The Null-terminated Unicode string to be tested.
380 @retval EFI_SUCCESS The terminal is capable of rendering the output string.
381 @retval EFI_UNSUPPORTED Some of the characters in the Unicode string cannot be rendered.
566 // Skip outputting the command string for the same attribute
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskImpl.c 211 @param[in] Request A null-terminated Unicode string in
214 string. Points to the string's null terminator if
217 the beginning of the string if the failure is in
220 @param[out] Results A null-terminated Unicode string in
222 in for the names in the Request string. String to
254 @param[in] Configuration A null-terminated Unicode string in <ConfigResp>
256 @param[out] Progress A pointer to a string filled in with the offset of
258 name/value pair (or the beginning of the string if
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigImpl.c 47 @param[in] Request A null-terminated Unicode string in
50 string. Points to the string's null terminator if
53 the beginning of the string if the failure is in
56 @param[out] Results A null-terminated Unicode string in
58 in for the names in the Request string. String to
117 // Request has no request element, construct full request string.
139 // Free the allocated config request string.
146 // Set Progress string to the original request string.
    [all...]

Completed in 1346 milliseconds

<<11121314151617181920>>