Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 37) sorted by relevance

12

/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.css801 /* Makes sure the first paragraph does not add top-whitespace within the box*/
802 li .note>p:first-child,
803 li .caution>p:first-child,
804 li .warning>p:first-child {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1367 .g-tpl-240 .g-first {
1382 .g-unit .g-unit .g-tpl-240-alt .g-first,
1383 .g-unit .g-tpl-240-alt .g-first,
1384 .g-tpl-240-alt .g-first {
[all …]
/build/tools/droiddoc/templates-ds/assets/
Dandroid-developer-docs.css801 /* Makes sure the first paragraph does not add top-whitespace within the box*/
802 li .note>p:first-child,
803 li .caution>p:first-child,
804 li .warning>p:first-child {
1365 .g-unit .g-unit .g-tpl-240 .g-first,
1366 .g-unit .g-tpl-240 .g-first,
1367 .g-tpl-240 .g-first {
1382 .g-unit .g-unit .g-tpl-240-alt .g-first,
1383 .g-unit .g-tpl-240-alt .g-first,
1384 .g-tpl-240-alt .g-first {
[all …]
/build/core/
Dpackage.mk13 ifeq ($(filter $(my_module_multilib),64 both first),$(my_module_multilib))
25 else ifeq ($(my_module_multilib),first)
Ddex_preopt_odex_install.mk60 my_module_multilib := first
71 ifneq (first,$(my_module_multilib))
Dmultilib.mk12 ifeq (,$(filter 32 64 first both none,$(my_module_multilib)))
Dhost_executable.mk11 my_module_multilib := first
Dmodule_arch_supported.mk33 ifeq ($(my_module_multilib),first)
Ddefinitions.mk152 define first-makefiles-under
708 define uniq-pairs-by-first-component
1312 define extract-and-include-whole-static-libs-first
1319 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIE…
1368 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIE…
1842 -D jack.import.resource.policy=keep-first \
1843 -D jack.import.type.policy=keep-first \
1868 -D jack.import.resource.policy=keep-first \
1869 -D jack.import.type.policy=keep-first \
1920 -D jack.import.resource.policy=keep-first \
[all …]
/build/tools/droiddoc/templates-ndk/assets/
Dandroid-developer-docs.css1993 /* Makes sure the first paragraph does not add top-whitespace within the box*/
1994 li .note>p:first-child,
1995 li .caution>p:first-child,
1996 li .warning>p:first-child {
2557 .g-unit .g-unit .g-tpl-240 .g-first,
2558 .g-unit .g-tpl-240 .g-first,
2559 .g-tpl-240 .g-first {
2574 .g-unit .g-unit .g-tpl-240-alt .g-first,
2575 .g-unit .g-tpl-240-alt .g-first,
2576 .g-tpl-240-alt .g-first {
[all …]
/build/tools/droiddoc/templates-sdk/assets/
Dandroid-developer-docs.css1993 /* Makes sure the first paragraph does not add top-whitespace within the box*/
1994 li .note>p:first-child,
1995 li .caution>p:first-child,
1996 li .warning>p:first-child {
2557 .g-unit .g-unit .g-tpl-240 .g-first,
2558 .g-unit .g-tpl-240 .g-first,
2559 .g-tpl-240 .g-first {
2574 .g-unit .g-unit .g-tpl-240-alt .g-first,
2575 .g-unit .g-tpl-240-alt .g-first,
2576 .g-tpl-240-alt .g-first {
[all …]
/build/tools/droiddoc/templates-sdk-dev/assets/
Dandroid-developer-docs.css1993 /* Makes sure the first paragraph does not add top-whitespace within the box*/
1994 li .note>p:first-child,
1995 li .caution>p:first-child,
1996 li .warning>p:first-child {
2557 .g-unit .g-unit .g-tpl-240 .g-first,
2558 .g-unit .g-tpl-240 .g-first,
2559 .g-tpl-240 .g-first {
2574 .g-unit .g-unit .g-tpl-240-alt .g-first,
2575 .g-unit .g-tpl-240-alt .g-first,
2576 .g-tpl-240-alt .g-first {
[all …]
/build/tools/droiddoc/templates-sac/assets/
Dandroid-developer-docs.css1993 /* Makes sure the first paragraph does not add top-whitespace within the box*/
1994 li .note>p:first-child,
1995 li .caution>p:first-child,
1996 li .warning>p:first-child {
2557 .g-unit .g-unit .g-tpl-240 .g-first,
2558 .g-unit .g-tpl-240 .g-first,
2559 .g-tpl-240 .g-first {
2574 .g-unit .g-unit .g-tpl-240-alt .g-first,
2575 .g-unit .g-tpl-240-alt .g-first,
2576 .g-tpl-240-alt .g-first {
[all …]
/build/tools/droiddoc/templates-ds/assets/js/grid/
D960.gridder.css1 …grid .g-horizontal{position:absolute;z-index:1000;}*:first-child+html #g-grid .g-horizontal,*:firs…
/build/tools/releasetools/
Dedify_generator.py49 first = True
52 if not first:
54 first = False
Dpylintrc60 # disable everything first and then reenable specific checks. For example, if
367 # List of valid names for the first argument in a class method.
368 valid-classmethod-first-arg=cls
370 # List of valid names for the first argument in a metaclass class method.
371 valid-metaclass-classmethod-first-arg=mcs
Dcommon.py763 first = True
776 if not first:
781 first = False
/build/tools/atree/
Dfiles.cpp153 while((pos = result.find(it->first, pos)) != string::npos) { in replace_variables()
154 result = result.replace(pos, it->first.length(), it->second); in replace_variables()
167 it->first.c_str(), it->second.c_str()); in replace_variables()
/build/tools/droiddoc/templates-sdk-dev/
Dmacros_override.cs7 <?cs if:first(anno) ?>
/build/tools/droiddoc/templates-ndk/
Dmacros_override.cs7 <?cs if:first(anno) ?>
/build/tools/droiddoc/templates-sdk/
Dmacros_override.cs7 <?cs if:first(anno) ?>
/build/tools/droiddoc/templates-sac/assets/css/
Ddefault.css172 .layout-content-col:first-child {
316 /* first gen child (2nd level li) */
1171 tr:first-of-type th:first-of-type:empty {
1177 table.instruc td:first-child {
1181 table.instruc td:first-child + td {
1185 table.instruc td:first-child + td + td {
1189 table.instruc td:first-child + td + td + td {
1195 table.supplement td:first-child {
1199 table.supplement td:first-child + td {
1203 table.supplement td:first-child + td + td {
[all …]
/build/tools/droiddoc/templates-sdk/assets/css/
Ddefault.css278 dl dd dl:first-child {
342 tr:first-of-type th:first-of-type:empty {
384 .layout-content-col:first-child {
529 /* first gen child (2nd level li) */
1526 #tb h2:first-child,
1527 #qv h2:first-child {
1782 .aside>:first-child, .notification>:first-child, .promo>:first-child {
3162 .jd-descr > p:first-child,
3508 .search_filtered li.header:first-child {
3544 .search_filtered li.jd-autocomplete:first-child {
[all …]
/build/tools/droiddoc/templates-ds/assets/css/
Ddefault.css168 .layout-content-col:first-child {
312 /* first gen child (2nd level li) */
1150 tr:first-of-type th:first-of-type:empty {
1981 .aside>:first-child, .notification>:first-child, .promo>:first-child {
4322 .landing-banner div:first-child,
4323 .landing-docs div:first-child,
/build/tools/droiddoc/templates-ndk/assets/css/
Ddefault.css167 .layout-content-col:first-child {
313 /* first gen child (2nd level li) */
438 .content-header > div:first-child {
1234 dl dd dl:first-child {
1297 tr:first-of-type th:first-of-type:empty {
2161 .aside>:first-child, .notification>:first-child, .promo>:first-child {
3831 .search_filtered li.header:first-child {
5072 .landing-banner > div:first-child,
5073 .landing-docs > div:first-child,
5133 .next-docs div:first-child {
[all …]
/build/tools/droiddoc/templates-sdk-dev/assets/css/
Ddefault.css167 .layout-content-col:first-child {
313 /* first gen child (2nd level li) */
438 .content-header > div:first-child {
1234 dl dd dl:first-child {
1297 tr:first-of-type th:first-of-type:empty {
2161 .aside>:first-child, .notification>:first-child, .promo>:first-child {
3842 .search_filtered li.header:first-child {
5084 .landing-banner > div:first-child,
5085 .landing-docs > div:first-child,
5145 .next-docs div:first-child {
[all …]

12