HomeSort by relevance Sort by last modified time
    Searched refs:PROPERTY (Results 1 - 25 of 41) 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/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/chromium_org/v8/src/ic/arm/
ic-compiler-arm.cc 42 if (check == PROPERTY &&
  /external/chromium_org/v8/src/ic/arm64/
ic-compiler-arm64.cc 43 if (check == PROPERTY &&
  /external/chromium_org/v8/src/ic/ia32/
ic-compiler-ia32.cc 46 if (check == PROPERTY &&
  /external/chromium_org/v8/src/ic/
ic-compiler.h 14 enum IcCheckType { ELEMENT, PROPERTY };
ic-compiler.cc 79 ic = ic_compiler.CompileMonomorphic(type, handler, name, PROPERTY);
279 return ic_compiler.CompilePolymorphic(types, handlers, name, type, PROPERTY);
  /external/chromium_org/v8/src/ic/mips/
ic-compiler-mips.cc 25 if (check == PROPERTY &&
  /external/chromium_org/v8/src/ic/mips64/
ic-compiler-mips64.cc 25 if (check == PROPERTY &&