HomeSort by relevance Sort by last modified time
    Searched refs:type_ (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/jdiff/src/jdiff/
ParamAPI.java 21 public String type_; field in class:ParamAPI
25 type_ = type;
34 comp = type_.compareTo(oParamAPI.type_);
51 if (type_.compareTo("void") == 0)
53 return type_;
ConstructorAPI.java 21 public String type_ = null; field in class:ConstructorAPI
37 type_ = type;
44 int comp = type_.compareTo(constructorAPI.type_);
62 if (type_.compareTo(((ConstructorAPI)o).type_) == 0)
FieldAPI.java 21 public String type_; field in class:FieldAPI
50 type_ = type;
60 type_ = f.type_;
75 comp = type_.compareTo(oFieldAPI.type_);
  /external/chromium/net/base/
static_cookie_policy.h 30 : type_(StaticCookiePolicy::ALLOW_ALL_COOKIES) {
34 : type_(type) {
39 void set_type(Type type) { type_ = type; }
40 Type type() const { return type_; }
58 Type type_; member in class:net::StaticCookiePolicy
static_cookie_policy.cc 17 switch (type_) {
34 switch (type_) {
upload_data.cc 21 if (type_ == TYPE_BYTES)
24 DCHECK(type_ == TYPE_FILE);
upload_data.h 26 Element() : type_(TYPE_BYTES), file_range_offset_(0),
30 Type type() const { return type_; }
37 type_ = TYPE_BYTES;
47 type_ = TYPE_FILE;
58 Type type_; member in class:net::UploadData::Element
  /external/chromium/base/
cpu.h 23 int type() const { return type_; }
31 int type_; // process type member in class:base::CPU
cpu.cc 12 : type_(0),
47 type_ = (cpu_info[0] >> 12) & 0x3;
observer_list.h 73 ObserverList() : notify_depth_(0), type_(NOTIFY_ALL) {}
74 ObserverList(NotificationType type) : notify_depth_(0), type_(type) {}
118 max_index_(list.type_ == NOTIFY_ALL ?
161 NotificationType type_; member in class:ObserverList
  /external/gtest/include/gtest/
gtest-test-part.h 63 : type_(type),
71 TestPartResultType type() const { return type_; }
88 bool passed() const { return type_ == TPRT_SUCCESS; }
91 bool failed() const { return type_ != TPRT_SUCCESS; }
94 bool nonfatally_failed() const { return type_ == TPRT_NONFATAL_FAILURE; }
97 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; }
99 TestPartResultType type_; member in class:testing::TestPartResult
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 63 : type_(type),
71 Type type() const { return type_; }
88 bool passed() const { return type_ == kSuccess; }
91 bool failed() const { return type_ != kSuccess; }
94 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
97 bool fatally_failed() const { return type_ == kFatalFailure; }
99 Type type_; member in class:testing::TestPartResult
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 55 : type_(type),
62 TestPartResultType type() const { return type_; }
76 bool passed() const { return type_ == TPRT_SUCCESS; }
79 bool failed() const { return type_ != TPRT_SUCCESS; }
82 bool nonfatally_failed() const { return type_ == TPRT_NONFATAL_FAILURE; }
85 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; }
87 TestPartResultType type_; member in class:testing::TestPartResult
183 const TestPartResultType type_; member in class:testing::internal::SingleFailureChecker
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 172 unsigned int type_ : 3;
216 return static_cast<Type>(type_);
220 GOOGLE_DCHECK_EQ(type_, TYPE_VARINT);
224 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED32);
228 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED64);
232 GOOGLE_DCHECK_EQ(type_, TYPE_LENGTH_DELIMITED);
236 GOOGLE_DCHECK_EQ(type_, TYPE_GROUP);
241 GOOGLE_DCHECK_EQ(type_, TYPE_VARINT);
245 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED32);
249 GOOGLE_DCHECK_EQ(type_, TYPE_FIXED64)
    [all...]
unknown_field_set.cc 97 field.type_ = UnknownField::TYPE_VARINT;
106 field.type_ = UnknownField::TYPE_FIXED32;
115 field.type_ = UnknownField::TYPE_FIXED64;
124 field.type_ = UnknownField::TYPE_LENGTH_DELIMITED;
134 field.type_ = UnknownField::TYPE_GROUP;
  /external/v8/src/
string-stream.h 75 FmtElm(int value) : type_(INT) { // NOLINT
78 explicit FmtElm(double value) : type_(DOUBLE) {
81 FmtElm(const char* value) : type_(C_STR) { // NOLINT
84 FmtElm(const Vector<const uc16>& value) : type_(LC_STR) { // NOLINT
87 FmtElm(Object* value) : type_(OBJ) { // NOLINT
90 FmtElm(Handle<Object> value) : type_(HANDLE) { // NOLINT
93 FmtElm(void* value) : type_(POINTER) { // NOLINT
99 Type type_; member in class:v8::internal::FmtElm
messages.h 50 type_(type), args_(args), loc_(loc) { }
51 char* type() const { return type_; }
55 char* type_; member in class:V8Message
d8-debug.h 129 : type_(type), data_(data), next_(NULL) {
137 int type() { return type_; }
144 int type_; member in class:v8::RemoteDebuggerEvent
flags.cc 57 FlagType type_; // What type of flag, bool, int, or string. member in struct:v8::internal::__anon7960::Flag
64 FlagType type() const { return type_; }
71 ASSERT(type_ == TYPE_BOOL);
76 ASSERT(type_ == TYPE_INT);
81 ASSERT(type_ == TYPE_FLOAT);
86 ASSERT(type_ == TYPE_STRING);
91 ASSERT(type_ == TYPE_STRING);
99 ASSERT(type_ == TYPE_ARGS);
104 ASSERT(type_ == TYPE_BOOL);
109 ASSERT(type_ == TYPE_INT)
    [all...]
  /external/v8/src/arm/
codegen-arm.h 62 Type type() const { return type_; }
64 ASSERT_EQ(ILLEGAL, type_);
65 type_ = value;
69 ASSERT_NE(ILLEGAL, type_);
70 ASSERT_NE(UNLOADED, type_);
71 type_ = UNLOADED;
75 return (type_ < SLOT) ? 0 : type_;
78 bool is_illegal() const { return type_ == ILLEGAL; }
79 bool is_slot() const { return type_ == SLOT;
107 Type type_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/ia32/
codegen-ia32.h 62 Type type() const { return type_; }
64 ASSERT_EQ(ILLEGAL, type_);
65 type_ = value;
69 ASSERT_NE(ILLEGAL, type_);
70 ASSERT_NE(UNLOADED, type_);
71 type_ = UNLOADED;
75 return (type_ < SLOT) ? 0 : type_;
78 bool is_illegal() const { return type_ == ILLEGAL; }
79 bool is_slot() const { return type_ == SLOT;
108 Type type_; member in class:v8::internal::BASE_EMBEDDED
670 TranscendentalCache::Type type_; member in class:v8::internal::TranscendentalCacheStub
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 210 : ref_count_(1), flags_(flags), type_(type),
216 type_(mapper.type_),
223 type_(type),
231 if (type_ == ENCODE) { // labels and/or weights to single label
263 (type_ == ENCODE ? kAddSuperFinalProperties :
270 return (type_ == ENCODE && (flags_ & kEncodeWeights)) ?
275 const EncodeType type() const { return type_; }
309 EncodeType type_; member in class:fst::EncodeMapper
313 : ref_count_(1), flags_(flags), type_(type), table_(table) {
    [all...]
fst.h 402 : properties_(0), type_("null"), isymbols_(0), osymbols_(0),
406 : properties_(impl.properties_), type_(impl.type_),
416 const string& Type() const { return type_; }
418 void SetType(const string &type) { type_ = type; }
464 if (hdr->FstType() != type_) {
466 << type_ << "\": " << opts.source;
477 << type_ << " Fst version: " << opts.source;
503 hdr->SetFstType(type_);
523 string type_; // Unique name of Fst clas member in class:fst::FstImpl
    [all...]
  /external/v8/src/x64/
codegen-x64.h 63 Type type() const { return type_; }
65 ASSERT_EQ(ILLEGAL, type_);
66 type_ = value;
70 ASSERT_NE(ILLEGAL, type_);
71 ASSERT_NE(UNLOADED, type_);
72 type_ = UNLOADED;
76 return (type_ < SLOT) ? 0 : type_;
79 bool is_illegal() const { return type_ == ILLEGAL; }
80 bool is_slot() const { return type_ == SLOT;
109 Type type_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium/net/http/
http_cache.h 136 void set_type(CacheType type) { type_ = type; }
137 CacheType type() { return type_; }
283 CacheType type_; member in class:net::HttpCache

Completed in 892 milliseconds

1 2 3 4