Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 2209) sorted by relevance

12345678910>>...89

/third_party/cares/
Dares_getopt.c68 static char *place = EMSG; /* option letter processing */ in ares_getopt() local
71 if (optreset || !*place) { /* update scanning pointer */ in ares_getopt()
73 if (optind >= nargc || *(place = nargv[optind]) != '-') { in ares_getopt()
74 place = EMSG; in ares_getopt()
77 if (place[1] && *++place == '-') { /* found "--" */ in ares_getopt()
79 place = EMSG; in ares_getopt()
83 if ((optopt = (int)*place++) == (int)':' || in ares_getopt()
91 if (!*place) in ares_getopt()
100 if (!*place) in ares_getopt()
104 if (*place) /* no white space */ in ares_getopt()
[all …]
/third_party/node/deps/cares/src/tools/
Dares_getopt.c68 static char *place = EMSG; /* option letter processing */ in ares_getopt() local
71 if (optreset || !*place) { /* update scanning pointer */ in ares_getopt()
73 if (optind >= nargc || *(place = nargv[optind]) != '-') { in ares_getopt()
74 place = EMSG; in ares_getopt()
77 if (place[1] && *++place == '-') { /* found "--" */ in ares_getopt()
79 place = EMSG; in ares_getopt()
83 if ((optopt = (int)*place++) == (int)':' || in ares_getopt()
91 if (!*place) in ares_getopt()
100 if (!*place) in ares_getopt()
104 if (*place) /* no white space */ in ares_getopt()
[all …]
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.c93 static char *place = EMSG; /* option letter processing */ local
100 if (optreset || !*place) { /* update scanning pointer */
102 if (optind >= nargc || *(place = nargv[optind]) != '-') {
103 place = EMSG;
106 if (place[1] && *++place == '-' /* found "--" */
107 && place[1] == '\0') {
109 place = EMSG;
113 if ((optopt = (int)*place++) == (int)':' ||
121 if (!*place)
130 if (!*place)
[all …]
Dgetopt_long.c86 static char *place = EMSG; /* option letter processing */ local
92 if (optreset || !*place) { /* update scanning pointer */
94 if (optind >= nargc || *(place = nargv[optind]) != '-') {
95 place = EMSG;
98 if (place[1] && *++place == '-') { /* found "--" */
100 place = EMSG;
104 if ((optopt = (int)*place++) == (int)':' ||
112 if (!*place)
121 if (!*place)
124 if (*place) /* no white space */
[all …]
/third_party/mingw-w64/mingw-w64-crt/misc/
Dgetopt.c102 static char *place = EMSG; /* option letter processing */ variable
207 current_argv = place; in parse_long_options()
360 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
363 place = EMSG; in getopt_internal()
380 if (*(place = nargv[optind]) != '-' || in getopt_internal()
381 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
382 place = EMSG; /* found non-option */ in getopt_internal()
418 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
420 place = EMSG; in getopt_internal()
441 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
/third_party/curl/tests/data/
DMakefile.am32 @mkdir test-place; \
33 cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
34 rm -f test-place/*~; \
43 ls test-place; \
44 ! ls test-place | grep . >/dev/null ; \
46 rm -rf test-place ; \
/third_party/boost/libs/bimap/example/
Dtagged_simple_bimap.cpp30 struct place {}; struct
41 tagged< int , place > in main()
57 for( results_bimap::map_by<place>::const_iterator in main()
58 i = results.by<place>().begin(), in main()
59 iend = results.by<place>().end() ; in main()
63 std::cout << i->get<place >() << ") " in main()
79 << i->get<place >() << "º" in main()
/third_party/typescript/tests/baselines/reference/
DthisTypeInAccessorsNegative.types10 wrong: "place" | "time" | "method" | "technique";
11 >wrong : "place" | "time" | "method" | "technique"
33 >this.wrong : "place" | "time" | "method" | "technique"
35 >wrong : "place" | "time" | "method" | "technique"
/third_party/python/Doc/c-api/
Dnumber.rst79 If *o3* is to be ignored, pass :c:data:`Py_None` in its place (passing ``NULL`` for
142 is done *in-place* when *o1* supports it. This is the equivalent of the Python
149 operation is done *in-place* when *o1* supports it. This is the equivalent of
156 operation is done *in-place* when *o1* supports it. This is the equivalent of
163 failure. The operation is done *in-place* when *o1* supports it. This is
172 The operation is done *in-place* when *o1* supports it. This is the equivalent
182 passed two integers. The operation is done *in-place* when *o1* supports it.
188 operation is done *in-place* when *o1* supports it. This is the equivalent of
197 is done *in-place* when *o1* supports it. This is the equivalent of the Python
198 statement ``o1 **= o2`` when o3 is :c:data:`Py_None`, or an in-place variant of
[all …]
/third_party/skia/gm/
Dhardstop_gradients_many.cpp63 float place = SkScalar(pos) / SkScalar(row); in onDraw() local
64 positions.push_back(place); in onDraw()
65 positions.push_back(place); in onDraw()
/third_party/skia/experimental/sktext/editor/
DEditor.cpp51 fCursor->place(endOfText.fBoundaries); in Editor()
63 fCursor->place(position.fBoundaries); in update()
103 fCursor->place(position.fBoundaries); in moveCursor()
163 fCursor->place(position.fBoundaries); in deleteElement()
172 fCursor->place(position.fBoundaries); in deleteElement()
196 fCursor->place(position.fBoundaries); in insertCodepoint()
256 fCursor->place(position.fBoundaries); in onMouse()
DCursor.h26 void place(SkPoint xy, SkSize size) { in place() function
34 void place(SkRect rect) { in place() function
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_swap_group.txt26 group will then take place concurrently.
29 a buffer swap can take place.
61 Before a buffer swap can take place, a set of conditions must be
80 can take place:
86 Buffer swaps for all windows in a swap group will take place concurrently
DGLX_SGIX_swap_barrier.txt32 take place concurrently.
35 a buffer swap can take place.
70 Before a buffer swap can take place, a set of conditions must be
89 can take place:
98 Buffer swaps for all windows in a swap group will take place concurrently
101 Buffer swaps for all groups using a barrier will take place concurrently
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_swap_group.txt26 group will then take place concurrently.
29 a buffer swap can take place.
61 Before a buffer swap can take place, a set of conditions must be
80 can take place:
86 Buffer swaps for all windows in a swap group will take place concurrently
DGLX_SGIX_swap_barrier.txt32 take place concurrently.
35 a buffer swap can take place.
70 Before a buffer swap can take place, a set of conditions must be
89 can take place:
98 Buffer swaps for all windows in a swap group will take place concurrently
101 Buffer swaps for all groups using a barrier will take place concurrently
/third_party/openssl/crypto/bio/
Db_print.c425 int place = 0; in fmtint() local
451 convert[place++] = (caps ? "0123456789ABCDEF" : "0123456789abcdef") in fmtint()
454 } while (uvalue && (place < (int)sizeof(convert))); in fmtint()
455 if (place == sizeof(convert)) in fmtint()
456 place--; in fmtint()
457 convert[place] = 0; in fmtint()
459 zpadlen = max - place; in fmtint()
461 min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix); in fmtint()
501 while (place > 0) { in fmtint()
502 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place])) in fmtint()
/third_party/boost/libs/numeric/odeint/examples/
Dsolar_system.agr237 @ xaxis label place auto
241 @ xaxis label place normal
246 @ xaxis tick place rounded true
267 @ xaxis ticklabel place normal
277 @ xaxis tick place both
288 @ yaxis label place auto
292 @ yaxis label place normal
297 @ yaxis tick place rounded true
318 @ yaxis ticklabel place normal
328 @ yaxis tick place both
[all …]
/third_party/boost/libs/outcome/doc/src/content/reference/functions/hooks/
Dhook_result_in_place_construction.md3 description = "ADL discovered free function hook invoked by the in-place constructors of `basic_res…
6 … api "basic_result<T, E, NoValuePolicy>" %}}, generally invoked by the in-place constructors of `b…
Dhook_outcome_in_place_construction.md3 description = "ADL discovered free function hook invoked by the in-place constructors of `basic_out…
6 …basic_outcome<T, EC, EP, NoValuePolicy>" %}}, generally invoked by the in-place constructors of `b…
/third_party/boost/libs/optional/doc/
D16_in_place_factories.qbk47 // Wrapped object constructed in-place
91 // Wrapped object constructed in-place via a TypedInPlaceFactory.
115 In-place factories can be used generically by the wrapper and user as follows:
132 // Wrapped object constructed in-place via a InPlaceFactory.
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/
DREADME.md6 place when it's done.
20 // you can be sure that it is moved into place, and contains
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/
DREADME.md21 Communication takes place from Android to Flutter to Driver to communicate splash screen events.
22 This communication takes place over a channel called "testChannel", whose definition can be
/third_party/boost/libs/mpl/doc/src/refmanual/
DMetafunctions-Trivial.rst4 in the context of `in-place metafunction composition`__, these metafunctions have
9 them in a single place |--| this subsection |--| in a compact table form that is
/third_party/python/Tools/demo/
Dqueens.py31 self.place(x, y)
41 def place(self, x, y): member in Queens

12345678910>>...89