HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 326 - 350 of 1678) sorted by null

<<11121314151617181920>>

  /frameworks/support/v4/api21/android/support/v4/media/session/
MediaSessionCompatApi21.java 140 public void onPlayFromSearch(String search, Bundle extras);
180 public void onPlayFromSearch(String search, Bundle extras) {
181 mCallback.onPlayFromSearch(search, extras);
  /packages/apps/Settings/src/com/android/settings/
ScreenPinningSettings.java 36 import com.android.settings.search.BaseSearchIndexProvider;
37 import com.android.settings.search.Indexable;
38 import com.android.settings.search.SearchIndexableRaw;
202 * For search
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageMeteredSettings.java 34 import com.android.settings.search.BaseSearchIndexProvider;
35 import com.android.settings.search.Indexable;
36 import com.android.settings.search.SearchIndexableRaw;
161 * For search
  /packages/apps/Settings/src/com/android/settings/wifi/
SavedAccessPointsWifiSettings.java 31 import com.android.settings.search.BaseSearchIndexProvider;
32 import com.android.settings.search.Indexable;
33 import com.android.settings.search.SearchIndexableRaw;
193 * For search.
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchEngine.py 15 # State shared by search, replace, and grep;
16 # the search dialogs bind these to UI elements.
17 self.patvar = StringVar(root) # search pattern
23 self.backvar = BooleanVar(root) # search backwards?
95 """Search a text widget for the pattern.
102 The search starts at the selection (if there is one) or
103 at the insert mark (otherwise). If the search is forward,
105 search, it starts at the left end. An empty match exactly
110 If the search is allowed to wrap around, it will return the
141 m = prog.search(chars[:-1], col
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchEngine.py 15 # State shared by search, replace, and grep;
16 # the search dialogs bind these to UI elements.
17 self.patvar = StringVar(root) # search pattern
23 self.backvar = BooleanVar(root) # search backwards?
95 """Search a text widget for the pattern.
102 The search starts at the selection (if there is one) or
103 at the insert mark (otherwise). If the search is forward,
105 search, it starts at the left end. An empty match exactly
110 If the search is allowed to wrap around, it will return the
141 m = prog.search(chars[:-1], col
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 15 # State shared by search, replace, and grep;
16 # the search dialogs bind these to UI elements.
17 self.patvar = StringVar(root) # search pattern
23 self.backvar = BooleanVar(root) # search backwards?
95 """Search a text widget for the pattern.
102 The search starts at the selection (if there is one) or
103 at the insert mark (otherwise). If the search is forward,
105 search, it starts at the left end. An empty match exactly
110 If the search is allowed to wrap around, it will return the
141 m = prog.search(chars[:-1], col
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 15 # State shared by search, replace, and grep;
16 # the search dialogs bind these to UI elements.
17 self.patvar = StringVar(root) # search pattern
23 self.backvar = BooleanVar(root) # search backwards?
95 """Search a text widget for the pattern.
102 The search starts at the selection (if there is one) or
103 at the insert mark (otherwise). If the search is forward,
105 search, it starts at the left end. An empty match exactly
110 If the search is allowed to wrap around, it will return the
141 m = prog.search(chars[:-1], col
    [all...]
  /system/core/adb/
test_device.py 146 self.assertTrue(re.search(r'tcp:5566.+tcp:6655', msg))
152 self.assertFalse(re.search(r'tcp:5566.+tcp:6677', msg))
153 self.assertTrue(re.search(r'tcp:5566.+tcp:6655', msg))
158 self.assertFalse(re.search(r'tcp:5566.+tcp:6655', msg))
159 self.assertTrue(re.search(r'tcp:5566.+tcp:6677', msg))
181 self.assertTrue(re.search(r'tcp:5566.+tcp:6655', msg))
184 self.assertTrue(re.search(r'tcp:5566.+tcp:6655', msg))
185 self.assertTrue(re.search(r'tcp:7788.+tcp:8877', msg))
188 self.assertFalse(re.search(r'tcp:5566.+tcp:6655', msg))
189 self.assertTrue(re.search(r'tcp:7788.+tcp:8877', msg)
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 38 // set search's onkeyup handler here so we can show suggestions
39 // even while search results are visible
42 // set up the search close button
43 $('.search .close').click(function() {
47 $("#search-container").removeClass('active');
52 $('.search').click(function() {
85 //Set up search
87 $("#search-container").addClass('active');
89 $("#search-container").mouseover(function() {
90 $("#search-container").addClass('active')
    [all...]
  /external/autotest/client/cros/
power_utils.py 35 if re.search(r'Intel.*Atom.*[NZ][2-6]', cpuinfo):
37 if re.search(r'Intel.*Celeron.*N2[89][0-9][0-9]', cpuinfo):
39 if re.search(r'Intel.*Celeron.*N3[0-9][0-9][0-9]', cpuinfo):
41 if re.search(r'Intel.*Celeron.*[0-9]{3,4}', cpuinfo):
43 if re.search(r'Intel.*Core.*i[357]-[234][0-9][0-9][0-9]', cpuinfo):
  /external/markdown/markdown/
blockprocessors.py 222 return bool(self.RE.search(block))
226 m = self.RE.search(block)
337 return bool(self.RE.search(block))
341 m = self.RE.search(block)
394 return bool(self.SEARCH_RE.search(block))
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 210 search(graph->getRoot(), preorder, seq);
220 void search(Graph::Node *node, const bool preorder, const int sequence) function in class:nv50_ir::DFSIterator
227 search(ei.getNode(), preorder, sequence);
269 search(graph->getRoot(), graph->nextSequence());
284 void search(Graph::Node *node, const int sequence) function in class:nv50_ir::CFGIterator
  /external/skia/
PRESUBMIT.py 156 if not re.search(copyright_pattern, contents):
315 match = re.search(r'^TBR=(.*)$', issue_properties['description'], re.M)
385 if not re.search(r'^GOLD_TRYBOT_URL=', new_description, re.M | re.I):
395 if all_docs_changes and not re.search(
405 if atleast_one_docs_change and not re.search(
419 if not re.search(
427 if not re.search(
434 if not re.search(
473 match = re.search(r'^CQ_EXTRA_TRYBOTS=(.*)$', description, re.M | re.I)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 37 import static org.eclipse.jdt.core.search.IJavaSearchConstants.REFERENCES;
71 import org.eclipse.jdt.core.search.IJavaSearchScope;
72 import org.eclipse.jdt.core.search.SearchEngine;
73 import org.eclipse.jdt.core.search.SearchMatch;
74 import org.eclipse.jdt.core.search.SearchParticipant;
75 import org.eclipse.jdt.core.search.SearchPattern;
76 import org.eclipse.jdt.core.search.SearchRequestor;
151 // Get activity parent. Also search the meta-data for parent info.
225 * The maximum number of milliseconds to search for an activity in the codebase when
664 // Search for which java classes call setContentView(R.layout.layoutname)
676 search(requestor, javaProject, pattern); method
818 search(requestor, javaProject, pattern); method
836 private static void search(SearchRequestor requestor, IJavaProject javaProject, method in class:ManifestInfo
    [all...]
  /external/blktrace/
blkiomon.c 175 static struct dstat *blkiomon_find_dstat(struct rb_search *search, __u32 device)
193 search->node_ptr = p;
194 search->parent = parent;
201 struct rb_search search; local
205 dstat = blkiomon_find_dstat(&search, device);
215 rb_link_node(&dstat->node, search.parent, search.node_ptr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 40 import org.eclipse.jdt.core.search.IJavaSearchConstants;
41 import org.eclipse.jdt.core.search.SearchEngine;
42 import org.eclipse.jdt.core.search.SearchMatch;
43 import org.eclipse.jdt.core.search.SearchParticipant;
44 import org.eclipse.jdt.core.search.SearchPattern;
45 import org.eclipse.jdt.core.search.SearchRequestor;
86 * <li> A search, either by filename/line number, or for fqmn might provide only 1 result.
87 * In such a case, just open that result. Give preference to the file name/line # search
89 * <li> The search might not provide any results. e.g, the method name may be of the form
91 * such a case, if the fileName:lineNumber argument is available, a search for tha
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 1406 Header, Login, Nav-X, Search
1443 .search {
1448 .search .bottom, .search .left, .search .right {
1452 .search .bottom {
1458 .search .left, .search .right {
1462 .search .left { top: 19px; left: 0 }
1463 .search .right { top: 19px; right: 0
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js 13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest
35 // load json file for JD doc search suggestions
37 // load json file for Android API search suggestions
57 // setup keyboard listener for search shortcut
84 // set up the search close button
85 $('.search .close').click(function() {
89 $("#search-container").removeClass('active');
122 //Set up search
124 $("#search-container").addClass('active');
126 $("#search-container").mouseover(function()
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 12 var GOOGLE_DATA; // combined data for google service apis, used for search suggest
20 // load json file for Android API search suggestions
61 // set search's onkeyup handler here so we can show suggestions
62 // even while search results are visible
65 // set up the search close button
66 $('.search .close').click(function() {
70 $("#search-container").removeClass('active');
75 $('.search').click(function() {
108 //Set up search
110 $("#search-container").addClass('active')
    [all...]
  /external/curl/packages/vms/
compare_curl_source.com 137 $ if f$search("src_root1:[000000]curl.dir") .eqs. ""
153 $ if f$search("vms_root1:[000000]curl.dir") .eqs. ""
188 $ ref_spec = f$search("''ref'...]*.*;",1)
227 $ wrk_chk = f$search(wrk_spec, 0)
313 $ ref_spec = f$search("''wrk'...]*.*;")
340 $ wrk_chk = f$search(wrk_spec, 0)
  /system/sepolicy/
system_server.te 15 # We need search on top level directories so that we can get to the files
16 allow system_server user_profile_data_file:dir search;
18 allow system_server user_profile_foreign_dex_data_file:dir { add_name open read write search remove_name };
190 allow system_server sysfs_thermal:dir search;
285 allow system_server { system_app_data_file bluetooth_data_file nfc_data_file radio_data_file shell_data_file app_data_file autoplay_data_file }:dir { getattr read search };
424 allow system_server sysfs_zram:dir search;
465 # Allow system server to search and write to the persistent factory reset
467 allow system_server block_device:dir search;
477 allow system_server { mnt_user_file storage_file }:dir { getattr search };
482 allow system_server sdcard_type:dir { getattr search };
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/css/
default.css     [all...]
  /build/tools/droiddoc/templates-sdk/
customizations.cs 483 <div class="dac-header-search" id="search-container">
484 <div class="dac-header-search-inner">
485 <div class="dac-sprite dac-search dac-header-search-btn" id="search-btn"></div>
486 <form class="dac-header-search-form" onsubmit="return submit_search()">
491 class="dac-header-search-input" placeholder="Search" />
492 <a class="dac-header-search-close hide" id="search-close">close</a
    [all...]
  /build/tools/droiddoc/templates-sdk-refonly/
customizations.cs 483 <div class="dac-header-search" id="search-container">
484 <div class="dac-header-search-inner">
485 <div class="dac-sprite dac-search dac-header-search-btn" id="search-btn"></div>
486 <form class="dac-header-search-form" onsubmit="return submit_search()">
491 class="dac-header-search-input" placeholder="Search" />
492 <a class="dac-header-search-close hide" id="search-close">close</a
    [all...]

Completed in 924 milliseconds

<<11121314151617181920>>