| /external/chromium_org/v8/test/webkit/ |
| D | dfg-double-vote-fuzz-expected.txt | 29 Result value is 54939 30 Result value is 55039 31 Result value is 55039 32 Result value is 55139 33 Result value is 55039 34 Result value is 55139 35 Result value is 55139 36 Result value is 55239 37 Result value is 55039 38 Result value is 55139 [all …]
|
| D | dfg-create-inlined-arguments-in-closure-inline-expected.txt | 29 PASS value is 5 30 PASS value is 6 31 PASS value is 7 32 PASS value is 8 33 PASS value is 9 34 PASS value is 10 35 PASS value is 11 36 PASS value is 12 37 PASS value is 13 38 PASS value is 14 [all …]
|
| /external/deqp/framework/opengl/ |
| D | gluStrUtilPrototypes.inl | 4 const char* getErrorName (int value); 5 const char* getTypeName (int value); 6 const char* getParamQueryName (int value); 7 const char* getProgramParamName (int value); 8 const char* getUniformParamName (int value); 9 const char* getFramebufferAttachmentName (int value); 10 const char* getFramebufferAttachmentParameterName (int value); 11 const char* getFramebufferTargetName (int value); 12 const char* getFramebufferStatusName (int value); 13 const char* getFramebufferAttachmentTypeName (int value); [all …]
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/ |
| D | unittest_enormous_descriptor.proto | 46 …oooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is also looooooooo… 47 …oooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is also looooooooo… 48 …oooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is also looooooooo… 49 …oooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is also looooooooo… 50 …oooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is also looooooooo… 51 …oooooooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is also looooooooo… 52 …oooooooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is also looooooooo… 53 …oooooooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is also looooooooo… 54 …oooooooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is also looooooooo… 55 …oooooooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is also looooooooo… [all …]
|
| /external/protobuf/src/google/protobuf/ |
| D | unittest_enormous_descriptor.proto | 46 …oooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is also looooooooo… 47 …oooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is also looooooooo… 48 …oooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is also looooooooo… 49 …oooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is also looooooooo… 50 …oooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is also looooooooo… 51 …oooooooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is also looooooooo… 52 …oooooooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is also looooooooo… 53 …oooooooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is also looooooooo… 54 …oooooooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is also looooooooo… 55 …oooooooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is also looooooooo… [all …]
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowBundle.java | 44 public void putString(String key, String value) { in putString() argument 45 map.put(key, value); in putString() 50 Object value = map.get(key); in getString() local 51 return value == null || !(value instanceof String) ? null : (String) value; in getString() 59 Object value = map.get(key); in getString() local 60 return value == null || !(value instanceof String) ? defaultValue : (String) value; in getString() 64 public void putLong(String key, long value) { in putLong() argument 65 map.put(key, value); in putLong() 75 Object value = map.get(key); in getLong() local 76 return value == null || !(value instanceof Long) ? defaultValue : (Long) value; in getLong() [all …]
|
| /external/skia/src/sfnt/ |
| D | SkOTTable_OS_2_V4.h | 25 SK_TYPED_ENUM(Value, SK_OT_USHORT, 37 SK_OT_USHORT value; 40 SK_TYPED_ENUM(Value, SK_OT_USHORT, 51 (value)SK_SEQ_END) 78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 81 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 82 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; 83 SK_OT_USHORT value; member [all …]
|
| D | SkOTTable_OS_2_V2.h | 25 SK_TYPED_ENUM(Value, SK_OT_USHORT, 37 SK_OT_USHORT value; 40 SK_TYPED_ENUM(Value, SK_OT_USHORT, 50 (value)SK_SEQ_END) 77 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 78 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 79 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 80 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 81 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; 82 SK_OT_USHORT value; member [all …]
|
| D | SkOTTable_OS_2_V3.h | 25 SK_TYPED_ENUM(Value, SK_OT_USHORT, 37 SK_OT_USHORT value; 40 SK_TYPED_ENUM(Value, SK_OT_USHORT, 51 (value)SK_SEQ_END) 78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 81 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 82 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; 83 SK_OT_USHORT value; member [all …]
|
| D | SkOTTable_OS_2_V1.h | 25 SK_TYPED_ENUM(Value, SK_OT_USHORT, 37 SK_OT_USHORT value; 40 SK_TYPED_ENUM(Value, SK_OT_USHORT, 51 (value)SK_SEQ_END) 78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 81 SK_OT_USHORT value; member 264 static const SK_OT_ULONG BasicLatinMask = SkOTSetULONGBit<0>::value; 265 static const SK_OT_ULONG Latin1SupplementMask = SkOTSetULONGBit<1>::value; [all …]
|
| /external/chromium_org/third_party/skia/src/sfnt/ |
| D | SkOTTable_OS_2_V4.h | 25 SK_TYPED_ENUM(Value, SK_OT_USHORT, 37 SK_OT_USHORT value; 40 SK_TYPED_ENUM(Value, SK_OT_USHORT, 51 (value)SK_SEQ_END) 78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 81 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 82 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; 83 SK_OT_USHORT value; member [all …]
|
| D | SkOTTable_OS_2_V2.h | 25 SK_TYPED_ENUM(Value, SK_OT_USHORT, 37 SK_OT_USHORT value; 40 SK_TYPED_ENUM(Value, SK_OT_USHORT, 50 (value)SK_SEQ_END) 77 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 78 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 79 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 80 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 81 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; 82 SK_OT_USHORT value; member [all …]
|
| D | SkOTTable_OS_2_V3.h | 25 SK_TYPED_ENUM(Value, SK_OT_USHORT, 37 SK_OT_USHORT value; 40 SK_TYPED_ENUM(Value, SK_OT_USHORT, 51 (value)SK_SEQ_END) 78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 81 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 82 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; 83 SK_OT_USHORT value; member [all …]
|
| D | SkOTTable_OS_2_V1.h | 25 SK_TYPED_ENUM(Value, SK_OT_USHORT, 37 SK_OT_USHORT value; 40 SK_TYPED_ENUM(Value, SK_OT_USHORT, 51 (value)SK_SEQ_END) 78 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 79 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 80 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 81 SK_OT_USHORT value; member 264 static const SK_OT_ULONG BasicLatinMask = SkOTSetULONGBit<0>::value; 265 static const SK_OT_ULONG Latin1SupplementMask = SkOTSetULONGBit<1>::value; [all …]
|
| /external/ppp/pppd/plugins/radius/etc/ |
| D | dictionary.ascend | 152 VALUE Service-Type Dialout-Framed-User 5 153 VALUE Framed-Protocol ARA 255 154 VALUE Framed-Protocol MPP 256 155 VALUE Framed-Protocol EURAW 257 156 VALUE Framed-Protocol EUUI 258 157 VALUE Framed-Protocol X25 259 158 VALUE Framed-Protocol COMB 260 159 VALUE Framed-Protocol FR 261 160 VALUE Framed-Protocol MP 262 161 VALUE Framed-Protocol FR-CIR 263 [all …]
|
| /external/chromium_org/chrome/common/extensions/permissions/ |
| D | media_galleries_permission_unittest.cc | 21 void CheckFromValue(APIPermission* permission, base::ListValue* value, in CheckFromValue() argument 25 EXPECT_EQ(success_expected, permission->FromValue(value, &error, &unhandled)); in CheckFromValue() 38 scoped_ptr<base::ListValue> value(new base::ListValue()); in TEST() local 39 value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission); in TEST() 40 value->AppendString(MediaGalleriesPermission::kReadPermission); in TEST() 41 CheckFromValue(permission.get(), value.get(), true); in TEST() 43 value.reset(new base::ListValue()); in TEST() 44 value->AppendString(MediaGalleriesPermission::kAllAutoDetectedPermission); in TEST() 45 value->AppendString(MediaGalleriesPermission::kCopyToPermission); in TEST() 46 value->AppendString(MediaGalleriesPermission::kReadPermission); in TEST() [all …]
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
| D | type_traits_unittest.cc | 172 EXPECT_TRUE(is_integral<bool>::value); in TEST() 173 EXPECT_TRUE(is_integral<char>::value); in TEST() 174 EXPECT_TRUE(is_integral<unsigned char>::value); in TEST() 175 EXPECT_TRUE(is_integral<signed char>::value); in TEST() 176 EXPECT_TRUE(is_integral<wchar_t>::value); in TEST() 177 EXPECT_TRUE(is_integral<int>::value); in TEST() 178 EXPECT_TRUE(is_integral<unsigned int>::value); in TEST() 179 EXPECT_TRUE(is_integral<short>::value); in TEST() 180 EXPECT_TRUE(is_integral<unsigned short>::value); in TEST() 181 EXPECT_TRUE(is_integral<long>::value); in TEST() [all …]
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| D | TypeTraits.cpp | 29 COMPILE_ASSERT(IsInteger<bool>::value, WTF_IsInteger_bool_true); 30 COMPILE_ASSERT(IsInteger<char>::value, WTF_IsInteger_char_true); 31 COMPILE_ASSERT(IsInteger<signed char>::value, WTF_IsInteger_signed_char_true); 32 COMPILE_ASSERT(IsInteger<unsigned char>::value, WTF_IsInteger_unsigned_char_true); 33 COMPILE_ASSERT(IsInteger<short>::value, WTF_IsInteger_short_true); 34 COMPILE_ASSERT(IsInteger<unsigned short>::value, WTF_IsInteger_unsigned_short_true); 35 COMPILE_ASSERT(IsInteger<int>::value, WTF_IsInteger_int_true); 36 COMPILE_ASSERT(IsInteger<unsigned>::value, WTF_IsInteger_unsigned_int_true); 37 COMPILE_ASSERT(IsInteger<long>::value, WTF_IsInteger_long_true); 38 COMPILE_ASSERT(IsInteger<unsigned long>::value, WTF_IsInteger_unsigned_long_true); [all …]
|
| /external/chromium_org/gpu/command_buffer/common/ |
| D | gles2_cmd_utils_autogen.h | 14 static std::string GetStringAttachment(uint32_t value); 15 static std::string GetStringBackbufferAttachment(uint32_t value); 16 static std::string GetStringBlitFilter(uint32_t value); 17 static std::string GetStringBufferParameter(uint32_t value); 18 static std::string GetStringBufferTarget(uint32_t value); 19 static std::string GetStringBufferUsage(uint32_t value); 20 static std::string GetStringCapability(uint32_t value); 21 static std::string GetStringCmpFunction(uint32_t value); 22 static std::string GetStringCompressedTextureFormat(uint32_t value); 23 static std::string GetStringDrawMode(uint32_t value); [all …]
|
| /external/deqp/framework/egl/ |
| D | egluStrUtilPrototypes.inl | 5 const char* getBooleanName (int value); 6 const char* getBoolDontCareName (int value); 7 const char* getAPIName (int value); 8 const char* getErrorName (int value); 9 const char* getContextAttribName (int value); 10 const char* getConfigAttribName (int value); 11 const char* getSurfaceAttribName (int value); 12 const char* getSurfaceTargetName (int value); 13 const char* getColorBufferTypeName (int value); 14 const char* getConfigCaveatName (int value); [all …]
|
| /external/ltrace/ |
| D | value.h | 28 * Typically a value is attached to a single inferior where it was 29 * extracted from, but it is possible to create a detached value. 30 * Each value is typed. Values support a number of routines, such as 31 * dereferencing if the value is of pointer type, array or structure 34 * A value can be uninitialized, abstract or reified. Abstract values 37 * or otherwise set to some value. */ 41 VAL_LOC_INFERIOR, /* Value is in the inferior process. */ 42 VAL_LOC_COPY, /* Value was copied out of the inferior. */ 47 struct value { struct 50 struct value *parent; argument [all …]
|
| /external/srec/shared/include/ |
| D | ESR_Session.h | 44 * Returns session property value. 47 * @param value Property value 50 ESR_ReturnCode(*getProperty)(const LCHAR* name, void** value, VariableTypes type); 52 * Returns the type of a property value. 55 * @param type [out] Value type 59 * Returns copy of session property value. 62 * @param value Property value 64 ESR_ReturnCode(*getInt)(const LCHAR* name, int* value); 66 * Returns copy of session property value. 69 * @param value Property value [all …]
|
| /external/chromium_org/dbus/ |
| D | values_util.cc | 17 // Returns whether |value| is exactly representable by double or not. 19 bool IsExactlyRepresentableByDouble(T value) { in IsExactlyRepresentableByDouble() argument 20 return value == static_cast<T>(static_cast<double>(value)); in IsExactlyRepresentableByDouble() 26 base::Value* element_value = PopDataAsValue(reader); in PopListElements() 50 scoped_ptr<base::Value> key(PopDataAsValue(&entry_reader)); in PopDictionaryEntries() 53 // Use JSONWriter to convert an arbitrary value to a string. in PopDictionaryEntries() 56 // Get the value and set the key-value pair. in PopDictionaryEntries() 57 base::Value* value = PopDataAsValue(&entry_reader); in PopDictionaryEntries() local 58 if (!value) in PopDictionaryEntries() 60 dictionary_value->SetWithoutPathExpansion(key_string, value); in PopDictionaryEntries() [all …]
|
| /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
| D | GL3x.xml | 10 <enum name="COMPARE_REF_TO_TEXTURE" value="0x884E"/> 11 <enum name="CLIP_DISTANCE0" value="0x3000"/> 12 <enum name="CLIP_DISTANCE1" value="0x3001"/> 13 <enum name="CLIP_DISTANCE2" value="0x3002"/> 14 <enum name="CLIP_DISTANCE3" value="0x3003"/> 15 <enum name="CLIP_DISTANCE4" value="0x3004"/> 16 <enum name="CLIP_DISTANCE5" value="0x3005"/> 17 <enum name="CLIP_DISTANCE6" value="0x3006"/> 18 <enum name="CLIP_DISTANCE7" value="0x3007"/> 19 <enum name="MAX_CLIP_DISTANCES" value="0x0D32"/> [all …]
|
| /external/mesa3d/src/mapi/glapi/gen/ |
| D | GL3x.xml | 10 <enum name="COMPARE_REF_TO_TEXTURE" value="0x884E"/> 11 <enum name="CLIP_DISTANCE0" value="0x3000"/> 12 <enum name="CLIP_DISTANCE1" value="0x3001"/> 13 <enum name="CLIP_DISTANCE2" value="0x3002"/> 14 <enum name="CLIP_DISTANCE3" value="0x3003"/> 15 <enum name="CLIP_DISTANCE4" value="0x3004"/> 16 <enum name="CLIP_DISTANCE5" value="0x3005"/> 17 <enum name="CLIP_DISTANCE6" value="0x3006"/> 18 <enum name="CLIP_DISTANCE7" value="0x3007"/> 19 <enum name="MAX_CLIP_DISTANCES" value="0x0D32"/> [all …]
|