HomeSort by relevance Sort by last modified time
    Searched refs:Property (Results 276 - 300 of 446) sorted by null

<<1112131415161718

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 575 PKSPROPERTY Property,
strmif.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 396 e.g. word, paragraph or property
399 e.g. by index, by range, by name, or by property specifier
402 e.g. its index, its name, or its property specifier
437 class Property(ObjectSpecifier):
444 return "Property(%r, %r)" % (self.seld.type, self.fr)
446 return "Property(%r)" % (self.seld.type,)
450 return "Property %s of %s" % (str(self.seld), str(self.fr))
452 return "Property %s" % str(self.seld)
457 # want is the type of this property
458 # which is the property name of this propert
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 396 e.g. word, paragraph or property
399 e.g. by index, by range, by name, or by property specifier
402 e.g. its index, its name, or its property specifier
437 class Property(ObjectSpecifier):
444 return "Property(%r, %r)" % (self.seld.type, self.fr)
446 return "Property(%r)" % (self.seld.type,)
450 return "Property %s of %s" % (str(self.seld), str(self.fr))
452 return "Property %s" % str(self.seld)
457 # want is the type of this property
458 # which is the property name of this propert
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /system/connectivity/shill/vpn/
third_party_vpn_driver.cc 78 const VPNDriver::Property ThirdPartyVpnDriver::kProperties[] = {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c     [all...]
  /external/v8/test/mjsunit/
messages.js 118 }, "Cannot define property:x, object is not extensible.", TypeError);
245 }, "Can't add property a, object is not extensible", TypeError);
260 }, "Property description must be an object: 1", TypeError);
266 }, "'0' returned for property 'add' of object '#<Set>' is not a function", TypeError);
279 }, "Cannot redefine property: x", TypeError);
297 }, "Cannot delete property 'p' of #<Object>", TypeError);
311 }, "Cannot create property 'a' on number '1'", TypeError);
336 }, "Invalid property descriptor. Cannot both specify accessors " +
strict-mode.js 104 // Property accessor parameter named 'eval'.
107 // Property accessor parameter named 'arguments'.
337 // object literal with string literal property names
461 delete o.property;
470 Object.defineProperty(object, "property", { value: "property_value" });
476 assertEquals(object.property, "property_value");
779 o.property = "value";
791 Object.defineProperty(o, "property", { value: 7 });
793 assertThrows(function() { o.property = "new value"; }, TypeError);
794 assertThrows(function() { o.property += 10; }, TypeError)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 34 import android.util.Property;
174 private static final Property<ExpandableNotificationRow, Float> TRANSLATE_CONTENT =
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 666 MSPropertyDecl *Property = MSPropertyDecl::Create(
670 SemaRef.InstantiateAttrs(TemplateArgs, D, Property, LateAttrs,
674 Property->setInvalidDecl();
676 Property->setAccess(D->getAccess());
677 Owner->addDecl(Property);
679 return Property;
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/v8/test/mjsunit/es6/
proxies.js 53 // Getting property descriptors (Object.getOwnPropertyDescriptor).
456 // Make proxy prototype property read-only after CanPut check.
469 // Make object property read-only after CanPut check.
475 // Property definition (Object.defineProperty and Object.defineProperties).
605 // Property deletion (delete).
699 // Property descriptors (Object.getOwnPropertyDescriptor).
    [all...]
  /frameworks/base/core/java/android/view/
View.java 77 import android.util.Property;
632 * The View class exposes an {@link #ALPHA} property, as well as several transform-related
634 * available both in the {@link Property} form as well as in similarly-named setter/getter
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 334 { Property accessors }
397 property TreeSource: IANTLRInterface read GetTreeSource;
409 property TokenStream: ITokenStream read GetTokenStream;
415 property TreeAdaptor: ITreeAdaptor read GetTreeAdaptor;
424 property HasUniqueNavigationNodes: Boolean write SetHasUniqueNavigationNodes;
440 { Property accessors }
492 property ChildCount: Integer read GetChildCount;
495 property Parent: ITree read GetParent write SetParent;
498 property ChildIndex: Integer read GetChildIndex write SetChildIndex;
504 property IsNil: Boolean read GetIsNil
    [all...]
Antlr.Runtime.pas 63 { Property accessors }
183 property SourceName: String read GetSourceName;
189 { Property accessors }
219 property Line: Integer read GetLine write SetLine;
226 property CharPositionInLine: Integer read GetCharPositionInLine write SetCharPositionInLine;
231 { Property accessors }
246 property TokenType: Integer read GetTokenType write SetTokenType;
249 property Line: Integer read GetLine write SetLine;
254 property CharPositionInLine: Integer read GetCharPositionInLine write SetCharPositionInLine;
257 property Channel: Integer read GetChannel write SetChannel
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc 791 // Check special property of first block to have no predecessors.
6089 ObjectLiteral::Property* property = expr->properties()->at(i); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 46 import android.util.Property;
206 private final Property<View, Float> viewProperty;
208 Direction(Property<View, Float> viewProperty) {
1543 Property<View, Float> property = direction.viewProperty; local
1570 Property<View, Float> property = direction.viewProperty; local
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 32 import com.vladium.util.Property;
91 if ((outDir == null) /* this should never happen */ || (outDir.equals (new File (Property.getSystemProperty ("user.dir", "")))))
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/v8/src/parsing/
pattern-rewriter.cc 219 // guarantee to give the global object an own property.
296 // property).
422 for (ObjectLiteralProperty* property : *pattern->properties()) {
423 PatternContext context = SetInitializerContextIfNeeded(property->value());
425 // Computed property names contain expressions which might require
427 if (!property->key()->IsLiteral()) RewriteParameterScopes(property->key());
430 property->value(),
432 property->key(), RelocInfo::kNoPosition));
723 void Parser::PatternRewriter::VisitProperty(v8::internal::Property* node)
    [all...]
  /prebuilts/devtools/tools/lib/
emma.jar 

Completed in 805 milliseconds

<<1112131415161718