OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inherit
(Results
26 - 50
of
577
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/htc/sapphire/
generic_sapphire.mk
22
#
Inherit
from those products. Most specific first.
23
$(call
inherit
-product, device/htc/sapphire/device_sapphire_us.mk)
24
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/generic.mk)
/build/target/product/
full.mk
39
$(call
inherit
-product, frameworks/base/data/sounds/OriginalAudio.mk)
43
$(call
inherit
-product, build/target/product/languages_small.mk)
45
$(call
inherit
-product, build/target/product/generic.mk)
generic.mk
46
$(call
inherit
-product, $(SRC_TARGET_DIR)/product/core.mk)
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMWSFilter.java
40
*
Inherit
whitespace stripping behavior of the parent node.
42
public static final short
INHERIT
= 3;
52
* @return one of NOTSTRIP, STRIP, or
INHERIT
.
/development/tools/idegen/
idegen.iml
3
<component name="NewModuleRootManager"
inherit
-compiler-output="false">
/external/guava/
guava.iml
3
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"
inherit
-compiler-output="true">
/frameworks/base/tools/preload/
preload.iml
3
<component name="NewModuleRootManager"
inherit
-compiler-output="false">
/external/icu4c/test/letest/
SimpleFontInstance.h
47
// We really want to
inherit
this method from the superclass, but some compilers
51
// We really want to
inherit
this method from the superclass, but some compilers
PortableFontInstance.h
93
// We really want to
inherit
this method from the superclass, but some compilers
97
// We really want to
inherit
this method from the superclass, but some compilers
SimpleFontInstance.cpp
89
// We really want to
inherit
this method from the superclass, but some compilers
96
// We really want to
inherit
this method from the superclass, but some compilers
/external/kernel-headers/original/asm-generic/
mman.h
35
#define MADV_DONTFORK 10 /* don't
inherit
across fork */
36
#define MADV_DOFORK 11 /* do
inherit
across fork */
/dalvik/tests/043-privates/src/
Main.java
4
* Make sure private methods don't
inherit
.
/packages/apps/Camera/src/com/android/camera/
NoSearchActivity.java
24
* <p> To use it, just
inherit
from {@code NoSearchActivity} instead of
/build/core/tasks/
product-graph.mk
37
# This rule doesn't include any nodes that don't
inherit
from
38
# anything or don't have anything
inherit
from them, to make the
/device/htc/passion/
passion.mk
49
$(call
inherit
-product-if-exists, vendor/htc/passion/passion-vendor.mk)
52
$(call
inherit
-product, device/htc/passion-common/passion.mk)
BoardConfig.mk
28
#
inherit
from the proprietary version
/build/core/
product.mk
96
# $(1): product to
inherit
103
define
inherit
-product
115
# Do
inherit
-product only if $(1) exists
117
define
inherit
-product-if-exists
118
$(if $(wildcard $(1)),$(call
inherit
-product,$(1)),)
device.mk
34
# $(1): device to
inherit
36
define
inherit
-device
/cts/tests/res/menu/
checkable.xml
30
<!-- Notice how these items
inherit
from the group. -->
45
<!-- Notice how these items
inherit
from the group. -->
62
<!-- Notice how these items
inherit
from the group. -->
/development/samples/ApiDemos/res/menu/
checkable.xml
30
<!-- Notice how these items
inherit
from the group. -->
45
<!-- Notice how these items
inherit
from the group. -->
62
<!-- Notice how these items
inherit
from the group. -->
/device/htc/passion-common/
passion.mk
65
$(call
inherit
-product-if-exists, vendor/htc/passion-common/passion-vendor.mk)
68
$(call
inherit
-product, device/htc/passion-common/media_a1026.mk)
71
$(call
inherit
-product, device/htc/common/common.mk)
/external/iproute2/ip/
link_gre.c
36
fprintf(stderr, " TOS := { NUMBER |
inherit
}\n");
37
fprintf(stderr, " TTL := { 1..255 |
inherit
}\n");
217
if (strcmp(*argv, "
inherit
") != 0) {
230
if (strcmp(*argv, "
inherit
") != 0) {
312
fprintf(f, "ttl
inherit
");
319
fputs("
inherit
", f);
/external/elfutils/libasm/
asm_newsubscn.c
62
/*
Inherit
the parent's type. */
76
/*
Inherit
the fill pattern from the section this one is derived from. */
/dalvik/libcore/luni/src/main/java/java/lang/
ClassCircularityError.java
23
* class which would directly or indirectly
inherit
from one of its subclasses.
/device/htc/common/
common.mk
28
$(call
inherit
-product-if-exists, vendor/htc/common/common-vendor.mk)
Completed in 35 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>