/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
preempt-app.sym | 4 +.. +..: ........ +0 +NOTYPE +GLOBAL +DEFAULT +9 _edata 5 +.. +..: ........ +0 +NOTYPE +GLOBAL +DEFAULT +10 __bss_start__ 6 +.. +..: ........ +0 +NOTYPE +GLOBAL +DEFAULT +10 _end 7 +.. +..: ........ +4 +OBJECT +GLOBAL +DEFAULT +10 data_obj 8 +.. +..: ........ +0 +NOTYPE +GLOBAL +DEFAULT +10 __bss_end__ 9 +.. +..: .......1 +20 +FUNC +GLOBAL +DEFAULT +6 lib_func1 10 +.. +..: ........ +0 +NOTYPE +GLOBAL +DEFAULT +9 __data_start 11 +.. +..: ........ +0 +NOTYPE +GLOBAL +DEFAULT +10 __end__ 12 +.. +..: ........ +0 +NOTYPE +GLOBAL +DEFAULT +10 __bss_start 13 +.. +..: .......0 +0 +FUNC +GLOBAL +DEFAULT +6 app_func [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
ColorTest.java | 38 skin.add("default", new BitmapFont(Gdx.files.internal("data/arial-32.fnt"), false)); 45 column1.add("WHITE", "default", Color.WHITE).row(); 46 column1.add("LIGHT_GRAY", "default", Color.LIGHT_GRAY).row(); 47 column1.add("GRAY", "default", Color.GRAY).row(); 48 column1.add("DARK_GRAY", "default", Color.DARK_GRAY).row(); 50 column1.add("BLUE", "default", Color.BLUE).row(); 51 column1.add("NAVY", "default", Color.NAVY).row(); 52 column1.add("ROYAL", "default", Color.ROYAL).row(); 53 column1.add("SLATE", "default", Color.SLATE).row(); 54 column1.add("SKY", "default", Color.SKY).row() [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
shlib-app-1r.rd | 81 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 82 1: 10000020 0 SECTION LOCAL DEFAULT 8 83 2: 10000060 0 SECTION LOCAL DEFAULT 9 84 3: 100000a0 0 SECTION LOCAL DEFAULT 10 85 4: 100000c0 0 SECTION LOCAL DEFAULT 11 86 5: 100000c4 0 SECTION LOCAL DEFAULT 12 87 6: 100000a0 0 NOTYPE LOCAL DEFAULT 10 __c6xabi_DSBT_BASE 88 7: 100000c0 4 OBJECT GLOBAL DEFAULT 11 b 89 8: 00000000 0 FUNC GLOBAL DEFAULT UND sub0 90 9: 100000c4 4 OBJECT GLOBAL DEFAULT 12 [all...] |
shlib-app-1rb.rd | 81 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 82 1: 10000020 0 SECTION LOCAL DEFAULT 8 83 2: 10000060 0 SECTION LOCAL DEFAULT 9 84 3: 100000a0 0 SECTION LOCAL DEFAULT 10 85 4: 100000c0 0 SECTION LOCAL DEFAULT 11 86 5: 100000c4 0 SECTION LOCAL DEFAULT 12 87 6: 100000a0 0 NOTYPE LOCAL DEFAULT 10 __c6xabi_DSBT_BASE 88 7: 100000c0 4 OBJECT GLOBAL DEFAULT 11 b 89 8: 00000000 0 FUNC GLOBAL DEFAULT UND sub0 90 9: 100000c4 4 OBJECT GLOBAL DEFAULT 12 [all...] |
/external/protobuf/src/google/protobuf/ |
unittest_reference_types_nano.proto | 81 optional int32 default_int32 = 61 [default = 41 ]; 82 optional int64 default_int64 = 62 [default = 42 ]; 83 optional uint32 default_uint32 = 63 [default = 43 ]; 84 optional uint64 default_uint64 = 64 [default = 44 ]; 85 optional sint32 default_sint32 = 65 [default = -45 ]; 86 optional sint64 default_sint64 = 66 [default = 46 ]; 87 optional fixed32 default_fixed32 = 67 [default = 47 ]; 88 optional fixed64 default_fixed64 = 68 [default = 48 ]; 89 optional sfixed32 default_sfixed32 = 69 [default = 49 ]; 90 optional sfixed64 default_sfixed64 = 70 [default = -50 ] [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...] |
builtin_objc_msgSend.cpp | 8 extern "C" __attribute__((visibility("default"))) id objc_msgSend(id self, SEL op, ...) 9 __attribute__((visibility("default")));
|
gnu-case-ranges.cpp | 1 // RUN: %clang_cc1 -verify -Wno-covered-switch-default %s 22 default:
|
/art/test/005-annotations/src/android/test/anno/ |
ExportedProperty.java | 10 boolean resolveId() default false; 11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
|
/external/autotest/frontend/migrations/ |
015_add_locked_by_and_lock_time.py | 4 INT(11) DEFAULT NULL""") 7 DATETIME DEFAULT NULL""")
|
036_add_special_tasks.py | 7 is_active TINYINT(1) NOT NULL DEFAULT FALSE, 8 is_complete TINYINT(1) NOT NULL DEFAULT FALSE,
|
050_more_test_planner_additions.py | 4 ALTER TABLE `planner_tests` ADD COLUMN `is_server` tinyint(1) DEFAULT 1; 6 ALTER TABLE `planner_hosts` ADD COLUMN `added_by_label` tinyint(1) DEFAULT 0;
|
/external/chromium-trace/catapult/firefighter/default/ |
dispatch.yaml | 6 # Default module serves the typical web resources and all static resources. 8 module: default
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
index.js | 10 default: require('./lib/tree_adapters/default'), 9 exports.TreeAdapters = { property in class:exports.TreeAdapters
|
parse5_lib.js | 12 default: require('./lib/tree_adapters/default'), 11 parse5.TreeAdapters = { property in class:parse5.TreeAdapters
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
p7.cpp | 7 A() = default; // expected-note {{here}} 12 explicit B() = default; // expected-note {{here}}
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/ |
p3.cpp | 3 void nondecl(int (*f)(int x = 5)) // expected-error {{default arguments can only be specified}} 5 void (*f2)(int = 17) // expected-error {{default arguments can only be specified}} 6 = (void (*)(int = 42))f; // expected-error {{default arguments can only be specified}} 10 int (*f)(int = 17); // expected-error{{default arguments can only be specified for parameters in a function declaration}} 11 void (*g())(int = 22); // expected-error{{default arguments can only be specified for parameters in a function declaration}} 13 auto i(int) -> void (*)(int = 9); // expected-error{{default arguments can only be specified for parameters in a function declaration}} 15 void mem8(int (*fp)(int) = (int (*)(int = 17))0); // expected-error{{default arguments can only be specified for parameters in a function declaration}} 19 void defaultpack(Ts... = 0) {} // expected-error{{parameter pack cannot have a default argument}}
|
/external/clang/test/CXX/temp/temp.param/ |
p12.cpp | 7 class T2 = int> // expected-note{{previous default template argument defined here}} 11 typename T2 = float> // expected-error{{template parameter redefines default argument}} 15 template<class> class = Y1> // expected-note{{previous default template argument defined here}} 21 template<class> class = Y1> // expected-error{{template parameter redefines default argument}} 25 int M = 5> // expected-note{{previous default template argument defined here}} 31 int M = 7> // expected-error{{template parameter redefines default argument}} 34 // Check validity of default arguments 39 C1<> c1; // expected-note{{while checking a default template argument}}
|
/external/clang/test/CodeGenCXX/ |
pr11797.cpp | 3 namespace std __attribute__ ((__visibility__ ("default"))) {} 4 #pragma GCC visibility push(default)
|
/external/clang/test/Driver/ |
le32-toolchain.c | 1 // RUN: %clang -### -target le32-unknown-nacl %s 2>&1 | FileCheck -check-prefix=CHECK-DEFAULT %s 3 // CHECK-DEFAULT: "-cc1" {{.*}} "-fno-math-builtin"
|
/external/clang/test/Index/ |
symbol-visibility.c | 3 __attribute__ ((visibility ("default"))) void foo1(); 6 // CHECK: FunctionDecl=foo1:3:47visibility=Default
|
/external/clang/test/Sema/ |
attr-visibility.c | 3 void test0() __attribute__((visibility("default"))); 8 void test3() __attribute__((visibility("protected"))); // expected-warning {{target does not support 'protected' visibility; using 'default'}} 12 struct __attribute__((visibility("default"))) test4; // expected-error {{visibility does not match previous declaration}} 16 struct __attribute__((visibility("default"))) test5; // expected-error {{visibility does not match previous declaration}} 19 visibility("default"))); // expected-error {{visibility does not match previous declaration}} 21 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is here}} 24 typedef int __attribute__((visibility("default"))) bar; // expected-warning {{'visibility' attribute ignored}} 26 int x __attribute__((type_visibility("default"))); // expected-error {{'type_visibility' attribute only applies to types and namespaces}}
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
DynamicParameter.java | 17 String[] names() default {}; 22 boolean required() default false; 27 String description() default ""; 32 String descriptionKey() default ""; 37 boolean hidden() default false; 42 Class<? extends IParameterValidator> validateWith() default NoValidator.class; 47 String assignment() default "="; 49 Class<? extends IValueValidator> validateValueWith() default NoValueValidator.class;
|
/external/libxml2/result/scripts/ |
set3 | 4 default namespace href=bar 8 default namespace href=bar
|
/external/llvm/test/YAMLParser/ |
spec-07-08.test | 3 # Explicitly specify default settings: 6 # Named handles have no default:
|