Home
last modified time | relevance | path

Searched refs:DataType (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/wtf/
DMessageQueue.h50 template<typename DataType>
57 void append(PassOwnPtr<DataType>);
58 bool appendAndCheckEmpty(PassOwnPtr<DataType>);
59 void prepend(PassOwnPtr<DataType>);
61 PassOwnPtr<DataType> waitForMessage();
62 PassOwnPtr<DataType> tryGetMessage();
64 …PassOwnPtr<DataType> waitForMessageFilteredWithTimeout(MessageQueueWaitResult&, Predicate&, double…
78 static bool alwaysTruePredicate(DataType*) { return true; } in alwaysTruePredicate() argument
82 Deque<DataType*> m_queue;
86 template<typename DataType>
[all …]
/external/llvm/include/llvm/Support/
DCommandLine.h329 template<class DataType> struct OptionValue;
333 template<class DataType, bool isClass>
336 typedef OptionValue<DataType> WrapperType;
340 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue()
346 bool compare(const DataType &/*V*/) const { return false; } in compare()
352 template<class DataType>
354 DataType Value;
361 const DataType &getValue() const { in getValue()
366 void setValue(const DataType &V) { Valid = true; Value = V; } in setValue()
368 bool compare(const DataType &V) const { in compare()
[all …]
/external/webrtc/src/system_wrappers/test/TestSort/
DTestSort.cpp30 template<typename DataType>
33 DataType dataX = (DataType)*(const DataType*)dataX; in Compare()
34 DataType dataY = (DataType)*(const DataType*)dataY; in Compare()
47 template<typename DataType, typename KeyType>
50 KeyType keyX = ((const DataType*)dataX)->key; in CompareKey()
51 KeyType keyY = ((const DataType*)dataY)->key; in CompareKey()
64 template<typename DataType>
67 bool operator()(const DataType &dataX, const DataType &dataY) const in operator ()()
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DAudioBuffer.java35 import com.jme3.audio.AudioData.DataType;
62 public DataType getDataType() { in getDataType()
63 return DataType.Buffer; in getDataType()
DAudioData.java51 public enum DataType { enum in AudioData
67 public abstract DataType getDataType(); in getDataType()
DAudioStream.java146 public DataType getDataType() { in getDataType()
147 return DataType.Stream; in getDataType()
/external/webrtc/src/system_wrappers/source/
Dsort.cc222 template <typename DataType>
225 DataType* dataT = static_cast<DataType*>(data);
229 template <typename DataType, typename IntegerType>
232 DataType* dataT = static_cast<DataType*>(data);
237 template <typename DataType>
240 DataType* dataT = static_cast<DataType*>(data);
/external/chromium/chrome/browser/chromeos/
Dlanguage_preferences.h18 template <typename DataType>
21 DataType default_pref_value;
26 DataType ibus_config_value;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DStructure.java274 static enum DataType { enum in Structure
278 … private static final Map<String, DataType> PRIMARY_TYPES = new HashMap<String, DataType>(10);
305 …public static DataType getDataType(String type, BlenderContext blenderContext) throws BlenderFileE… in getDataType()
306 DataType result = PRIMARY_TYPES.get(type); in getDataType()
DField.java5 import com.jme3.scene.plugins.blender.file.Structure.DataType;
92DataType dataType = pointerLevel == 0 ? DataType.getDataType(type, blenderContext) : DataType.POIN… in fill()
/external/proguard/src/proguard/ant/
DConfigurationElement.java24 import org.apache.tools.ant.types.DataType;
32 public class ConfigurationElement extends DataType
DFilterElement.java23 import org.apache.tools.ant.types.DataType;
34 public class FilterElement extends DataType
DClassPathElement.java67 Object referencedObject = getCheckedRef(DataType.class, in appendClassPathEntriesTo()
68 DataType.class.getName()); in appendClassPathEntriesTo()
DMemberSpecificationElement.java24 import org.apache.tools.ant.types.DataType;
37 public class MemberSpecificationElement extends DataType
DClassSpecificationElement.java24 import org.apache.tools.ant.types.DataType;
36 public class ClassSpecificationElement extends DataType
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
DAndroidAudioData.java30 public DataType getDataType() { in getDataType()
31 return DataType.Buffer; in getDataType()
/external/libmtp/src/
Dptp-pack.c724 dpd->DataType=dtoh16a(&data[PTP_dpd_DataType]); in ptp_unpack_DPD()
729 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FactoryDefaultValue, dpd->DataType); in ptp_unpack_DPD()
731 if ((dpd->DataType == PTP_DTC_STR) && (offset == dpdlen)) in ptp_unpack_DPD()
733 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType); in ptp_unpack_DPD()
749 …ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.MinimumValue, dpd->DataType); in ptp_unpack_DPD()
751 …ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.MaximumValue, dpd->DataType); in ptp_unpack_DPD()
753 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.StepSize, dpd->DataType); in ptp_unpack_DPD()
767 …= ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Enum.SupportedValue[i], dpd->DataType); in ptp_unpack_DPD()
803 opd->DataType=dtoh16a(&data[PTP_opd_DataType]); in ptp_unpack_OPD()
807 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FactoryDefaultValue, opd->DataType); in ptp_unpack_OPD()
[all …]
Dptp.c1616 if (dpd->DataType == PTP_DTC_STR) { in ptp_canon_eos_getdevicepropdesc()
2714 ptp_free_devicepropvalue (dpd->DataType, &dpd->FactoryDefaultValue); in ptp_free_devicepropdesc()
2715 ptp_free_devicepropvalue (dpd->DataType, &dpd->CurrentValue); in ptp_free_devicepropdesc()
2718 ptp_free_devicepropvalue (dpd->DataType, &dpd->FORM.Range.MinimumValue); in ptp_free_devicepropdesc()
2719 ptp_free_devicepropvalue (dpd->DataType, &dpd->FORM.Range.MaximumValue); in ptp_free_devicepropdesc()
2720 ptp_free_devicepropvalue (dpd->DataType, &dpd->FORM.Range.StepSize); in ptp_free_devicepropdesc()
2725 ptp_free_devicepropvalue (dpd->DataType, dpd->FORM.Enum.SupportedValue+i); in ptp_free_devicepropdesc()
2736 ptp_free_devicepropvalue (opd->DataType, &opd->FactoryDefaultValue); in ptp_free_objectpropdesc()
2741 ptp_free_devicepropvalue (opd->DataType, &opd->FORM.Range.MinimumValue); in ptp_free_objectpropdesc()
2742 ptp_free_devicepropvalue (opd->DataType, &opd->FORM.Range.MaximumValue); in ptp_free_objectpropdesc()
[all …]
Dlibmtp.c904 switch (opd.DataType) in LIBMTP_Get_Allowed_Property_Values()
941 switch (opd.DataType) in LIBMTP_Get_Allowed_Property_Values()
974 switch (opd.DataType) in LIBMTP_Get_Allowed_Property_Values()
1769 if (opd.DataType == PTP_DTC_UINT32) { in LIBMTP_Open_Raw_Device()
1778 } else if (opd.DataType == PTP_DTC_UINT64) { in LIBMTP_Open_Raw_Device()
1790 "awkward object size data type: %04x\n", opd.DataType); in LIBMTP_Open_Raw_Device()
2931 if (opd.DataType == PTP_DTC_STR) { in LIBMTP_Dump_Device_Info()
2947 if (opd.DataType & PTP_DTC_ARRAY_MASK) { in LIBMTP_Dump_Device_Info()
2951 switch (opd.DataType & (~PTP_DTC_ARRAY_MASK)) { in LIBMTP_Dump_Device_Info()
Dptp.h948 uint16_t DataType; member
964 uint16_t DataType; member
/external/webkit/Source/WebCore/svg/
DSVGPathByteStreamSource.h59 template<typename DataType, typename ByteType>
60 DataType readType() in readType()
/external/chromium/net/ftp/
Dftp_network_transaction.h77 enum DataType { enum
222 DataType data_type_;
/external/webkit/Source/JavaScriptGlue/
DJSObject.h53 int DataType() const { return fDataType; } in DataType() function
DJSUtils.cpp139 switch (ptr->DataType()) in JSObjectKJSValue()
/external/llvm/docs/
DCommandLine.rst1285 template <class DataType, bool ExternalStorage = false,
1286 class ParserClass = parser<DataType> >
1314 template <class DataType, class Storage = bool,
1315 class ParserClass = parser<DataType> >
1336 template <class DataType, class Storage = bool,
1337 class ParserClass = parser<DataType> >

12