HomeSort by relevance Sort by last modified time
    Searched defs:String (Results 926 - 950 of 1088) sorted by null

<<31323334353637383940>>

  /external/syslinux/efi32/include/efi/
efidevp.h 320 CHAR8 String[1];
  /external/syslinux/efi64/include/efi/
efidevp.h 320 CHAR8 String[1];
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidevp.h 320 CHAR8 String[1];
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 434 CHAR8 String[1];
  /frameworks/base/core/java/android/view/
ViewDebug.java 118 * @return An array of int to String mappings
138 * @return An array of int to String mappings
160 * A specified String is output when the following is true:
162 * @return An array of int to String mappings
180 * @return a prefix as a String
184 String prefix() default "";
190 * @return the category as String
192 String category() default "";
195 * Indicates whether or not to format an {@code int} or {@code byte} value as a hex string.
197 * @return true if the supported values should be formatted as a hex string
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 87 private static final String TAG = "Zygote";
89 private static final String PROPERTY_DISABLE_OPENGL_PRELOADING = "ro.zygote.disable_gl_preload";
90 private static final String PROPERTY_GFX_DRIVER = "ro.gfx.driver.0";
91 private static final String PROPERTY_RUNNING_IN_CONTAINER = "ro.boot.container";
99 private static final String ABI_LIST_ARG = "--abi-list=";
101 private static final String SOCKET_NAME_ARG = "--socket-name=";
111 private static final String PRELOADED_CLASSES = "/system/etc/preloaded-classes";
188 String driverPackageName = SystemProperties.get(PROPERTY_GFX_DRIVER);
279 String line;
293 // Class.forName(String, boolean, ClassLoader) to avoid repeated stack lookup
    [all...]
  /frameworks/base/location/java/android/location/
GpsMeasurement.java 285 * Gets a string representation of the 'sync state'.
288 private String getStateString() {
437 * Gets a string representation of the 'Accumulated Delta Range state'.
440 private String getAccumulatedDeltaRangeStateString() {
791 * Gets a string representation of the 'loss of lock'.
794 private String getLossOfLockString() {
956 * Gets a string representation of the 'multi-path indicator'.
959 private String getMultipathIndicatorString() {
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 63 static final String TAG = "SettingsLib.AccessPoint";
92 private final ConcurrentHashMap<String, ScanResult> mScanResultCache =
93 new ConcurrentHashMap<String, ScanResult>(32);
96 static final String KEY_NETWORKINFO = "key_networkinfo";
97 static final String KEY_WIFIINFO = "key_wifiinfo";
98 static final String KEY_SCANRESULT = "key_scanresult";
99 static final String KEY_SSID = "key_ssid";
100 static final String KEY_SECURITY = "key_security";
101 static final String KEY_PSKTYPE = "key_psktype";
102 static final String KEY_SCANRESULTCACHE = "key_scanresultcache"
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.java 63 static final String TAG = "TaskPersister";
81 private static final String TASKS_DIRNAME = "recent_tasks";
82 private static final String TASK_FILENAME_SUFFIX = "_task.xml";
83 private static final String IMAGES_DIRNAME = "recent_images";
84 private static final String PERSISTED_TASK_IDS_FILENAME = "persisted_taskIds.txt";
85 static final String IMAGE_EXTENSION = ".png";
87 private static final String TAG_TASK = "task";
119 final String mFilePath;
122 ImageWriteQueueItem(String filePath, Bitmap image) {
170 final String taskString = Integer.toString(task.taskId)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 94 private static final String TAG = "PackageInstaller";
96 private static final String REMOVE_SPLIT_MARKER_EXTENSION = ".removed";
111 final String installerPackageName;
119 final String stageCid;
147 private String mFinalMessage;
158 private String mPackageName;
182 private final List<String> mResolvedInstructionSets = new ArrayList<>();
223 final String completeMsg = ExceptionUtils.getCompleteMessage(e);
236 String installerPackageName, int installerUid, SessionParams params, long createdMillis,
237 File stageDir, String stageCid, boolean prepared, boolean sealed)
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 33 protected static final String TAG = "DhcpPacket";
158 protected String mHostName;
164 protected String mDomainName;
182 protected String mVendorInfo;
225 protected String mMessage;
249 protected String mVendorId;
311 static String testOverrideVendorId = null;
312 static String testOverrideHostname = null;
599 * Adds an optional parameter containing an ASCII string.
601 protected static void addTlv(ByteBuffer buf, byte type, String str)
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java 52 private static final String[] ANDROID_VIEW_PACKAGE_VIEWS = new String[]
54 private String mAppPackage;
56 private HashMap<String, List<LayoutFileBundle>> mLayoutBundles
57 = new HashMap<String, List<LayoutFileBundle>>();
61 public ResourceBundle(String appPackage) {
84 public HashMap<String, List<LayoutFileBundle>> getLayoutBundles() {
88 public String getAppPackage() {
111 String binding = boundTo.get(0).getFullBindingClass();
120 for (Map.Entry<String, List<LayoutFileBundle>> bundles : mLayoutBundles.entrySet())
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 50 static final String LOG_TAG = "RuimRecords";
56 private String mMyMobileNumber;
57 private String mMin2Min1;
59 private String mPrlVersion;
64 private String mMdn;
65 private String mMin;
66 private String mHomeSystemId;
67 private String mHomeNetworkId;
68 private String mNai;
71 public String toString()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
CharBufferTest.java 651 String expected = "";
655 String str = buf.toString();
718 String str = " ";
735 buf.put((String) null);
744 String str = String.valueOf(new char[buf.capacity()]);
749 buf.put(String.valueOf(new char[buf.capacity() + 1]), 0, buf
756 buf.put((String) null, 0, buf.capacity() + 1);
777 buf.put((String) null, -1, 0);
800 str = String.valueOf(array)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 48 private String h10sVal;
162 String okey, ckey;
164 assertTrue("Key comparison failed", (okey = (String) org
165 .nextElement()).equals(ckey = (String) cpy.nextElement()));
166 assertTrue("Value comparison failed", ((String) htfull.get(okey))
167 .equals((String) h.get(ckey)));
236 String s = (String) elms.nextElement();
338 assertEquals("Could not retrieve element", "FVal 2", ((String) h.get("FKey 2"))
401 ht.remove(String.valueOf(i - 1))
    [all...]
VectorTest.java 46 private String vString = "[Test 0, Test 1, Test 2, Test 3, Test 4, Test 5, Test 6, Test 7, Test 8, Test 9, Test 10, Test 11, Test 12, Test 13, Test 14, Test 15, Test 16, Test 17, Test 18, Test 19, Test 20, Test 21, Test 22, Test 23, Test 24, Test 25, Test 26, Test 27, Test 28, Test 29, Test 30, Test 31, Test 32, Test 33, Test 34, Test 35, Test 36, Test 37, Test 38, Test 39, Test 40, Test 41, Test 42, Test 43, Test 44, Test 45, Test 46, Test 47, Test 48, Test 49, Test 50, Test 51, Test 52, Test 53, Test 54, Test 55, Test 56, Test 57, Test 58, Test 59, Test 60, Test 61, Test 62, Test 63, Test 64, Test 65, Test 66, Test 67, Test 68, Test 69, Test 70, Test 71, Test 72, Test 73, Test 74, Test 75, Test 76, Test 77, Test 78, Test 79, Test 80, Test 81, Test 82, Test 83, Test 84, Test 85, Test 86, Test 87, Test 88, Test 89, Test 90, Test 91, Test 92, Test 93, Test 94, Test 95, Test 96, Test 97, Test 98, Test 99]";
214 v.addAll(3, Arrays.asList(new String[] { "two", "three" }));
234 tVector.addAll(-5, Arrays.asList(new String[] { "two", "three" }));
241 tVector.addAll(tVector.size() + 1, Arrays.asList(new String[] { "two", "three" }));
301 assertEquals("Added Element to wrong slot", "Added Element", ((String) v.elementAt(100))
316 assertEquals("Added Element to wrong slot", "Added Element", ((String) v.elementAt(100))
448 assertEquals("Incorrect element returned", "Test 18", ((String) tVector
495 v.addElement(String.valueOf(i));
694 String prevElement = (String) v.elementAt(99)
    [all...]
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 78 String path = System.getProperty("java.io.tmpdir") + "/test_unix_socket";
121 String s = new String(request, "UTF-8");
138 String string = "hello, world!"; local
140 byte[] request = string.getBytes("UTF-8");
146 assertEquals(string.toUpperCase(Locale.ROOT), new String(response, "UTF-8"));
180 final byte[] contents = new String("goodbye, cruel world").getBytes(StandardCharsets.US_ASCII);
504 final String NAME_TEST = "user.meow"
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 71 Map<String,Set<String>> remainingExpected
72 = new HashMap<String,Set<String>>(StandardNames.PROVIDER_ALGORITHMS);
73 for (Entry<String,Set<String>> entry : remainingExpected.entrySet()) {
74 entry.setValue(new HashSet<String>(entry.getValue()));
77 List<String> extra = new ArrayList<String>();
78 List<String> missing = new ArrayList<String>()
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 67 private static final String CERT_RSA = "x509/cert-rsa.der";
69 private static final String CERT_DSA = "x509/cert-dsa.der";
71 private static final String CERT_EC = "x509/cert-ec.der";
73 private static final String CERT_KEYUSAGE_EXTRALONG = "x509/cert-keyUsage-extraLong.der";
75 private static final String CERT_EXTENDEDKEYUSAGE = "x509/cert-extendedKeyUsage.der";
77 private final static String CERT_RSA_TBS = "x509/cert-rsa-tbs.der";
79 private final static String CERT_RSA_SIGNATURE = "x509/cert-rsa-sig.der";
81 private static final String CERT_USERWITHPATHLEN = "x509/cert-userWithPathLen.der";
83 private static final String CERT_CA = "x509/cert-ca.der";
85 private static final String CERT_CAWITHPATHLEN = "x509/cert-caWithPathLen.der"
875 String string = new String(bytes, 0); local
1018 String string = new String(bytes, 0); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 58 private static final String TAG = "MonthView";
62 public static final String VIEW_PARAMS_ORIENTATION = "orientation";
63 public static final String VIEW_PARAMS_ANIMATE_TODAY = "animate_today";
490 public void setWeekParams(HashMap<String, Integer> params, String tz) {
521 public boolean updateToday(String tz) {
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManagerImpl.java 78 private static final String LOADER_THREAD_NAME = "ContactPhotoLoader";
90 private static final String[] EMPTY_STRING_ARRAY = new String[0];
92 private static final String[] COLUMNS = new String[] {Photo._ID, Photo.PHOTO};
144 /** The user agent string to use when loading URI based photos. */
145 private String mUserAgent;
199 // Get a user agent string to use for URI photo requests.
207 private static String btk(int bytes) {
726 Set<Long> photoIds, Set<String> photoIdsAsStrings, Set<Request> uris)
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 79 private final String mName;
89 /*package*/ ImapFolder(ImapStore store, String name) {
175 public String getName() {
198 connection.executeSimpleCommand(String.format(Locale.US,
244 connection.executeSimpleCommand(String.format(Locale.US,
269 String.format(Locale.US, ImapConstants.UID_COPY + " %s \"%s\"",
273 HashMap<String, Message> messageMap = new HashMap<String, Message>();
282 String responseText = response.getStatusResponseTextOrEmpty().getString();
295 String responseCode = copyResponse.getStringOrEmpty(0).getString()
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 85 private static final String ARG_ACCOUNT_ID = "account_id";
87 public static final String PREFERENCE_DESCRIPTION = "account_description";
88 private static final String PREFERENCE_NAME = "account_name";
89 private static final String PREFERENCE_SIGNATURE = "account_signature";
90 private static final String PREFERENCE_QUICK_RESPONSES = "account_quick_responses";
91 private static final String PREFERENCE_FREQUENCY = "account_check_frequency";
92 private static final String PREFERENCE_SYNC_WINDOW = "account_sync_window";
93 private static final String PREFERENCE_SYNC_SETTINGS = "account_sync_settings";
94 private static final String PREFERENCE_SYNC_EMAIL = "account_sync_email";
95 private static final String PREFERENCE_SYNC_CONTACTS = "account_sync_contacts"
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java 66 private static final String TAG = "AlbumPage";
68 public static final String KEY_MEDIA_PATH = "media-path";
69 public static final String KEY_PARENT_MEDIA_PATH = "parent-media-path";
70 public static final String KEY_SET_CENTER = "set-center";
71 public static final String KEY_AUTO_SELECT_ALL = "auto-select-all";
72 public static final String KEY_SHOW_CLUSTER_MENU = "cluster-menu";
73 public static final String KEY_EMPTY_ALBUM = "empty-album";
74 public static final String KEY_RESUME_ANIMATION = "resume_animation";
88 private String mParentMediaSetString;
348 String basePath = mMediaSet.getPath().toString()
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 90 private static final String TAG = "RadioInfo";
92 private static final String[] mPreferredNetworkLabels = {
133 private static final String[] mCellInfoRefreshRateLabels = {
150 private void log(String s) {
208 private String mPingHostnameResultV4;
209 private String mPingHostnameResultV6;
210 private String mHttpClientTestResult;
234 public void onCallStateChanged(int state, String incomingNumber) {
326 smsc.setText((String)ar.result);
392 ArrayAdapter<String> adapter = new ArrayAdapter<String> (this
    [all...]

Completed in 1550 milliseconds

<<31323334353637383940>>