/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
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/Dialer/java/com/android/voicemail/impl/mail/store/ |
ImapFolder.java | 153 // S: * SEARCH 2 3 6 156 if (!response.isDataResponse(0, ImapConstants.SEARCH)) { 159 // Found SEARCH response data 180 VvmLog.d(TAG, "ImapException in search: " + searchCriteria, me); 183 VvmLog.d(TAG, "IOException in search: " + searchCriteria, ioe);
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
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...] |
/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...] |
/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...] |
AbstractActivityController.java | 292 /** The compose button floating over the conversation/search lists */ 405 * The fake folder of search results for a term. When we search for a term, 453 /** Code returned from voice search intent */ 467 /** True if we have results from a search query */ [all...] |
/external/curl/tests/ |
ftpserver.pl | 633 'SEARCH' => \&SEARCH_imap, [all...] |
/external/mesa3d/include/GL/ |
vms_x_fix.h | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
AllInOneActivity.java | [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
request_test.go | 26 req.URL, _ = url.Parse("http://www.google.com/search?q=foo&q=bar") 33 req, _ := NewRequest("POST", "http://www.google.com/search?q=foo&q=bar&both=x&prio=1&orphan=nope&empty=not", 72 req, _ := NewRequest(method, "http://www.google.com/search", 118 nilBody, _ := NewRequest("POST", "http://www.google.com/search?q=foo", nil) 671 req, err := ReadRequest(bufio.NewReader(strings.NewReader("M-SEARCH * HTTP/1.1\r\n\r\n")))
|
request.go | [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
request_test.go | 26 req.URL, _ = url.Parse("http://www.google.com/search?q=foo&q=bar") 33 req, _ := NewRequest("POST", "http://www.google.com/search?q=foo&q=bar&both=x&prio=1&orphan=nope&empty=not", 72 req, _ := NewRequest(method, "http://www.google.com/search", 118 nilBody, _ := NewRequest("POST", "http://www.google.com/search?q=foo", nil) 671 req, err := ReadRequest(bufio.NewReader(strings.NewReader("M-SEARCH * HTTP/1.1\r\n\r\n")))
|
request.go | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
bfin-parse.y | 469 %token EXTRACT DEPOSIT EXPADJ SEARCH 880 | LPAREN REG COMMA REG RPAREN ASSIGN SEARCH REG LPAREN searchmod RPAREN 887 notethat ("dsp32alu: (dregs , dregs ) = SEARCH dregs (searchmod)\n"); [all...] |
/build/make/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...] |
/prebuilts/misc/common/droiddriver/ |
droiddriver-1.0.0-BETA1.jar | |
droiddriver-0.9.jar | |
/packages/apps/Email/provider_src/com/android/email/provider/ |
EmailProvider.java | [all...] |
/build/make/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...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |