| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | layerDepsModal.js | 3 * dependencies: array of dependency layer objects { id: .. name: ..} 10 dependencies, argument 16 if ($("#dependencies-modal").length === 0) { 28 $('#dependencies-modal #title').text(title); 30 $('#dependencies-modal #title').text(layer.name); 34 $("#dependencies-modal #body-text").html(body); 36 $("#dependencies-modal #layer-name").text(layer.name); 40 for (var i = 0; i < dependencies.length; i++) { 41 deplistHtml += "<li><div class=\"checkbox\"><label><input name=\"dependencies\" value=\""; 42 deplistHtml += dependencies[i].id; [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | clockdomains2430_data.c | 10 * This file contains clockdomains and clockdomain wakeup dependencies 15 * wkdep_srcs are really just software-controllable dependencies. 16 * Non-software-controllable dependencies do exist, but they are not 19 * 24xx does not support programmable sleep dependencies (SLEEPDEP) 27 * XXX encode hardware fixed wakeup dependencies -- esp. for 3430 CORE 32 * -> Port the Sleep/Wakeup dependencies for the domains 47 * Clockdomain dependencies for wkdeps 49 * XXX Hardware dependencies (e.g., dependencies that cannot be 55 /* 2430-specific possible wakeup dependencies */ 126 * XXX add usecounting for clkdm dependencies, otherwise the presence [all …]
|
| H A D | clockdomains2xxx_3xxx_data.c | 11 * dependencies for the OMAP2/3 chips. Some notes: 16 * software-controllable dependencies. Non-software-controllable 17 * dependencies do exist, but they are not encoded below (yet). 19 * 24xx does not support programmable sleep dependencies (SLEEPDEP) 27 * XXX encode hardware fixed wakeup dependencies -- esp. for 3430 CORE 32 * -> Port the Sleep/Wakeup dependencies for the domains 49 * Clockdomain dependencies for wkdeps/sleepdeps 51 * XXX Hardware dependencies (e.g., dependencies that cannot be 57 /* 2xxx-specific possible dependencies */
|
| H A D | clockdomains2420_data.c | 10 * This file contains clockdomains and clockdomain wakeup dependencies 15 * wkdep_srcs are really just software-controllable dependencies. 16 * Non-software-controllable dependencies do exist, but they are not 19 * 24xx does not support programmable sleep dependencies (SLEEPDEP) 27 * XXX encode hardware fixed wakeup dependencies -- esp. for 3430 CORE 32 * -> Port the Sleep/Wakeup dependencies for the domains 47 * Clockdomain dependencies for wkdeps 49 * XXX Hardware dependencies (e.g., dependencies that cannot be 55 /* 2420-specific possible wakeup dependencies */
|
| H A D | clockdomains3xxx_data.c | 11 * dependencies for the OMAP3xxx chips. Some notes: 16 * software-controllable dependencies. Non-software-controllable 17 * dependencies do exist, but they are not encoded below (yet). 25 * XXX encode hardware fixed wakeup dependencies -- esp. for 3430 CORE 30 * -> Port the Sleep/Wakeup dependencies for the domains 45 * Clockdomain dependencies for wkdeps/sleepdeps 47 * XXX Hardware dependencies (e.g., dependencies that cannot be 51 /* OMAP3-specific possible dependencies */ 299 * XXX add usecounting for clkdm dependencies, otherwise the presence 312 * XXX add usecounting for clkdm dependencies, otherwise the presence [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | adding-packages-directory.txt | 49 3. Any dependencies on the target in +depends on+ form 50 4. Any dependencies on the toolchain in +depends on+ form 51 5. Any dependencies on other packages in +depends on+ form 78 dependencies of one or more target packages. In this case, add 111 dependencies are enabled. Typically, Buildroot uses the following 114 * Use a +select+ type of dependency for dependencies on 115 libraries. These dependencies are generally not obvious and it 117 dependencies are selected. For example, the _libgtk2_ package uses 125 dependency for dependencies on target architecture, MMU support and 126 toolchain options (see xref:dependencies-target-toolchain-options[]), [all …]
|
| H A D | package-make-target.txt | 9 and its dependencies. 28 | +depends+ | Build and install all dependencies required to 62 | +show-depends+ | Displays the first-order dependencies required to build the 65 | +show-recursive-depends+ | Recursively displays the dependencies 68 | +show-rdepends+ | Displays the first-order reverse dependencies of 72 dependencies of the package (i.e the packages that depend on it, 81 dependencies (i.e the packages that depend on it, directly or
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | glyph_manager.cpp | 22 auto dependencies = std::make_shared<GlyphDependencies>(std::move(glyphDependencies)); in getGlyphs() local 26 // dependencies. When the shared pointer becomes unique, we know that all the dependencies in getGlyphs() 28 for (const auto& dependency : *dependencies) { in getGlyphs() 48 request.requestors[&requestor] = dependencies; in getGlyphs() 54 // If the shared dependencies pointer is already unique, then all dependent glyph ranges in getGlyphs() 56 if (dependencies.unique()) { in getGlyphs() 57 notify(requestor, *dependencies); in getGlyphs() 110 const std::shared_ptr<GlyphDependencies>& dependencies = pair.second; in processResponse() local 111 if (dependencies.unique()) { in processResponse() 112 notify(requestor, *dependencies); in processResponse()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 340 '''Return a tuple of all dependencies and valid items for the list of (layer) names 343 dependencies should be in the best order to define bblayers. 348 layerbranches - list of layerbranches to resolve dependencies 352 return: (dependencies, invalid) 354 dependencies[LayerItem.name] = [ LayerBranch, LayerDependency1, LayerDependency2, ... ] 379 def _resolve_dependencies(layerbranches, ignores, dependencies, invalid, processed=None): argument 384 # Get a list of dependencies and then recursively process them 399 # we must be able to satisfy each dependencies across layer indexes and 420 if deplayerbranch.layer.name not in dependencies: 424 # handled by 'dependencies' processing. [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | graph-depends | 8 # dependencies for the current configuration. 10 # of dependencies for the given package name. 16 # * Some packages have dependencies that depend on the Buildroot 19 # dependencies as they are with the current Buildroot 68 # transitive) of pkg2, dependencies being listed in the deps 93 # This function eliminates transitive dependencies; for example, given 98 # - if d[i] is a dependency of any of the other dependencies d[j] 116 # List of dependencies that all/many packages have, and that we want 127 # This function returns all dependencies of pkg that are part of the 128 # mandatory dependencies: [all …]
|
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | dependencies.mk | 3 # Check buildroot dependencies and bail out if the user's 18 $(if $(1),$(shell support/dependencies/check-host-$(1).sh $(2))) 23 include support/dependencies/check-host-tar.mk 24 -include $(sort $(filter-out %-tar.mk,$(wildcard support/dependencies/check-host-*.mk))) 26 dependencies: 28 $(TOPDIR)/support/dependencies/dependencies.sh 35 .PHONY: dependencies
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 24 Every entry has its own dependencies. These dependencies are used 44 the config option, input prompt, dependencies, help text and default 72 to the user. Optionally dependencies only for this prompt can be added 86 Optionally, dependencies only for this default value can be added with 115 Optionally dependencies for this default value can be added with "if". 117 - dependencies: "depends on" <expr> 120 dependencies are defined, they are connected with '&&'. Dependencies 133 - reverse dependencies: "select" <symbol> ["if" <expr>] 135 While normal dependencies reduce the upper limit of a symbol (see 136 below), reverse dependencies can be used to force a lower limit of [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | dev-needs.sh | 25 -c lists the compatible string of the dependencies 26 -d lists the driver name of the dependencies that have probed 27 -m lists the module name of the dependencies that have a module 28 -f list the firmware node path of the dependencies 29 -g list the dependencies as edges and nodes for graphviz 30 -t list the dependencies as edges for tsort 32 The filter options provide a way to filter out some dependencies: 33 --allow-no-driver By default dependencies that don't have a driver 41 dependencies. 44 dependencies. [all …]
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | doc-asciidoc.mk | 3 .PHONY: asciidoc-check-dependencies 4 asciidoc-check-dependencies: 5 $(Q)if [ -z "$(shell support/dependencies/check-host-asciidoc.sh)" ]; then \ 15 asciidoc-check-dependencies-pdf: 52 # The variable <DOCUMENT_NAME>_SOURCES defines the dependencies. 62 asciidoc-check-dependencies-$(5): 63 .PHONY: $(1)-check-dependencies-$(5) 65 $(1)-check-dependencies-$(5): asciidoc-check-dependencies-$(5) 116 $(1)-check-dependencies \ 117 $(1)-check-dependencies-$(5) \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | package_included_tabs.html | 13 {% if active_tab == "dependencies" %} 19 …pan class="glyphicon glyphicon-question-sign get-help" title="Package runtime dependencies"></span> 20 Runtime dependencies ({{dependency_count}}) 29 …The package runtime reverse dependencies (i.e. the packages in this image that depend on this pack… 30 Reverse runtime dependencies ({{reverse_count}})
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 95 …(dependencies, invalidnames) = cookerIndex.find_dependencies(names=args.layername, ignores=ignore_… 121 …(dependencies, invalidnames) = lIndex.find_dependencies(names=args.layername, ignores=ignore_layer… 131 for deplayerbranch in dependencies: 132 layerBranch = dependencies[deplayerbranch][0] 140 layerDeps = dependencies[deplayerbranch][1:] 163 if dependencies: 177 for deplayerbranch in dependencies: 178 layerBranch = dependencies[deplayerbranch][0] 212 """Find layer dependencies from layer index. 222 …parser_layerindex_fetch.add_argument('-n', '--show-only', help='show dependencies and do nothing e…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | AArch64_002dDependent.html | 27 <link href="Machine-Dependencies.html#Machine-Dependencies" rel="up" title="Machine Dependencies"> 29 <link href="Machine-Dependencies.html#Machine-Dependencies" rel="previous" title="Machine Dependenc… 66 …ependent</a>, Up: <a href="Machine-Dependencies.html#Machine-Dependencies" accesskey="u" rel="up">…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | AArch64_002dDependent.html | 27 <link href="Machine-Dependencies.html#Machine-Dependencies" rel="up" title="Machine Dependencies"> 29 <link href="Machine-Dependencies.html#Machine-Dependencies" rel="previous" title="Machine Dependenc… 66 …ependent</a>, Up: <a href="Machine-Dependencies.html#Machine-Dependencies" accesskey="u" rel="up">…
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | npm.bbclass | 96 Every dependencies have been fetched and patched in the source directory. 101 to be configured to take into account these cached dependencies. 139 if "dependencies" not in ptr: 140 ptr["dependencies"] = {} 141 ptr = ptr["dependencies"] 157 cached_manifest.pop("dependencies", None) 170 cached_shrinkwrap.pop("dependencies", None) 172 # Manage the dependencies 214 version = cached_shrinkwrap["dependencies"][name]["version"] 220 _update_manifest("dependencies") [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-metadata.rst | 1268 ``addtask`` command can also optionally describe dependencies between 1270 task and declare some dependencies:: 1315 without specifying any dependencies as is done in the following example:: 1319 In this example, assuming dependencies have not been 1327 For more information on task dependencies, see the 1328 ":ref:`bitbake-user-manual/bitbake-user-manual-execution:dependencies`" section. 1336 dependencies when calling ``addtask``. For example, here's a snippet 1354 dependencies, the dependencies are not reconnected. For example, suppose 1360 dependencies are not updated to include ``do_a``. Thus, ``do_c`` is free 1363 If you want dependencies such as these to remain intact, use the [all …]
|
| H A D | bitbake-user-manual-intro.rst | 35 to run and the dependencies between those tasks. 43 unit (dependencies, source file locations, checksums, description and 78 - Handle inter-package dependencies (build time on target architecture, 155 - Existing dependencies (both build and runtime dependencies) 363 WARNING: Does not handle any dependencies from other 413 Assume these dependencies don't exist and are already 452 the specified targets (and any task dependencies those 470 default task, which is "build". BitBake obeys inter-task dependencies 484 The "-b" option explicitly does not handle recipe dependencies. Other 495 dependencies, both for build-time and runtime. There must be a way for [all …]
|
| /OK3568_Linux_fs/external/libmali/hook/ |
| H A D | meson.build | 30 if cc.has_function(gbm_symbol, dependencies : mali) 35 if cc.has_function(symbol, dependencies : mali) 42 if cc.has_function(egl_symbol, dependencies : mali) 48 if cc.has_function(wayland_symbol, dependencies : mali) 64 dependencies : libhook_dep,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | cooker.py | 40 (dependencies, invalidnames) = self.layerindex.find_dependencies(names=['meta-python']) 43 for deplayerbranch in dependencies: 44 layerBranch = dependencies[deplayerbranch][0] 45 layerDeps = dependencies[deplayerbranch][1:] 67 self.assertTrue(False, msg='Empty list of dependencies') 70 layerBranch = dependencies[deplayerbranch][0]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | create_manifest3.py | 13 # specific module to run, these modules will be called dependencies. 14 # The output of such task will be a list of the modules or dependencies that were 113 print_indent('Getting dependencies for package: core', 0) 116 # This special call gets the core dependencies and 119 # This way when other packages check for dependencies 164 # and check what its dependencies are. 167 # The output of each task will contain each module's dependencies 169 print_indent('Getting dependencies for module: %s' % pymodule, 2) 171 print_indent('The following dependencies were found for module %s:\n' % pymodule, 4) 213 # If they can be imported, then it checks for dependencies for [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dixmods/ |
| H A D | meson.build | 7 dependencies: common_dep, 21 dependencies: common_dep, 35 dependencies: common_dep, 50 dependencies: [ common_dep, dl_dep ],
|