Home
last modified time | relevance | path

Searched full:place (Results 1 – 25 of 13479) sorted by relevance

12345678910>>...540

/aosp_15_r20/external/apache-xml/test/tests/perf/xtestdata/
H A Dtree-tens.xml5 <a place="id1">
17 <a place="id2">
19place="id200"/> <c place="id201"/> <c place="id202"/> <c place="id203"/> <c pl…
22place="id210"/> <c place="id211"/> <c place="id212"/> <c place="id213"/> <c pl…
25place="id220"/> <c place="id221"/> <c place="id222"/> <c place="id223"/> <c pl…
28place="id230"/> <c place="id231"/> <c place="id232"/> <c place="id233"/> <c pl…
31place="id240"/> <c place="id241"/> <c place="id242"/> <c place="id243"/> <c pl…
34place="id250"/> <c place="id251"/> <c place="id252"/> <c place="id253"/> <c pl…
37place="id260"/> <c place="id261"/> <c place="id262"/> <c place="id263"/> <c pl…
40place="id270"/> <c place="id271"/> <c place="id272"/> <c place="id273"/> <c pl…
[all …]
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_variabletext.cpp91 void CPVT_VariableText::Iterator::SetAt(const CPVT_WordPlace& place) { in SetAt() argument
92 m_CurPos = place; in SetAt()
177 CPVT_WordPlace place; in Initialize() local
178 place.nSecIndex = 0; in Initialize()
179 AddSection(place); in Initialize()
184 AddLine(place, lineinfo); in Initialize()
192 CPVT_WordPlace CPVT_VariableText::InsertWord(const CPVT_WordPlace& place, in InsertWord() argument
197 return place; in InsertWord()
199 return place; in InsertWord()
201 CPVT_WordPlace newplace = place; in InsertWord()
[all …]
H A Dcpvt_section.cpp190 const CPVT_WordPlace& place) const { in GetPrevWordPlace()
191 if (place.nWordIndex > m_LineInfo.nEndWordIndex) { in GetPrevWordPlace()
192 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetPrevWordPlace()
195 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetPrevWordPlace()
196 place.nWordIndex - 1); in GetPrevWordPlace()
200 const CPVT_WordPlace& place) const { in GetNextWordPlace()
201 if (place.nWordIndex < m_LineInfo.nBeginWordIndex) { in GetNextWordPlace()
202 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetNextWordPlace()
205 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetNextWordPlace()
206 place.nWordIndex + 1); in GetNextWordPlace()
[all …]
H A Dcpvt_variabletext.h42 void SetAt(const CPVT_WordPlace& place);
94 CPVT_WordPlace InsertWord(const CPVT_WordPlace& place,
97 CPVT_WordPlace InsertSection(const CPVT_WordPlace& place);
99 CPVT_WordPlace DeleteWord(const CPVT_WordPlace& place);
100 CPVT_WordPlace BackSpaceWord(const CPVT_WordPlace& place);
113 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
114 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
116 CPVT_WordPlace GetUpWordPlace(const CPVT_WordPlace& place,
118 CPVT_WordPlace GetDownWordPlace(const CPVT_WordPlace& place,
120 CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace& place) const;
[all …]
/aosp_15_r20/external/googleapis/google/maps/places/v1/
H A Dplace.proto38 // All the information representing a Place.
39 message Place { message
41 type: "places.googleapis.com/Place"
44 singular: "place"
71 // Place's global (full) code, such as "9FWM33GV+HQ", representing an
75 // Place's compound code, such as "33GV+HQ, Ramberg, Norway", containing
81 // Information about business hour of the place.
83 // A period the place remains in open_now status.
97 // Date in the local timezone for the place.
108 // The time that the place starts to be open.
[all …]
H A Dplaces_service.proto26 import "google/maps/places/v1/place.proto";
54 // Text query based place search.
70 // Get the details of a place based on its resource name, which is a string
72 rpc GetPlace(GetPlaceRequest) returns (Place) {
113 // Place details will be displayed with the preferred language if available.
114 // If the language code is unspecified or unrecognized, place details of any
123 // request is coming from. This parameter is used to display the place
124 // details, like region-specific place name, if available. The parameter can
134 // Included Place type (eg, "restaurant" or "gas_station") from
135 // https://developers.google.com/maps/documentation/places/web-service/place-types.
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dmybusinessplaceactions_v1.locations.placeActionLinks.html75 <h1><a href="mybusinessplaceactions_v1.html">My Business Place Actions API</a> . <a href="mybusines…
82 <p class="firstline">Creates a place action link associated with the specified location, and return…
85 <p class="firstline">Deletes a place action link from the specified location.</p>
88 <p class="firstline">Gets the specified place action link.</p>
91 <p class="firstline">Lists the place action links for the specified location.</p>
97 <p class="firstline">Updates the specified place action link and returns it.</p>
106 …<pre>Creates a place action link associated with the specified location, and returns it. The reque…
109 …parent: string, Required. The resource name of the location where to create this place action link…
113 { # Represents a place action link and its attributes.
114 …&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the place action link w…
[all …]
/aosp_15_r20/external/clang/test/Sema/
H A Dparentheses.cpp8 … // expected-note {{place parentheses around the '+' expression to silence this warning}} \ in conditional_op()
9 … // expected-note {{place parentheses around the '?:' expression to evaluate it first}} in conditional_op()
16 … // expected-note {{place parentheses around the '-' expression to silence this warning}} \ in conditional_op()
17 … // expected-note {{place parentheses around the '?:' expression to evaluate it first}} in conditional_op()
24 … // expected-note {{place parentheses around the '*' expression to silence this warning}} \ in conditional_op()
25 … // expected-note {{place parentheses around the '?:' expression to evaluate it first}} in conditional_op()
43 … // expected-note {{place parentheses around the '<<' expression to silence this warning}} \ in f()
44 … // expected-note {{place parentheses around the '?:' expression to evaluate it first}} in f()
51 … // expected-note {{place parentheses around the '<<' expression to silence this warning}} \ in f()
52 … // expected-note {{place parentheses around comparison expression to evaluate it first}} in f()
[all …]
H A Dparentheses.c8 … // expected-note{{place parentheses around the assignment to silence this warning}} \ in if_assign()
19 … // expected-note{{place parentheses around the '==' expression to silence this warning}} \ in bitwise_rel()
20 … // expected-note{{place parentheses around the & expression to evaluate it first}} in bitwise_rel()
27 … // expected-note{{place parentheses around the '==' expression to silence this warning}} \ in bitwise_rel()
28 … // expected-note{{place parentheses around the & expression to evaluate it first}} in bitwise_rel()
35 … // expected-note{{place parentheses around the '<' expression to silence this warning}} \ in bitwise_rel()
36 … // expected-note{{place parentheses around the & expression to evaluate it first}} in bitwise_rel()
49 … // expected-note {{place parentheses around the '&' expression to silence this warning}} in bitwise_rel()
54 … // expected-note {{place parentheses around the '&' expression to silence this warning}} in bitwise_rel()
59 … // expected-note {{place parentheses around the '^' expression to silence this warning}} in bitwise_rel()
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dmybusinessplaceactions.v1.json5 "canonicalName": "My Business Place Actions",
6 …"description": "The My Business Place Actions API provides an interface for managing place action …
104 …"description": "Creates a place action link associated with the specified location, and returns it…
113 …ption": "Required. The resource name of the location where to create this place action link. `loca…
129 "description": "Deletes a place action link from the specified location.",
138 …"description": "Required. The resource name of the place action link to remove from the location.",
151 "description": "Gets the specified place action link.",
160 "description": "Required. The name of the place action link to fetch.",
173 "description": "Lists the place action links for the specified location.",
182 …"description": "Optional. A filter constraining the place action links to return. The response inc…
[all …]
/aosp_15_r20/external/googleapis/google/maps/regionlookup/v1alpha/
H A Dregion_identifier.proto34 // One of place or unit_code must be specified. If none is specified,
38 // place and unit_code specify a location to match a Place ID to. For
39 // example if place is "California" and region_code "US" the API
44 // administrative_area_level_1 Place ID for The State of California
51 // place type: matched_place_id results:
52 // administrative_area_level_1 Place ID for The State of California
58 // place type: matched_place_id results:
59 // country Place ID for the United States
64 // Candidate Place IDs are returned when a lookup finds a region with a
65 // different place_type then the one requested. For example if place is
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/
H A Dicu-test-selectors.json44 ".match {$place :number select=ordinal}\n",
45 "* {{You finished in the {$place}th place}}\n",
46 "two {{You finished in the {$place}nd place}}\n",
47 "one {{You finished in the {$place}st place}}\n",
51 "few {{You finished in the {$place}rd place}}\n"
55 { "params": { "place": 1 }, "exp": "You got the gold medal" }, number
56 { "params": { "place": 2 }, "exp": "You got the silver medal" }, number
57 { "params": { "place": 3 }, "exp": "You got the bronze medal" }, number
58 { "params": { "place": 7 }, "exp": "You finished in the 7th place" }, number
59 { "params": { "place": 21 }, "exp": "You finished in the 21st place" }, number
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A Dicu-test-selectors.json44 ".match {$place :number select=ordinal}\n",
45 "* {{You finished in the {$place}th place}}\n",
46 "two {{You finished in the {$place}nd place}}\n",
47 "one {{You finished in the {$place}st place}}\n",
51 "few {{You finished in the {$place}rd place}}\n"
55 { "params": { "place": 1 }, "exp": "You got the gold medal" }, number
56 { "params": { "place": 2 }, "exp": "You got the silver medal" }, number
57 { "params": { "place": 3 }, "exp": "You got the bronze medal" }, number
58 { "params": { "place": 7 }, "exp": "You finished in the 7th place" }, number
59 { "params": { "place": 21 }, "exp": "You finished in the 21st place" }, number
[all …]
/aosp_15_r20/external/mesa3d/src/getopt/
H A Dgetopt_long.c84 static char *place = EMSG; /* option letter processing */ variable
166 current_argv = place; in parse_long_options()
311 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
314 place = EMSG; in getopt_internal()
331 if (*(place = nargv[optind]) != '-' || in getopt_internal()
332 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
333 place = EMSG; /* found non-option */ in getopt_internal()
369 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
371 place = EMSG; in getopt_internal()
392 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dgetopt_long.c94 static char *place = EMSG; /* option letter processing */ variable
158 current_argv = place; in parse_long_options()
300 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
303 place = EMSG; in getopt_internal()
320 if (*(place = nargv[optind]) != '-' || in getopt_internal()
321 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
322 place = EMSG; /* found non-option */ in getopt_internal()
358 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
360 place = EMSG; in getopt_internal()
381 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c107 static char *place = EMSG; /* option letter processing */ variable
202 current_argv = place; in parse_long_options()
391 if (optreset || !*place) { /* update scanning pointer */
394 place = EMSG;
411 if (*(place = nargv[optind]) != '-' ||
413 place[1] == '\0') {
415 (place[1] == '\0' && strchr(options, '-') == NULL)) {
417 place = EMSG; /* found non-option */
453 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
455 place = EMSG;
[all …]
/aosp_15_r20/hardware/google/aemu/windows/src/
Dgetopt.c93 static char* place = EMSG; /* option letter processing */ variable
192 current_argv = place; in parse_long_options()
335 if (!*place) { /* update scanning pointer */ in getopt_internal()
337 place = EMSG; in getopt_internal()
352 if (*(place = nargv[optind]) != '-' || in getopt_internal()
353 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
354 place = EMSG; /* found non-option */ in getopt_internal()
388 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
390 place = EMSG; in getopt_internal()
410 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
/aosp_15_r20/external/tcpdump/missing/
H A Dgetopt_long.c94 static const char *place = EMSG; /* option letter processing */ variable
219 current_argv = place; in parse_long_options()
414 if (!*place) { /* update scanning pointer */
416 place = EMSG;
433 if (*(place = nargv[optind]) != '-' ||
435 place[1] == '\0') {
437 (place[1] == '\0' && strchr(options, '-') == NULL)) {
439 place = EMSG; /* found non-option */
475 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
477 place = EMSG;
[all …]
/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc533 SizedSection& Place(SizedSection* section) { in Place() function in SizedSection
569 LoadedSection& Place(LoadedSection* section) { in Place() function in LoadedSection
571 SizedSection::Place(section); in Place()
611 // memory. If this label is still undefined by the time we place this
682 // Place COMMAND, containing a load command, at the end of this section.
684 LoadCommands& Place(SizedSection* section) { in Place() function in LoadCommands
685 SizedSection::Place(section); in Place()
732 Place(commands); in Header()
1106 load_commands.Place(&segment_command); in TEST_F()
1110 .Place(&segment); in TEST_F()
[all …]
/aosp_15_r20/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/
H A DGeocode.java25 * Contains information about the place the input was geocoded to.
78 * Using place IDs is preferred over using addresses,
101 * Using place IDs is preferred over using addresses,
124 * Using place IDs is preferred over using addresses,
197 * The bounds of the geocoded place.
212 * The bounds of the geocoded place.
227 * The bounds of the geocoded place.
243 * The size of the geocoded place, in meters. This is another measure of the
265 * The PlaceID of the place this input geocodes to.
266 * For more information about Place IDs see
[all …]
/aosp_15_r20/external/libdav1d/tools/compat/
H A Dgetopt.c100 static char *place = EMSG; /* option letter processing */ variable
213 current_argv = place; in parse_long_options()
366 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
369 place = EMSG; in getopt_internal()
386 if (*(place = nargv[optind]) != '-' || in getopt_internal()
387 (place[1] == '\0' && strchr(options, '-') == NULL)) { in getopt_internal()
388 place = EMSG; /* found non-option */ in getopt_internal()
424 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') { in getopt_internal()
426 place = EMSG; in getopt_internal()
447 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
/aosp_15_r20/external/pytorch/torch/
H A D_tensor_docs.py264 In-place version of :meth:`~Tensor.abs`
282 In-place version of :meth:`~Tensor.absolute`
301 In-place version of :meth:`~Tensor.acos`
319 In-place version of :meth:`~Tensor.arccos`
337 In-place version of :meth:`~Tensor.acosh`
355 In-place version of :meth:`~Tensor.arccosh`
381 In-place version of :meth:`~Tensor.add`
399 In-place version of :meth:`~Tensor.addbmm`
417 In-place version of :meth:`~Tensor.addcdiv`
435 In-place version of :meth:`~Tensor.addcmul`
[all …]
/aosp_15_r20/external/sonivox/docs/
H A DJET_Programming_Manual.html25 name="place"/>
460 to include interactive music soundtracks, in <st1:place w:st="on">MIDI</st1:place>
466 Synthesizer (EAS) which is the <st1:place w:st="on">MIDI</st1:place> playback
493 Since JET uses <st1:place w:st="on">MIDI</st1:place> in a unique way, normal
500 associated with a specific <st1:place w:st="on">MIDI</st1:place> channel.
501 Standard MIDI allows for 16 channels of <st1:place w:st="on">MIDI</st1:place>
506 <p class=MsoNormal><i style='mso-bidi-font-style:normal'>Controller</i>: A <st1:place
507 w:st="on">MIDI</st1:place> event consisting of a channel number, controller
508 number, and a controller value. The <st1:place w:st="on">MIDI</st1:place> spec
511 embedding special control information in a <st1:place w:st="on">MIDI</st1:place>
[all …]
H A DJET_Authoring_Guidelines.html23 name="place"/>
1570 platform. It allows applications to include interactive music soundtracks, in <st1:place
1571 w:st="on">MIDI</st1:place> format, that respond in real-time to game play
1577 Embedded Audio Synthesizer (EAS) which is the <st1:place w:st="on">MIDI</st1:place>
1587 different applications to create JET content; a standard <st1:place w:st="on">MIDI</st1:place>
1607 terms to minimize confusion. Since JET uses <st1:place w:st="on">MIDI</st1:place>
1615 lang=EN-IE>: MIDI data associated with a specific <st1:place w:st="on">MIDI</st1:place>
1616 channel. Standard MIDI allows for 16 channels of <st1:place w:st="on">MIDI</st1:place>
1622 lang=EN-IE>: A <st1:place w:st="on">MIDI</st1:place> event consisting of a
1623 channel number, controller number, and a controller value. The <st1:place
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Dget.rs11 struct Place { struct
25 place: Place, field
84 assert_eq!(c.get("place.favorite").ok(), Some(false)); in test_get_scalar_path()
86 c.get("place.creator.name").ok(), in test_get_scalar_path()
105 let m: Map<String, Value> = c.get("place").unwrap(); in test_map()
118 let m: Map<String, String> = c.get("place.creator").unwrap(); in test_map_str()
139 place: Map<String, Value>, in test_map_struct() field
145 assert_eq!(s.place.len(), 8); in test_map_struct()
147 s.place["name"].clone().into_string().unwrap(), in test_map_struct()
150 assert_eq!(s.place["reviews"].clone().into_int().unwrap(), 3866); in test_map_struct()
[all …]

12345678910>>...540