Home
last modified time | relevance | path

Searched refs:appends (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Ddio_append.c30 static int appends; variable
36 appends = 1000; in setup()
44 if (tst_parse_int(str_appends, &appends, 1, INT_MAX)) in setup()
72 io_append(filename, 0, O_DIRECT | O_WRONLY | O_CREAT, writesize, appends); in run()
Daiodio_append.c37 static int appends = 1000; variable
123 if (tst_parse_int(str_appends, &appends, 1, INT_MAX)) in setup()
157 aiodio_append(filename, appends, alignment, writesize, numaio); in run()
/third_party/openssl/doc/man3/
DX509V3_get_d2i.pod85 B<X509V3_ADD_DEFAULT> appends a new extension only if the extension does
89 B<X509V3_ADD_APPEND> appends a new extension, ignoring whether the extension
92 B<X509V3_ADD_REPLACE> replaces an extension if it exists otherwise appends
98 B<X509V3_ADD_KEEP_EXISTING> appends a new extension only if the extension does
DX509_CRL_get0_by_serial.pod58 X509_CRL_add0_revoked() appends revoked entry B<rev> to CRL B<crl>. The
DSSL_CTX_set0_CA_list.pod121 SSL_CTX_add1_to_CA_list() appends the CA subject name extracted from B<x> to the
124 SSL_add1_to_CA_list() appends the CA subject name extracted from B<x> to the
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/hooks/
Dhook_outcome.md12 a `std::string` and appends to it. This can throw an exception. If the copy and/or
/third_party/boost/libs/spirit/doc/qi/
Dnum_list2.qbk26 appends the parsed number. Like before, `_1` is a __phoenix__ placeholder for
Dmini_xml.qbk57 The semantic action collects the chars and appends them (via +=) to the
/third_party/pulseaudio/
Dorc.mak18 # Note that this file appends to BUILT_SOURCES and CLEANFILES, so
/third_party/boost/libs/mp11/doc/mp11/
Dset.adoc34 For each `T1` in `T...`, `mp_set_push_back<S, T...>` appends `T1` to the end of the set `S` if it's…
/third_party/boost/tools/build/example/named-install-dirs/
Dbuild.jam20 # another custom named directory, this one appends package name like docdir;
/third_party/libpsl/msvc/
Dcreate-lists-msvc.mak21 # (the batch script appends to $(makefile_snippet_file), you will need to clear the file unless the…
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dmeson.build133 # need it to be a relative path so that join_paths appends it to the end.
/third_party/grpc/src/proto/grpc/reflection/v1alpha/
Dreflection.proto48 // type, and appends them to ExtensionNumberResponse in an undefined order.
/third_party/icu/icu4j/tools/build/
DREADME.txt66 The GatherAPIData utility automatically appends these extensions when
/third_party/pulseaudio/m4/
Dax_check_flag.m429 # AX_APPEND_FLAG appends the FLAG to the FLAG-VARIABLE shell variable or
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_refresh_demo.dart51 // If left unspecified, the [CustomScrollView] appends an
/third_party/flutter/skia/site/user/api/
DSkPath_Reference.md2123 <a href='#SkPath_lineTo'>lineTo</a>() appends <a href='#SkPath_kMove_Verb'>kMove_Verb</a> to <a hr…
2124 <a href='#SkPath_lineTo'>lineTo</a>() then appends <a href='#SkPath_kLine_Verb'>kLine_Verb</a> to …
2159 <a href='#SkPath_lineTo'>lineTo</a>() first appends <a href='#SkPath_kMove_Verb'>kMove_Verb</a> to …
2160 <a href='#SkPath_lineTo'>lineTo</a>() then appends <a href='#SkPath_kLine_Verb'>kLine_Verb</a> to …
2193 then appends <a href='#SkPath_kLine_Verb'>kLine_Verb</a> to <a href='#Verb_Array'>verb array</a> a…
2254 then appends <a href='#SkPath_kQuad_Verb'>kQuad_Verb</a> to <a href='#Verb_Array'>verb array</a>; …
2298 then appends <a href='#SkPath_kQuad_Verb'>kQuad_Verb</a> to <a href='#Verb_Array'>verb array</a>; …
2336 if needed; then appends <a href='#SkPath_kQuad_Verb'>kQuad_Verb</a> to <a href='#Verb_Array'>verb …
2458 If <a href='#SkPath_conicTo_w'>w</a> is finite and not one, appends <a href='#SkPath_kConic_Verb'>k…
2461 If <a href='#SkPath_conicTo_w'>w</a> is one, appends <a href='#SkPath_kQuad_Verb'>kQuad_Verb</a> to…
[all …]
/third_party/alsa-lib/m4/
Dattributes.m466 dnl Check for CFLAG and appends them to CFLAGS if supported
/third_party/boost/libs/phoenix/doc/modules/
Dstatement.qbk125 Example: This code prints out all the elements and appends `" > 5"`, `" == 5"`
/third_party/boost/libs/coroutine/doc/
Dstack.qbk56 It appends a guard page at the end of each stack to protect against exceeding
/third_party/boost/libs/fiber/doc/
Dstack.qbk62 It appends a guard page at the end of each stack to protect against exceeding
/third_party/glib/glib/
Dmeson.build456 # need it to be a relative path so that join_paths appends it to the end.
/third_party/boost/libs/coroutine2/doc/
Dstack.qbk57 It appends a guard page at the end of each stack to protect against exceeding
/third_party/boost/libs/context/doc/
Dstack.qbk55 It appends a guard page at the end of each stack to protect against exceeding

1234