Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/external/elfutils/tests/
Drun-readelf-s.sh130 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF
131 1: 0000000000000238 0 SECTION LOCAL DEFAULT 1
132 2: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable
133 3: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@GLIBC_2.2.5 (2)
134 4: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__
135 5: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses
136 6: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable
137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2)
138 8: 000000000020103c 0 NOTYPE GLOBAL DEFAULT 25 _edata
139 9: 0000000000201040 0 NOTYPE GLOBAL DEFAULT 26 _end
[all …]
/external/clang/test/CodeGenCXX/
Dvisibility.cpp9 #define DEFAULT __attribute__((visibility("default"))) macro
19 H DEFAULT a;
33 class DEFAULT A { };
41 class DEFAULT foo {
53 DEFAULT extern RECT data_rect;
63 DEFAULT static int bar;
91 DEFAULT foo x;
125 class DEFAULT D {
193 struct DEFAULT A {
268 void DEFAULT test9_fun(struct A *a) { } in test9_fun()
[all …]
/external/llvm/test/tools/llvm-readobj/
Dgnu-symbols.test10 ELF32-NEXT: 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
11 ELF32-NEXT: 1: 00000000 0 FILE LOCAL DEFAULT ABS a.c
12 ELF32-NEXT: 2: 00000000 20 FUNC GLOBAL DEFAULT 2 main
13 ELF32-NEXT: 3: 00000004 4 OBJECT GLOBAL DEFAULT PRC[0xff03] x
14 ELF32-NEXT: 4: 00000000 4 OBJECT GLOBAL DEFAULT 3 y
18 ELF64-NEXT: 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
19 ELF64-NEXT: 1: 0000000000000000 0 SECTION LOCAL DEFAULT 1
20 ELF64-NEXT: 2: 0000000000000000 0 SECTION LOCAL DEFAULT 3
21 ELF64-NEXT: 3: 0000000000000000 0 SECTION LOCAL DEFAULT 4
22 ELF64-NEXT: 4: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND _GLOBAL_OFFSET_TABLE_
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestData.java462 "Nameprep", IDNA.DEFAULT,
469 "Nameprep", IDNA.DEFAULT,
475 "Nameprep", IDNA.DEFAULT,
481 "Nameprep", IDNA.DEFAULT,
487 "Nameprep", IDNA.DEFAULT,
493 "Nameprep", IDNA.DEFAULT,
499 "Nameprep", IDNA.DEFAULT,
505 "Nameprep", IDNA.DEFAULT,
511 "Nameprep", IDNA.DEFAULT,
517 "Nameprep", IDNA.DEFAULT,
[all …]
DTestIDNA.java34 … doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.DEFAULT, null); in TestToUnicode()
46 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.DEFAULT, null); in TestToASCII()
57 doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null); in TestIDNToASCII()
64 …doTestIDNToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNA.DEFAULT, null); in TestIDNToASCII()
71 doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null); in TestIDNToUnicode()
77 …oUnicode(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.DEFAULT, null); in TestIDNToUnicode()
289 doTestToASCII(testCase.input,testCase.output,IDNA.DEFAULT,testCase.expected); in TestConformance()
303 StringBuffer output = namePrep.prepare(iter,StringPrep.DEFAULT); in TestNamePrepConformance()
341 … doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected); in TestErrorCases()
350 … doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected); in TestErrorCases()
[all …]
DTestIDNARef.java31 …doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNAReference.DEFAULT, null); in TestToUnicode()
49 … doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNAReference.DEFAULT, null); in TestToASCII()
66 … doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null); in TestIDNToASCII()
73 …ToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNAReference.DEFAULT, null); in TestIDNToASCII()
89 … doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null); in TestIDNToUnicode()
95 …TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNAReference.DEFAULT, null); in TestIDNToUnicode()
337 … doTestToASCII(testCase.input,testCase.output,IDNAReference.DEFAULT,testCase.expected); in TestConformance()
405 … doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
414 …doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
425 …TestIDNToUnicode(errCase.ascii,new String(errCase.unicode),IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestData.java463 "Nameprep", IDNA.DEFAULT,
470 "Nameprep", IDNA.DEFAULT,
476 "Nameprep", IDNA.DEFAULT,
482 "Nameprep", IDNA.DEFAULT,
488 "Nameprep", IDNA.DEFAULT,
494 "Nameprep", IDNA.DEFAULT,
500 "Nameprep", IDNA.DEFAULT,
506 "Nameprep", IDNA.DEFAULT,
512 "Nameprep", IDNA.DEFAULT,
518 "Nameprep", IDNA.DEFAULT,
[all …]
DTestIDNA.java35 … doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.DEFAULT, null); in TestToUnicode()
47 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.DEFAULT, null); in TestToASCII()
58 doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null); in TestIDNToASCII()
65 …doTestIDNToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNA.DEFAULT, null); in TestIDNToASCII()
72 doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null); in TestIDNToUnicode()
78 …oUnicode(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.DEFAULT, null); in TestIDNToUnicode()
290 doTestToASCII(testCase.input,testCase.output,IDNA.DEFAULT,testCase.expected); in TestConformance()
304 StringBuffer output = namePrep.prepare(iter,StringPrep.DEFAULT); in TestNamePrepConformance()
342 … doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected); in TestErrorCases()
351 … doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected); in TestErrorCases()
[all …]
DTestIDNARef.java32 …doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNAReference.DEFAULT, null); in TestToUnicode()
50 … doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNAReference.DEFAULT, null); in TestToASCII()
67 … doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null); in TestIDNToASCII()
74 …ToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNAReference.DEFAULT, null); in TestIDNToASCII()
90 … doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null); in TestIDNToUnicode()
96 …TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNAReference.DEFAULT, null); in TestIDNToUnicode()
338 … doTestToASCII(testCase.input,testCase.output,IDNAReference.DEFAULT,testCase.expected); in TestConformance()
406 … doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
415 …doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
426 …TestIDNToUnicode(errCase.ascii,new String(errCase.unicode),IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
[all …]
/external/llvm/test/CodeGen/X86/
D2011-08-29-InitOrder.ll1 ; RUN: llc < %s -mtriple=i386-linux-gnu -use-ctors | 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",@progbits
[all …]
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexValue.java64 return DexValueBoolean.DEFAULT; in defaultForType()
67 return DexValueByte.DEFAULT; in defaultForType()
70 return DexValueChar.DEFAULT; in defaultForType()
73 return DexValueShort.DEFAULT; in defaultForType()
76 return DexValueInt.DEFAULT; in defaultForType()
79 return DexValueLong.DEFAULT; in defaultForType()
82 return DexValueFloat.DEFAULT; in defaultForType()
85 return DexValueDouble.DEFAULT; in defaultForType()
128 public static final DexValueByte DEFAULT = new DexValueByte((byte) 0); field in DexValue.DexValueByte
137 return value == DEFAULT.value ? DEFAULT : new DexValueByte(value); in create()
[all …]
/external/autotest/site_utils/
Dstable_version_utils.py17 DEFAULT = 'DEFAULT' variable
32 versions = {DEFAULT: global_config.global_config.get_config_value(
37 def get(board=DEFAULT, android=False):
51 if board == DEFAULT and android:
56 if board == DEFAULT:
63 return get(board=DEFAULT)
66 def set(version, board=DEFAULT):
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2011-08-29-InitOrder.ll1 ; RUN: llc < %s -mtriple=i386-linux-gnu | FileCheck %s --check-prefix=CHECK-DEFAULT
6 ; CHECK-DEFAULT: construct_3
7 ; CHECK-DEFAULT: construct_2
8 ; CHECK-DEFAULT: construct_1
15 ; CHECK-DEFAULT: destruct_3
16 ; CHECK-DEFAULT: destruct_2
17 ; CHECK-DEFAULT: destruct_1
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java43 public static Lower toLower() { return Lower.DEFAULT; } in toLower()
49 public static Upper toUpper() { return Upper.DEFAULT; } in toUpper()
55 public static Title toTitle() { return Title.DEFAULT; } in toTitle()
61 public static Fold fold() { return Fold.DEFAULT; } in fold()
81 private static final Lower DEFAULT = new Lower(0); field in CaseMap.Lower
127 private static final Upper DEFAULT = new Upper(0); field in CaseMap.Upper
173 private static final Title DEFAULT = new Title(0); field in CaseMap.Title
279 private static final Fold DEFAULT = new Fold(0); field in CaseMap.Fold
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java43 public static Lower toLower() { return Lower.DEFAULT; } in toLower()
48 public static Upper toUpper() { return Upper.DEFAULT; } in toUpper()
53 public static Title toTitle() { return Title.DEFAULT; } in toTitle()
58 public static Fold fold() { return Fold.DEFAULT; } in fold()
76 private static final Lower DEFAULT = new Lower(0); field in CaseMap.Lower
119 private static final Upper DEFAULT = new Upper(0); field in CaseMap.Upper
162 private static final Title DEFAULT = new Title(0); field in CaseMap.Title
263 private static final Fold DEFAULT = new Fold(0); field in CaseMap.Fold
/external/autotest/cli/
Djob_unittest.py32 priorities.Priority.DEFAULT,
44 priorities.Priority.DEFAULT,
53 u'priority': priorities.Priority.DEFAULT,
62 u'priority': priorities.Priority.DEFAULT,
71 u'priority': priorities.Priority.DEFAULT,
80 u'priority': priorities.Priority.DEFAULT,
89 u'priority': priorities.Priority.DEFAULT,
150 u'priority': priorities.Priority.DEFAULT,
170 u'priority': priorities.Priority.DEFAULT,
191 u'priority': priorities.Priority.DEFAULT,
[all …]
/external/llvm/test/CodeGen/ARM/Windows/
Dchkstk.ll2 ; RUN: | FileCheck -check-prefix CHECK-DEFAULT-CODE-MODEL %s
13 ; CHECK-DEFAULT-CODE-MODEL: check_watermark:
14 ; CHECK-DEFAULT-CODE-MODEL: movw r4, #1024
15 ; CHECK-DEFAULT-CODE-MODEL: bl __chkstk
16 ; CHECK-DEFAULT-CODE-MODEL: sub.w sp, sp, r4
/external/llvm/test/CodeGen/NVPTX/
Dfp-contract.ll2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_30 | FileCheck %s --check-prefix=DEFAULT
14 ;; DEFAULT-LABEL: @t0
17 ;; DEFAULT: mul.rn.f32
18 ;; DEFAULT: add.rn.f32
25 ;; DEFAULT-LABEL: @t1
30 ;; DEFAULT: add.rn.f32
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DHtmlStripFunction.java38 DEFAULT, IN_AMP, IN_TAG enumConstant
100 State state = State.DEFAULT; in filter()
107 case DEFAULT: in filter()
125 state = State.DEFAULT; in filter()
132 state = State.DEFAULT; in filter()
149 state = State.DEFAULT; in filter()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssSchemaTest.java55 assertSame(key, CssSchema.DISALLOWED, CssSchema.DEFAULT.forKey(key)); in testDangerousProperties()
62 CssSchema.Property property = CssSchema.DEFAULT.forKey(propName); in testDangerousTokens()
81 CssSchema.DEFAULT, in testCustom()
86 assertSame(key, custom.forKey(key), CssSchema.DEFAULT.forKey(key)); in testCustom()
/external/ppp/pppd/plugins/radius/etc/
Drealms14 # the DEFAULT realm matches users that do not supply a realm
16 #authserver DEFAULT 192.168.1.1:1812
17 #acctserver DEFAULT 192.168.1.1:1813
22 # DEFAULT realm match, above.
/external/llvm/test/CodeGen/AMDGPU/
Dwait.ll1 …amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -strict-whitespace %s --check-prefix=DEFAULT
2 …gcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -strict-whitespace %s --check-prefix=DEFAULT
7 ; DEFAULT-LABEL: {{^}}main:
8 ; DEFAULT: s_load_dwordx4
9 ; DEFAULT: s_load_dwordx4
10 ; DEFAULT: s_waitcnt vmcnt(0)
11 ; DEFAULT: exp
12 ; DEFAULT: s_waitcnt lgkmcnt(0)
13 ; DEFAULT: s_endpgm
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaRecorderFacade.java140 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
141 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT); in startVideoRecording()
143 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in startVideoRecording()
182 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
183 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT); in startVideoRecording()
185 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
187 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in startVideoRecording()
202 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startAudioRecording()
203 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT); in startAudioRecording()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnonsfi.ll6 ; RUN: | FileCheck --check-prefix=DEFAULT %s
25 ; DEFAULT-LABEL: testCallRegular
38 ; DEFAULT-LABEL: testCallBuiltin
52 ; DEFAULT-LABEL: testLoadBasic
73 ; DEFAULT-LABEL: testLoadFixedOffset
98 ; DEFAULT-LABEL: testLoadIndexed
126 ; DEFAULT-LABEL: testLoadIndexedBase
127 ; DEFAULT: mov {{.*}},DWORD PTR [{{.*}}+{{.*}}*4+0xc] {{.*}} R_386_32 {{G1|.bss}}
142 ; DEFAULT-LABEL: testLoadOpt
155 ; DEFAULT-LABEL: testRMW
/external/ltp/testcases/kernel/syscalls/get_mempolicy/
Dget_mempolicy01.c76 DEFAULT, /* get default policy */ enumerator
108 .ttype = DEFAULT,
115 .ttype = DEFAULT,
122 .ttype = DEFAULT,
129 .ttype = DEFAULT,
136 .ttype = DEFAULT,
248 case DEFAULT: in do_test()

12345678910>>...16