HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 176 - 200 of 479) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragment.java 75 /** Whether or not to enable Reply/ReplyAll and Forward buttons */
116 /** Called when the forward button is pressed. */
216 mForwardButton = UiUtilities.getViewOrNull(view, R.id.forward);
308 // Disable forward/reply buttons as necessary.
399 case R.id.forward:
451 case R.id.forward:
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasOutboxService.java 74 // This is a smart forward email
163 // If we're using smart reply/forward, we need info about the original message
280 // First, we need to get the id of the reply/forward message
302 // a smart reply or a smart forward
342 boolean forward = (flags & Message.FLAG_TYPE_FORWARD) != 0;
348 if (includeQuotedText && (reply || forward)) {
356 if (forward && ((mAccount.mFlags & Account.FLAGS_SUPPORTS_SMART_FORWARD) == 0)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
535 std::forward<_Args>(__args)...);
551 std::forward<_Args>(__args)...);
forward_list.h 106 _M_value(std::forward<_Args>(__args)...) { }
252 * @brief Forward list iterator equality comparison.
261 * @brief Forward list iterator inequality comparison.
349 std::forward<_Args>(__args)...);
778 * with Tp(std::forward<Args>(args)...) at the front of the list
787 std::forward<_Args>(__args)...); }
834 * with T(std::forward<Args>(args)...) after the specified
843 std::forward<_Args>(__args)...)); }
    [all...]
stl_stack.h 196 { c.emplace_back(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
535 std::forward<_Args>(__args)...);
551 std::forward<_Args>(__args)...);
forward_list.h 106 _M_value(std::forward<_Args>(__args)...) { }
252 * @brief Forward list iterator equality comparison.
261 * @brief Forward list iterator inequality comparison.
349 std::forward<_Args>(__args)...);
778 * with Tp(std::forward<Args>(args)...) at the front of the list
787 std::forward<_Args>(__args)...); }
834 * with T(std::forward<Args>(args)...) after the specified
843 std::forward<_Args>(__args)...)); }
    [all...]
stl_stack.h 196 { c.emplace_back(std::forward<_Args>(__args)...); }
  /external/chromium/base/win/
pe_image.h 35 // function is the actual address of the symbol. If forward is not null, it
36 // contains the dll and symbol to forward this export to. cookie is the value
41 LPCSTR forward, PVOID cookie);
144 // the string that describes the forward.
  /external/icu4c/common/
utext.cpp 34 utext_access(UText *ut, int64_t index, UBool forward) {
35 return ut->pFuncs->access(ut, index, forward);
107 // Access the new position. Assume a forward iteration from here,
207 // Because we must maintain the iteration position, we need to switch forward
    [all...]
  /external/quake/quake/src/QW/client/
mathlib.c 290 void AngleVectors (vec3_t angles, vec3_t forward, vec3_t right, vec3_t up)
305 forward[0] = cp*cy;
306 forward[1] = cp*sy;
307 forward[2] = -sp;
  /external/quake/quake/src/WinQuake/
mathlib.cpp 292 void AngleVectors (vec3_t angles, vec3_t forward, vec3_t right, vec3_t up)
307 forward[0] = cp*cy;
308 forward[1] = cp*sy;
309 forward[2] = -sp;
  /external/srec/srec/cfront/
sp_fft.c 331 unsigned forward, reverse, *tbl; local
339 forward = 1;
345 if (forward & j) tbl[j] |= reverse;
348 forward <<= 1;
  /external/webkit/Source/WebCore/css/
mediaControlsQt.css 207 audio::-webkit-media-controls-seek-forward-button {
211 video::-webkit-media-controls-seek-forward-button {
mediaControlsQuickTime.css 130 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.mm 88 - (PDFSelection *)_nextMatchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection;
597 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag
599 return [self searchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag startInSelection:NO];
604 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag startInSelection:(BOOL)startInSelection
606 PDFSelection *selection = [self _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelection:startInSelection];
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.h 112 void forward();
qwebview.h 116 void forward();
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackActivity.java 149 mForward = (Button) findViewById(R.id.forward);
  /gdk/samples/quake/jni/
mathlib.cpp 292 void AngleVectors (vec3_t angles, vec3_t forward, vec3_t right, vec3_t up)
307 forward[0] = cp*cy;
308 forward[1] = cp*sy;
309 forward[2] = -sp;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_stack.h 193 { c.emplace_back(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 169 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 171 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pool_allocator.h 171 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_stack.h 193 { c.emplace_back(std::forward<_Args>(__args)...); }

Completed in 3225 milliseconds

1 2 3 4 5 6 78 91011>>