Searched defs:property (Results 151 - 175 of 257) sorted by relevance

1234567891011

/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h338 // Returns true iff the test name of test property matches on key_.
1014 const TestProperty& property) {
1015 test_result->RecordProperty(property);
1013 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/clang/lib/AST/
H A DDeclObjC.cpp99 // property.
125 /// FindPropertyDeclaration - Finds declaration of the property given its name
192 /// FindPropertyVisibleInPrimaryClass - Finds declaration of the property
233 // into the main @interface's property list, and therefore we don't
984 llvm_unreachable("Marked as a property accessor but no property found!");
1554 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) { argument
1556 property->setLexicalDeclContext(this);
1557 addDecl(property);
1579 /// the implemented property tha
1707 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1 //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===//
10 // This file implements semantic analysis for Objective C @property and
33 /// getImpliedARCOwnership - Given a set of property attributes and a
55 // property type.
64 /// Check the internal consistency of a property declaration.
65 static void checkARCPropertyDecl(Sema &S, ObjCPropertyDecl *property) { argument
66 if (property->isInvalidDecl()) return;
69 = property->getPropertyAttributes();
71 = property->getType().getObjCLifetime();
77 = getImpliedARCOwnership(propertyKind, property
616 checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
694 setImpliedPropertyAttributeForReadOnlyProperty( ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
721 DiagnoseClassAndClassExtPropertyMismatch(Sema &S, ObjCInterfaceDecl *ClassDecl, ObjCPropertyDecl *property) argument
809 ObjCPropertyDecl *property = 0; local
1335 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, ObjCMethodDecl *GetterMethod, SourceLocation Loc) argument
1562 ObjCPropertyDecl *property = *P; local
1869 ProcessPropertyDecl(ObjCPropertyDecl *property, ObjCContainerDecl *CD, ObjCPropertyDecl *redeclaredProperty, ObjCContainerDecl *lexicalDC) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jar ... tools.ant.Task { private String file private String property public void " href="/4.3_r2.1/s? ...
/external/emma/lib/
H A Demma_ant.jar ... createProperty () com.vladium.emma.ant.PropertyElement property public com.vladium.util.IProperties getFileSettings () java ...
/external/gtest/src/
H A Dgtest-internal-inl.h345 // Returns true iff the test name of test property matches on key_.
1021 const TestProperty& property) {
1022 test_result->RecordProperty(property);
1020 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/harfbuzz/src/
H A Dharfbuzz-gsub.c271 HB_UShort index, value, property; local
281 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
312 error = _HB_GDEF_Add_Glyph_Property( gdef, value, property );
477 HB_UShort index, property, n, count; local
487 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
507 if ( property == HB_GDEF_LIGATURE )
508 property = HB_GDEF_BASE_GLYPH;
512 error = _HB_GDEF_Add_Glyph_Property( gdef, s[n], property );
675 HB_UShort index, value, alt_index, property; local
685 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
951 HB_UShort index, property; local
1811 HB_UShort index, property; local
1874 HB_UShort index, property; local
1984 HB_UShort index, i, j, property; local
3000 HB_UShort index, property; local
3127 HB_UShort index, property; local
3330 HB_UShort index, i, j, property; local
3649 HB_UShort index, input_index, i, j, property; local
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub.c271 HB_UShort index, value, property; local
281 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
312 error = _HB_GDEF_Add_Glyph_Property( gdef, value, property );
477 HB_UShort index, property, n, count; local
487 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
507 if ( property == HB_GDEF_LIGATURE )
508 property = HB_GDEF_BASE_GLYPH;
512 error = _HB_GDEF_Add_Glyph_Property( gdef, s[n], property );
675 HB_UShort index, value, alt_index, property; local
685 if ( CHECK_Property( gdef, IN_CURITEM(), flags, &property ) )
951 HB_UShort index, property; local
1811 HB_UShort index, property; local
1874 HB_UShort index, property; local
1984 HB_UShort index, i, j, property; local
3000 HB_UShort index, property; local
3127 HB_UShort index, property; local
3330 HB_UShort index, i, j, property; local
3649 HB_UShort index, input_index, i, j, property; local
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h345 // Returns true iff the test name of test property matches on key_.
1021 const TestProperty& property) {
1022 test_result->RecordProperty(property);
1020 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h344 // Returns true iff the test name of test property matches on key_.
1020 const TestProperty& property) {
1021 test_result->RecordProperty(property);
1019 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c1075 DNSServiceErrorType DNSSD_API DNSServiceGetProperty(const char *property, void *result, uint32_t *size) argument
1078 size_t len = strlen(property) + 1;
1089 put_string(property, &ptr);
1100 if (!strcmp(property, kDNSServiceProperty_DaemonVersion) && *size >= 4)
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h509 // Returns true iff the test name of test property matches on key_.
1234 const TestProperty& property) {
1235 test_result->RecordProperty(property);
1233 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h505 // Returns true iff the test name of test property matches on key_.
1230 const TestProperty& property) {
1231 test_result->RecordProperty(property);
1229 RecordProperty(TestResult* test_result, const TestProperty& property) argument
/external/v8/src/
H A Disolate.cc614 Handle<Object> property = GetProperty(script_wrapper, local
616 ASSERT(property->IsJSFunction());
617 Handle<JSFunction> method = Handle<JSFunction>::cast(property);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp265 globalObject->removeDirect(*m_globalData, function->ident()); // Make sure our new function is not shadowed by an old property.
1133 bool BytecodeGenerator::findScopedProperty(const Identifier& property, int& index, size_t& stackDepth, bool forWriting, bool& requiresDynamicChecks, JSObject*& globalObject) argument
1136 if (property == propertyNames().arguments || !canOptimizeNonLocals()) {
1157 SymbolTableEntry entry = currentVariableObject->symbolTable().get(property.impl());
1159 // Found the property
1179 // Can't locate the property but we're able to avoid a few lookups.
1204 RegisterID* BytecodeGenerator::emitResolve(RegisterID* dst, const Identifier& property) argument
1210 if (!findScopedProperty(property, index, depth, false, requiresDynamicChecks, globalObject) && !globalObject) {
1214 instructions().append(addConstant(property));
1222 // Directly index the property looku
1294 emitResolveBase(RegisterID* dst, const Identifier& property) argument
1314 emitResolveBaseForPut(RegisterID* dst, const Identifier& property) argument
1340 emitResolveWithBase(RegisterID* baseDst, RegisterID* propDst, const Identifier& property) argument
1386 emitGetById(RegisterID* dst, RegisterID* base, const Identifier& property) argument
1415 emitPutById(RegisterID* base, const Identifier& property, RegisterID* value) argument
1435 emitDirectPutById(RegisterID* base, const Identifier& property, RegisterID* value) argument
1455 emitPutGetter(RegisterID* base, const Identifier& property, RegisterID* value) argument
1464 emitPutSetter(RegisterID* base, const Identifier& property, RegisterID* value) argument
1473 emitDeleteById(RegisterID* dst, RegisterID* base, const Identifier& property) argument
1482 emitGetArgumentByVal(RegisterID* dst, RegisterID* base, RegisterID* property) argument
1492 emitGetByVal(RegisterID* dst, RegisterID* base, RegisterID* property) argument
1514 emitPutByVal(RegisterID* base, RegisterID* property, RegisterID* value) argument
1523 emitDeleteByVal(RegisterID* dst, RegisterID* base, RegisterID* property) argument
2089 emitPushNewScope(RegisterID* dst, const Identifier& property, RegisterID* value) argument
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes.cpp50 // (2) The second function provides fast property access for string length
672 // Load cached property
1364 unsigned property = currentInstruction[2].u.operand; local
1367 linkSlowCase(iter); // property int32 check
1374 stubPutByValCall.addArgument(property, regT2);
1563 int property = currentInstruction[3].u.operand; local
1565 emitGetVirtualRegister(property, regT1);
1595 unsigned property = currentInstruction[3].u.operand; local
1612 stubCall.addArgument(property, regT2);
H A DJITOpcodes32_64.cpp50 // (1) This function provides fast property access for string length
842 // Load property.
1698 int property = currentInstruction[3].u.operand; local
1700 emitLoad(property, regT1, regT2);
1732 unsigned property = currentInstruction[3].u.operand; local
1750 stubCall.addArgument(property);
H A DJITStubs.cpp861 // FIXME: Cache property access for immediates.
1538 // * the property is cachable,
1872 throwError(callFrame, createTypeError(callFrame, "instanceof called on an object with an invalid prototype property."));
1894 stackFrame.globalData->exception = createTypeError(stackFrame.callFrame, "Unable to delete property.");
2351 // JSString::value may have thrown, but we shouldn't find a property with a null identifier,
2378 Identifier property(callFrame, subscript.toString(callFrame));
2379 JSValue result = baseValue.get(callFrame, property);
2406 Identifier property(callFrame, subscript.toString(callFrame));
2407 result = baseValue.get(callFrame, property);
2437 Identifier property(callFram
3243 JSString* property = stackFrame.args[1].jsString(); local
3421 unsigned property = stackFrame.args[1].int32(); local
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.cpp1036 void putProperty(JSObject* object, const Identifier& property, JSValue value) argument
1038 object->putDirect(m_exec->globalData(), property, value);
/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp383 void CompositeEditCommand::removeCSSProperty(PassRefPtr<StyledElement> element, CSSPropertyID property) argument
385 applyCommandToComposite(RemoveCSSPropertyCommand::create(document(), element, property));
/external/webkit/Source/WebCore/inspector/
H A DInspectorStyleSheet.cpp177 // This method does the following preprocessing of |propertyText| with |overwrite| == false and |index| past the last active property:
178 // - If the last property (if present) has no subsequent whitespace in the style declaration, a space is prepended to |propertyText|.
179 // - If the last property (if present) has no closing ";", the ";" is prepended to the current |propertyText| value.
181 // The propertyText (if not empty) is checked to be a valid style declaration (containing at least one property). If not,
205 // At least one property + the bogus property added just above should be present.
207 *errorString = "Invalid property value";
213 *errorString = "Invalid property value";
220 InspectorStyleProperty& property = allProperties.at(index);
221 propertyStart = property
264 InspectorStyleProperty& property = allProperties.at(index); local
322 InspectorStyleProperty& property = allProperties.at(index); local
340 InspectorStyleProperty& property = allProperties.at(i); local
371 const InspectorStyleProperty& property = allProperties.at(indexToDisable); local
473 RefPtr<InspectorObject> property = InspectorObject::create(); local
559 replacePropertyInStyleText(const InspectorStyleProperty& property, const String& newText) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp74 static String propertyIdToString(AnimatedPropertyID property) argument
76 switch (property) {
895 if (valueList.property() == AnimatedPropertyWebkitTransform) {
919 switch (valueList.property()) {
940 anim->setName(propertyIdToString(valueList.property()));
964 ASSERT(valueList.property() == AnimatedPropertyWebkitTransform);
983 anim->setName(propertyIdToString(valueList.property()));
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp334 // Set transform property, if it is not animating. We have to do this here because the transform
1344 bool RenderLayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle) argument
1348 ASSERT(property != cAnimateAll);
1350 if (property == (int)CSSPropertyOpacity) {
1365 if (property == (int)CSSPropertyWebkitTransform && m_owningLayer->hasTransform()) {
1388 void RenderLayerBacking::transitionPaused(double timeOffset, int property) argument
1390 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property);
1395 void RenderLayerBacking::transitionFinished(int property) argument
1397 AnimatedPropertyID animatedProperty = cssToGraphicsLayerProperty(property);
1434 int RenderLayerBacking::graphicsLayerToCSSProperty(AnimatedPropertyID property) argument
[all...]
H A DRenderLayerCompositor.cpp1325 void RenderLayerCompositor::didStartAcceleratedAnimation(CSSPropertyID property) argument
1330 if (property == CSSPropertyWebkitTransform)
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c533 * wpas_dbus_signal_network_enabled_changed - Signals Enabled property changes
535 * @ssid: configured network which Enabled property has changed
537 * Sends PropertyChanged signals containing new value of Enabled property
1714 * wpas_dbus_signal_prop_changed - Signals change of property
1716 * @property: indicates which property has changed
1719 * depending on which property has changed.
1722 enum wpas_dbus_prop property)
1731 switch (property) {
1759 __func__, property);
1721 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
1782 wpas_dbus_bss_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
[all...]

Completed in 3638 milliseconds

1234567891011