/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
parallel3.s | 92 (R0, R1) = search R2 (lt)|| r2 = [p0+4]; 93 (r6, r7) = Search r0 (LE)|| r5 = [p0--]; 94 (r3, r6) = SEARCH r1 (Gt)|| r0 = [p0+20]; 95 (r4, R5) = sEARch r3 (gE)|| r1 = [p0++];
|
vector.s | 128 (R0, R1) = search R2 (lt); 129 (r6, r7) = Search r0 (LE); 130 (r3, r6) = SEARCH r1 (Gt); 131 (r4, R5) = sEARch r3 (gE);
|
vector2.s | 639 (r1,r0) = SEARCH R2 (LE) || R2=[P0++]; 640 /* search for the last minimum in all but the 642 (r1,r0) = SEARCH R2 (LE);
|
vector2.d | 449 6e4: 0d cc 50 c0 \(R1, R0\) = SEARCH R2 \(LE\) \|\| R2 = \[P0\+\+\] \|\| NOP; 451 6ec: 0d c4 50 c0 \(R1, R0\) = SEARCH R2 \(LE\);
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Folder.java | 507 * Construct a folder that queries for search results. Do not call on the UI 747 * Returns {@code true} if this folder is a search folder. 750 return isType(FolderType.SEARCH); 842 } else if (isType(FolderType.SEARCH)) { 843 desc = "search"; [all...] |
UIProvider.java | 279 * Whether the server supports constraining search to a single folder. Requires 433 * This string column contains the content provider uri that can be queried for search [all...] |
/packages/apps/Music/src/com/android/music/ |
TrackBrowserActivity.java | 77 private static final int SEARCH = CHILD_MENU_BASE + 6; 667 // only add the 'search' menu if the selected item is music 669 menu.add(0, SEARCH, 0, R.string.search_title); 739 case SEARCH: [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
PeopleActivity.java | 145 * Showing a list of Contacts. Also used for showing search results in search mode. 561 Logger.logScreenView(this, ScreenType.SEARCH); 619 // No smooth scrolling if quitting from the search/selection mode. 684 // Make sure not in the search mode, in which case position != TabState.ordinal(). 699 * In search mode, we always show the "all" fragment, and disable the swipe. We change the 738 return 0; // Only 1 page in search mode 762 "are in search mode"); [all...] |
/build/tools/droiddoc/templates-sdk/components/ |
masthead.cs | 118 # ADD SEARCH AND MENU ?><?cs
|
/build/tools/droiddoc/templates-sdk-dev/components/ |
masthead.cs | 118 # ADD SEARCH AND MENU ?><?cs
|
/prebuilts/devtools/tools/lib/ |
chimpchat.jar | |
/prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/ |
chimpchat-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/ |
chimpchat-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/ |
chimpchat-25.0.0-alpha1.jar | |
/toolchain/binutils/binutils-2.25/gas/config/ |
bfin-lex.l | 72 [sS][eE][aA][rR][cC][hH] return SEARCH;
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/ |
ImapFolder.java | 157 // S: * SEARCH 2 3 6 160 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { 163 // Found SEARCH response data 185 LogUtils.d(TAG, "ImapException in search: " + searchCriteria, me); 188 LogUtils.d(TAG, "IOException in search: " + searchCriteria, ioe);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 174 mSearch = new Text(container, SWT.SEARCH | SWT.ICON_CANCEL | SWT.ICON_SEARCH); 178 // Grab the Enter key such that pressing return in the search box filters (instead 188 // Allow moving from the search into the table 535 // Cancel the search
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLFunctionTraceViewer.java | 445 mFilterText = new Text(c, SWT.BORDER | SWT.ICON_SEARCH | SWT.SEARCH | SWT.ICON_CANCEL); [all...] |
/external/zlib/src/ |
make_vms.com | 18 $! subdir path, update module search in makefile.in 74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 132 $ if f$search(fname) .eqs. "" 171 $ if f$search("''th'") .nes. "" then delete 'th';* 177 $ if (f$search( "example.obj;*") .nes. "") then delete example.obj;* 178 $ if (f$search( "minigzip.obj;*") .nes. "") then delete minigzip.obj;* 263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit 276 $ AFile = F$Search(File) 383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "") 384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "" [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
request_test.go | 27 req.URL, _ = url.Parse("http://www.google.com/search?q=foo&q=bar") 34 req, _ := NewRequest("POST", "http://www.google.com/search?q=foo&q=bar&both=x&prio=1&empty=not", 65 req, _ := NewRequest("PATCH", "http://www.google.com/search?q=foo&q=bar&both=x&prio=1&empty=not", 128 nilBody, _ := NewRequest("POST", "http://www.google.com/search?q=foo", nil) 535 req, err := ReadRequest(bufio.NewReader(strings.NewReader("M-SEARCH * HTTP/1.1\r\n\r\n")))
|
/prebuilts/go/linux-x86/src/net/http/ |
request_test.go | 27 req.URL, _ = url.Parse("http://www.google.com/search?q=foo&q=bar") 34 req, _ := NewRequest("POST", "http://www.google.com/search?q=foo&q=bar&both=x&prio=1&empty=not", 65 req, _ := NewRequest("PATCH", "http://www.google.com/search?q=foo&q=bar&both=x&prio=1&empty=not", 128 nilBody, _ := NewRequest("POST", "http://www.google.com/search?q=foo", nil) 535 req, err := ReadRequest(bufio.NewReader(strings.NewReader("M-SEARCH * HTTP/1.1\r\n\r\n")))
|
/packages/apps/Email/provider_src/com/android/email/mail/store/ |
ImapFolder.java | 322 // Do the search(es) ... 382 // S: * SEARCH 2 3 6 385 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { 388 // Found SEARCH response data 425 LogUtils.d(Logging.LOG_TAG, me, "ImapException in search: " + searchCriteria); 432 LogUtils.d(Logging.LOG_TAG, ioe, "IOException in search: " + searchCriteria); 465 * Retrieve messages based on search parameters. We search FROM, TO, CC, SUBJECT, and BODY 466 * We send: SEARCH OR FROM "foo" (OR TO "foo" (OR CC "foo" (OR SUBJECT "foo" BODY "foo"))), but [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderListFragment.java | [all...] |
/external/curl/tests/ |
ftpserver.pl | 633 'SEARCH' => \&SEARCH_imap, [all...] |
/external/mesa3d/include/GL/ |
vms_x_fix.h | [all...] |