Home
last modified time | relevance | path

Searched refs:define_property (Results 1 – 3 of 3) sorted by relevance

/external/eigen/cmake/
DEigenTesting.cmake274 define_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT BRIEF_DOCS " " FULL_DOCS " ")
275 define_property(GLOBAL PROPERTY EIGEN_TESTED_BACKENDS BRIEF_DOCS " " FULL_DOCS " ")
276 define_property(GLOBAL PROPERTY EIGEN_MISSING_BACKENDS BRIEF_DOCS " " FULL_DOCS " ")
277 define_property(GLOBAL PROPERTY EIGEN_TESTING_SUMMARY BRIEF_DOCS " " FULL_DOCS " ")
278 define_property(GLOBAL PROPERTY EIGEN_TESTS_LIST BRIEF_DOCS " " FULL_DOCS " ")
285 define_property(GLOBAL PROPERTY EIGEN_FAILTEST_FAILURE_COUNT BRIEF_DOCS " " FULL_DOCS " ")
286 define_property(GLOBAL PROPERTY EIGEN_FAILTEST_COUNT BRIEF_DOCS " " FULL_DOCS " ")
/external/v8/src/
Dbootstrapper.cc2357 Handle<JSFunction> define_property = in InitializeGlobal_harmony_reflect() local
2360 native_context()->set_reflect_define_property(*define_property); in InitializeGlobal_harmony_reflect()
2376 InstallFunction(reflect, define_property, factory->defineProperty_string()); in InitializeGlobal_harmony_reflect()
/external/v8/test/cctest/
Dtest-api.cc19616 v8::Local<v8::Function> define_property = in TEST() local
19626 CHECK(define_property->Call(context.local(), proxy, 0, NULL).IsEmpty()); in TEST()