HomeSort by relevance Sort by last modified time
    Searched refs:values (Results 1701 - 1725 of 2119) sorted by null

<<61626364656667686970>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventContainer.java 87 for (EventValueType type : values()) {
320 * to test against, or if the compare method is incompatible with the type of the values.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsDialog.java 65 * Construct the filter settings dialog with default values for all fields.
74 * Set the default values to show when the dialog is opened.
254 /* save values from the widgets before the shell is closed. */
320 for (LogLevel l : LogLevel.values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 90 for (ViewData view : mNodeToView.values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 105 for (Map<String, BufferedImage> previews : categories.values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 150 for (List<ILayoutReloadListener> list : mListenerMap.values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 126 for (BuildVerbosity v : values()) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 685 * the values from the AVD.
768 String[] values = new String[2]; local
769 long sdcardSize = AvdManager.parseSdcardSize(sdcard, values);
776 mSdCardSize.setText(values[0]);
778 String suffix = values[1];
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
FieldTest.java 335 Object values[] = { new Byte((byte) 1), new Byte((byte) 1), local
342 Object value = values[i];
384 Object value = values[i];
    [all...]
  /external/chromium/net/base/
x509_certificate_nss.cc 50 // ScopedCERTValOutParam manages destruction of values in the CERTValOutParam
54 // When it goes out of scope, it destroys values of cert_po_trustAnchor
90 // Map PORT_GetError() return values to our network error codes.
129 // Map PORT_GetError() return values to our cert status flags.
233 std::vector<std::string>* values[] = { local
238 DCHECK(arraysize(kOIDs) == arraysize(values));
253 values[oid]->push_back(value);
    [all...]
x509_certificate_win.cc 377 std::vector<std::string>* values[] = { local
384 DCHECK(arraysize(kPrefixes) == arraysize(values));
396 values[i]->push_back(value);
    [all...]
  /external/icu4c/tools/genpname/
genpname.cpp 486 // set these to NGI index values
487 // fix them up to NGI offset values
506 // set these to NGI index values
507 // fix them up to NGI offset values
567 // set these to SP index values
568 // fix them up to SP offset values
    [all...]
  /external/openssl/crypto/x509v3/
v3_addr.c 657 * Extract min and max values from an IPAddressOrRange.
899 STACK_OF(CONF_VALUE) *values)
912 for (i = 0; i < sk_CONF_VALUE_num(values); i++) {
913 CONF_VALUE *val = sk_CONF_VALUE_value(values, i);
948 * the other input values.
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 732 final float x = event.values[1];
733 final float y = event.values[2];
734 final float z = event.values[0];
  /external/v8/src/
v8natives.js 378 // Default values from ES5 8.6.1.
653 // desc (we need to preserve the existing values from current).
976 // NOTE: Both Boolean objects and values can enter here as
990 // NOTE: Both Boolean objects and values can enter here as
1027 // NOTE: Both Number objects and values can enter here as
1059 // NOTE: Both Number objects and values can enter here as
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Structure.cpp 559 Vector<JSValue> values(propertyCount);
564 values[i] = object->getDirectOffset(iter->offset);
569 // Copy the original property values into their final locations
571 object->putDirectOffset(globalData, anonymousSlotCount + i, values[i]);
  /frameworks/base/core/java/android/app/
LoadedApk.java 510 Iterator<LoadedApk.ReceiverDispatcher> it = rmap.values().iterator();
533 Iterator<LoadedApk.ServiceDispatcher> it = smap.values().iterator();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 173 * Edge flags for this row of keys. Possible values that can be assigned are
425 int[] values = new int[count]; local
430 values[count++] = Integer.parseInt(st.nextToken());
435 return values;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 513 * sticky Intent, values are an ArrayList of all broadcasted intents with
579 * string containing the provider name and values are a
589 * string containing the provider's implementation class and values are a
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 225 // having to have different values for GSM and
424 for (ApnContext apnContext : mApnContexts.values()) {
531 for (DataConnectionAc dcac : mDataConnectionAsyncChannels.values()) {
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 272 static bool getDayIntVector(JNIEnv*, UResourceBundle* gregorian, int* values) {
286 values[0] = result[0];
287 values[1] = result[1];
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 560 ContentValues values = new ContentValues(); local
561 values.put(Events.HAS_ALARM, hasAlarm ? 1 : 0);
562 service.startUpdate(0, null, uri, values, null, null, 0);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 177 // - If the sensor values changes rapidly for some time, the UI will not be
295 ContentValues values = new ContentValues();
296 values.put(Voicemails.IS_READ, true);
297 getContentResolver().update(voicemailUri, values,
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 147 ContentValues values = new ContentValues(); local
148 values.put(MailboxColumns.MESSAGE_COUNT, -1);
152 db.update(Mailbox.TABLE_NAME, values, null, null);
707 ContentValues values = new ContentValues(); local
708 values.put(BodyColumns.TEXT_CONTENT, textContent);
709 values.put(BodyColumns.HTML_CONTENT, htmlContent);
710 values.put(BodyColumns.TEXT_REPLY, textReply);
711 values.put(BodyColumns.HTML_REPLY, htmlReply);
712 values.put(BodyColumns.SOURCE_MESSAGE_KEY, 17);
713 values.put(BodyColumns.INTRO_TEXT, introText)
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 356 // 0. Check the initial values, just in case.
441 ContentValues values = new ContentValues(); local
442 values.put(MessageColumns.MAILBOX_KEY, b4.mId);
444 getProvider().update(Message.CONTENT_URI, values, EmailContent.ID_SELECTION,
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 536 /** retrieve a non-null list of values with key K */
538 List<V> values = store.get(key); local
539 return values != null ? values : Collections.<V>emptyList();
    [all...]

Completed in 861 milliseconds

<<61626364656667686970>>