/external/stlport/stlport/stl/config/ |
_apple.h | 40 #ifndef TYPE_BOOL 41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL) 43 #if !TYPE_BOOL
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_apple.h | 40 #ifndef TYPE_BOOL 41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL) 43 #if !TYPE_BOOL
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_apple.h | 40 #ifndef TYPE_BOOL 41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL) 43 #if !TYPE_BOOL
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_apple.h | 40 #ifndef TYPE_BOOL 41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL) 43 #if !TYPE_BOOL
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_apple.h | 40 #ifndef TYPE_BOOL 41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL) 43 #if !TYPE_BOOL
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_apple.h | 40 #ifndef TYPE_BOOL 41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL) 43 #if !TYPE_BOOL
|
/external/v8/src/ |
flags.cc | 55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS }; 71 ASSERT(type_ == TYPE_BOOL); 104 ASSERT(type_ == TYPE_BOOL); 131 case TYPE_BOOL: 154 case TYPE_BOOL: 185 case Flag::TYPE_BOOL: return "bool"; 200 case Flag::TYPE_BOOL: 243 if (f->type() != Flag::TYPE_BOOL || *(f->bool_variable())) { 249 if (f->type() != Flag::TYPE_BOOL) { 376 if (flag->type() != Flag::TYPE_BOOL & [all...] |
/external/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 181 _FieldDescriptor.TYPE_BOOL: wire_format.BoolByteSize, 204 _FieldDescriptor.TYPE_BOOL: encoder.BoolEncoder, 227 _FieldDescriptor.TYPE_BOOL: encoder.BoolSizer, 250 _FieldDescriptor.TYPE_BOOL: decoder.BoolDecoder, 272 _FieldDescriptor.TYPE_BOOL: wire_format.WIRETYPE_VARINT,
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_primitive_field.cc | 109 case FieldDescriptor::TYPE_BOOL : return "Bool" ; 141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
|
java_extension.cc | 61 case FieldDescriptor::TYPE_BOOL : return "BOOL";
|
java_helpers.cc | 208 case FieldDescriptor::TYPE_BOOL:
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_primitive_field.cc | 109 case FieldDescriptor::TYPE_BOOL : return "Bool" ; 141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
|
javamicro_helpers.cc | 280 case FieldDescriptor::TYPE_BOOL:
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_primitive_field.cc | 130 case FieldDescriptor::TYPE_BOOL : return "Bool" ; 162 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
|
javanano_helpers.cc | 286 case FieldDescriptor::TYPE_BOOL:
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 228 case FieldDescriptor::TYPE_BOOL : return "Bool";
|
cpp_primitive_field.cc | 67 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
|
/external/protobuf/python/google/protobuf/ |
descriptor.py | 335 TYPE_BOOL = 8
|
text_format.py | 253 elif field.type == descriptor.FieldDescriptor.TYPE_BOOL:
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 69 result["bool" ] = FieldDescriptorProto::TYPE_BOOL; 604 case FieldDescriptorProto::TYPE_BOOL: [all...] |
/external/chromium/net/tools/testserver/ |
device_management.py | 354 elif field.type == field.TYPE_BOOL:
|
/external/protobuf/src/google/protobuf/ |
descriptor.h | 309 TYPE_BOOL = 8, // bool, varint on the wire. 336 CPPTYPE_BOOL = 7, // TYPE_BOOL [all...] |
wire_format_lite.h | 106 TYPE_BOOL = 8,
|
descriptor.pb.cc | [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace.pb.cpp | [all...] |