Home
last modified time | relevance | path

Searched refs:TYPE_NULL (Results 1 – 18 of 18) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc312 if (value.type() != DataPiece::TYPE_NULL && !invalid_) { in RenderDataPiece()
934 case DataPiece::TYPE_NULL: { in RenderStructValue()
950 if (data.type() == DataPiece::TYPE_NULL) return Status(); in RenderTimestamp()
981 if (data.type() == DataPiece::TYPE_NULL) return Status(); in RenderFieldMask()
997 if (data.type() == DataPiece::TYPE_NULL) return Status(); in RenderDuration()
1048 if (data.type() == DataPiece::TYPE_NULL) return Status(); in RenderWrapperType()
1097 if (data.type() == DataPiece::TYPE_NULL && in RenderDataPiece()
1127 if (data.type() == DataPiece::TYPE_NULL && in RenderDataPiece()
1147 if (data.type() != DataPiece::TYPE_NULL || in RenderDataPiece()
1162 if (data.type() == DataPiece::TYPE_NULL && in RenderDataPiece()
Ddatapiece.h74 TYPE_NULL = 11, // explicit NULL type enumerator
111 static DataPiece NullData() { return DataPiece(TYPE_NULL, 0); } in NullData()
Ddatapiece.cc255 case TYPE_NULL: in ValueAsStringOrDefault()
281 if (type_ == TYPE_NULL) return google::protobuf::NULL_VALUE; in ToEnum()
413 case TYPE_NULL: in InternalCopy()
Dobject_writer.cc80 case DataPiece::TYPE_NULL: { in RenderDataPieceTo()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution10.java173 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()
DAttributeResolution9.java169 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()
DAttributeResolution.java147 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()
DResTableTheme.java10 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()
DResourceTypes.java202 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);
DCppAssetManager2.java1498 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/
DShadowTypedArray.java93 if (type != TypedValue.TYPE_NULL) { in dump()
110 .put(TypedValue.TYPE_NULL, "TYPE_NULL")
DShadowLegacyAssetManager.java141 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/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DLottieFontViewGroup.kt112 outAttrs.inputType = InputType.TYPE_NULL in onCreateInputConnection()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java267 outAttrs.inputType = EditorInfo.TYPE_NULL; in onCreateInputConnection()
/external/python/cpython2/Python/
Dmarshal.c27 #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/
Dmarshal.c41 #define TYPE_NULL '0' macro
349 w_byte(TYPE_NULL, p); in w_object()
963 case TYPE_NULL: in r_object()
/external/flatbuffers/docs/source/
DInternals.md385 Booleans (`TYPE_BOOL`) and nulls (`TYPE_NULL`) are encoded as inlined unsigned integers.
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp152 TYPE_NULL = 0, enumerator
166 : m_type(TYPE_NULL) in TestFunctionWrapper()