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

1 2 3 4 56 7 8 91011>>

  /external/emma/core/java12/com/vladium/logging/
Logger.java 23 import com.vladium.util.Property;
569 final Properties properties = Property.getAppProperties (IAppConstants.APP_NAME_LC, Logger.class.getClassLoader ());
  /external/v8/src/
ast.h 90 V(Property) \
331 // Symbols that cannot be parsed as array indices are considered property
332 // names. We do not treat symbols that can be array indexes as property
    [all...]
parser.h 368 typedef ObjectLiteral::Property* ObjectLiteralProperty;
370 typedef ZoneList<ObjectLiteral::Property*>* PropertyList;
414 static bool IsBoilerplateProperty(ObjectLiteral::Property* property) {
415 return ObjectLiteral::IsBoilerplateProperty(property);
434 Scope* scope, ObjectLiteralProperty* property, bool* has_function) {
435 Expression* value = property->value();
443 // If we assign a function literal to a property we pretenure the
444 // literal so it can be added as a constant function property.
553 ZoneList<ObjectLiteral::Property*>* properties
    [all...]
typing.cc 402 ZoneList<ObjectLiteral::Property*>* properties = expr->properties();
404 ObjectLiteral::Property* prop = properties->at(i);
407 if ((prop->kind() == ObjectLiteral::Property::MATERIALIZED_LITERAL &&
409 prop->kind() == ObjectLiteral::Property::COMPUTED) {
435 Property* prop = expr->target()->AsProperty();
483 void AstTyper::VisitProperty(Property* expr) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
http.h 629 HTTPAPI_LINKAGE ULONG WINAPI HttpSetRequestQueueProperty(HANDLE Handle,HTTP_SERVER_PROPERTY Property,PVOID pPropertyInformation,ULONG PropertyInformationLength,ULONG Reserved,PVOID pReserved);
630 HTTPAPI_LINKAGE ULONG WINAPI HttpQueryRequestQueueProperty(HANDLE Handle,HTTP_SERVER_PROPERTY Property,PVOID pPropertyInformation,ULONG PropertyInformationLength,ULONG Reserved,PULONG pReturnLength,PVOID pReserved);
639 HTTPAPI_LINKAGE ULONG WINAPI HttpQueryServerSessionProperty(HTTP_SERVER_SESSION_ID ServerSessionId,HTTP_SERVER_PROPERTY Property,PVOID pPropertyInformation,ULONG PropertyInformationLength,PULONG pReturnLength);
640 HTTPAPI_LINKAGE ULONG WINAPI HttpQueryUrlGroupProperty(HTTP_URL_GROUP_ID UrlGroupId,HTTP_SERVER_PROPERTY Property,PVOID pPropertyInformation,ULONG PropertyInformationLength,PULONG pReturnLength);
642 HTTPAPI_LINKAGE ULONG WINAPI HttpSetServerSessionProperty(HTTP_SERVER_SESSION_ID ServerSessionId,HTTP_SERVER_PROPERTY Property,PVOID pPropertyInformation,ULONG PropertyInformationLength);
643 HTTPAPI_LINKAGE ULONG WINAPI HttpSetUrlGroupProperty(HTTP_URL_GROUP_ID UrlGroupId,HTTP_SERVER_PROPERTY Property,PVOID pPropertyInformation,ULONG PropertyInformationLength);
mmcobj.h 155 typedef struct Property Property;
195 typedef Property *PPROPERTY;
196 typedef Property **PPPROPERTY;
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 99 /// property. This is because, user must provide a setter method for the
100 /// category's 'readwrite' property.
102 const ObjCPropertyDecl *Property) const {
103 Selector Sel = Property->getSetterName();
122 // declaration of this property. If one found, presumably a setter will
126 if (P->getIdentifier() == Property->getIdentifier()) {
135 if (Proto->HasUserDeclaredSetterMethod(Property))
141 if (OSC->HasUserDeclaredSetterMethod(Property))
148 if (PI->HasUserDeclaredSetterMethod(Property))
157 // property
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 116 // Left-hand side can only be a property, a global or a variable slot.
122 Property* property = expr->AsProperty(); local
125 (property == NULL) ? VARIABLE : (property->key()->IsPropertyName())
719 // result is either the string key or Smi(0) indicating the property
882 // property values and is the value of the entire expression.
893 ObjectLiteral::Property* property = expr->properties()->at(i); local
894 if (property->IsCompileTimeValue()) continue
1020 Property* property = expr->AsProperty(); local
1065 Property* property = expr->target()->AsProperty(); local
1218 Property* property = callee->AsProperty(); local
1377 Property* property = expr->expression()->AsProperty(); local
1590 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/google-breakpad/src/processor/
minidump_processor_unittest.cc 169 using ::testing::Property;
365 Property(&google_breakpad::CodeModule::code_file,
369 Property(&google_breakpad::CodeModule::code_file,
383 Property(&google_breakpad::CodeModule::code_file,
387 Property(&google_breakpad::CodeModule::code_file,
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 112 using testing::Property;
    [all...]
gmock_link_test.h 91 // Property
161 using testing::Property;
614 // Tests the linkage of the Property matcher.
618 Matcher<const FieldHelper&> m = Property(&FieldHelper::field, Eq(0));
621 Matcher<const FieldHelper*> m2 = Property(&FieldHelper::field, Eq(0));
  /frameworks/base/core/java/android/widget/
FastScroller.java 37 import android.util.Property;
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 21 import com.vladium.util.Property;
194 // * Creates a property view specific to 'reportType' report type.
212 // * @param type [null/empty indicates type-neutral property]
281 /* view type is no longer a user-overridable property [it is driven by SourceFile attribute presence]
292 result.setHideClasses (Property.toBoolean (hideClasses));
493 // // TODO: this kind of lookup makes the property listing confusing
  /external/lldb/include/lldb/
lldb-forward.h 154 class Property;
323 typedef std::shared_ptr<lldb_private::Property> PropertySP;
  /external/v8/test/mjsunit/
mirror-error.js 77 assertTrue(found_message, 'Property message not found');
  /frameworks/base/core/java/com/android/internal/transition/
EpicenterTranslateClipReveal.java 30 import android.util.Property;
273 private static class StateProperty extends Property<View, State> {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 1235 struct tgsi_property property; local
1249 struct tgsi_property property; local
1307 struct tgsi_property *property; local
    [all...]
tgsi_scan.c 233 fullprop->Property.PropertyName;
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 884 Vector<Property> properties;
886 // Parse all comma-delimited property names up to the first colon.
889 properties.add(Property(PROPERTY_LABEL));
891 properties.add(Property(PROPERTY_NUMBER));
896 ALOGE("%s: Expected a property name or modifier, got '%s'.",
900 properties.add(Property(PROPERTY_META, metaState));
915 ALOGE("%s: Expected ',' or ':' after property name."
982 const Property& property = properties.itemAt(i); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 25 import com.vladium.util.Property;
317 sdataOutMerge = Property.toBoolean (_dataOutMerge) ? Boolean.TRUE : Boolean.FALSE;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 33 import android.util.Property;
146 public static final Property<ActionBarOverlayLayout, Integer> ACTION_BAR_HIDE_OFFSET =
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /external/skia/src/animator/
SkMemberInfo.h 32 // if fCount == 0, record is member property
129 k_##_member##Property
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 

Completed in 3037 milliseconds

1 2 3 4 56 7 8 91011>>