HomeSort by relevance Sort by last modified time
    Searched full:propertydata (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 307 final VCardProperty propertyData = constructPropertyData(line);
309 final String propertyNameUpper = propertyData.getName().toUpperCase();
310 final String propertyRawValue = propertyData.getRawValue();
325 parseItemInter(propertyData, propertyNameUpper);
364 final VCardProperty propertyData = new VCardProperty();
382 propertyData.setName(propertyName);
383 propertyData.setRawValue( i < length - 1 ? line.substring(i + 1) : "");
384 return propertyData;
390 propertyData.addGroup(groupName);
395 propertyData.setName(propertyName)
    [all...]
VCardParserImpl_V30.java 134 protected void handleParams(VCardProperty propertyData, final String params)
137 super.handleParams(propertyData, params);
142 handleAnyParam(propertyData, strArray[0], strArray[1]);
153 VCardProperty propertyData, final String paramName, final String paramValue) {
154 splitAndPutParam(propertyData, paramName, paramValue);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmksctrl.h 36 LPVOID PropertyData,
ksproxy.h 545 LPVOID PropertyData,
553 LPVOID PropertyData,
577 LPVOID PropertyData,
devicetopology.h 328 void *PropertyData,
371 void *PropertyData,
404 #define IKsControl_KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned) (This)->lpVtbl->KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned)
419 static FORCEINLINE HRESULT IKsControl_KsProperty(IKsControl* This,PKSPROPERTY Property,ULONG PropertyLength,void *PropertyData,ULONG DataLength,ULONG *BytesReturned) {
420 return This->lpVtbl->KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned);
437 void *PropertyData,
    [all...]
ks.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPropertySourceData.h 81 void trace(Visitor* visitor) { visitor->trace(propertyData); }
83 WillBeHeapVector<CSSPropertySourceData> propertyData;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 205 WillBeHeapVector<CSSPropertySourceData>& propertyData = ruleData->styleSourceData->propertyData;
206 unsigned size = propertyData.size();
210 CSSPropertySourceData* nextData = &(propertyData.at(0));
213 nextData = i < size - 1 ? &(propertyData.at(i + 1)) : 0;
290 m_currentRuleDataStack.last()->styleSourceData->propertyData.append(
339 WillBeHeapVector<CSSPropertySourceData>& commentPropertyData = sourceData.first()->styleSourceData->propertyData;
342 CSSPropertySourceData& propertyData = commentPropertyData.at(0);
343 if (propertyData.range.length() != commentText.length())
346 m_currentRuleDataStack.last()->styleSourceData->propertyData.append
    [all...]
CodeGeneratorInspector.py 905 class PropertyData:
910 optional.append(PropertyData)
912 main.append(PropertyData)
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 166 struct PropertyData {
168 PropertyData(IdentifierInfo *getterId, IdentifierInfo *setterId)
197 PropertyData &getPropertyDataBuffer() {
199 return *reinterpret_cast<PropertyData*>(this + 1);
202 const PropertyData &getPropertyDataBuffer() const {
204 return *reinterpret_cast<const PropertyData*>(this + 1);
313 new (&getPropertyDataBuffer()) PropertyData(getterId, setterId);
442 const PropertyData &getPropertyData() const {
493 + (sizeof(AttributeList::PropertyData) + sizeof(void *) - 1)
  /external/lzma/
7zFormat.txt 200 BYTE PropertyData[PropertySize];

Completed in 308 milliseconds