/external/bc/tests/dc/ |
D | stdin.txt | 2 1 2+p 5 1+p 6 2+p 7 3+p 8 4+p 9 5+p 10 6+p 11 7+p 12 8+p 13 9+p [all …]
|
/external/bc/tests/dc/errors/ |
D | 26.txt | 7 1 2+p+p 8 3+p 9 4+p 10 5+p 11 6+p 12 7+p 13 8+p 14 9+p 15 10+p 16 11+p [all …]
|
/external/bc/tests/fuzzing/dc_inputs/ |
D | stdin.txt | 2 1 2+p 5 1+p 6 2+p 7 3+p 8 4+p 9 5+p 10 6+p 11 7+p 12 8+p 13 9+p [all …]
|
D | 26.txt | 7 1 2+p+p 8 3+p 9 4+p 10 5+p 11 6+p 12 7+p 13 8+p 14 9+p 15 10+p 16 11+p [all …]
|
/external/rust/crates/bstr/src/unicode/fsm/ |
D | grapheme_break_rev.bigendian.dfa | 6 …�4�N�������������������������������������������������������0�R�|���̩��*�P��r�檔�����ت���>��h�… 8 …����������������������������(2��p2�2ܸ�����2�3�2�3�2�4B2�4B3��˦4��L5L4��F5L�p�l5L�>4�66f6�6f6�6f6… 14 …p� 2�Ȁ2ܺR��3�2��J2�4B44B��3���64�4�5�6f5L���lʚ5L4�6f���6f6�ɖ6f��6�6f`:`:`:`.�����������… 22 ��������������������pp$q�p$q�^p$``����������������pp$q��p$``����������������pp$�^p$…
|
D | grapheme_break_rev.littleendian.dfa | 6 …�4�N�������������������������������������������������������0�R�|���̩��*�P��r�橔�����ت���>��h�… 8 …�������������������������������������������������������������������������hϬ�p̺2��2R�µ�2�3�2B4�2B4… 12 …�������������������������������������������������������������������(ɬ�p̀��2R�µ�3�2p̺2�3B44B4R��3… 13 ��2���2R�µ�3�2p̺2�3�2B44$�B4���3��6L5�4&5L5��lɚ�l�L5�̸4f6���f6��f6�Ȗ�f6X`:`:`:`0�������… 14 …p̺2B44$�B4���3��6L5�4&5L5��l�L5�4f6r��f6��f6�Ȗ�f6X`:`:`:`:`-������������������������…
|
D | word_break_fwd.littleendian.dfa | 3 …�������������������������������������������������:~�hpx����… 5 � ������������������������������������������:~�hpx�������… 6 �f���za���3���a�a� ��3�a�3B�P��a�ab6b�3hb�b�… 7 …_az������������������������������������������������������������������pTp�*��Υ֥… 8 �f���Ts���3���a�a� ��3�a�3B�P��a�ab6b�3hb�b�… 9 …pTpP<��Υ֥�*�*�,�Υ�*ΥN�\��*+0+J+Υv+�+�+�+�+… 12 ��3B�P��8�X�r��3���������2����r����9��<�����)""…
|
D | word_break_fwd.bigendian.dfa | 3 …����������������������������������������������~:�hpx����… 5 � ������������������������������������������~:�hpx������… 6 �f����az�3���a�a��� 3�a�3��B�Pa�a�bb63�bhb�b… 7 …������������������������������������������������������������������pTp*�������… 8 �f����sT�3���a�a��� 3�a�3��B�Pa�a�bb63�bhb�b… 9 …pTp<P������*�*���,��*����N�\*�++0+J��+v+�+�+�… 12 3��B�P��8�X�r3�ޒ��������2����r�9���<���)""''..09:…
|
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 21 #define P(FUNC) reinterpret_cast<PROC>(FUNC) macro 26 {"glAccum", P(GL_Accum)}, 27 {"glActiveShaderProgram", P(GL_ActiveShaderProgram)}, 28 {"glActiveTexture", P(GL_ActiveTexture)}, 29 {"glAlphaFunc", P(GL_AlphaFunc)}, 30 {"glAreTexturesResident", P(GL_AreTexturesResident)}, 31 {"glArrayElement", P(GL_ArrayElement)}, 32 {"glAttachShader", P(GL_AttachShader)}, 33 {"glBegin", P(GL_Begin)}, 34 {"glBeginConditionalRender", P(GL_BeginConditionalRender)}, [all …]
|
/external/angle/src/libGLESv2/ |
D | proc_table_egl_autogen.cpp | 25 #define P(FUNC) reinterpret_cast<__eglMustCastToProperFunctionPointerType>(FUNC) macro 30 {"ANGLEGetDisplayPlatform", P(ANGLEGetDisplayPlatform)}, 31 {"ANGLEResetDisplayPlatform", P(ANGLEResetDisplayPlatform)}, 32 {"eglBindAPI", P(EGL_BindAPI)}, 33 {"eglBindTexImage", P(EGL_BindTexImage)}, 34 {"eglChooseConfig", P(EGL_ChooseConfig)}, 35 {"eglClientWaitSync", P(EGL_ClientWaitSync)}, 36 {"eglClientWaitSyncKHR", P(EGL_ClientWaitSyncKHR)}, 37 {"eglCopyBuffers", P(EGL_CopyBuffers)}, 38 {"eglCreateContext", P(EGL_CreateContext)}, [all …]
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_printer.c | 7 static __isl_give isl_printer *file_start_line(__isl_take isl_printer *p) in file_start_line() argument 9 fprintf(p->file, "%s%*s%s", p->indent_prefix ? p->indent_prefix : "", in file_start_line() 10 p->indent, "", p->prefix ? p->prefix : ""); in file_start_line() 11 return p; in file_start_line() 14 static __isl_give isl_printer *file_end_line(__isl_take isl_printer *p) in file_end_line() argument 16 fprintf(p->file, "%s\n", p->suffix ? p->suffix : ""); in file_end_line() 17 return p; in file_end_line() 20 static __isl_give isl_printer *file_flush(__isl_take isl_printer *p) in file_flush() argument 22 fflush(p->file); in file_flush() 23 return p; in file_flush() [all …]
|
D | isl_output.c | 59 static const char *s_param_prefix[2] = { "p", "p_" }; 64 struct isl_basic_map *bmap, int ineq, int n, __isl_take isl_printer *p) in print_constraint_polylib() argument 73 return isl_printer_free(p); in print_constraint_polylib() 75 p = isl_printer_start_line(p); in print_constraint_polylib() 76 p = isl_printer_print_int(p, ineq); in print_constraint_polylib() 78 p = isl_printer_print_str(p, " "); in print_constraint_polylib() 79 p = isl_printer_print_isl_int(p, c[1+nparam+n_in+i]); in print_constraint_polylib() 82 p = isl_printer_print_str(p, " "); in print_constraint_polylib() 83 p = isl_printer_print_isl_int(p, c[1+nparam+i]); in print_constraint_polylib() 86 p = isl_printer_print_str(p, " "); in print_constraint_polylib() [all …]
|
/external/ply/ply/example/BASIC/ |
D | basparse.py | 20 def p_program(p): argument 24 if len(p) == 2 and p[1]: 25 p[0] = {} 26 line, stat = p[1] 27 p[0][line] = stat 28 elif len(p) == 3: 29 p[0] = p[1] 30 if not p[0]: 31 p[0] = {} 32 if p[2]: [all …]
|
/external/libxml2/fuzz/ |
D | regexp.dict | 20 cat_letter="\\p{L}" 21 cat_mark="\\p{M}" 22 cat_number="\\p{N}" 23 cat_punct="\\p{P}" 24 cat_sym="\\p{S}" 25 cat_sep="\\p{Z}" 26 cat_other="\\p{C}" 28 block_aegean_numbers="\\p{IsAegeanNumbers}" 29 block_alphabetic_presentation_forms="\\p{IsAlphabeticPresentationForms}" 30 block_arabic="\\p{IsArabic}" [all …]
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | cuda.c | 20 static __isl_give isl_printer *print_cuda_macros(__isl_take isl_printer *p) in print_cuda_macros() argument 38 p = isl_printer_print_str(p, macros); in print_cuda_macros() 39 return p; in print_cuda_macros() 42 /* Print a declaration for the device array corresponding to "array" on "p". 44 static __isl_give isl_printer *declare_device_array(__isl_take isl_printer *p, in declare_device_array() argument 49 p = isl_printer_start_line(p); in declare_device_array() 50 p = isl_printer_print_str(p, array->type); in declare_device_array() 51 p = isl_printer_print_str(p, " "); in declare_device_array() 53 p = isl_printer_print_str(p, "("); in declare_device_array() 54 p = isl_printer_print_str(p, "*dev_"); in declare_device_array() [all …]
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
D | parser.py | 51 # multiple rules (and, e.g., distinguishing them by examining |len(p)|). 61 def p_root_1(self, p): argument 63 p[0] = ast.Mojom(None, ast.ImportList(), []) 65 def p_root_2(self, p): argument 67 if p[1].module is not None: 70 p[2].lineno, snippet=self._GetSnippet(p[2].lineno)) 71 if p[1].import_list.items or p[1].definition_list: 75 p[2].lineno, snippet=self._GetSnippet(p[2].lineno)) 76 p[0] = p[1] 77 p[0].module = p[2] [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/keywrap/kwtestvectors/ |
D | KWP_AE_256_inv.txt | 11 P = 63 16 P = 00 21 P = 4c 26 P = cc 31 P = cf 36 P = ea 41 P = 01 46 P = ae 51 P = a0 56 P = 83 [all …]
|
D | KW_AE_128_inv.txt | 11 P = d140ac16a44c1c2b3f47037ea8898a3e 16 P = 70e32a43627e95434400c4408466a1a5 21 P = fa427a951705cbe4068173edea8d223e 26 P = f4617c842ea118bf539622a44b8488e2 31 P = d91af3827722dc18eee9d237490b2b5e 36 P = 402737e04dd659595c8ce78f6ee02450 41 P = e3c76b149245e997b6c5c7a495d2f203 46 P = 9638134cb033e5ff3ed6fe6741541833 51 P = 113d183b1eff1db388b5c04fd35f0f6a 56 P = 394cb29235155600728cebae9f3d2c3b [all …]
|
D | KW_AE_256_inv.txt | 11 P = ecafc437d9f1643c7645c2416c14c003 16 P = dbce47489d9af4702c198b6371ed21c4 21 P = 66f7f69c963d2175c85238e7ecd87d69 26 P = ba553c307b4c11a43b7a36c1a17343c0 31 P = 24fb4503d35b340a974985f99c881944 36 P = 915f4082d9266e75ee2f03a6113d3169 41 P = ad61033631507277c9b9994c76daaecf 46 P = ea25c1b4092afa0ab5e5da91cf9bec14 51 P = 3e7b3d7d6957d76a9cf343cb85efe269 56 P = 0a33537958892a673a153ef726a25ea9 [all …]
|
D | TKW_AE.txt | 11 P = ef7da3da918d0679 16 P = ded6f66fbdc841d8 21 P = c5d34b7b9070b2e4 26 P = 07b42842f8de9b78 31 P = 05acf89520033773 36 P = a9abbe4e117275b4 41 P = 8456b26a2b59709e 46 P = 6ed3fd322f014196 51 P = 3205ffdd60acdfcb 56 P = a9ecc0d177682857 [all …]
|
D | TKW_AE_inv.txt | 11 P = b9e7e7b361a5c112 16 P = e19b0e00d6cc2d5a 21 P = c4c0331c6f5e433b 26 P = 089272d066a9cae9 31 P = 56975b6b8dd5161c 36 P = cb805f4ffb71fa92 41 P = f1430ee694b636ac 46 P = fee85f5c86d9e870 51 P = 856f02add747fd62 56 P = 5ae34153b1cb47f5 [all …]
|
D | KW_AE_192.txt | 11 P = 8484e414b091f8a9f72cfd13087ddec1 16 P = e1b6755d191deeed4453ef8fb934ceeb 21 P = b78ca7dfc63bf7d535e39b09a8a66fd9 26 P = 56554025de6bd3597f83023b9a0c1315 31 P = a9a154e7436041104f01af13afd30124 36 P = 5d796b2ae69a9e10553b7d1a54ce27a2 41 P = f322ca8fe4daf5f05bab30f39fe8afa3 46 P = 3ee9367f631fb375ba47241966ad4ab8 51 P = 819ab34d52dd6ff0bb50a77c23d8e963 56 P = b6d822e92734f64f744d992ab294d6be [all …]
|
D | KWP_AE_192_inv.txt | 11 P = a0 16 P = fc 21 P = d4 26 P = 50 31 P = de 36 P = 33 41 P = 62 46 P = 4f 51 P = 24 56 P = 3d [all …]
|
D | KWP_AE_192.txt | 11 P = 76 16 P = 87 21 P = 34 26 P = 65 31 P = a4 36 P = 8b 41 P = d1 46 P = 3c 51 P = 21 56 P = 7e [all …]
|
D | KWP_AE_128_inv.txt | 11 P = 42 16 P = af 21 P = 32 26 P = fb 31 P = 71 36 P = 92 41 P = da 46 P = bc 51 P = 51 56 P = 63 [all …]
|