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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/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/mips/mipsel-linux-android-4.8/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/mips/mips64el-linux-android-4.8/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/mips/mipsel-linux-android-4.8/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/chromium_org/chrome/browser/ui/panels/
panel_collection.cc 8 : type_(type) {
  /external/chromium_org/ppapi/shared_impl/
socket_option_data.cc 9 SocketOptionData::SocketOptionData() : type_(TYPE_INVALID), value_(0) {}
13 SocketOptionData::Type SocketOptionData::GetType() const { return type_; }
16 if (!out_value || type_ != TYPE_BOOL)
23 if (!out_value || type_ != TYPE_INT32)
30 type_ = TYPE_BOOL;
35 type_ = TYPE_INT32;
  /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_;
  /external/chromium_org/content/common/indexed_db/
indexed_db_key_path.cc 15 IndexedDBKeyPath::IndexedDBKeyPath() : type_(WebIDBKeyPathTypeNull) {}
18 : type_(WebIDBKeyPathTypeString), string_(string) {}
21 : type_(WebIDBKeyPathTypeArray), array_(array) {}
26 DCHECK(type_ == blink::WebIDBKeyPathTypeArray);
31 DCHECK(type_ == blink::WebIDBKeyPathTypeString);
36 if (type_ != other.type_)
39 switch (type_) {
  /external/chromium_org/ui/v2/public/
event.h 22 EventType type() const { return type_; };
25 EventType type_; member in class:v2::Event
  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator.py 16 def __init__(self, type_, hard=False):
17 self.type_ = type_
21 return '%s.%s' % (self.type_.namespace.name, self.type_.name)
56 def GetEnumNoneValue(self, type_):
60 return '%s_NONE' % self.FollowRef(type_).unix_name.upper()
62 def GetEnumLastValue(self, type_):
66 return '%s_LAST' % self.FollowRef(type_).unix_name.upper()
68 def GetEnumValue(self, type_, enum_value)
    [all...]
  /external/chromium_org/tools/gn/
token.cc 9 Token::Token() : type_(INVALID), value_() {
15 : type_(t),
21 return type_ == IDENTIFIER && value_ == v;
25 return type_ == STRING && value_ == v;
  /external/clang/test/SemaCXX/
windows-arm-valist.cpp 9 template <typename type_>
10 struct is_same<type_, type_> { enum { value = 1 }; };
  /external/chromium_org/ui/events/
gesture_event_details.h 21 EventType type() const { return type_; }
41 DCHECK_EQ(ET_GESTURE_SCROLL_BEGIN, type_);
46 DCHECK_EQ(ET_GESTURE_SCROLL_BEGIN, type_);
51 DCHECK_EQ(ET_GESTURE_SCROLL_UPDATE, type_);
56 DCHECK_EQ(ET_GESTURE_SCROLL_UPDATE, type_);
61 DCHECK_EQ(ET_SCROLL_FLING_START, type_);
66 DCHECK_EQ(ET_SCROLL_FLING_START, type_);
71 DCHECK_EQ(ET_GESTURE_TWO_FINGER_TAP, type_);
76 DCHECK_EQ(ET_GESTURE_TWO_FINGER_TAP, type_);
81 DCHECK_EQ(ET_GESTURE_PINCH_UPDATE, type_);
121 EventType type_; member in struct:ui::GestureEventDetails
    [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer_error.h 22 CrxInstallerError() : type_(ERROR_NONE) {
26 : type_(message.empty() ? ERROR_NONE : ERROR_OTHER),
31 : type_(type), message_(message) {
34 Type type() const { return type_; }
38 Type type_; member in class:extensions::CrxInstallerError
  /external/chromium_org/net/base/
static_cookie_policy.h 31 : type_(StaticCookiePolicy::ALLOW_ALL_COOKIES) {
35 : type_(type) {
40 void set_type(Type type) { type_ = type; }
41 Type type() const { return type_; }
53 Type type_; member in class:net::StaticCookiePolicy
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 26 ScreencastId() : type_(INVALID) {}
28 : type_(WINDOW), window_(id) {
31 : type_(DESKTOP), desktop_(id) {
34 Type type() const { return type_; }
43 if (type_ == INVALID) {
45 } else if (type_ == WINDOW) {
51 bool IsWindow() const { return type_ == WINDOW; }
52 bool IsDesktop() const { return type_ == DESKTOP; }
54 if (type_ != other.type_) {
80 Type type_; member in class:cricket::ScreencastId
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.hpp 72 explicit Message (MessageType type_)
73 : type(type_)
75 DE_ASSERT(type_ == MESSAGE_RESUME ||
76 type_ == MESSAGE_PAUSE ||
77 type_ == MESSAGE_FINISH);
80 Message (MessageType type_, ANativeWindow* window)
81 : type(type_)
83 DE_ASSERT(type_ == MESSAGE_WINDOW_CREATED ||
84 type_ == MESSAGE_WINDOW_DESTROYED ||
85 type_ == MESSAGE_WINDOW_RESIZED)
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/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/aarch64/aarch64-linux-android-4.9/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-eabi-4.8/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.8/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/mips/mips64el-linux-android-4.9/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/x86/x86_64-linux-android-4.8/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/x86/x86_64-linux-android-4.9/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/aarch64/aarch64-linux-android-4.8/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...]

Completed in 769 milliseconds

1 2 3 4 5 6 7 8 91011>>