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

1 2

  /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_);
HTMLIndexes.java 394 details = currIndex.pkgName_ + "." + currIndex.name_ + " Constructor (" + currIndex.type_ + ")";
396 details = currIndex.pkgName_ + "." + currIndex.className_ + " " + "Method " + currIndex.name_ + "(" + currIndex.type_ + ")";
564 ctorNames.add(new Index(className, 0, pkgName, ctor.type_));
569 Index idx = new Index(className, 1, pkgName, ctor.type_);
592 String type = ctor.type_;
1031 public String type_ = null; field in class:Index
    [all...]
MergeChanges.java 91 ctorDiff.oldType_ = removedCtor.type_;
92 ctorDiff.newType_ = addedCtor.type_; // Should be the same as removedCtor.type
313 fieldDiff.oldType_ = removedField.type_;
314 fieldDiff.newType_ = addedField.type_;
API.java 180 System.out.println("Ctor type: " + c.type_);
243 System.out.println("Field Name: " + f.name_ + ", type: " + f.type_);
266 System.out.println("Param Name: " + p.name_ + ", type: " + p.type_);
APIHandler.java 239 if (api_.currCtor_.type_.compareTo("void") == 0)
242 commentID = commentID + api_.currCtor_.type_ + ")";
  /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
gtest-spi.h 105 const TestPartResultType type_; member in class:testing::internal::SingleFailureChecker
  /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::__anon6237::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...]
variables.h 206 StaticType* type() { return &type_; }
223 StaticType type_; member in class:v8::internal::Variable
scopes.h 190 bool is_eval_scope() const { return type_ == EVAL_SCOPE; }
191 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; }
192 bool is_global_scope() const { return type_ == GLOBAL_SCOPE; }
300 Type type_; member in class:v8::internal::Scope
ast.h 212 StaticType* type() { return &type_; }
229 StaticType type_; member in class:v8::internal::Expression
269 bool is_target_for_anonymous() const { return type_ == TARGET_FOR_ANONYMOUS; }
273 : labels_(labels), type_(type) {
279 Type type_; member in class:v8::internal::BreakableStatement
1014 : var_(var), type_(type), index_(index) {
1027 Type type() const { return type_; }
1033 Type type_; member in class:v8::internal::Slot
1046 : obj_(obj), key_(key), pos_(pos), type_(type) { }
1058 bool is_synthetic() const { return type_ == SYNTHETIC;
1068 Type type_; member in class:v8::internal::Property
1564 Type type_; member in class:v8::internal::RegExpAssertion
1716 Type type_; member in class:v8::internal::RegExpQuantifier
    [all...]
codegen.h 457 explicit ArgumentsAccessStub(Type type) : type_(type) { }
460 Type type_; member in class:v8::internal::ArgumentsAccessStub
463 int MinorKey() { return type_; }
474 PrintF("ArgumentsAccessStub (type %d)\n", type_);
jsregexp.h 753 Type type() { return type_; }
789 type_(type) { }
790 Type type_; member in class:v8::internal::ActionNode
889 AssertionNodeType type_; member in class:v8::internal::AssertionNode
1136 ActionNode::Type type_; member in class:v8::internal::Trace::DeferredAction
    [all...]
string-stream.cc 126 ASSERT_EQ(FmtElm::C_STR, current.type_);
132 ASSERT_EQ(FmtElm::LC_STR, current.type_);
139 ASSERT_EQ(FmtElm::OBJ, current.type_);
145 ASSERT_EQ(FmtElm::INT, current.type_);
objects-inl.h 211 : type_(str->map()->instance_type()) {
213 ASSERT((type_ & kIsNotStringMask) == kStringTag);
218 : type_(map->instance_type()) {
220 ASSERT((type_ & kIsNotStringMask) == kStringTag);
225 : type_(static_cast<uint32_t>(t)) {
227 ASSERT((type_ & kIsNotStringMask) == kStringTag);
234 return (type_ & kIsSymbolMask) != 0;
259 return (type_ & kStringRepresentationMask) == kConsStringTag;
264 return (type_ & kStringRepresentationMask) == kExternalStringTag;
269 return (type_ & kStringRepresentationMask) == kSeqStringTag
    [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...]

Completed in 203 milliseconds

1 2