/external/webkit/Source/JavaScriptCore/wtf/ |
D | MessageQueue.h | 50 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/ |
D | CommandLine.h | 329 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/ |
D | TestSort.cpp | 30 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/ |
D | AudioBuffer.java | 35 import com.jme3.audio.AudioData.DataType; 62 public DataType getDataType() { in getDataType() 63 return DataType.Buffer; in getDataType()
|
D | AudioData.java | 51 public enum DataType { enum in AudioData 67 public abstract DataType getDataType(); in getDataType()
|
D | AudioStream.java | 146 public DataType getDataType() { in getDataType() 147 return DataType.Stream; in getDataType()
|
/external/webrtc/src/system_wrappers/source/ |
D | sort.cc | 222 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/ |
D | language_preferences.h | 18 template <typename DataType> 21 DataType default_pref_value; 26 DataType ibus_config_value;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
D | Structure.java | 274 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()
|
D | Field.java | 5 import com.jme3.scene.plugins.blender.file.Structure.DataType; 92 …DataType dataType = pointerLevel == 0 ? DataType.getDataType(type, blenderContext) : DataType.POIN… in fill()
|
/external/proguard/src/proguard/ant/ |
D | ConfigurationElement.java | 24 import org.apache.tools.ant.types.DataType; 32 public class ConfigurationElement extends DataType
|
D | FilterElement.java | 23 import org.apache.tools.ant.types.DataType; 34 public class FilterElement extends DataType
|
D | ClassPathElement.java | 67 Object referencedObject = getCheckedRef(DataType.class, in appendClassPathEntriesTo() 68 DataType.class.getName()); in appendClassPathEntriesTo()
|
D | MemberSpecificationElement.java | 24 import org.apache.tools.ant.types.DataType; 37 public class MemberSpecificationElement extends DataType
|
D | ClassSpecificationElement.java | 24 import org.apache.tools.ant.types.DataType; 36 public class ClassSpecificationElement extends DataType
|
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/ |
D | AndroidAudioData.java | 30 public DataType getDataType() { in getDataType() 31 return DataType.Buffer; in getDataType()
|
/external/libmtp/src/ |
D | ptp-pack.c | 724 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 …]
|
D | ptp.c | 1616 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 …]
|
D | libmtp.c | 904 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()
|
D | ptp.h | 948 uint16_t DataType; member 964 uint16_t DataType; member
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathByteStreamSource.h | 59 template<typename DataType, typename ByteType> 60 DataType readType() in readType()
|
/external/chromium/net/ftp/ |
D | ftp_network_transaction.h | 77 enum DataType { enum 222 DataType data_type_;
|
/external/webkit/Source/JavaScriptGlue/ |
D | JSObject.h | 53 int DataType() const { return fDataType; } in DataType() function
|
D | JSUtils.cpp | 139 switch (ptr->DataType()) in JSObjectKJSValue()
|
/external/llvm/docs/ |
D | CommandLine.rst | 1285 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> >
|