/dalvik/tests/004-annotations/src/android/test/anno/ |
AnnoArrayField.java | 10 boolean[] zz() default {}; 11 byte[] bb() default {}; 12 char[] cc() default {'a', 'b'}; 13 short[] ss() default {}; 14 int[] ii() default {}; 15 float[] ff() default {3.141592654f}; 16 long[] jj() default {}; 17 double[] dd() default {0.987654321}; 18 String[] str() default {};
|
/external/protobuf/src/google/protobuf/ |
unittest_enormous_descriptor.proto | 46 optional string long_field_name_is_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is also loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong"]; 47 optional string long_field_name_is_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is also loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong"]; 48 optional string long_field_name_is_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is also loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong"]; 49 optional string long_field_name_is_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is also loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong"]; 50 optional string long_field_name_is_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is also loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooon (…) [all...] |
/cts/tools/signature-tools/templates/ |
SimpleTableRow.st | 1 <tr class="default">
|
Link.st | 1 <a class="$link_style; null="default"$" href="$url$">$name$</a
|
/external/webkit/Source/cmake/ |
OptionsWinCE.cmake | 23 WEBKIT_FEATURE(ENABLE_AS_IMAGE "Enable SVG as image" DEFAULT ON SVG) 24 WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF) 25 WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT OFF) 26 WEBKIT_FEATURE(ENABLE_DATABASE "Enable database" DEFAULT OFF) 27 WEBKIT_FEATURE(ENABLE_DATAGRID "Enable datagrid" DEFAULT OFF) 28 WEBKIT_FEATURE(ENABLE_DATALIST "Enable datalist" DEFAULT OFF HTML) 29 WEBKIT_FEATURE(ENABLE_DATA_TRANSFER_ITEMS "Enable data transfer items" DEFAULT OFF) 30 WEBKIT_FEATURE(ENABLE_DOM_STORAGE "Enable DOM storage" DEFAULT OFF) 31 WEBKIT_FEATURE(ENABLE_EVENTSOURCE "Enable event source" DEFAULT ON) 32 WEBKIT_FEATURE(ENABLE_FAST_MOBILE_SCROLLING "Enable fast mobile scrolling" DEFAULT ON [all...] |
/external/llvm/utils/ |
NLT.schema | 2 `NAME` varchar(255) NOT NULL default '', 3 `RUN` date NOT NULL default '0000-00-00', 4 `TEST` varchar(32) NOT NULL default '', 5 `VALUE` double NOT NULL default '0', 7 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
/external/bluetooth/glib/glib/ |
galiasdef.c | 18 extern __typeof (g_array_append_vals) g_array_append_vals __attribute((alias("IA__g_array_append_vals"), visibility("default"))); 21 extern __typeof (g_array_free) g_array_free __attribute((alias("IA__g_array_free"), visibility("default"))); 24 extern __typeof (g_array_insert_vals) g_array_insert_vals __attribute((alias("IA__g_array_insert_vals"), visibility("default"))); 27 extern __typeof (g_array_new) g_array_new __attribute((alias("IA__g_array_new"), visibility("default"))); 30 extern __typeof (g_array_prepend_vals) g_array_prepend_vals __attribute((alias("IA__g_array_prepend_vals"), visibility("default"))); 33 extern __typeof (g_array_remove_index) g_array_remove_index __attribute((alias("IA__g_array_remove_index"), visibility("default"))); 36 extern __typeof (g_array_remove_index_fast) g_array_remove_index_fast __attribute((alias("IA__g_array_remove_index_fast"), visibility("default"))); 39 extern __typeof (g_array_remove_range) g_array_remove_range __attribute((alias("IA__g_array_remove_range"), visibility("default"))); 42 extern __typeof (g_array_set_size) g_array_set_size __attribute((alias("IA__g_array_set_size"), visibility("default"))); 45 extern __typeof (g_array_sized_new) g_array_sized_new __attribute((alias("IA__g_array_sized_new"), visibility("default"))); [all...] |
/external/jsr305/ri/.settings/ |
org.eclipse.jdt.ui.prefs | 3 internal.default.compliance=default
|
/external/iproute2/etc/iproute2/ |
rt_tables | 6 253 default
|
/external/webkit/LayoutTests/fast/encoding/ |
misplaced-xml-declaration-expected.txt | 1 Should be your browser default encoding: ISO-8859-1
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
TestAnnotation3.java | 16 boolean z() default false; 17 byte b() default 0; 18 short s() default 0; 19 int i() default 100; 20 long j() default 0; 22 float f() default 0.0f; 23 double d() default 0.0d; 25 String aString() default ""; 26 Class aClazz() default Void.class; 27 TestEnum1 aEnum() default TestEnum1.F [all...] |
TestAnnotation3b.java | 16 boolean z() default false; 17 byte b() default 0; 18 short s() default 0; 19 int i() default 100; 20 long l() default 0; 22 float f() default 0.0f; 23 double d() default 0.0d; 25 String aString() default ""; 26 Class aClazz() default Void.class; 27 TestEnum1 aEnum() default TestEnum1.F [all...] |
/external/clang/test/SemaCXX/ |
cxx0x-defaulted-functions.cpp | 3 void fn() = default; // expected-error {{only special member}} 5 void fn() = default; // expected-error {{only special member}} 7 foo() = default; 8 foo(const foo&) = default; 9 foo(foo&) = default; 10 foo& operator = (const foo&) = default; 11 foo& operator = (foo&) = default; 12 ~foo() = default; 24 bar::bar() = default; 25 bar::bar(const bar&) = default; [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable_columns.h | 24 {"base_version", "bigint default " CHANGES_VERSION_STRING}, 25 {"server_version", "bigint default 0"}, 28 {"mtime", "bigint default 0"}, 29 {"server_mtime", "bigint default 0"}, 30 {"ctime", "bigint default 0"}, 31 {"server_ctime", "bigint default 0"}, 32 {"server_position_in_parent", "bigint default 0"}, 34 {"local_external_id", "bigint default 0"}, 37 {"id", "varchar(255) default \"r\""}, 38 {"parent_id", "varchar(255) default \"r\""} [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p11.cpp | 5 template<class T1 = int, // expected-note{{previous default template argument defined here}} 6 class T2> // expected-error{{template parameter missing a default argument}} 9 template<template<class> class = Y1, // expected-note{{previous default template argument defined here}} 10 template<class> class> // expected-error{{template parameter missing a default argument}} 13 template<int N = 5, // expected-note{{previous default template argument defined here}} 14 int M> // expected-error{{template parameter missing a default argument}}
|
/external/oprofile/events/ppc64/cell-be/ |
unit_masks | 9 name:zero type:mandatory default:0x0 11 name:PPU_0_cycles type:bitmask default:0x013 14 0x002 Positive polarity [default ] 16 name:PPU_0_edges type:bitmask default:0x012 19 0x002 Positive polarity [default ] 21 name:PPU_2_cycles type:bitmask default:0x043 24 0x002 Positive polarity [default ] 26 name:PPU_2_edges type:bitmask default:0x042 29 0x002 Positive polarity [default ] 31 name:PPU_01_cycles type:bitmask default:0x02 [all...] |
/external/bluetooth/bluez/network/ |
network.conf | 5 # Disable link encryption: default=false
|
/external/clang/test/Parser/ |
c1x-generic-selection.c | 8 default: 0, // expected-note {{previous default generic association is here}} 9 default: 0); // expected-error {{duplicate default generic association}}
|
/external/oprofile/events/alpha/ev4/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/arm/mpcore/ |
unit_masks | 3 name:zero type:mandatory default:0x00
|
/external/oprofile/events/arm/xscale1/ |
unit_masks | 3 name:zero type:mandatory default:0x00
|
/external/oprofile/events/arm/xscale2/ |
unit_masks | 3 name:zero type:mandatory default:0x00
|
/external/oprofile/events/i386/arch_perfmon/ |
unit_masks | 3 name:zero type:mandatory default:0x0 5 name:one type:mandatory default:0x1 7 name:x41 type:mandatory default:0x41 9 name:x4f type:mandatory default:0x4f
|
/external/oprofile/events/mips/loongson2/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/r10000/ |
unit_masks | 4 name:zero type:mandatory default:0x0
|