Searched refs:move (Results 1 - 25 of 437) sorted by path

1234567891011>>

/external/aac/libSBRenc/src/
H A Dmh_det.cpp304 INT move)
313 diff(pQuotaBuffer[est+move],
314 tonalityDiff[est+move],
319 calculateFlatnessMeasure(pQuotaBuffer[est+ move],
321 pSfmOrig[est + move],
322 pSfmSbr[est + move],
1074 INT move = h_sbrMHDet->move; local
1090 FDK_ASSERT(move<=(MAX_NO_OF_ESTIMATES>>1));
1137 move);
296 calculateDetectorInput(FIXP_DBL **RESTRICT pQuotaBuffer, SCHAR *RESTRICT indexVector, FIXP_DBL **RESTRICT tonalityDiff, FIXP_DBL **RESTRICT pSfmOrig, FIXP_DBL **RESTRICT pSfmSbr, const UCHAR *freqBandTable, INT nSfb, INT noEstPerFrame, INT move) argument
1230 FDKsbrEnc_InitSbrMissingHarmonicsDetector( HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMHDet, INT sampleFreq, INT frameSize, INT nSfb, INT qmfNoChannels, INT totNoEst, INT move, INT noEstPerFrame, UINT sbrSyntaxFlags ) argument
[all...]
H A Dmh_det.h139 INT move; member in struct:__anon245
184 INT move,
H A Dton_corr.cpp131 INT move = hTonCorr->move; local
162 for(i = 0 ; i < move; i++){
167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL));
734 hTonCorr->move = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* Number of estimates to move when buffering.*/
786 hTonCorr->move,
H A Dton_corr.h124 INT move; /*!< How many estimates to move in the quotaMatrix, when buffering. */ member in struct:__anon269
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as574 input.consume(); // move past ttype token as if all were ok
H A DDFA.as97 var snext:int = transition[s][c-min[s]]; // move to next state
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as71 * and child isNil then you can decide it is ok to move children to t via
82 /** If oldRoot is a nil root, just copy or move the children to newRoot.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas743 // move head to index N
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas313 /// I try to detect those declarations and move them to the routine header
786 // but being careful not to move items if their bucket is between
788 // We move the item at index into the gap, whereupon the new gap is
H A DAntlr.Runtime.Tree.pas120 /// can decide it is ok to move children to t via t.children = child.children;
128 /// if it's not ok to move children to t with a simple assignment.
134 /// If oldRoot is a nil root, just copy or move the children to newRoot.
204 /// If oldRoot is a nil root, just copy or move the children to newRoot.
3538 // adding 2nd element, move to list
3630 Inc(FCursor); // move cursor even for single element list
4284 FTokenType := FTokenizer.NextToken; // move to ID following colon
4920 Inc(FCurrentChildIndex); // move to next child
H A DAntlr.Runtime.pas147 /// will use seek to move backwards such as when backtracking.
841 /// TODO: move to a utility class or something; weird having lexer call this
1634 /// move through the input stream. Indexed from 1..markDepth.
4654 Input.Consume; // move past ttype token as if all were ok
5167 SNext := FTransition[S,Integer(C) - Integer(FMin[S])]; // move to next state
6242 Inc(I); // move to next token
/external/astl/include/
H A Dchar_traits.h72 static char* move(char* lhs, const char* rhs, size_t n) function in struct:std::char_traits
/external/chromium/base/
H A Dstring16.h97 static char_type* move(char_type* s1, const char_type* s2, int_type n) { function in struct:base::string16_char_traits
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_utils.cc225 int move = ui::DragDropTypes::DRAG_MOVE; local
227 move = 0;
229 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
231 return ui::DragDropTypes::DRAG_COPY | move;
248 // User is dragging from this profile: move.
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc52 // Included for views::kReflectedMessage - TODO(beng): move this to win_util.h!
314 // No SWP_NOREDRAW as autofill popups can move and the underneath window
353 const WebPluginGeometry& move = plugin_window_moves[i]; local
354 HWND window = move.window;
375 // The renderer should only be trying to move windows that are children
381 // We move the intermediate parent window which doesn't result in cross-
386 if (move.visible)
391 if (move.rects_valid) {
392 HRGN hrgn = ::CreateRectRgn(move.clip_rect.x(),
393 move
[all...]
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.css78 cursor: move;
188 /* when dragged over we move this */
/external/chromium/chrome/browser/resources/ntp4/
H A Dmost_visited_page.css59 cursor: move;
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc113 // borders, our top area is shrunk by 1 px to make it easier to move the window
631 bool move) {
637 if (move)
1554 bool move = browser_->bounds_overridden() && !popup_without_position; local
1555 SetBoundsImpl(bounds, !is_popup, move);
2101 // We want to start a move when the user single clicks, but not start a
2102 // move when the user double clicks. However, a double click sends the
629 SetBoundsImpl(const gfx::Rect& bounds, bool exterior, bool move) argument
H A Dbrowser_window_gtk.h293 // If |move| is true, set the position of the window, otherwise leave the
295 void SetBoundsImpl(const gfx::Rect& bounds, bool exterior, bool move);
368 // Mouse move and mouse button press callbacks.
/external/chromium/googleurl/base/
H A Dstring16.h110 static char_type* move(char_type* s1, const char_type* s2, int_type n) { function in struct:base::string16_char_traits
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp5 namespace move { namespace
7 Const(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be const}}
8 Const& operator=(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be const}}
12 Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be volatile}}
13 Volatile& operator=(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be volatile}}
17 AssignmentRet1&& operator=(AssignmentRet1&&) = default; // expected-error {{explicitly-defaulted move assignment operator must return 'move::AssignmentRet1 &'}}
21 const AssignmentRet2& operator=(AssignmentRet2&&) = default; // expected-error {{explicitly-defaulted move assignment operator must return 'move::AssignmentRet2 &'}}
25 ConstAssignment& operator=(ConstAssignment&&) const = default; // expected-error {{an explicitly-defaulted move assignmen
[all...]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp19.cpp8 template<typename T> T &&move(T&);
19 lambda1 = move(lambda1);
26 decltype(lambda1) lambda5 = move(lambda1);
27 decltype(lambda1) lambda6(move(lambda1));
/external/clang/test/CodeGenCXX/
H A Drvalue-references.cpp89 int &&move(int&);
102 B::B(int i) : a(move(i)) {}
/external/clang/test/SemaCXX/
H A Dcast-conversion.cpp12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
H A Dconstexpr-turing.cpp30 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } function
36 run(tm, move(update(tape, tm[state][tape.val].tape),

Completed in 347 milliseconds

1234567891011>>