OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inherit
(Results
1 - 25
of
577
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/build/target/product/
sim.mk
1
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/generic.mk)
/device/htc/dream/
device_dream_as.mk
17
$(call
inherit
-product, device/common/gps/gps_as_supl.mk)
18
$(call
inherit
-product-if-exists, vendor/htc/dream/device_dream_as-vendor.mk)
19
$(call
inherit
-product, device/htc/dream/device_dream.mk)
device_dream_eu.mk
17
$(call
inherit
-product, device/common/gps/gps_eu_supl.mk)
18
$(call
inherit
-product-if-exists, vendor/htc/dream/device_dream_eu-vendor.mk)
19
$(call
inherit
-product, device/htc/dream/device_dream.mk)
device_dream_us.mk
17
$(call
inherit
-product, device/common/gps/gps_us_supl.mk)
18
$(call
inherit
-product-if-exists, vendor/htc/dream/device_dream_us-vendor.mk)
19
$(call
inherit
-product, device/htc/dream/device_dream.mk)
full_dream.mk
22
#
Inherit
from those products. Most specific first.
23
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/languages_small.mk)
24
$(call
inherit
-product, device/htc/dream/device_dream_us.mk)
25
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/full.mk)
device_dream.mk
23
$(call
inherit
-product-if-exists, vendor/htc/dream/device_dream-vendor.mk)
26
$(call
inherit
-product, device/htc/dream-sapphire/device_dream_sapphire.mk)
29
$(call
inherit
-product, device/htc/common/common_small.mk)
generic_dream.mk
22
#
Inherit
from those products. Most specific first.
23
$(call
inherit
-product, device/htc/dream/device_dream_us.mk)
24
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/generic.mk)
/device/htc/sapphire/
device_sapphire_as.mk
17
$(call
inherit
-product, device/common/gps/gps_as_supl.mk)
18
$(call
inherit
-product-if-exists, vendor/htc/sapphire/device_sapphire_as-vendor.mk)
19
$(call
inherit
-product, device/htc/sapphire/device_sapphire.mk)
device_sapphire_eu.mk
17
$(call
inherit
-product, device/common/gps/gps_eu_supl.mk)
18
$(call
inherit
-product-if-exists, vendor/htc/sapphire/device_sapphire_eu-vendor.mk)
19
$(call
inherit
-product, device/htc/sapphire/device_sapphire.mk)
device_sapphire_us.mk
17
$(call
inherit
-product, device/common/gps/gps_us_supl.mk)
18
$(call
inherit
-product-if-exists, vendor/htc/sapphire/device_sapphire_us-vendor.mk)
19
$(call
inherit
-product, device/htc/sapphire/device_sapphire.mk)
full_sapphire.mk
22
#
Inherit
from those products. Most specific first.
23
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/languages_small.mk)
24
$(call
inherit
-product, device/htc/sapphire/device_sapphire_us.mk)
25
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/full.mk)
device_sapphire.mk
23
$(call
inherit
-product-if-exists, vendor/htc/sapphire/device_sapphire-vendor.mk)
26
$(call
inherit
-product, device/htc/dream-sapphire/device_dream_sapphire.mk)
29
$(call
inherit
-product, device/htc/common/common.mk)
/external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-inherit
1
# Id: racoon.conf.sample-
inherit
,v 1.3 2005/12/13 16:41:07 vanhu Exp
30
remote 3ffe:ffff::1
inherit
anonymous
36
remote 3ffe:ffff::1 [8000]
inherit
3ffe:ffff::1
/dalvik/tests/004-annotations/src/android/test/anno/
SubNoted.java
4
// we
inherit
@AnnoSimpleType
/development/tools/idegen/templates/
android.iml
4
<component name="NewModuleRootManager"
inherit
-compiler-output="true">
/device/htc/passion/
full_passion.mk
22
#
Inherit
from those products. Most specific first.
23
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
24
$(call
inherit
-product, device/htc/passion/passion_us.mk)
25
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/full.mk)
passion_as.mk
23
$(call
inherit
-product, device/common/gps/gps_as_supl.mk)
26
$(call
inherit
-product, device/htc/passion/passion.mk)
passion_eu.mk
23
$(call
inherit
-product, device/common/gps/gps_eu_supl.mk)
26
$(call
inherit
-product, device/htc/passion/passion.mk)
passion_us.mk
23
$(call
inherit
-product, device/common/gps/gps_us_supl.mk)
26
$(call
inherit
-product, device/htc/passion/passion.mk)
generic_passion.mk
22
#
Inherit
from those products. Most specific first.
23
$(call
inherit
-product, device/htc/passion/passion_us.mk)
24
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/generic.mk)
/external/webkit/WebCore/css/
SVGCSSParser.cpp
57
// hanging | mathematical |
inherit
64
// baseline | super | sub | <percentage> | <length> |
inherit
75
// text-after-edge | text-before-edge |
inherit
83
// accumulate | new [x] [y] [width] [height] |
inherit
101
case CSSPropertyClipRule: // nonzero | evenodd |
inherit
107
case CSSPropertyStrokeMiterlimit: // <miterlimit> |
inherit
111
case CSSPropertyStrokeLinejoin: // miter | round | bevel |
inherit
116
case CSSPropertyStrokeLinecap: // butt | round | square |
inherit
121
case CSSPropertyStrokeOpacity: // <opacity-value> |
inherit
129
// auto | optimizeSpeed | crispEdges | geometricPrecision |
inherit
[
all
...]
/external/webkit/WebKit/qt/tests/qwebframe/resources/
testiframe.html
45
<div id="content1">You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or
inherit
and see what happens. The default value is visible.
46
You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or
inherit
and see what happens. The default value is visible.
47
You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or
inherit
and see what happens. The default value is visible.
48
You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or
inherit
and see what happens. The default value is visible.
49
You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or
inherit
and see what happens. The default value is visible.
50
You can use the overflow property when you want to have better control of the layout. Try to change the overflow property to: visible, hidden, auto, or
inherit
and see what happens. The default value is visible.</div>
/build/target/board/emulator/
README.txt
9
It is not a product "base class"; no other products
inherit
/build/target/board/generic/
README.txt
8
It is not a product "base class"; no other products
inherit
/device/htc/common/
common_small.mk
24
$(call
inherit
-product-if-exists, vendor/htc/common/common_small-vendor.mk)
26
#
Inherit
from the non-small variant of this file
27
$(call
inherit
-product, device/htc/common/common.mk)
Completed in 56 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>