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

1 2 3 4 5 6 7 8 9

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
types.py 22 def get_basic_type(type_):
26 type_: The type to reduce to its basic type.
29 type_ with const/volatile is stripped away,
33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
36 type_ = type_.target()
38 type_ = type_.strip_typedefs(
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
types.py 22 def get_basic_type(type_):
26 type_: The type to reduce to its basic type.
29 type_ with const/volatile is stripped away,
33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
36 type_ = type_.target()
38 type_ = type_.strip_typedefs(
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
types.py 22 def get_basic_type(type_):
26 type_: The type to reduce to its basic type.
29 type_ with const/volatile is stripped away,
33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
36 type_ = type_.target()
38 type_ = type_.strip_typedefs(
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
types.py 22 def get_basic_type(type_):
26 type_: The type to reduce to its basic type.
29 type_ with const/volatile is stripped away,
33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_TYPEDEF):
35 if type_.code == gdb.TYPE_CODE_REF:
36 type_ = type_.target()
38 type_ = type_.strip_typedefs(
    [all...]
  /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 40 : type_(StaticCookiePolicy::ALLOW_ALL_COOKIES) {
44 : type_(type) {
49 void set_type(Type type) { type_ = type; }
50 Type type() const { return type_; }
66 Type type_; member in class:net::StaticCookiePolicy
  /external/chromium/chrome/browser/content_settings/
content_settings_details.h 27 type_(type),
37 ContentSettingsType type() const { return type_; }
47 return CONTENT_SETTINGS_TYPE_DEFAULT == type_;
52 ContentSettingsType type_; member in class:ContentSettingsDetails
  /external/v8/src/
type-info.h 57 TypeInfo() : type_(kUninitialized) { }
80 return type_;
98 return TypeInfo(static_cast<Type>(a.type_ & b.type_));
120 return type_ == other.type_;
124 ASSERT(type_ != kUninitialized);
125 return type_ == kUnknown;
129 ASSERT(type_ != kUninitialized);
130 return ((type_ & kPrimitive) == kPrimitive)
209 Type type_; member in class:v8::internal::TypeInfo
    [all...]
macro-assembler.h 78 : masm_(masm), type_(type), old_has_frame_(masm->has_frame()) {
80 if (type != StackFrame::MANUAL && type_ != StackFrame::NONE) {
86 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
87 masm_->LeaveFrame(type_);
98 masm_->LeaveFrame(type_);
103 StackFrame::Type type_; member in class:v8::internal::FrameScope
  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 64 : type_(a_type),
72 Type type() const { return type_; }
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
98 bool fatally_failed() const { return type_ == kFatalFailure; }
100 Type type_; member in class:testing::TestPartResult
  /external/gtest/include/gtest/
gtest-test-part.h 64 : type_(a_type),
72 Type type() const { return type_; }
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
98 bool fatally_failed() const { return type_ == kFatalFailure; }
100 Type type_; member in class:testing::TestPartResult
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-test-part.h 64 : type_(a_type),
72 Type type() const { return type_; }
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
98 bool fatally_failed() const { return type_ == kFatalFailure; }
100 Type type_; member in class:testing::TestPartResult
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 64 : type_(a_type),
72 Type type() const { return type_; }
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
98 bool fatally_failed() const { return type_ == kFatalFailure; }
100 Type type_; member in class:testing::TestPartResult
  /external/open-vcdiff/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/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...]
  /external/chromium/net/proxy/
proxy_resolver_script_data.cc 39 DCHECK_EQ(TYPE_SCRIPT_CONTENTS, type_);
44 DCHECK_EQ(TYPE_SCRIPT_URL, type_);
51 : type_(type),
proxy_resolver_script_data.h 45 return type_;
64 const Type type_; member in class:net::ProxyResolverScriptData
  /external/chromium/base/
cpu.h 26 int type() const { return type_; }
41 int type_; // process type member in class:base::CPU
  /external/chromium/third_party/libjingle/source/talk/base/
flags.h 98 Type type() const { return type_; }
102 assert(type_ == BOOL);
107 assert(type_ == INT);
112 assert(type_ == FLOAT);
117 assert(type_ == STRING);
123 assert(type_ == BOOL);
128 assert(type_ == INT);
133 assert(type_ == FLOAT);
138 assert(type_ == STRING);
157 Type type_; member in class:Flag
    [all...]
  /external/stressapptest/src/
error_diag.h 85 ErrorInstance(): type_(SAT_ERROR_NONE), severity_(SAT_ERROR_CORRECTABLE) {}
87 SATErrorType type_; // Type of error: ECC, miscompare, sector. member in class:ErrorInstance
95 ECCErrorInstance() { type_ = SAT_ERROR_ECC; }
103 MiscompareErrorInstance() { type_ = SAT_ERROR_MISCOMPARE; }
119 HDDSectorTagErrorInstance() { type_ = SAT_ERROR_SECTOR_TAG; }
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 87 type_(type),
111 if (type_ == ExtensionInstalledBubble::PAGE_ACTION) {
120 if (type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
172 if (type_ == ExtensionInstalledBubble::PAGE_ACTION ||
173 type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
198 if (type_ == ExtensionInstalledBubble::PAGE_ACTION ||
199 type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
226 ExtensionInstalledBubble::BubbleType type_; member in class:InstalledBubbleContent
252 type_ = OMNIBOX_KEYWORD;
254 type_ = BROWSER_ACTION
    [all...]

Completed in 1001 milliseconds

1 2 3 4 5 6 7 8 9