OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BooleanType
(Results
1 - 12
of
12
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py
19
BooleanType
= bool
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py
19
BooleanType
= bool
/art/runtime/verifier/
reg_type.cc
38
BooleanType
*
BooleanType
::instance = NULL;
101
std::string
BooleanType
::Dump() const {
344
BooleanType
*
BooleanType
::CreateInstance(mirror::Class* klass, const std::string& descriptor,
346
if (
BooleanType
::instance == NULL) {
347
instance = new
BooleanType
(klass, descriptor, cache_id);
349
return
BooleanType
::instance;
352
BooleanType
*
BooleanType
::GetInstance()
[
all
...]
reg_type_cache.cc
50
entries_.push_back(
BooleanType
::GetInstance());
99
return *
BooleanType
::GetInstance();
248
BooleanType
::Destroy();
266
CreatePrimitiveTypeInstance<
BooleanType
>("Z");
reg_type_cache.h
91
return *
BooleanType
::GetInstance();
reg_type.h
387
class
BooleanType
: public Cat1Type {
393
static
BooleanType
* CreateInstance(mirror::Class* klass, const std::string& descriptor,
396
static
BooleanType
* GetInstance();
399
BooleanType
(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
404
static
BooleanType
* instance;
/frameworks/base/tools/aidl/
Type.cpp
47
BOOLEAN_TYPE = new
BooleanType
();
395
BooleanType
::
BooleanType
()
401
BooleanType
::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
409
BooleanType
::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
416
BooleanType
::CanBeArray() const
422
BooleanType
::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
428
BooleanType
::CreateArrayFromParcel(StatementBlock* addTo, Variable* v,
435
BooleanType
::ReadArrayFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
441
BooleanType
::WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v
[
all
...]
Type.h
135
class
BooleanType
: public Type
138
BooleanType
();
/external/chromium_org/net/tools/testserver/
asn1.py
18
if type(obj) == types.
BooleanType
:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar
jdimodel.jar
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 580 milliseconds