HomeSort by relevance Sort by last modified time
    Searched refs:PROPERTY (Results 1 - 25 of 42) sorted by null

1 2

  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.h 77 bool bChecked; /* Whether it has been checked that this property is allowed */
78 } PROPERTY;
smc_properties_parser.c 250 PROPERTY* pProperty=NULL;
364 /* It's a property definition */
374 pProperty=(PROPERTY*)malloc(sizeof(PROPERTY));
380 memset(pProperty, 0x00, sizeof(PROPERTY));
547 PROPERTY* pProperty;
549 pProperty=(PROPERTY*)SMCPropListFindElement(
smc_properties.c 195 pPropVal = ((PROPERTY*)pNext)->pValue;
226 printf("Property %s = %s. Bad value!!!\n", pNext->pName, pPropVal);
252 printf("Mandatory property %s is missing.\n", pMissingProp);
293 * get the value of a property
294 * @param pProp we are asking the value of this property
304 * get the value of a property
305 * @param pProp we are asking the value of this property
306 * @param pVal the value of the property
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 77 bool bChecked; /* Whether it has been checked that this property is allowed */
78 } PROPERTY;
smc_properties_parser.c 249 PROPERTY* pProperty=NULL;
354 /* It's a property definition */
364 pProperty=(PROPERTY*)malloc(sizeof(PROPERTY));
370 memset(pProperty, 0x00, sizeof(PROPERTY));
496 PROPERTY* pProperty;
498 pProperty=(PROPERTY*)SMCPropListFindElement(
smc_properties.c 195 pPropVal = ((PROPERTY*)pNext)->pValue;
226 printf("Property %s = %s. Bad value!!!\n", pNext->pName, pPropVal);
252 printf("Mandatory property %s is missing.\n", pMissingProp);
293 * get the value of a property
294 * @param pProp we are asking the value of this property
304 * get the value of a property
305 * @param pProp we are asking the value of this property
306 * @param pVal the value of the property
  /external/chromium_org/v8/src/
lookup.cc 95 return PROPERTY;
96 case PROPERTY:
119 ASSERT_EQ(PROPERTY, state_);
lookup.h 31 PROPERTY,
114 /* PROPERTY */
115 // HasProperty needs to be called before any of the other PROPERTY methods
117 // answer, and loads extra information about the property.
stub-cache.cc 364 types, handlers, name, type, PROPERTY);
369 types, handlers, name, type, PROPERTY);
485 * Attempts to load a property with an interceptor (which must be present),
550 * Loads a property with an interceptor performing post interceptor
820 // check that the global property cell is empty.
919 // We found FIELD property in prototype chain of interceptor's holder.
    [all...]
stub-cache.h 20 // The stub cache is used for megamorphic calls and property accesses.
279 enum IcCheckType { ELEMENT, PROPERTY };
305 // the property. This function may return false negatives, so miss_label
306 // must always call a backup property check that is complete.
345 // Generate code to check that a global property cell is empty. Create
346 // the property cell at compilation time if no cell exists for the
347 // property.
356 // Generates code that verifies that the property holder has not changed
359 // property cells for global objects are still empty) and checks that the map
objects.cc 149 case LookupIterator::PROPERTY:
572 if (it->state() == LookupIterator::PROPERTY &&
725 // Preserve the enumeration index unless the property was deleted.
741 // Please note we have to update the property details.
6977 Object* property = local
10275 Handle<Object> property = Object::GetProperty( local
    [all...]
  /external/harfbuzz_ng/test/api/
test-unicode.c 458 #define PROPERTY(name, DEFAULT) \
471 PROPERTY (combining_class, 0),
472 PROPERTY (eastasian_width, 1),
473 PROPERTY (general_category, (unsigned int) HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER),
474 PROPERTY (mirroring, RETURNS_UNICODE_ITSELF),
475 PROPERTY (script, (unsigned int) HB_SCRIPT_UNKNOWN)
477 #undef PROPERTY
493 g_test_message ("Testing property %s", p->name);
512 g_test_message ("Some property tests failed. You probably have an old version of one of the libraries used.");
530 g_test_message ("Testing property %s", p->name)
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 222 // A property
226 } PROPERTY;
228 static PROPERTY PredefinedProperties[] = {
303 #define NUMPREDEFINEDPROPS (sizeof(PredefinedProperties)/sizeof(PROPERTY))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 342 // Generate code to check that a global property cell is empty. Create
343 // the property cell at compilation time if no cell exists for the
344 // property.
499 // Set the property straight into the object.
635 // Set the property straight into the object.
    [all...]
  /external/chromium_org/v8/src/arm64/
stub-cache-arm64.cc 301 // Generate code to check that a global property cell is empty. Create
302 // the property cell at compilation time if no cell exists for the
303 // property.
456 // Set the property straight into the object.
586 // Set the property straight into the object.
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 441 // Generate code to check that a global property cell is empty. Create
442 // the property cell at compilation time if no cell exists for the
443 // property.
596 // Set the property straight into the object.
720 // Set the property straight into the object.
    [all...]
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 486 // Set the property straight into the object.
626 // Set the property straight into the object.
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 561 // Set the property straight into the object.
677 // Set the property straight into the object.
    [all...]
  /external/chromium_org/v8/src/x87/
stub-cache-x87.cc 441 // Generate code to check that a global property cell is empty. Create
442 // the property cell at compilation time if no cell exists for the
443 // property.
597 // Set the property straight into the object.
721 // Set the property straight into the object.
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 

Completed in 1931 milliseconds

1 2