Home
last modified time | relevance | path

Searched defs:project (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dconvert.hpp14 struct project { struct
15 const double tolerance;
16 using result_type = vt_geometry;
18 vt_point operator()(const geometry::point<double>& p) { in operator ()()
26 vt_line_string operator()(const geometry::line_string<double>& points) { in operator ()()
52 vt_linear_ring operator()(const geometry::linear_ring<double>& ring) { in operator ()()
79 vt_geometry operator()(const geometry::geometry<double>& geometry) { in operator ()()
85 auto operator()(const T& vector) { in operator ()()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuildimport.py203 def update_project_vars(self,project,name): argument
335 def apply_conf_bblayers(self,layers_list,lv_dict,project,release=None): argument
449 def apply_conf_variables(self,project,layers_list,lv_dict,release=None): argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dprojection.hpp77 static Point<double> project(const LatLng& latLng, double scale) { in project() function in mbgl::Projection
82 static Point<double> project(const LatLng& latLng, int32_t zoom) { in project() function in mbgl::Projection
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dconf_nitpick.py5 project = 'Linux Media Subsystem Documentation' variable
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dproject_url_tag.py25 def __init__(self, project): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py471 project = models.ForeignKey(Project, on_delete=models.CASCADE) # must have a project variable in Build
498 def get_recent(project=None): argument
779 project = models.ForeignKey(Project, on_delete=models.CASCADE) variable in ProjectTarget
1501 project = models.ForeignKey('Project', on_delete=models.CASCADE, null=True, default=None) variable in Layer_Version
1574 def gen_layerdeps(lver, project, depth): argument
1616 project = models.ForeignKey(Project, on_delete=models.CASCADE) variable in ProjectLayer
1633 project = models.ForeignKey(Project, on_delete=models.CASCADE) variable in CustomImageRecipe
1786 project = models.ForeignKey(Project, on_delete=models.CASCADE) variable in ProjectVariable
/OK3568_Linux_fs/yocto/poky/bitbake/doc/
H A Dconf.py31 project = 'Bitbake' variable
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c72 enum dml_project project) in dml_init_instance()
H A Ddisplay_mode_lib.h71 enum dml_project project; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.cpp186 bool project = false; member
271 TileCover::Impl::Impl(int32_t z, const Geometry<double>& geom, bool project) in Impl()
H A Dtile_cover.cpp236 TileCover::TileCover(const Geometry<double>& geom, int32_t z, bool project/* = true*/) in TileCover()
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dconf.py49 project = 'The Yocto Project \xae' variable
/OK3568_Linux_fs/kernel/Documentation/
H A Dconf.py141 project = 'The Linux Kernel' variable
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py88 project = models.ForeignKey(Project, on_delete=models.CASCADE) variable in BuildRequest
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp219 static point<double> project(const GeoJSONPoint &p) { in project() function in mapbox::supercluster::Supercluster
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp95 PointAndCameraDistance project(const Point<float>& point, const mat4& matrix) { in project() function
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_acf_bin.h84 char project[AW_PROJECT_NAME_MAX]; /* project name */ member
/OK3568_Linux_fs/kernel/drivers/media/i2c/m5mols/
H A Dm5mols.h150 u8 project; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_csr.c175 u32 project; member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1504 def project(request, pid): function
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Ddbx500-prcmu.h204 u32 project; /* Notice, project shifted with 8 on ux540 */ member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlibtoaster.js361 'project' : libtoaster.ctx.projectId, property
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Ddb8500-prcmu.c2547 static char *fw_project_name(u32 project) in fw_project_name()