Home
last modified time | relevance | path

Searched full:autocomplete (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_autocomplete.py5 import idlelib.AutoComplete as ac
40 self.autocomplete = ac.AutoComplete(self.editor)
43 self.assertEqual(self.autocomplete.editwin, self.editor)
46 testwin = self.autocomplete._make_autocomplete_window()
50 self.autocomplete.autocompletewindow = (
51 self.autocomplete._make_autocomplete_window())
52 self.autocomplete._remove_autocomplete_window()
53 self.assertIsNone(self.autocomplete.autocompletewindow)
58 self.autocomplete.open_completions = o_cs
59 self.autocomplete.force_open_completions_event('event')
[all …]
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_autocomplete.py1 "Test autocomplete, coverage 93%."
10 import idlelib.autocomplete as ac
22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
44 self.autocomplete = ac.AutoComplete(self.editor)
47 self.assertEqual(self.autocomplete.editwin, self.editor)
48 self.assertEqual(self.autocomplete.text, self.text)
51 testwin = self.autocomplete._make_autocomplete_window()
55 acp = self.autocomplete
63 acp = self.autocomplete
71 acp = self.autocomplete
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/
H A DCompletionConfig.java25 * Catalog level autocomplete config for customers to customize autocomplete
140 * Specifies the matching order for autocomplete suggestions, e.g., a query
169 * Specifies the matching order for autocomplete suggestions, e.g., a query
201 * The maximum number of autocomplete suggestions returned per term. Default
265 * Output only. The source data for the latest import of the autocomplete
283 * Output only. The source data for the latest import of the autocomplete
303 * Output only. The source data for the latest import of the autocomplete
386 * Output only. The source data for the latest import of the autocomplete
404 * Output only. The source data for the latest import of the autocomplete
424 * Output only. The source data for the latest import of the autocomplete
[all …]
H A DCompletionConfigOrBuilder.java61 * Specifies the matching order for autocomplete suggestions, e.g., a query
79 * Specifies the matching order for autocomplete suggestions, e.g., a query
98 * The maximum number of autocomplete suggestions returned per term. Default
147 * Output only. The source data for the latest import of the autocomplete
162 * Output only. The source data for the latest import of the autocomplete
177 * Output only. The source data for the latest import of the autocomplete
227 * Output only. The source data for the latest import of the autocomplete
242 * Output only. The source data for the latest import of the autocomplete
257 * Output only. The source data for the latest import of the autocomplete
303 * Output only. The source data for the latest import of the autocomplete
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/
H A DCompletionConfig.java25 * Catalog level autocomplete config for customers to customize autocomplete
140 * Specifies the matching order for autocomplete suggestions, e.g., a query
169 * Specifies the matching order for autocomplete suggestions, e.g., a query
201 * The maximum number of autocomplete suggestions returned per term. Default
265 * Output only. The source data for the latest import of the autocomplete
283 * Output only. The source data for the latest import of the autocomplete
303 * Output only. The source data for the latest import of the autocomplete
386 * Output only. The source data for the latest import of the autocomplete
404 * Output only. The source data for the latest import of the autocomplete
424 * Output only. The source data for the latest import of the autocomplete
[all …]
H A DCompletionConfigOrBuilder.java61 * Specifies the matching order for autocomplete suggestions, e.g., a query
79 * Specifies the matching order for autocomplete suggestions, e.g., a query
98 * The maximum number of autocomplete suggestions returned per term. Default
147 * Output only. The source data for the latest import of the autocomplete
162 * Output only. The source data for the latest import of the autocomplete
177 * Output only. The source data for the latest import of the autocomplete
227 * Output only. The source data for the latest import of the autocomplete
242 * Output only. The source data for the latest import of the autocomplete
257 * Output only. The source data for the latest import of the autocomplete
303 * Output only. The source data for the latest import of the autocomplete
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/
H A DCompletionConfig.java25 * Catalog level autocomplete config for customers to customize autocomplete
140 * Specifies the matching order for autocomplete suggestions, e.g., a query
169 * Specifies the matching order for autocomplete suggestions, e.g., a query
201 * The maximum number of autocomplete suggestions returned per term. Default
265 * Output only. The source data for the latest import of the autocomplete
283 * Output only. The source data for the latest import of the autocomplete
303 * Output only. The source data for the latest import of the autocomplete
386 * Output only. The source data for the latest import of the autocomplete
404 * Output only. The source data for the latest import of the autocomplete
424 * Output only. The source data for the latest import of the autocomplete
[all …]
H A DCompletionConfigOrBuilder.java61 * Specifies the matching order for autocomplete suggestions, e.g., a query
79 * Specifies the matching order for autocomplete suggestions, e.g., a query
98 * The maximum number of autocomplete suggestions returned per term. Default
147 * Output only. The source data for the latest import of the autocomplete
162 * Output only. The source data for the latest import of the autocomplete
177 * Output only. The source data for the latest import of the autocomplete
227 * Output only. The source data for the latest import of the autocomplete
242 * Output only. The source data for the latest import of the autocomplete
257 * Output only. The source data for the latest import of the autocomplete
302 * Output only. The source data for the latest import of the autocomplete
[all …]
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/res/raw/
H A Dsample_form.html23 autocomplete='username' />
30 autocomplete='current-password' />
37 <!-- Other autocomplete examples - they're not included because they would require
44 autocomplete='work email' />
51 autocomplete='section-whatever shipping address-line1' />
57 autocomplete='shipping address-line2' />
63 autocomplete='section-whatever address-line3' />
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/res/raw/
Dsample_form.html23 autocomplete='username' />
30 autocomplete='current-password' />
37 <!-- Other autocomplete examples - they're not included because they would require
44 autocomplete='work email' />
51 autocomplete='section-whatever shipping address-line1' />
57 autocomplete='shipping address-line2' />
63 autocomplete='section-whatever address-line3' />
/aosp_15_r20/external/doclava/res/assets/templates/assets/
H A Dsearch_autocomplete.js14 c1.className = "jd-autocomplete jd-selected";
15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
17 c1.className = "jd-autocomplete";
18 // c2.className = "jd-autocomplete jd-linktype";
50 c1.className = "jd-autocomplete";
51 // c2.className = "jd-autocomplete jd-linktype";
60 this.className = "jd-autocomplete";
66 c1.className = "jd-autocomplete jd-linktype";
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/
H A Dsearch_autocomplete.js14 c1.className = "jd-autocomplete jd-selected";
15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
17 c1.className = "jd-autocomplete";
18 // c2.className = "jd-autocomplete jd-linktype";
50 c1.className = "jd-autocomplete";
51 // c2.className = "jd-autocomplete jd-linktype";
60 this.className = "jd-autocomplete";
66 c1.className = "jd-autocomplete jd-linktype";
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
H A Djquery-ui.js3 * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu…
1994 * jQuery UI Autocomplete 1.12.1
2002 //>>label: Autocomplete
2005 //>>docs: http://api.jqueryui.com/autocomplete/
2006 //>>demos: http://jqueryui.com/autocomplete/
2008 //>>css.structure: ../../themes/base/autocomplete.css
2013 $.widget( "ui.autocomplete", {
2064 this._addClass( "ui-autocomplete-input" );
2065 this.element.attr( "autocomplete", "off" );
2199 this._addClass( this.menu.element, "ui-autocomplete", "ui-front" );
[all …]
H A Djquery-ui.min.js3 * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu…
6autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay…
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
H A Djquery-ui.js3 * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu…
1994 * jQuery UI Autocomplete 1.12.1
2002 //>>label: Autocomplete
2005 //>>docs: http://api.jqueryui.com/autocomplete/
2006 //>>demos: http://jqueryui.com/autocomplete/
2008 //>>css.structure: ../../themes/base/autocomplete.css
2013 $.widget( "ui.autocomplete", {
2064 this._addClass( "ui-autocomplete-input" );
2065 this.element.attr( "autocomplete", "off" );
2199 this._addClass( this.menu.element, "ui-autocomplete", "ui-front" );
[all …]
H A Djquery-ui.min.js3 * Includes: widget.js, position.js, keycode.js, unique-id.js, widgets/autocomplete.js, widgets/menu…
6autocomplete",{version:"1.12.1",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/share/clang/
Dbash-autocomplete.sh1 # Please add "source /path/to/bash-autocomplete.sh" to your .bashrc to use this.
42 flags=$( "$path" --autocomplete="$arg" 2>/dev/null | sed -e $'s/\t.*//' )
43 # If clang is old that it does not support --autocomplete,
51 # just autocomplete files.
53 # If -foo=<tab> and there was no possible values, autocomplete files.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/share/clang/
Dbash-autocomplete.sh1 # Please add "source /path/to/bash-autocomplete.sh" to your .bashrc to use this.
42 flags=$( "$path" --autocomplete="$arg" 2>/dev/null | sed -e $'s/\t.*//' )
43 # If clang is old that it does not support --autocomplete,
51 # just autocomplete files.
53 # If -foo=<tab> and there was no possible values, autocomplete files.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/share/clang/
Dbash-autocomplete.sh1 # Please add "source /path/to/bash-autocomplete.sh" to your .bashrc to use this.
42 flags=$( "$path" --autocomplete="$arg" 2>/dev/null | sed -e $'s/\t.*//' )
43 # If clang is old that it does not support --autocomplete,
51 # just autocomplete files.
53 # If -foo=<tab> and there was no possible values, autocomplete files.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/share/clang/
Dbash-autocomplete.sh1 # Please add "source /path/to/bash-autocomplete.sh" to your .bashrc to use this.
42 flags=$( "$path" --autocomplete="$arg" 2>/dev/null | sed -e $'s/\t.*//' )
43 # If clang is old that it does not support --autocomplete,
51 # just autocomplete files.
53 # If -foo=<tab> and there was no possible values, autocomplete files.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-stable/share/clang/
Dbash-autocomplete.sh1 # Please add "source /path/to/bash-autocomplete.sh" to your .bashrc to use this.
42 flags=$( "$path" --autocomplete="$arg" 2>/dev/null | sed -e $'s/\t.*//' )
43 # If clang is old that it does not support --autocomplete,
51 # just autocomplete files.
53 # If -foo=<tab> and there was no possible values, autocomplete files.
/aosp_15_r20/external/googleapis/google/maps/places/v1/
H A Dplaces_service.proto39 // Note: every request (except for Autocomplete requests) requires a field mask
83 post: "/v1/places:autocomplete"
467 // Optional. A string which identifies an Autocomplete session for billing
484 // * Use session tokens for all Place Autocomplete calls.
487 // * Ensure that the credentials used for all Place Autocomplete, Place
586 // Optional. A string which identifies an Autocomplete session for billing
603 // * Use session tokens for all Place Autocomplete calls.
606 // * Ensure that the credentials used for all Place Autocomplete, Place
617 // An Autocomplete suggestion result.
663 // Prediction results for a Place Autocomplete prediction.
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/proto/google/cloud/retail/v2/
H A Dcatalog.proto283 // Catalog level autocomplete config for customers to customize autocomplete
298 // Specifies the matching order for autocomplete suggestions, e.g., a query
309 // The maximum number of autocomplete suggestions returned per term. Default
330 // Output only. The source data for the latest import of the autocomplete
343 // Output only. The source data for the latest import of the autocomplete
355 // Output only. The source data for the latest import of the autocomplete
/aosp_15_r20/external/googleapis/google/cloud/retail/v2/
H A Dcatalog.proto283 // Catalog level autocomplete config for customers to customize autocomplete
298 // Specifies the matching order for autocomplete suggestions, e.g., a query
309 // The maximum number of autocomplete suggestions returned per term. Default
330 // Output only. The source data for the latest import of the autocomplete
343 // Output only. The source data for the latest import of the autocomplete
355 // Output only. The source data for the latest import of the autocomplete
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-fts.h56 /* autocomplete result */
66 /* - autocomplete suggestion (of length ac_length) follows */
71 * autocomplete the members may be NULL. This implies the symbol nor any
175 /* maximum number of autocomplete suggestions to return */
197 * containing the head pointers into linked-lists of results for autocomplete

12345678910>>...25