HomeSort by relevance Sort by last modified time
    Searched refs:TYPE (Results 201 - 225 of 369) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 339 Phones._ID, Phones.PERSON_ID, Phones.TYPE, Phones.NUMBER,
362 value.put(Phones.TYPE, Phones.TYPE_HOME);
383 value.put(Phones.TYPE, Phones.TYPE_CUSTOM);
419 Organizations.ISPRIMARY, Organizations.TYPE, Organizations.LABEL,
445 value.put(Organizations.TYPE, Organizations.TYPE_WORK);
468 value.put(Organizations.TYPE, Organizations.TYPE_CUSTOM);
501 Calls._ID, Calls.NUMBER, Calls.DATE, Calls.DURATION, Calls.TYPE,
530 value.put(Calls.TYPE, Calls.INCOMING_TYPE);
559 value.put(Calls.TYPE, Calls.MISSED_TYPE);
597 ContactMethods.DATA, ContactMethods.AUX_DATA, ContactMethods.TYPE,
    [all...]
  /external/openssl/crypto/
crypto-lib.com 369 $ IF F$TYPE('LIB_MODULE') .EQS. ""
388 $ ELSE IF F$TYPE('APPS_MODULE') .NES. ""
419 $ IF F$TYPE('APPS_MODULE') .NES. ""
573 $ IF F$TYPE('APPS_MODULE') .NES. "" .AND. BUILDALL .NES. "LIBRARY"
1007 $ IF F$TYPE(USER_CCDEFS) .NES. "" THEN CCDEFS = CCDEFS + "," + USER_CCDEFS
1009 $ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS
1011 $ IF F$TYPE(USER_CCDISABLEWARNINGS) .NES. "" THEN -
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java 105 Contacts.People.TYPE,
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 51 // values. We only want to construct one of these per message type,
53 // each type it sees (each unique Descriptor pointer). The code
153 // type may be stored at it.
175 const Descriptor* type; // Type of this DynamicMessage. member in struct:google::protobuf::DynamicMessage::TypeInfo
234 const Descriptor* descriptor = type_info_->type;
246 #define HANDLE_TYPE(CPPTYPE, TYPE) \
249 new(field_ptr) TYPE(field->default_value_##TYPE()); \
251 new(field_ptr) RepeatedField<TYPE>(); \
    [all...]
  /external/zlib/contrib/infback9/
infback9.c 260 mode = TYPE;
277 case TYPE:
278 /* determine and dispatch block type */
308 strm->msg = (char *)"invalid block type";
343 mode = TYPE;
504 mode = TYPE;
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 47 Telephony.Carriers.TYPE, // 0
138 // If APN type is unspecified, assume APN_TYPE_ALL.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 53 String.format("Element must be of type IAdaptable, is %s", //$NON-NLS-1$
96 case IJavaElement.TYPE:
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 46 /** sort by type only */
47 TYPE,
53 /** {@code non-null;} sorter which sorts instances by type */
227 * given type. If there are none, this writes nothing. If there are any,
231 * @param itemType {@code non-null;} the item type of interest
301 case TYPE: {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 108 * @param nameType type of name: family name, given name, etc.
139 mValues.put(Email.TYPE, Email.TYPE_OTHER);
150 * @param phoneType the type: cell, home, etc.
157 mValues.put(Phone.TYPE, phoneType);
206 * @param nameType type of name: family name, given name, etc.
  /external/bluetooth/glib/
acglib.m4 53 # GLIB_SIZEOF (INCLUDES, TYPE, ALIAS)
73 dnl GLIB_BYTE_CONTENTS (INCLUDES, TYPE, ALIAS, N_BYTES, INITIALIZER)
  /external/protobuf/src/google/protobuf/stubs/
common.cc 155 #define DECLARE_STREAM_OPERATOR(TYPE, FORMAT) \
156 LogMessage& LogMessage::operator<<(TYPE value) { \
  /packages/apps/Contacts/src/com/android/contacts/
PhoneDisambigDialog.java 155 // Obtain a string representation of the phone type specific to the
161 values.put(Phone.TYPE, item.type);
177 final long type; field in class:PhoneDisambigDialog.PhoneItem
180 public PhoneItem(long id, String phoneNumber, String accountType, int type, String label) {
184 this.type = type;
219 int type = phonesCursor.getInt(phonesCursor.getColumnIndex(Phone.TYPE)); local
222 phoneList.add(new PhoneItem(id, phone, accountType, type, label))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntitySet.java 181 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_TOGETHER);
208 builder.withValue(AggregationExceptions.TYPE, AggregationExceptions.TYPE_KEEP_SEPARATE);
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 56 Phone.TYPE, // 2
63 + Contacts.DISPLAY_NAME + "," + Phone.TYPE;
88 int type = cursor.getInt(RecipientsAdapter.TYPE_INDEX); local
91 CharSequence displayLabel = Phone.getDisplayLabel(mContext, type, label);
136 int type = cursor.getInt(TYPE_INDEX); local
137 CharSequence labelText = Phone.getDisplayLabel(mContext, type,
176 Phone.TYPE,
178 Phone.TYPE,
180 Phone.TYPE,
194 result.add(Integer.valueOf(Phone.TYPE_CUSTOM)); // TYPE
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 63 sCallsProjectionMap.put(Calls.TYPE, Calls.TYPE);
  /frameworks/base/core/java/android/provider/
Telephony.java 59 * The type of the message
60 * <P>Type: INTEGER</P>
62 public static final String TYPE = "type";
75 * <P>Type: INTEGER</P>
81 * <P>Type: TEXT</P>
87 * <P>Type: INTEGER (long)</P>
93 * <P>Type: INTEGER (long)</P>
99 * <P>Type: INTEGER (boolean)</P>
122 * <P>Type: TEXT</P
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 77 phone.put(Phone.TYPE, Phone.TYPE_HOME);
109 phone.put(Phone.TYPE, Phone.TYPE_WORK);
170 final int type = builder.build().getType(); local
171 assertEquals("Didn't produce insert action", TYPE_INSERT, type);
184 final int type = builder.build().getType(); local
185 assertEquals("Didn't produce update action", TYPE_UPDATE, type);
198 final int type = builder.build().getType(); local
199 assertEquals("Didn't produce delete action", TYPE_DELETE, type);
226 phone.put(Phone.TYPE, Phone.TYPE_WORK);
245 assertEquals("Incorrect type", TYPE_INSERT, oper.getType())
    [all...]
  /external/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
67 * - Changed type of window in inflateBackInit() to unsigned char *
617 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
667 state->mode = hold & 0x200 ? DICTID : TYPE;
795 state->mode = TYPE;
809 state->mode = TYPE;
810 case TYPE:
843 strm->msg = (char *)"invalid block type";
879 state->mode = TYPE;
    [all...]
  /external/chromium/third_party/zlib/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
67 * - Changed type of window in inflateBackInit() to unsigned char *
582 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
630 state->mode = hold & 0x200 ? DICTID : TYPE;
758 state->mode = TYPE;
772 state->mode = TYPE;
773 case TYPE:
802 strm->msg = (char *)"invalid block type";
835 state->mode = TYPE;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
67 * - Changed type of window in inflateBackInit() to unsigned char *
582 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
630 state->mode = hold & 0x200 ? DICTID : TYPE;
758 state->mode = TYPE;
772 state->mode = TYPE;
773 case TYPE:
802 strm->msg = (char *)"invalid block type";
835 state->mode = TYPE;
    [all...]
  /build/tools/droiddoc/src/
LinkReference.java 162 final int TYPE = 1;
175 state = TYPE;
179 case TYPE:
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 309 public static final String TYPE = "Test";
321 super(TYPE);
329 super(TYPE);
334 * A ctor that allows to specify both the TYPE of certificate and the
338 * @param type
340 public TestCertificate(String diff, String type) {
341 super(type);
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 107 private static final String COMMON_TYPE_ROW = Phone.TYPE; // Could have been any typed row
152 public boolean isSameAs(int type, String value);
212 /** MIME type used when storing this in data table. */
223 /** MIME type used when storing this in data table. */
238 /** MIME type used when storing this in data table. */
284 public boolean isSameAs(int type, String value) {
300 public boolean isSameAs(int type, String value) {
307 int type; field in class:ContactsSyncAdapter.PhoneRow
311 type = _type;
316 builder.withValue(Phone.TYPE, type)
1854 int type = cv.getAsInteger(Phone.TYPE); local
    [all...]
  /external/bison/data/
glr.c 102 # b4_lhs_value([TYPE])
104 # Expansion of $<TYPE>$.
109 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
111 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
458 dnl pointers onto yyconfl are taken, which type is "short int *".
459 dnl We probably ought to introduce a type for confl.
578 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
583 yy_symbol_print (stderr, Type, \
596 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
739 /** Type tag: always true. *
    [all...]
yacc.c 73 # Return the smallest int type able to handle numbers ranging from
94 # b4_lhs_value([TYPE])
96 # Expansion of $<TYPE>$.
101 # b4_rhs_value(RULE-LENGTH, NUM, [TYPE])
103 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
365 /* A type that is properly aligned for any stack member. */
655 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
661 Type, Value]b4_locations_if([, Location])[]b4_user_args[); \
728 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
    [all...]

Completed in 660 milliseconds

1 2 3 4 5 6 7 891011>>