Home
last modified time | relevance | path

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

12345678910>>...17

/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCSpinner.java318 Point size = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT); in computeSize()
319 size.x += m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT).x - m_spinner.getClientArea().width; in computeSize()
323 if (wHint != SWT.DEFAULT) { in computeSize()
326 if (hHint != SWT.DEFAULT) { in computeSize()
340 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT); in layout()
343 sSize = m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT, flushCache); in layout()
347 int arrowWidth = m_button.computeSize(SWT.DEFAULT, SWT.DEFAULT).x; in layout()
369 Point size = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT); in computeSize()
370 size.x += m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT).x - m_spinner.getClientArea().width; in computeSize()
374 if (wHint != SWT.DEFAULT) { in computeSize()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
DTestData.java461 "Nameprep", IDNA.DEFAULT,
468 "Nameprep", IDNA.DEFAULT,
474 "Nameprep", IDNA.DEFAULT,
480 "Nameprep", IDNA.DEFAULT,
486 "Nameprep", IDNA.DEFAULT,
492 "Nameprep", IDNA.DEFAULT,
498 "Nameprep", IDNA.DEFAULT,
504 "Nameprep", IDNA.DEFAULT,
510 "Nameprep", IDNA.DEFAULT,
516 "Nameprep", IDNA.DEFAULT,
[all …]
DTestIDNA.java34 … doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.DEFAULT, null); in TestToUnicode()
45 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.DEFAULT, null); in TestToASCII()
55 doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null); in TestIDNToASCII()
62 …doTestIDNToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNA.DEFAULT, null); in TestIDNToASCII()
68 doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null); in TestIDNToUnicode()
74 …oUnicode(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.DEFAULT, null); in TestIDNToUnicode()
285 doTestToASCII(testCase.input,testCase.output,IDNA.DEFAULT,testCase.expected); in TestConformance()
298 StringBuffer output = namePrep.prepare(iter,StringPrep.DEFAULT); in TestNamePrepConformance()
335 … doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected); in TestErrorCases()
344 … 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()
49 … doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNAReference.DEFAULT, null); in TestToASCII()
65 … doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null); in TestIDNToASCII()
72 …ToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNAReference.DEFAULT, null); in TestIDNToASCII()
87 … doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null); in TestIDNToUnicode()
93 …TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNAReference.DEFAULT, null); in TestIDNToUnicode()
334 … doTestToASCII(testCase.input,testCase.output,IDNAReference.DEFAULT,testCase.expected); in TestConformance()
400 … doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
409 …doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
420 …TestIDNToUnicode(errCase.ascii,new String(errCase.unicode),IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestData.java460 "Nameprep", IDNA.DEFAULT,
467 "Nameprep", IDNA.DEFAULT,
473 "Nameprep", IDNA.DEFAULT,
479 "Nameprep", IDNA.DEFAULT,
485 "Nameprep", IDNA.DEFAULT,
491 "Nameprep", IDNA.DEFAULT,
497 "Nameprep", IDNA.DEFAULT,
503 "Nameprep", IDNA.DEFAULT,
509 "Nameprep", IDNA.DEFAULT,
515 "Nameprep", IDNA.DEFAULT,
[all …]
DTestIDNA.java30 … doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.DEFAULT, null); in TestToUnicode()
41 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.DEFAULT, null); in TestToASCII()
51 doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null); in TestIDNToASCII()
58 …doTestIDNToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNA.DEFAULT, null); in TestIDNToASCII()
64 doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null); in TestIDNToUnicode()
70 …oUnicode(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.DEFAULT, null); in TestIDNToUnicode()
281 doTestToASCII(testCase.input,testCase.output,IDNA.DEFAULT,testCase.expected); in TestConformance()
294 StringBuffer output = namePrep.prepare(iter,StringPrep.DEFAULT); in TestNamePrepConformance()
331 … doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected); in TestErrorCases()
340 … doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected); in TestErrorCases()
[all …]
DTestIDNARef.java28 …doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNAReference.DEFAULT, null); in TestToUnicode()
45 … doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNAReference.DEFAULT, null); in TestToASCII()
61 … doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null); in TestIDNToASCII()
68 …ToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNAReference.DEFAULT, null); in TestIDNToASCII()
83 … doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNAReference.DEFAULT, null); in TestIDNToUnicode()
89 …TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNAReference.DEFAULT, null); in TestIDNToUnicode()
330 … doTestToASCII(testCase.input,testCase.output,IDNAReference.DEFAULT,testCase.expected); in TestConformance()
396 … doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
405 …doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); in TestErrorCases()
416 …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/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
Ddefault.pylintrc16 # DEFAULT: rcfile=
20 # DEFAULT: init-hook=
23 # DEFAULT: profile=no
27 # DEFAULT: ignore=CVS
32 # DEFAULT: persistent=yes
36 # DEFAULT: load-plugins=
39 # DEFAULT: include-ids=no
42 # DEFAULT: symbols=no
80 # DEFAULT: output-format=text
85 # DEFAULT: files-output=no
[all …]
/external/ltrace/etc/
Dlibm.so.conf400 ; 15: 000000000003c000 15 FUNC GLOBAL DEFAULT 13 __finitel@@GLIBC_2.2.5
401 ; 44: 0000000000027be0 286 FUNC GLOBAL DEFAULT 13 __clog10@@GLIBC_2.2.5
402 ; 50: 00000000000068d0 85 FUNC GLOBAL DEFAULT 13 feholdexcept@@GLIBC_2.2.5
403 ; 56: 0000000000028900 10 FUNC GLOBAL DEFAULT 13 __signbit@@GLIBC_2.2.5
404 ; 61: 0000000000006ae0 53 FUNC GLOBAL DEFAULT 13 feenableexcept@@GLIBC_2.2.5
405 ; 65: 0000000000006760 29 FUNC GLOBAL DEFAULT 13 fegetexceptflag@@GLIBC_2.2.5
406 ; 68: 0000000000006a60 52 FUNC GLOBAL DEFAULT 13 feupdateenv@@GLIBC_2.2.5
407 ; 75: 0000000000006840 25 FUNC GLOBAL DEFAULT 13 fetestexcept@@GLIBC_2.2.5
408 ; 89: 0000000000025500 80 FUNC GLOBAL DEFAULT 13 __fpclassify@@GLIBC_2.2.5
409 ; 99: 0000000000033370 310 FUNC GLOBAL DEFAULT 13 __clog10f@@GLIBC_2.2.5
[all …]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DOAEPParameterSpecTest.java50 PSource pSrc = PSource.PSpecified.DEFAULT; in testOAEPParameterSpec()
75 OAEPParameterSpec.DEFAULT.getDigestAlgorithm().equals(mdName)); in testOAEPParameterSpec()
79 OAEPParameterSpec.DEFAULT.getMGFAlgorithm().equals(mgfName)); in testOAEPParameterSpec()
84 OAEPParameterSpec.DEFAULT.getMGFParameters() in testOAEPParameterSpec()
89 OAEPParameterSpec.DEFAULT.getPSource() in testOAEPParameterSpec()
90 == PSource.PSpecified.DEFAULT); in testOAEPParameterSpec()
100 PSource pSrc = PSource.PSpecified.DEFAULT; in testGetDigestAlgorithm()
116 PSource pSrc = PSource.PSpecified.DEFAULT; in testGetMGFAlgorithm()
132 PSource pSrc = PSource.PSpecified.DEFAULT; in testGetMGFParameters()
148 PSource pSrc = PSource.PSpecified.DEFAULT; in testGetPSource()
/external/autotest/site_utils/
Dstable_version_utils.py18 DEFAULT = 'DEFAULT' variable
33 versions = {DEFAULT: global_config.global_config.get_config_value(
38 def get(board=DEFAULT, android=False):
52 if board == DEFAULT and android:
57 if board == DEFAULT:
64 return get(board=DEFAULT)
67 def set(version, board=DEFAULT):
/external/llvm/test/CodeGen/AMDGPU/
Ddefault-fp-mode.ll5 ; RUN: llc -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=DEFAULT -check-prefix=FUNC %s
6 ; RUN: llc -march=amdgcn -mcpu=SI -mattr=-fp32-denormals < %s | FileCheck -check-prefix=DEFAULT -ch…
7 ; RUN: llc -march=amdgcn -mcpu=SI -mattr=+fp64-denormals < %s | FileCheck -check-prefix=DEFAULT -ch…
12 ; RUN: llc -march=amdgcn -mcpu=tonga < %s | FileCheck -check-prefix=DEFAULT -check-prefix=FUNC %s
13 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-fp32-denormals < %s | FileCheck -check-prefix=DEFAULT
14 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=+fp64-denormals < %s | FileCheck -check-prefix=DEFAULT
18 ; DEFAULT: FloatMode: 192
19 ; DEFAULT: IeeeMode: 0
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/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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DPSSParameterSpecTest.java230 assertEquals("SHA-1", PSSParameterSpec.DEFAULT.getDigestAlgorithm()); in testDEFAULTmdName()
238 assertEquals("MGF1", PSSParameterSpec.DEFAULT.getMGFAlgorithm()); in testDEFAULTmgfName()
247 assertTrue(MGF1ParameterSpec.SHA1.equals(PSSParameterSpec.DEFAULT.getMGFParameters())); in testDEFAULTmgfSpec()
255 assertEquals(20, PSSParameterSpec.DEFAULT.getSaltLength()); in testDEFAULTsaltLen()
263 assertEquals(1, PSSParameterSpec.DEFAULT.getTrailerField()); in testDEFAULTtrailerField()
/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/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaRecorderFacade.java143 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
144 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT); in startVideoRecording()
146 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in startVideoRecording()
185 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
186 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT); in startVideoRecording()
188 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
190 mMediaRecorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT); in startVideoRecording()
205 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startAudioRecording()
206 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT); in startAudioRecording()
/external/icu/icu4c/source/test/testdata/
Ddefault.txt17 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/jetty/src/java/org/eclipse/jetty/util/ajax/
DJSON.java93 public final static JSON DEFAULT = new JSON(); field in JSON
131 DEFAULT.addConvertor(forClass,convertor); in registerConvertor()
136 return DEFAULT; in getDefault()
146 StringBuilder buffer = new StringBuilder(DEFAULT.getStringBufferSize()); in toString()
147 DEFAULT.append(buffer,object); in toString()
153 StringBuilder buffer = new StringBuilder(DEFAULT.getStringBufferSize()); in toString()
154 DEFAULT.appendMap(buffer,object); in toString()
160 StringBuilder buffer = new StringBuilder(DEFAULT.getStringBufferSize()); in toString()
161 DEFAULT.appendArray(buffer,array); in toString()
172 return DEFAULT.parse(new StringSource(s),false); in parse()
[all …]

12345678910>>...17