/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
VNodeBuilder.java | 100 public void onPropertyCreated(VCardProperty property) { 103 propNode.propName = property.getName(); 104 List<String> groupList = property.getGroupList(); 108 Map<String, Collection<String>> propertyParameterMap = property.getParameterMap(); 122 if (property.getRawValue() == null) { 130 final List<String> values = property.getValueList(); 139 propNode.propValue_bytes = property.getByteValue();
|
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 1 //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===// 10 // This file implements semantic analysis for Objective C @property and 27 /// Check the internal consistency of a property declaration. 28 static void checkARCPropertyDecl(Sema &S, ObjCPropertyDecl *property) { 29 if (property->isInvalidDecl()) return; 32 = property->getPropertyAttributes(); 34 = property->getType().getObjCLifetime(); 53 property->getType()->isObjCRetainableType()) { 57 // We have a lifetime qualifier but no dominating property 64 property->setInvalidDecl() 521 ObjCPropertyDecl *property = 0; local [all...] |
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptvalue_p.h | 127 inline QScriptValuePrivate* property(const QString& name, const QScriptValue::ResolveFlags& mode); 128 inline QScriptValuePrivate* property(const QScriptStringPrivate* name, const QScriptValue::ResolveFlags& mode); 129 inline QScriptValuePrivate* property(quint32 arrayIndex, const QScriptValue::ResolveFlags& mode); 130 inline JSValueRef property(quint32 property, JSValueRef* exception); 131 inline JSValueRef property(JSStringRef property, JSValueRef* exception); 132 inline bool hasOwnProperty(quint32 property); 133 inline bool hasOwnProperty(JSStringRef property); 135 inline QScriptValuePrivate* property(T name, const QScriptValue::ResolveFlags& mode) 882 inline QScriptValuePrivate* QScriptValuePrivate::property(const QString& name, const QScriptValue::ResolveFlags& mode) function in class:QScriptValuePrivate 888 inline QScriptValuePrivate* QScriptValuePrivate::property(const QScriptStringPrivate* name, const QScriptValue::ResolveFlags& mode) function in class:QScriptValuePrivate 893 inline QScriptValuePrivate* QScriptValuePrivate::property(quint32 arrayIndex, const QScriptValue::ResolveFlags& mode) function in class:QScriptValuePrivate 902 inline JSValueRef QScriptValuePrivate::property(quint32 property, JSValueRef* exception) function in class:QScriptValuePrivate 911 inline JSValueRef QScriptValuePrivate::property(JSStringRef property, JSValueRef* exception) function in class:QScriptValuePrivate 946 inline QScriptValuePrivate* QScriptValuePrivate::property(T propertyName, const QScriptValue::ResolveFlags& mode) function in class:QScriptValuePrivate [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
WatchExpressionsSidebarPane.js | 95 var property = new WebInspector.RemoteObjectProperty(expression, result); 96 property.watchIndex = watchIndex; 103 // last property, and then call the superclass's updateProperties() 105 properties.push(property); 111 // which will always be the last property 164 this.watchExpressions[element.property.watchIndex] = value; 173 if (children[i].property.name === WebInspector.WatchExpressionsSection.NewWatchExpression) 201 WebInspector.WatchExpressionTreeElement = function(property) 203 WebInspector.ObjectPropertyTreeElement.call(this, property); 211 if (this.property.value.isError() [all...] |
StylesSidebarPane.js | 325 var property = allProperties[j]; 326 if (!property.isLive) 328 var name = property.name; 330 if (!priorityUsed && property.priority.length) 333 // If the property name is already used by another rule then this rule's 334 // property is overloaded, so don't add it to the rule's usedProperties. 339 // The font property is not reported as a shorthand. Report finding the individual 369 var property = allProperties[j]; 370 if (!property.isLive) 372 var name = property.name 815 var property = style.newBlankProperty(); variable [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParserImpl_V30.java | 181 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { 182 handleType(property, paramValue); 198 protected void handleType(VCardProperty property, final String paramValue) { 199 splitAndPutParam(property, VCardConstants.PARAM_TYPE, paramValue); 214 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { 231 property.addParameter(paramName, encodeParamValue(builder.toString())); 239 Log.w(LOG_TAG, "Unexpected Dquote inside property."); 244 property.addParameter(paramName, encodeParamValue(builder.toString())); 254 property.addParameter(paramName, encodeParamValue(builder.toString())); 276 property.addParameter(paramName, encodeParamValue(builder.toString())) [all...] |
VCardParserImpl_V21.java | 165 * @return true when a given property name is a valid property name. 172 Log.w(LOG_TAG, "Property name unsupported by vCard 2.1: " + propertyName); 330 private void parseItemInter(VCardProperty property, String propertyNameUpper) 332 String propertyRawValue = property.getRawValue(); 334 handleAgent(property); 341 handlePropertyValue(property, propertyNameUpper); 343 throw new VCardException("Unknown property name: \"" + propertyNameUpper + "\""); 357 // For performance reason, the states for group and property name are merged into one. 380 if (ch == ':') { // End of a property name [all...] |
/external/webkit/Source/WebCore/css/ |
CSSStyleDeclaration.cpp | 124 bool CSSStyleDeclaration::cssPropertyMatches(const CSSProperty* property) const 126 RefPtr<CSSValue> value = getPropertyCSSValue(property->id()); 127 return value && value->cssText() == property->value()->cssText(); 139 const CSSProperty& property = *it; local 140 if (cssPropertyMatches(&property)) 141 propertiesToRemove.append(property.id());
|
CSSMutableStyleDeclaration.cpp | 86 const CSSProperty *property = properties[i]; local 87 ASSERT(property); 88 bool important = property->isImportant(); 89 if (candidates.contains(property->id())) { 90 if (!important && candidates.get(property->id())) 92 removeProperty(property->id(), false); 94 m_properties.append(*property); 95 candidates.set(property->id(), important); 368 // We need to report background-repeat as it was written in the CSS. If the property is implicit, 464 const CSSProperty* property = findPropertyWithId(propertyID) local 535 const CSSProperty* property = findPropertyWithId(propertyID); local 541 const CSSProperty* property = findPropertyWithId(propertyID); local 547 const CSSProperty* property = findPropertyWithId(propertyID); local 843 const CSSProperty& property = m_properties[n]; local [all...] |
/hardware/ril/mock-ril/src/js/ |
mock_ril.js | 109 for (var property in obj) { 111 if ((typeof obj[property] == 'object') 113 printProperties(obj[property], maxDepth, depth+1); 115 print(depth + ': ' + property + '=' + obj[property] + 116 ' type=' + typeof obj[property]);
|
/external/protobuf/gtest/test/ |
gtest_stress_test.cc | 71 const TestProperty* property = properties.FindIf(matches_key); local 72 ASSERT_TRUE(property != NULL) 74 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 95 // The shared_key forces property updates.
|
/frameworks/base/libs/ui/ |
GraphicLog.cpp | 81 char property[PROPERTY_VALUE_MAX]; local 82 if (property_get("debug.graphic_log", property, NULL) > 0) { 83 mEnabled = atoi(property);
|
/frameworks/base/media/jni/ |
android_mtp_MtpDatabase.cpp | 124 MtpObjectProperty property, 128 MtpObjectProperty property, 131 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property, 134 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property, 137 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property); 140 uint32_t format, uint32_t property, 155 bool getObjectPropertyInfo(MtpObjectProperty property, int& type); 156 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type); 163 virtual MtpProperty* getObjectPropertyDesc(MtpObjectProperty property, 166 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property); 879 MtpObjectProperty property; member in struct:PropertyTableEntry [all...] |
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 62 private static final String property = "org.xml.sax.driver"; field in class:XMLReaderFactory 70 * <li>If the system property <code>org.xml.sax.driver</code> 85 * property will often be usable.) </li> 95 * setting a good value for that property ensures that calls to this 112 // 1. try the JVM-instance-wide system property 113 try { className = System.getProperty (property); } 119 String service = "META-INF/services/" + property; 157 + "is system property org.xml.sax.driver set?");
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
bookmark_applescript_utils_unittest.h | 26 @property(nonatomic) BrowserTestHelper* helper;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_controller.h | 22 @property(nonatomic, copy) NSString* displayURL;
|
/external/chromium/chrome/browser/ui/cocoa/ |
page_info_bubble_controller.h | 26 @property(nonatomic, assign) int certID;
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
tab_contents_controller.h | 41 @property(readonly, nonatomic) TabContents* tabContents;
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
back_forward_menu_controller.h | 35 @property(readonly, nonatomic) BackForwardMenuType type;
|
/frameworks/base/core/java/android/server/ |
BluetoothDeviceProperties.java | 55 Log.e(TAG, "Error: Remote Device Property at index " 114 String getProperty(String address, String property) { 118 return properties.get(property); 125 return properties.get(property); 129 Log.e(TAG, "getRemoteDeviceProperty: " + property + " not present: " + address);
|
/frameworks/base/libs/hwui/ |
TextDropShadowCache.cpp | 33 char property[PROPERTY_VALUE_MAX]; local 34 if (property_get(PROPERTY_DROP_SHADOW_CACHE_SIZE, property, NULL) > 0) { 35 INIT_LOGD(" Setting drop shadow cache size to %sMB", property); 36 setMaxSize(MB(atof(property)));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitPropertyTester.java | 48 public boolean test(Object receiver, String property, Object[] args, Object expectedValue) { 76 if (PROPERTY_IS_TEST.equals(property)) { 78 } else if (PROPERTY_CAN_LAUNCH_AS_JUNIT_TEST.equals(property)) { 82 String.format("Unknown test property '%s'", property)); //$NON-NLS-1$
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 160 ViewNode.Property property = new ViewNode.Property(); local 161 property.name = data.substring(start, index); 163 int colonIndex = property.name.indexOf(':'); 165 property.name = property.name.substring(colonIndex + 1); 171 property.value = data.substring(index2 + 1, index2 + 1 + length); 173 node.properties.add(property); 174 node.namedProperties.put(property.name, property) [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
getOwnPropertyDescriptor.js | 3 function descriptorShouldBe(object, property, expected) { 4 var test = 'Object.getOwnPropertyDescriptor('+object+", "+property+')'; 82 debug("Checking property ordering"); 86 for (var property in Object.getOwnPropertyDescriptor(Math, "sin")) 87 shouldBe('property', normalOrder[i++]); 89 for (var property in Object.getOwnPropertyDescriptor(objectWithGetter, "getter")) 90 shouldBe('property', accessorOrder[i++]); 92 for (var property in Object.getOwnPropertyDescriptor(objectWithSetter, "setter")) 93 shouldBe('property', accessorOrder[i++]); 95 for (var property in Object.getOwnPropertyDescriptor(objectWithAccessor, "accessor") [all...] |
/external/webkit/Source/WebCore/page/animation/ |
AnimationController.cpp | 212 bool AnimationControllerPrivate::isRunningAnimationOnRenderer(RenderObject* renderer, CSSPropertyID property, bool isRunningNow) const 218 return animation->isAnimatingProperty(property, false, isRunningNow); 221 bool AnimationControllerPrivate::isRunningAcceleratedAnimationOnRenderer(RenderObject* renderer, CSSPropertyID property, bool isRunningNow) const 227 return animation->isAnimatingProperty(property, true, isRunningNow); 298 bool AnimationControllerPrivate::pauseTransitionAtTime(RenderObject* renderer, const String& property, double t) 307 if (compAnim->pauseTransitionAtTime(cssPropertyID(property), t)) { 533 bool AnimationController::pauseTransitionAtTime(RenderObject* renderer, const String& property, double t) 535 return m_data->pauseTransitionAtTime(renderer, property, t); 538 bool AnimationController::isRunningAnimationOnRenderer(RenderObject* renderer, CSSPropertyID property, bool isRunningNow) const 540 return m_data->isRunningAnimationOnRenderer(renderer, property, isRunningNow) [all...] |