HomeSort by relevance Sort by last modified time
    Searched refs:VALUE (Results 151 - 175 of 290) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 77 { Metadata.VALUE, "TEXT NOT NULL" },
PhotoProvider.java 101 /** Column name for the width of the original image. Integer value. */
103 /** Column name for the height of the original image. Integer value. */
107 * value indicating the milliseconds since epoch in the GMT time zone.
111 * Column name indicating the long value of the album id that this image
118 /** The title of the photo. String value. */
120 /** The date the photo entry was last updated. Long value. */
124 * been applied. Integer value.
142 /** The type of album. Non-null, if album is auto-generated. String value. */
149 /** The user-specified location associated with the album. String value. */
151 /** The title of the album. String value. *
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 452 sExtensionProjectionMap.put(android.provider.Contacts.Extensions.VALUE,
453 android.provider.Contacts.Extensions.VALUE);
851 final Long value = values.getAsLong(column); local
1339 String value = cursor.getString(SettingsMatchQuery.SHOULD_SYNC); local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 398 // Adding another value to assert
598 values.put(Extensions.VALUE, "Bar");
618 values.put(Extensions.VALUE, "Bar");
624 values.put(Extensions.VALUE, "Baz");
    [all...]
  /external/eigen/blas/
drotmg.f 24 * VALUE OF DPARAM(1) ARE NOT STORED IN DPARAM.)
srotmg.f 24 * VALUE OF SPARAM(1) ARE NOT STORED IN SPARAM.)
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 117 // Not present. Return the default value.
399 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, VALUE) \
402 number, VALUE, target); \
text_format.cc 114 ALLOW_SINGULAR_OVERWRITES = 0, // the last value is retained
342 #define SET_FIELD(CPPTYPE, VALUE) \
344 reflection->Add##CPPTYPE(message, field, VALUE); \
346 reflection->Set##CPPTYPE(message, field, VALUE); \
351 int64 value; local
352 DO(ConsumeSignedInteger(&value, kint32max));
353 SET_FIELD(Int32, static_cast<int32>(value));
358 uint64 value; local
359 DO(ConsumeUnsignedInteger(&value, kuint32max));
360 SET_FIELD(UInt32, static_cast<uint32>(value));
365 int64 value; local
372 uint64 value; local
379 double value; local
386 double value; local
393 string value; local
400 string value; local
416 string value; local
1056 const string& value = field->is_repeated() ? local
1188 const string& value = field.length_delimited(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 79 value zero. */
82 /* Used in the cselib routines to describe a value. Objects of this
84 GC memory. The only operand of a VALUE is a cselib_val_struct.
85 var-tracking requires this to have a distinct integral value from
87 DEF_RTL_EXPR(VALUE, "value", "0", RTX_OBJ)
186 When an insn stores more than one value, a separate ASM_OPERANDS
199 2nd operand is a unique value saying which of a number of machine-specific
263 Operand 2 is the value stored there.
325 floating point value. Operands hold the value. They are all 'w
    [all...]
system.h 270 /* A macro to determine whether a VALUE lies inclusively within a
271 certain range without evaluating the VALUE more than once. This
272 macro won't warn if the VALUE is unsigned and the LOWER bound is
273 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
277 #define IN_RANGE(VALUE, LOWER, UPPER) \
278 ((unsigned HOST_WIDE_INT) (VALUE) - (unsigned HOST_WIDE_INT) (LOWER) \
671 the most likely value of A is B. This feature was added at some point
976 modify its argument and the return value is only used in a const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 186 This is an expression with POINTER_TYPE that gives the value
248 keyword. C_RID_CODE (node) is then the RID_* value of the keyword,
362 to which the conversion should occur. This value is important if
481 VALUE field is a DECL for the associated declaration. Thus,
500 #define SET_IDENTIFIER_LABEL_VALUE(NODE, VALUE) \
501 IDENTIFIER_LABEL_VALUE (NODE) = (VALUE)
1308 tree value; member in struct:tree_pair_s
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 184 ALLOW_SINGULAR_OVERWRITES = 0, // the last value is retained
385 // field name and the field value and also the field value should not
444 // Skips the next field including the field's name and value.
463 // field name and the field value and also the field value should not
533 #define SET_FIELD(CPPTYPE, VALUE) \
535 reflection->Add##CPPTYPE(message, field, VALUE); \
537 reflection->Set##CPPTYPE(message, field, VALUE); \
542 int64 value; local
549 uint64 value; local
556 int64 value; local
563 uint64 value; local
570 double value; local
577 double value; local
584 string value; local
592 uint64 value; local
596 string value; local
612 string value; local
1336 const string& value = field->is_repeated() ? local
1468 const string& value = field.length_delimited(); local
    [all...]
extension_set_heavy.cc 125 // Not present. Return the default value.
444 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, VALUE) \
447 number, VALUE, target); \
extension_set.cc 251 LOWERCASE value, \
262 extension->LOWERCASE##_value = value; \
273 int number, int index, LOWERCASE value) { \
277 iter->second.repeated_##LOWERCASE##_value->Set(index, value); \
281 bool packed, LOWERCASE value, \
294 extension->repeated_##LOWERCASE##_value->Add(value); \
321 // Not present. Return the default value.
329 void ExtensionSet::SetEnum(int number, FieldType type, int value,
340 extension->enum_value = value;
350 void ExtensionSet::SetRepeatedEnum(int number, int index, int value) {
927 int value; local
980 int value; local
999 string* value = extension.is_repeated ? local
1008 string* value = extension.is_repeated ? local
1017 MessageLite* value = extension.is_repeated ? local
1027 MessageLite* value = extension.is_repeated ? local
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 119 Settings.NameValueTable.VALUE
760 String value = cachedEntries.remove(key); local
762 // If the value not cached, let us look it up.
763 if (value == null) {
774 value = dataValue;
781 if (value == null) {
825 String value = cachedEntries.remove(key); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 369 map.put(Settings.VALUE, Settings.VALUE);
456 Settings.VALUE + " TEXT NOT NULL" +
486 values.put(Settings.VALUE, 1);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 81 #define LOADQ_LANE_32b(VALUE, LANE) do { \
82 (VALUE) = vld1q_lane_u32((const uint32_t*)src, (VALUE), (LANE)); \
576 FLIP_SIGN_BIT4(p1, p0, q0, q1, q10) /* convert to signed value */ \
    [all...]
  /external/webp/src/dsp/
dec_neon.c 81 #define LOADQ_LANE_32b(VALUE, LANE) do { \
82 (VALUE) = vld1q_lane_u32((const uint32_t*)src, (VALUE), (LANE)); \
576 FLIP_SIGN_BIT4(p1, p0, q0, q1, q10) /* convert to signed value */ \
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java 1143 String value = b.getPairValue(); local
1173 String value = c.moveToNext() ? c.getString(0) : null; local
1492 long value; local
3308 long value; local
6841 long value; local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 184 public void newExtendedProperty(String name, String value) {
187 .withValue(ExtendedProperties.VALUE, value),
192 public void updatedExtendedProperty(String name, String value, long id) {
215 .withValue(ExtendedProperties.VALUE, value)));
217 newExtendedProperty(name, value);
556 // by setting organizerEmail to a bogus value and by setting the upsync prohibited
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 362 * Constructs a set of name/value pairs that can be used to create a Calendar event.
363 * Various fields are generated from the seed value.
434 * Constructs a set of name/value pairs that can be used to create a recurring
442 * @return name/value pairs to use when creating event
466 * Constructs the basic name/value pairs required for an exception to a recurring event.
469 * @return name/value pairs to use when creating event
575 * value.
584 * value.
1085 String value = subContentValues.getAsString( local
1910 String value = local
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 113 verifyFormat("static constexpr bool Bar = decltype(bar())::value;");
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 442 # Each element should be specified as KEY=VALUE, with whitespace separating
443 # key-value pairs. e.g.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 494 #define TEST_AND_UPDATE(VALUE, NEWVALUE, ENUM) \
495 if ((VALUE) != (NEWVALUE)) { \
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 

Completed in 2555 milliseconds

1 2 3 4 5 67 8 91011>>