/cts/tests/res/values/ |
configVarying.xml | 18 <item type="configVarying" name="simple">simple default</item> 20 <item name="testString">bag default</item> 22 <item type="configVarying" name="small">default</item> 23 <item type="configVarying" name="normal">default</item> 24 <item type="configVarying" name="large">default</item> 25 <item type="configVarying" name="xlarge">default</item> 26 <item type="configVarying" name="sw">default</item> 27 <item type="configVarying" name="w">default</item> 28 <item type="configVarying" name="h">default</item> 29 <item type="configVarying" name="wh">default</item [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
parameter.rb | 5 Parameter = Struct.new( :name, :default ) 10 elsif default then "#{ name } = #{ default }" 19 def self.default singleton method in class:ANTLR3.Template.ParameterList 21 p.default = '{}' 32 def add( name, default = nil ) 39 default = options[ :default ] and param.default = default [all...] |
/external/chromium_org/third_party/WebKit/Source/core/events/ |
TouchEvent.idl | 34 void initTouchEvent([Default=Undefined] optional TouchList touches, 35 [Default=Undefined] optional TouchList targetTouches, 36 [Default=Undefined] optional TouchList changedTouches, 37 [Default=Undefined] optional DOMString type, 38 [Default=Undefined] optional Window view, 39 [Default=Undefined] optional long screenX, 40 [Default=Undefined] optional long screenY, 41 [Default=Undefined] optional long clientX, 42 [Default=Undefined] optional long clientY, 43 [Default=Undefined] optional boolean ctrlKey [all...] |
MessageEvent.idl | 38 [Custom] void initMessageEvent([Default=Undefined] optional DOMString typeArg, 39 [Default=Undefined] optional boolean canBubbleArg, 40 [Default=Undefined] optional boolean cancelableArg, 41 [Default=Undefined] optional any dataArg, 42 [Default=Undefined] optional DOMString originArg, 43 [Default=Undefined] optional DOMString lastEventIdArg, 44 [Default=Undefined] optional Window sourceArg, 45 [Default=Undefined] optional Array messagePorts); 47 [Custom] void webkitInitMessageEvent([Default=Undefined] optional DOMString typeArg, 48 [Default=Undefined] optional boolean canBubbleArg [all...] |
/external/clang/test/SemaCXX/ |
dr1301.cpp | 15 B b; // expected-note {{deleted default constructor}} 17 int c = C().b.n; // expected-error {{call to implicitly-deleted default}} 20 D() = default; // expected-note {{here}} 21 B b; // expected-note {{'b' has a deleted default constructor}} 23 int d = D().b.n; // expected-error {{call to implicitly-deleted default}} 26 E() = default; 38 F f; // expected-note {{non-trivial default constructor}} 40 int g = G().f.n; // expected-error {{call to implicitly-deleted default}} 50 H h; // expected-note {{inaccessible default constructor}} 52 int i = I().h.n; // expected-error {{call to implicitly-deleted default}} [all...] |
return-noreturn.cpp | 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -Wreturn-type -Wmissing-noreturn -Wno-unreachable-code -Wno-covered-switch-default 2 // RUN: %clang_cc1 %s -fsyntax-only -std=c++11 -verify -Wreturn-type -Wmissing-noreturn -Wno-unreachable-code -Wno-covered-switch-default 19 switch (x) { default: pr6884_abort(); } 22 switch (x) default: pr6884_abort_struct(); 25 switch (x) { default: pr6884_abort_struct(); } 28 switch (x) { default: ; } 31 switch (x) { default: { pr6884_abort_struct(); } } 34 switch (x) default: L1: L2: case 4: pr6884_abort_struct(); 37 switch (x) default: L1: { L2: case 4: pr6884_abort_struct(); } 40 switch (x) default: L1: L2: case 4: { pr6884_abort_struct(); [all...] |
PR10243.cpp | 7 T0() = default; 12 T1(const T1&) = default; 17 T2& operator=(const T2&) = default; 22 ~T3() = default;
|
/external/llvm/test/CodeGen/X86/ |
2011-08-29-InitOrder.ll | 1 ; RUN: llc < %s -mtriple=i386-linux-gnu | FileCheck %s --check-prefix=CHECK-DEFAULT 6 ; CHECK-DEFAULT: .section .ctors.64535,"aw",@progbits 7 ; CHECK-DEFAULT: .long construct_1 8 ; CHECK-DEFAULT: .section .ctors.63535,"aw",@progbits 9 ; CHECK-DEFAULT: .long construct_2 10 ; CHECK-DEFAULT: .section .ctors.62535,"aw",@progbits 11 ; CHECK-DEFAULT: .long construct_3 18 ; CHECK-DEFAULT: .section .dtors.64535,"aw",@progbits 19 ; CHECK-DEFAULT: .long destruct_1 20 ; CHECK-DEFAULT: .section .dtors.63535,"aw",@progbit [all...] |
/external/chromium_org/third_party/icu/source/test/testdata/ |
default.txt | 9 // This is a test default locale file 11 default 17 string_only_in_Default { DEFAULT } 39 string_in_Default_te_te_IN { DEFAULT } 58 string_in_Default_te { DEFAULT } 78 string_in_Default_te_IN { DEFAULT }
|
/external/icu4c/test/testdata/ |
default.txt | 9 // This is a test default locale file 11 default 17 string_only_in_Default { DEFAULT } 39 string_in_Default_te_te_IN { DEFAULT } 58 string_in_Default_te { DEFAULT } 78 string_in_Default_te_IN { DEFAULT }
|
/external/srec/shared/include/ |
ESR_SessionTypeImpl.h | 64 * Default implementation. 71 * Default implementation. 77 * Default implementation. 83 * Default implementation. 89 * Default implementation. 95 * Default implementation. 101 * Default implementation. 107 * Default implementation. 113 * Default implementation. 119 * Default implementation [all...] |
/external/chromium_org/build/util/lib/common/ |
perf_result_data_type.py | 5 DEFAULT = 'default' 11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM,
|
/external/chromium_org/components/test/data/web_database/ |
version_48.sql | 7 INSERT INTO "meta" VALUES('Default Search Provider ID','2'); 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,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR,alternate_urls VARCHAR); 9 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1); 10 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expiration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_modified INTEGER NOT NULL DEFAULT 0); 11 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0) [all...] |
/external/oprofile/events/i386/ppro/ |
unit_masks | 3 name:zero type:mandatory default:0x0 5 name:mesi type:bitmask default:0x0f 11 name:ebl type:exclusive default:0x20
|
/art/test/015-switch/ |
expected.txt | 8 CORRECT (default only)
|
/dalvik/tests/015-switch/ |
expected.txt | 8 CORRECT (default only)
|
/external/chromium_org/content/test/data/session_history/ |
location_redirect.html | 1 <title>Default Title</title>
|
/external/chromium_org/third_party/WebKit/public/platform/android/ |
DEPS | 3 "+../default",
|
/external/clang/test/Driver/ |
no-objc-default-synthesize-properties.m | 1 // RUN: %clang -fsyntax-only -fno-objc-default-synthesize-properties -fobjc-default-synthesize-properties %s 2>&1 | FileCheck %s 9 // CHECK: warning: argument unused during compilation: '-fno-objc-default-synthesize-properties' 10 // CHECK: warning: argument unused during compilation: '-fobjc-default-synthesize-properties'
|
/external/clang/test/Frontend/ |
rewrite-includes-warnings.c | 4 #pragma GCC visibility push (default)
|
/external/clang/test/Sema/ |
default.c | 5 default: // expected-error {{not in switch statement}}
|
default1.c | 2 void f(int i = 0); // expected-error {{C does not support default arguments}}
|
/external/jmonkeyengine/engine/src/niftygui/Common/MatDefs/Nifty/ |
NiftyQuadGrad.j3md | 1 MaterialDef Default GUI {
|
/external/openssh/contrib/suse/ |
sysconfig.ssh | 4 ## Default: ""
|
/external/oprofile/events/alpha/ev5/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|