Searched refs:select (Results 1 – 15 of 15) sorted by relevance
/build/bazel/json_module_graph/ |
D | library.jq | 36 del(.[] | select(. == "")) 65 .Deps = [.Deps[] | select(differentDep($ov; $od))] 100 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) | 115 .[] | select(.Name == $from) | 116 .Deps |= [.[] | select(.Name == $to)] | 117 select((.Deps | length) > 0)
|
D | directDeps.jq | 3 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
|
D | usedVariations.jq | 1 [[.[] | .Variations | select(. != null) | to_entries] |
|
D | fullTransitiveDeps.jq | 7 select (IN(.Name; $names | .[]))] |
|
D | filterSubtree.jq | 9 [.[] | select(isBlueprintPrefix($arg))]
|
D | printModule.jq | 4 .[] | select(.Name == $mod) |
|
D | variantTransitions.jq | 6 filterMatchingDeps | select(.Deps | length > 0) |
|
D | distanceFromLeaves.jq | 21 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) |
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | yui-3.3.0-reset-min.css | 8 …lign:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;… selector
|
D | android-developer-reference.js | 46 var select = $("#apiLevelSelector").html("").change(changeApiLevel); 50 select.append(option);
|
D | jquery-1.6.2.min.js | 16 …ction(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){v… property 17 …select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElem…
|
D | android-developer-core.css | 49 input, select, selector
|
D | jquery-resizable.min.js | 19 …select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:fun…
|
/build/soong/docs/ |
D | best_practices.md | 232 Then to select the correct gralloc implementation, a product makefile inherited 268 Then to select the correct gralloc implementation, a product makefile should
|
/build/make/core/ |
D | envsetup.rbc | 179 # convert combo-related stuff from combo/select.mk
|