Home
last modified time | relevance | path

Searched refs:unnamed (Results 1 – 25 of 169) sorted by relevance

1234567

/third_party/gettext/gettext-tools/src/
Dformat-python.c96 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/
Dstress.c119 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/
Diterator_range_equality_bug.cpp19 enum {unnamed}; enumerator
27 return i < unnamed || i == unnamed; in foo()
/third_party/ltp/runtest/
Dipc2 # 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/
Dstruct.c12 struct unnamed { struct
20 static struct unnamed un; argument
/third_party/boost/tools/inspect/doc/
Dinspect.qbk75 -unnamed
127 [ [[^-unnamed]]
128 [Checks for unnamed namespace in C++ header files.] ]
/third_party/boost/libs/test/doc/test_output/
Dcheckpoints.qbk20 * [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…
Dtestout_summary.qbk31 [Indicates an unnamed checkpoint that will be printed in case of failure]
Dtestout_reference.qbk23 Sets up an unnamed check point.
/third_party/gettext/gettext-tools/doc/
Dlang-python.texi65 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/
DJamfile.v217 [ run format_test_enum.cpp : : : <toolset>clang:<cxxflags>-Wno-unnamed-type-template-args ]
/third_party/boost/libs/property_tree/doc/
Dcmd_line_parser.qbk12 …(e.g. source files given to gcc), are inserted as children of a special, unnamed group. Additional…
18 "" bar.c ;"unnamed" group
Djson_parser.qbk22 name. If a node has both named and unnamed child nodes, it cannot be mapped
/third_party/boost/libs/config/test/
Dboost_no_tem_local_classes.ipp15 // that this macro does not check if unnamed types can also be passed as
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.arrays.txt28 + Arrays as unnamed parameters in function prototypes
/third_party/vk-gl-cts/data/gles31/shaders/es31/
Dlinkage_shader_storage_block.test344 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/
Dintroduction.qbk15 /lambda/ (unnamed functions), /currying/ (partial function application) and lazy
/third_party/vk-gl-cts/data/gles31/shaders/gl45/
Dlinkage_shader_storage_block.test362 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/
Dlinkage_shader_storage_block.test362 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/
Dcolor_space.rst.txt34 It also provides unnamed N-channel color spaces of two to five channels:
/third_party/boost/libs/gil/doc/design/
Dcolor_space.rst34 It also provides unnamed N-channel color spaces of two to five channels:
/third_party/boost/libs/mpl/doc/src/refmanual/
DPlaceholders.rst32 ``arg<n>`` specialization. The unnamed placeholder ``_`` (underscore) carries
/third_party/python/Doc/c-api/
Dtuple.rst174 | | | to leave unnamed |
182 Special value for a field name to leave it unnamed.
/third_party/openGLES/extensions/NV/
DNV_shadow_samplers_cube.txt83 Append the following row to the unnamed table in section 4.1
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_shadow_samplers_cube.txt83 Append the following row to the unnamed table in section 4.1

1234567