Home
last modified time | relevance | path

Searched refs:allProperties (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-injected-script-host.cc276 v8::Local<v8::Array> allProperties; in getInternalPropertiesCallback() local
280 .ToLocal(&allProperties) || in getInternalPropertiesCallback()
281 !allProperties->IsArray() || allProperties->Length() % 2 != 0) in getInternalPropertiesCallback()
295 for (uint32_t i = 0; i < allProperties->Length(); i += 2) { in getInternalPropertiesCallback()
297 if (!allProperties->Get(context, i).ToLocal(&key)) continue; in getInternalPropertiesCallback()
307 if (!allProperties->Get(context, i + 1).ToLocal(&value)) continue; in getInternalPropertiesCallback()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp2199 const TestProperty allProperties[] = in iterate() local
2226 for (int propNdx = 0; propNdx < DE_LENGTH_OF_ARRAY(allProperties); ++propNdx) in iterate()
2228 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate()
2229 allProperties[propNdx].validator->isSupported()) in iterate()
2231 props.push_back(allProperties[propNdx].prop); in iterate()
2232 validators.push_back(allProperties[propNdx].validator); in iterate()
2259 const TestProperty allProperties[] = in iterate() local
2278 for (int propNdx = 0; propNdx < DE_LENGTH_OF_ARRAY(allProperties); ++propNdx) in iterate()
2280 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate()
2281 allProperties[propNdx].validator->isSupported()) in iterate()
[all …]