/third_party/gettext/gettext-tools/src/ |
D | format-python.c | 96 struct unnamed_arg *unnamed; member 129 spec.unnamed = NULL; in format_parse() 197 …spec.unnamed = (struct unnamed_arg *) xrealloc (spec.unnamed, allocated * sizeof (struct unnamed_a… in format_parse() 199 spec.unnamed[spec.unnamed_arg_count].type = FAT_INTEGER; in format_parse() 226 …spec.unnamed = (struct unnamed_arg *) xrealloc (spec.unnamed, allocated * sizeof (struct unnamed_a… in format_parse() 228 spec.unnamed[spec.unnamed_arg_count].type = FAT_INTEGER; in format_parse() 315 …spec.unnamed = (struct unnamed_arg *) xrealloc (spec.unnamed, allocated * sizeof (struct unnamed_a… in format_parse() 317 spec.unnamed[spec.unnamed_arg_count].type = type; in format_parse() 388 if (spec.unnamed != NULL) in format_parse() 389 free (spec.unnamed); in format_parse() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
D | stress.c | 119 sem_t unnamed, *named; in main() local 156 ret = sem_init(&unnamed, 0, INIT_VAL); in main() 169 ret = pthread_create(&child2, NULL, threaded, &unnamed); in main() 190 ret = sem_getvalue(&unnamed, &value); in main() 226 ret = sem_destroy(&unnamed); in main()
|
/third_party/boost/libs/range/test/ |
D | iterator_range_equality_bug.cpp | 19 enum {unnamed}; enumerator 27 return i < unnamed || i == unnamed; in foo()
|
/third_party/ltp/runtest/ |
D | ipc | 2 # These tests use tests/pipeio to put pipes (named or unnamed) through a workout 12 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 15 # spawns 5 children to write 100 chunks of 4090 bytes to an unnamed pipe 21 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe 28 # spawns 5 children to write 10 chunks of 5000 bytes to an unnamed pipe
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | struct.c | 12 struct unnamed { struct 20 static struct unnamed un; argument
|
/third_party/boost/tools/inspect/doc/ |
D | inspect.qbk | 75 -unnamed 127 [ [[^-unnamed]] 128 [Checks for unnamed namespace in C++ header files.] ]
|
/third_party/boost/libs/test/doc/test_output/ |
D | checkpoints.qbk | 20 * [link ref_unnamed_checkpoint `BOOST_TEST_PASSPOINT`] to specify an ['unnamed] checkpoint. 46 The macro __BOOST_TEST_PASSPOINT__ is intended to be used to inject an [*unnamed] checkpoint positi…
|
D | testout_summary.qbk | 31 [Indicates an unnamed checkpoint that will be printed in case of failure]
|
D | testout_reference.qbk | 23 Sets up an unnamed check point.
|
/third_party/gettext/gettext-tools/doc/ |
D | lang-python.texi | 65 A note about format strings: Python supports format strings with unnamed 91 the named argument syntax. (With unnamed arguments, Python -- unlike C --
|
/third_party/boost/libs/format/test/ |
D | Jamfile.v2 | 17 [ run format_test_enum.cpp : : : <toolset>clang:<cxxflags>-Wno-unnamed-type-template-args ]
|
/third_party/boost/libs/property_tree/doc/ |
D | cmd_line_parser.qbk | 12 …(e.g. source files given to gcc), are inserted as children of a special, unnamed group. Additional… 18 "" bar.c ;"unnamed" group
|
D | json_parser.qbk | 22 name. If a node has both named and unnamed child nodes, it cannot be mapped
|
/third_party/boost/libs/config/test/ |
D | boost_no_tem_local_classes.ipp | 15 // that this macro does not check if unnamed types can also be passed as
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.shaders.arrays.txt | 28 + Arrays as unnamed parameters in function prototypes
|
/third_party/vk-gl-cts/data/gles31/shaders/es31/ |
D | linkage_shader_storage_block.test | 344 desc "Two unnamed shader storage blocks with variables with identical names" 380 desc "Two unnamed shader storage blocks in different stages with variables with identical names"
|
/third_party/boost/libs/phoenix/doc/ |
D | introduction.qbk | 15 /lambda/ (unnamed functions), /currying/ (partial function application) and lazy
|
/third_party/vk-gl-cts/data/gles31/shaders/gl45/ |
D | linkage_shader_storage_block.test | 362 desc "Two unnamed shader storage blocks with variables with identical names" 398 desc "Two unnamed shader storage blocks in different stages with variables with identical names"
|
/third_party/vk-gl-cts/data/gles31/shaders/es32/ |
D | linkage_shader_storage_block.test | 362 desc "Two unnamed shader storage blocks with variables with identical names" 398 desc "Two unnamed shader storage blocks in different stages with variables with identical names"
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | color_space.rst.txt | 34 It also provides unnamed N-channel color spaces of two to five channels:
|
/third_party/boost/libs/gil/doc/design/ |
D | color_space.rst | 34 It also provides unnamed N-channel color spaces of two to five channels:
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | Placeholders.rst | 32 ``arg<n>`` specialization. The unnamed placeholder ``_`` (underscore) carries
|
/third_party/python/Doc/c-api/ |
D | tuple.rst | 174 | | | to leave unnamed | 182 Special value for a field name to leave it unnamed.
|
/third_party/openGLES/extensions/NV/ |
D | NV_shadow_samplers_cube.txt | 83 Append the following row to the unnamed table in section 4.1
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shadow_samplers_cube.txt | 83 Append the following row to the unnamed table in section 4.1
|