Home
last modified time | relevance | path

Searched +full:- +full:d (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/external/curl/docs/cmdline-opts/
DMakefile.inc4 abstract-unix-socket.d \
5 alt-svc.d \
6 anyauth.d \
7 append.d basic.d \
8 cacert.d capath.d \
9 cert-status.d \
10 cert-type.d \
11 cert.d \
12 ciphers.d \
13 compressed-ssh.d \
[all …]
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle6 * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies
7 * [ISO-10646] UTF-8 and UTF-16 in Annexes
8 * [ISO-8859-1] ISO Latin-1 characters codes.
9 * [UNICODE] The Unicode Consortium, "The Unicode Standard --
10 * Worldwide Character Encoding -- Version 1.0", Addison-
11 * Wesley, Volume 1, 1991, Volume 2, 1992. UTF-8 is
13 * [US-ASCII] Coded Character Set--7-bit American Standard Code for
14 * Information Interchange, ANSI X3.4-1986.
30 * It also supports ASCII, ISO-8859-1, and UTF16 (LE and BE) by default.
43 * Note that the generic "UTF-16" is not a predefined value. Instead, only
[all …]
Dxmlunicode.rpgle17 d xmlUCSIsAegeanNumbers...
18 d pr extproc('xmlUCSIsAegeanNumbers')
19 d like(xmlCint)
20 d code value like(xmlCint)
22 d xmlUCSIsAlphabeticPresentationForms...
23 d pr extproc(
24 d 'xmlUCSIsAlphabeticPresentationForms'
25 d )
26 d like(xmlCint)
27 d code value like(xmlCint)
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
Deval.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
36 typedef std::uniform_real_distribution<> D; in main() typedef
39 D d; in main() local
41 std::vector<D::result_type> u; in main()
44 D::result_type v = d(g); in main()
45 assert(d.a() <= v && v < d.b()); in main()
48 D::result_type mean = std::accumulate(u.begin(), u.end(), in main()
49 D::result_type(0)) / u.size(); in main()
50 D::result_type var = 0; in main()
[all …]
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc1 //===-- sanitizer_deadlock_detector_test.cc -------------------------------===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
37 dp->clear(); in ScopedDD()
49 DeadlockDetector<BV> &d = *sdd.dp; in RunBasicTest() local
52 for (size_t i = 0; i < d.size() * 3; i++) { in RunBasicTest()
53 uptr node = d.newNode(0); in RunBasicTest()
57 d.clear(); in RunBasicTest()
60 for (size_t i = 0; i < d.size(); i++) { in RunBasicTest()
61 uptr node = d.newNode(0); in RunBasicTest()
[all …]
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1 //===--- ASTWriterDecl.cpp - Declaration Serialization --------------------===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
29 //===----------------------------------------------------------------------===//
31 //===----------------------------------------------------------------------===//
48 uint64_t Emit(Decl *D) { in Emit() argument
51 D->getDeclKindName() + "'"); in Emit()
55 void Visit(Decl *D);
57 void VisitDecl(Decl *D);
58 void VisitPragmaCommentDecl(PragmaCommentDecl *D);
[all …]
/external/llvm/tools/msbuild/
Duninstall.bat6 cd /d %~dp0
15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
18 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
22 IF EXIST %D%\LLVM-vs2010 rmdir %D%\LLVM-vs2010
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
[all …]
/external/elfutils/libcpu/
Di386_data.h1 /* Helper routines for disassembler for x86/x86-64.
88 data_prefix (struct output_data *d) in data_prefix() argument
91 if (*d->prefixes & has_cs) in data_prefix()
94 *d->prefixes &= ~has_cs; in data_prefix()
96 else if (*d->prefixes & has_ds) in data_prefix()
98 ch = 'd'; in data_prefix()
99 *d->prefixes &= ~has_ds; in data_prefix()
101 else if (*d->prefixes & has_es) in data_prefix()
104 *d->prefixes &= ~has_es; in data_prefix()
106 else if (*d->prefixes & has_fs) in data_prefix()
[all …]
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dgradient.miff7 profile-icm=3144
9-HP �����������������������������������������������cprt��P���3desc������lwtpt������bkpt���…
10 �����#�(�-�2�7�;�@�E�J�O�T�Y�^�c�h�m�r�w�|��������������������������������������������������…
11 …&/8AKT]gqz������������� !-8COZfr~���������� -
/external/clang/lib/Index/
DIndexDecl.cpp1 //===- IndexDecl.cpp - Indexing declarations ------------------------------===//
8 //===----------------------------------------------------------------------===//
34 bool VisitDecl(const Decl *D) { in VisitDecl() argument
41 static bool hasUserDefined(const ObjCMethodDecl *D, in hasUserDefined() argument
43 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined()
44 D->isInstanceMethod()); in hasUserDefined()
45 return MD && !MD->isImplicit() && MD->isThisDeclarationADefinition(); in hasUserDefined()
48 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator() argument
50 if (!Parent) Parent = D; in handleDeclarator()
52 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent); in handleDeclarator()
[all …]
/external/mesa3d/src/glx/apple/
Dapple_glx_drawable.c79 for (i = drawables_list; i; i = i->next) { in apple_glx_find_drawable()
80 if (i->drawable == drawable) { in apple_glx_find_drawable()
96 err = pthread_mutex_lock(&agd->mutex); in drawable_lock()
105 drawable_unlock(struct apple_glx_drawable *d) in drawable_unlock() argument
109 err = pthread_mutex_unlock(&d->mutex); in drawable_unlock()
119 reference_drawable(struct apple_glx_drawable *d) in reference_drawable() argument
121 d->lock(d); in reference_drawable()
122 d->reference_count++; in reference_drawable()
123 d->unlock(d); in reference_drawable()
127 release_drawable(struct apple_glx_drawable *d) in release_drawable() argument
[all …]
/external/libexif/libexif/
Dexif-mnote-data.c1 /* exif-mnote-data.c
18 * Boston, MA 02110-1301 USA.
23 #include <libexif/exif-mnote-data.h>
24 #include <libexif/exif-mnote-data-priv.h>
35 exif_mnote_data_construct (ExifMnoteData *d, ExifMem *mem) in exif_mnote_data_construct() argument
37 if (!d || !mem) return; in exif_mnote_data_construct()
38 if (d->priv) return; in exif_mnote_data_construct()
39 d->priv = exif_mem_alloc (mem, sizeof (ExifMnoteDataPriv)); in exif_mnote_data_construct()
40 if (!d->priv) return; in exif_mnote_data_construct()
42 d->priv->ref_count = 1; in exif_mnote_data_construct()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dst4d-diagnostics.s1 // RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve 2>&1 < %s| FileCheck %s
4 // --------------------------------------------------------------------------//
5 // Immediate out of lower bound [-32, 28].
7 st4d {z12.d, z13.d, z14.d, z15.d}, p4, [x12, #-36, MUL VL]
8 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: index must be a multiple of 4 in range [-32, 28].
9 // CHECK-NEXT: st4d {z12.d, z13.d, z14.d, z15.d}, p4, [x12, #-36, MUL VL]
10 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
12 st4d {z7.d, z8.d, z9.d, z10.d}, p3, [x1, #32, MUL VL]
13 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: index must be a multiple of 4 in range [-32, 28].
14 // CHECK-NEXT: st4d {z7.d, z8.d, z9.d, z10.d}, p3, [x1, #32, MUL VL]
[all …]
Dld4d-diagnostics.s1 // RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve 2>&1 < %s| FileCheck %s
4 // --------------------------------------------------------------------------//
5 // Immediate out of lower bound [-32, 28].
7 ld4d {z12.d, z13.d, z14.d, z15.d}, p4/z, [x12, #-36, MUL VL]
8 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: index must be a multiple of 4 in range [-32, 28].
9 // CHECK-NEXT: ld4d {z12.d, z13.d, z14.d, z15.d}, p4/z, [x12, #-36, MUL VL]
10 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
12 ld4d {z7.d, z8.d, z9.d, z10.d}, p3/z, [x1, #32, MUL VL]
13 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: index must be a multiple of 4 in range [-32, 28].
14 // CHECK-NEXT: ld4d {z7.d, z8.d, z9.d, z10.d}, p3/z, [x1, #32, MUL VL]
[all …]
Dadr.s1 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve < %s \
2 // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
3 // RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
4 // RUN: | FileCheck %s --check-prefix=CHECK-ERROR
5 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
6 // RUN: | llvm-objdump -d -mattr=+sve - | FileCheck %s --check-prefix=CHECK-INST
7 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
8 // RUN: | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN
11 // CHECK-INST: adr z0.s, [z0.s, z0.s]
12 // CHECK-ENCODING: [0x00,0xa0,0xa0,0x04]
[all …]
Dfdup.s1 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve < %s \
2 // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
3 // RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
4 // RUN: | FileCheck %s --check-prefix=CHECK-ERROR
5 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
6 // RUN: | llvm-objdump -d -mattr=+sve - | FileCheck %s --check-prefix=CHECK-INST
7 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
8 // RUN: | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN
10 fdup z0.h, #-0.12500000
11 // CHECK-INST: fmov z0.h, #-0.12500000
[all …]
/external/unicode/
Demoji-zwj-sequences.txt1 # emoji-zwj-sequences.txt
2 # Date: 2019-01-15, 19:25:59 GMT
27 1F468 200D 2764 FE0F 200D 1F468 ; Emoji_ZWJ_Sequence ; couple with heart: man, man …
28 1F468 200D 2764 FE0F 200D 1F48B 200D 1F468 ; Emoji_ZWJ_Sequence ; kiss: man, man …
29 1F468 200D 1F466 ; Emoji_ZWJ_Sequence ; family: man, boy …
30 1F468 200D 1F466 200D 1F466 ; Emoji_ZWJ_Sequence ; family: man, boy, boy …
31 1F468 200D 1F467 ; Emoji_ZWJ_Sequence ; family: man, girl …
32 1F468 200D 1F467 200D 1F466 ; Emoji_ZWJ_Sequence ; family: man, girl, boy …
33 1F468 200D 1F467 200D 1F467 ; Emoji_ZWJ_Sequence ; family: man, girl, girl …
34 1F468 200D 1F468 200D 1F466 ; Emoji_ZWJ_Sequence ; family: man, man, boy …
[all …]
Demoji-test.txt1 # emoji-test.txt
2 # Date: 2019-01-27, 15:43:01 GMT
17 # excluding Regional_Indicators, ASCII, and non-Emoji.
18 # fully-qualified — a fully-qualified emoji (see ED-18 in UTS #51),
20 # minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)
21 # unqualified — a unqualified emoji (See ED-19 in UTS #51)
26 # • The RGI set is covered by the listed fully-qualified emoji.
27 # • The listed minimally-qualified and unqualified cover all cases where an
35 # subgroup: face-smiling
36 1F600 ; fully-qualified # �� grinning face
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Deval.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
26 typedef std::discrete_distribution<> D; in main() typedef
29 D d; in main() local
31 std::vector<D::result_type> u(d.max()+1); in main()
34 D::result_type v = d(g); in main()
35 assert(d.min() <= v && v <= d.max()); in main()
38 std::vector<double> prob = d.probabilities(); in main()
39 for (int i = 0; i <= d.max(); ++i) in main()
43 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/external/lua/src/
Dldump.c32 ** All high-level dumps go through DumpVector; you can change it to
35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D) argument
37 #define DumpLiteral(s,D) DumpBlock(s, sizeof(s) - sizeof(char), D) argument
40 static void DumpBlock (const void *b, size_t size, DumpState *D) { in DumpBlock() argument
41 if (D->status == 0 && size > 0) { in DumpBlock()
42 lua_unlock(D->L); in DumpBlock()
43 D->status = (*D->writer)(D->L, b, size, D->data); in DumpBlock()
44 lua_lock(D->L); in DumpBlock()
49 #define DumpVar(x,D) DumpVector(&x,1,D) argument
52 static void DumpByte (int y, DumpState *D) { in DumpByte() argument
[all …]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_configdialog.py76 d = self.page
77 d.font_name.set('Fake')
78 d.font_size.set('1')
79 d.font_bold.set(True)
80 d.set_samples.called = 0
81 d.load_font_cfg()
82 self.assertNotEqual(d.font_name.get(), 'Fake')
83 self.assertNotEqual(d.font_size.get(), '1')
84 self.assertFalse(d.font_bold.get())
85 self.assertEqual(d.set_samples.called, 1)
[all …]
/external/python/cpython3/Lib/test/
Dtest_deque.py32 d = deque(range(-5125, -5000))
33 d.__init__(range(200))
35 d.append(i)
36 for i in reversed(range(-200, 0)):
37 d.appendleft(i)
38 self.assertEqual(list(d), list(range(-200, 400)))
39 self.assertEqual(len(d), 600)
41 left = [d.popleft() for i in range(250)]
42 self.assertEqual(left, list(range(-200, 50)))
43 self.assertEqual(list(d), list(range(50, 400)))
[all …]
/external/icu/icu4c/source/data/locales/
Dfil.txt9 word-final{"{0} …"}
10 word-initial{"… {0}"}
11 word-medial{"{0} … {1}"}
13 ExemplarCharacters{"[a b c d e f g h i j k l m n ñ {ng} o p q r s t u v w x y z]"}
14 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N Ñ {Ng} O P Q R S T U V W X Y Z]"}
15 ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
16 …ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § * / \\& #…
25 range{"{0}-{1}"}
194 minusSign{"-"}
206 other{"Lumiko sa ika-{0} kanan."}
[all …]
Dis.txt9 word-final{"{0} …"}
10 word-initial{"… {0}"}
11 word-medial{"{0} … {1}"}
13 ExemplarCharacters{"[a á b d ð e é f g h i í j k l m n o ó p r s t u ú v x y ý þ æ ö]"}
14 …ExemplarCharactersIndex{"[A Á B C D Ð E É F G H I Í J K L M N O Ó P Q R S T U Ú V W X Y Ý Z Þ Æ Ö]…
15 ExemplarCharactersNumbers{"[\\- , . % ‰ + 0 1 2 3 4 5 6 7 8 9]"}
17 "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
24 minusSign{"؜-"}
203 minusSign{"-"}
232 "EEEE, d. MMMM y G",
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dsqrt-fastmath.ll2 ; RUN: llc < %s -mtriple=aarch64-unknown-linux-gnu -mattr=+neon,-use-reciprocal-square-root | FileC…
3 ; RUN: llc < %s -mtriple=aarch64-unknown-linux-gnu -mattr=+neon,+use-reciprocal-square-root | FileC…
14 ; FAULT-LABEL: fsqrt:
16 ; FAULT-NEXT: fsqrt s0, s0
17 ; FAULT-NEXT: ret
19 ; CHECK-LABEL: fsqrt:
21 ; CHECK-NEXT: frsqrte s1, s0
22 ; CHECK-NEXT: fmul s2, s1, s1
23 ; CHECK-NEXT: frsqrts s2, s0, s2
24 ; CHECK-NEXT: fmul s1, s1, s2
[all …]

12345678910>>...55