Searched refs:back (Results 1 - 25 of 685) sorted by last modified time

1234567891011>>

/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.cc31 DestroyHandle(handles_.back());
/external/zlib/src/contrib/masmx64/
H A Dinffasx64.asm209 mov rsi, r8 ; /* move in back to %rsi, toss from */
214 mov rsi, r8 ; /* move in back to %rsi, toss from */
342 mov rsi, r8 ; /* move in back to %esi, toss from */
367 ; /* put in, out, bits, and hold back into ar and pop esp */
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm95 db 'invalid distance too far back'
/external/zlib/src/contrib/pascal/
H A Dexample.pas304 (* Switch back to compressing mode: *)
/external/zlib/src/examples/
H A Dgzlog.c122 one byte back from the block length.
134 - First stored block start as the number of bits back from the final stored
140 they are different, the numbers of bits back is known to be eight.) This
204 back, crc's, and lengths, and mark foo.gz as in process for a replacement
248 jmp_buf gzlog_jump; /* where to go back to */
295 int back; /* location of first block id in bits back from first */ member in struct:log
325 5 /* op is NO_OP, last bit 8 bits back */
427 log->back = 3 + (buf[HEAD + 34] & 7);
449 ext[34] = log->back
464 int back, len, mask; local
[all...]
/external/zlib/src/
H A Dinflate.c33 * - Remove bit fields--back to byte structure for speed
53 * source file infback.c to provide a call-back interface to inflate for
123 state->back = -1;
1026 state->back = -1;
1029 state->back = 0;
1044 state->back += last.bits;
1047 state->back += here.bits;
1058 state->back = -1;
1074 state->back += state->extra;
1094 state->back
[all...]
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp346 EditCommandStack::iterator back = --m_undoStack.end(); local
347 RefPtr<EditCommand> command(*back);
348 m_undoStack.remove(back);
350 // unapply will call us back to push this command onto the redo stack.
357 EditCommandStack::iterator back = --m_redoStack.end(); local
358 RefPtr<EditCommand> command(*back);
359 m_redoStack.remove(back);
364 // reapply will call us back to push this command onto the undo stack.
498 // On OS X, we pipe these back to the browser, so that it can do menu item
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp456 // right, as it falls back to the last cursor set by
669 void QGraphicsWebView::back() function in class:QGraphicsWebView
679 \sa back()
H A Dqgraphicswebview.h111 void back();
H A Dqwebhistory.cpp223 into those that can be visited by navigating \e back and \e forward using the
224 back() and forward() functions. The current item can be obtained by calling
228 A list of items describing the pages that can be visited by going back can be
363 corresponding page; i.e., goes back one history item.
367 void QWebHistory::back() function in class:QWebHistory
379 \sa back(), goToItem()
392 \sa back(), forward()
H A Dqwebhistory.h83 void back();
H A Dqwebview.cpp848 // right, as it falls back to the last cursor set by
905 void QWebView::back() function in class:QWebView
919 \sa back(), pageAction()
H A Dqwebview.h115 void back();
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h110 Q_PROPERTY(QAction* back READ backAction CONSTANT)
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp51 void back();
118 * Check QWebHistory::back() method
120 void tst_QWebHistory::back() function in class:tst_QWebHistory
124 hist->back();
128 hist->back();
139 hist->back();
173 hist->back();
175 hist->back();
239 hist->back();
241 hist->back();
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp493 m_page->history()->back();
/external/webkit/Source/WebKit/qt/tests/qwebview/
H A Dtst_qwebview.cpp503 view.back();
/external/webkit/Source/WebKit/wx/
H A DWebBrowserShell.cpp151 wxBitmap back = wxArtProvider::GetBitmap(wxART_GO_BACK, wxART_TOOLBAR, wxSize(32,32)); local
152 toolbar->AddTool(ID_BACK, back, wxT("Back"));
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.cpp144 void QGraphicsWKView::back() function in class:QGraphicsWKView
H A Dqgraphicswkview.h67 void back();
/external/webkit/Tools/DumpRenderTree/gtk/fonts/
H A Dfonts.conf96 fall back to the default serif font -->
140 and "Monaco" (all monospace fonts) don't fall back to the default
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm163 # The option has already been removed from @ARGV. To put it back,
639 been removed from @ARGV. To put it back, you can say:
700 =back
727 =back
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DIntermTraverse.cpp165 if(*sit != sequence.back())
H A DOutputHLSL.cpp1067 if (*sit != sequence.back())

Completed in 325 milliseconds

1234567891011>>