/external/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.h | 75 TYPE_NULL = 11, // explicit NULL type enumerator 102 static DataPiece NullData() { return DataPiece(TYPE_NULL, 0); } in NullData()
|
D | object_writer.cc | 80 case DataPiece::TYPE_NULL: { in RenderDataPieceTo()
|
D | datapiece.cc | 241 case TYPE_NULL: in ValueAsStringOrDefault() 263 if (type_ == TYPE_NULL) return google::protobuf::NULL_VALUE; in ToEnum()
|
D | protostream_objectwriter.cc | 846 case DataPiece::TYPE_NULL: { in RenderStructValue() 1025 if (data.type() == DataPiece::TYPE_NULL && in RenderDataPiece() 1055 if (data.type() == DataPiece::TYPE_NULL && in RenderDataPiece()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | AttributeResolution9.java | 169 if (value.dataType != Res_value.TYPE_NULL) { in ResolveAttrs() 223 if (out_indices != null && value.dataType != Res_value.TYPE_NULL) { in ResolveAttrs() 481 if (value.get().dataType != Res_value.TYPE_NULL) { in RetrieveAttributes() 505 (value.get().dataType != Res_value.TYPE_NULL in RetrieveAttributes()
|
D | AttributeResolution10.java | 173 if (value.dataType != Res_value.TYPE_NULL) { in ResolveAttrs() 227 if (out_indices != null && value.dataType != Res_value.TYPE_NULL) { in ResolveAttrs() 491 if (value.get().dataType != Res_value.TYPE_NULL) { in RetrieveAttributes() 515 (value.get().dataType != Res_value.TYPE_NULL in RetrieveAttributes()
|
D | AttributeResolution.java | 147 if (value.dataType != Res_value.TYPE_NULL) { in ResolveAttrs() 210 if (outIndices != null && value.dataType != Res_value.TYPE_NULL) { in ResolveAttrs() 479 if (value.get().dataType != Res_value.TYPE_NULL) { in RetrieveAttributes() 505 … (value.get().dataType != Res_value.TYPE_NULL || value.get().data == Res_value.DATA_NULL_EMPTY)) { in RetrieveAttributes()
|
D | ResTableTheme.java | 10 import static org.robolectric.res.android.ResourceTypes.Res_value.TYPE_NULL; 129 } else if (type != TYPE_NULL in GetAttribute() 263 if (force || (curEntry.value.dataType == TYPE_NULL in applyStyle()
|
D | ResourceTypes.java | 202 public static final int TYPE_NULL = 0x00; field in ResourceTypes.Res_value 311 public static final Res_value NULL_VALUE = new Res_value((byte) TYPE_NULL, DATA_NULL_UNDEFINED);
|
D | CppAssetManager2.java | 1498 if (force || (entry.value.dataType == Res_value.TYPE_NULL && in ApplyStyle() 1553 if (entry.value.dataType == Res_value.TYPE_NULL && in GetAttribute()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTypedArray.java | 93 if (type != TypedValue.TYPE_NULL) { in dump() 110 .put(TypedValue.TYPE_NULL, "TYPE_NULL")
|
D | ShadowLegacyAssetManager.java | 141 outValue.type = TypedValue.TYPE_NULL; in convertAndFill() 145 outValue.type = TypedValue.TYPE_NULL; in convertAndFill() 206 outValue.type = TypedValue.TYPE_NULL; in convertAndFill() 816 … if (typedResource != null && type != TypedValue.TYPE_NULL && type != TypedValue.TYPE_ATTRIBUTE) { in getTypedArray() 840 type = TypedValue.TYPE_NULL; in getResourceType()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | TerminalView.java | 267 outAttrs.inputType = EditorInfo.TYPE_NULL; in onCreateInputConnection()
|
/external/python/cpython2/Python/ |
D | marshal.c | 27 #define TYPE_NULL '0' macro 222 w_byte(TYPE_NULL, p); in w_object() 665 case TYPE_NULL: in r_object()
|
/external/python/cpython3/Python/ |
D | marshal.c | 41 #define TYPE_NULL '0' macro 326 w_byte(TYPE_NULL, p); in w_object() 974 case TYPE_NULL: in r_object()
|
/external/v8/src/ |
D | gdb-jit.cc | 287 TYPE_NULL = 0, enumerator 610 sections_.push_back(new (zone) ELFSection("", ELFSection::TYPE_NULL, 0)); in ELF()
|
/external/flatbuffers/docs/source/ |
D | Internals.md | 379 Booleans (`TYPE_BOOL`) and nulls (`TYPE_NULL`) are encoded as inlined unsigned integers.
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 152 TYPE_NULL = 0, enumerator 166 : m_type(TYPE_NULL) in TestFunctionWrapper()
|