OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegionType
(Results
1 - 14
of
14
) sorted by null
/art/runtime/gc/space/
region_space.h
102
enum class
RegionType
: uint8_t {
117
template<
RegionType
kRegionType> uint64_t GetBytesAllocatedInternal() REQUIRES(!region_lock_);
118
template<
RegionType
kRegionType> uint64_t GetObjectsAllocatedInternal() REQUIRES(!region_lock_);
120
return GetBytesAllocatedInternal<
RegionType
::kRegionTypeAll>();
123
return GetObjectsAllocatedInternal<
RegionType
::kRegionTypeAll>();
126
return GetBytesAllocatedInternal<
RegionType
::kRegionTypeFromSpace>();
129
return GetObjectsAllocatedInternal<
RegionType
::kRegionTypeFromSpace>();
132
return GetBytesAllocatedInternal<
RegionType
::kRegionTypeUnevacFromSpace>();
135
return GetObjectsAllocatedInternal<
RegionType
::kRegionTypeUnevacFromSpace>();
197
RegionType
GetRegionType(mirror::Object* ref)
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
Region.java
62
*
RegionType
is an enumeration defining the different types of regions. Current possible
66
public enum
RegionType
{
103
private
RegionType
type;
145
availableRegions = new ArrayList<Set<Region>>(
RegionType
.values().length);
211
r.type =
RegionType
.TERRITORY; // Only temporary - figure out the real type later once the aliases are known.
216
r.type =
RegionType
.SUBCONTINENT;
248
r.type =
RegionType
.DEPRECATED;
281
r.type =
RegionType
.WORLD;
286
r.type =
RegionType
.UNKNOWN;
292
r.type =
RegionType
.CONTINENT
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Region.java
61
*
RegionType
is an enumeration defining the different types of regions. Current possible
67
public enum
RegionType
{
111
private
RegionType
type;
153
availableRegions = new ArrayList<Set<Region>>(
RegionType
.values().length);
219
r.type =
RegionType
.TERRITORY; // Only temporary - figure out the real type later once the aliases are known.
224
r.type =
RegionType
.SUBCONTINENT;
256
r.type =
RegionType
.DEPRECATED;
289
r.type =
RegionType
.WORLD;
294
r.type =
RegionType
.UNKNOWN;
300
r.type =
RegionType
.CONTINENT
[
all
...]
/external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar
/prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar
/prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
/prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 207 milliseconds