/external/oprofile/events/alpha/ev6/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/alpha/ev67/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/arm/armv6/ |
unit_masks | 3 name:zero type:mandatory default:0x00
|
/external/oprofile/events/arm/armv7/ |
unit_masks | 3 name:zero type:mandatory default:0x00
|
/external/oprofile/events/arm/armv7-ca9/ |
unit_masks | 3 name:zero type:mandatory default:0x00
|
/external/oprofile/events/arm/armv7-common/ |
unit_masks | 3 name:zero type:mandatory default:0x00
|
/external/oprofile/events/avr32/ |
unit_masks | 3 name:zero type:mandatory default:0x00
|
/external/oprofile/events/ia64/ia64/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ia64/itanium/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/1004K/ |
unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/20K/ |
unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/24K/ |
unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/25K/ |
unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/34K/ |
unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/5K/ |
unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/74K/ |
unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/power5+/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/power5++/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/ndk/tests/build/project-properties/ |
project.properties | 2 # Instead of the one under default.properties
|
/external/chromium_org/components/test/data/web_database/ |
version_43.sql | 6 INSERT INTO "meta" VALUES('Default Search Provider ID','2'); 7 INSERT INTO "meta" VALUES('Default Search Provider ID Backup','3'); 8 INSERT INTO "meta" VALUES('Default Search Provider ID Backup Signature',''); 10 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR) [all...] |
version_44.sql | 6 INSERT INTO "meta" VALUES('Default Search Provider ID Backup','0'); 7 INSERT INTO "meta" VALUES('Default Search Provider ID Backup Signature',''); 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR); 30 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardCodesSet.java | 28 private int[] mCodes = DEFAULT; 32 mCodes = (codes != null) ? codes : DEFAULT; 78 private static final int[] DEFAULT = { 106 DEFAULT[0], 107 DEFAULT[1], 108 DEFAULT[2], 109 DEFAULT[3], 110 DEFAULT[4], 111 DEFAULT[5], 112 DEFAULT[6] [all...] |
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
p2.cpp | 7 Const(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be const}} 8 Const& operator=(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be const}} 12 Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be volatile}} 13 Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be volatile}} 17 AssignmentRet1&& operator=(AssignmentRet1&&) = default; // expected-error {{explicitly-defaulted move assignment operator must return 'move::AssignmentRet1 &'}} 21 const AssignmentRet2& operator=(AssignmentRet2&&) = default; // expected-error {{explicitly-defaulted move assignment operator must return 'move::AssignmentRet2 &'}} 25 ConstAssignment& operator=(ConstAssignment&&) const = default; // expected-error {{an explicitly-defaulted move assignment operator may not have 'const', 'constexpr' or 'volatile' qualifiers}} 31 Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy constructor may not be volatile}} 32 Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy assignment operator may not be volatile}} 36 Const(const Const&) = default; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/events/ |
KeyboardEvent.idl | 42 void initKeyboardEvent([Default=Undefined] optional DOMString type, 43 [Default=Undefined] optional boolean canBubble, 44 [Default=Undefined] optional boolean cancelable, 45 [Default=Undefined] optional Window view, 46 [Default=Undefined] optional DOMString keyIdentifier, 47 [Default=Undefined] optional unsigned long location, 48 [Default=Undefined] optional boolean ctrlKey, 49 [Default=Undefined] optional boolean altKey, 50 [Default=Undefined] optional boolean shiftKey, 51 [Default=Undefined] optional boolean metaKey [all...] |
WheelEvent.idl | 44 void initWebKitWheelEvent([Default=Undefined] optional long wheelDeltaX, 45 [Default=Undefined] optional long wheelDeltaY, 46 [Default=Undefined] optional Window view, 47 [Default=Undefined] optional long screenX, 48 [Default=Undefined] optional long screenY, 49 [Default=Undefined] optional long clientX, 50 [Default=Undefined] optional long clientY, 51 [Default=Undefined] optional boolean ctrlKey, 52 [Default=Undefined] optional boolean altKey, 53 [Default=Undefined] optional boolean shiftKey [all...] |