HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 101 - 125 of 210) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 84 // Select the initial view based on the current URL.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
slide_mode.js 287 this.select(Math.max(0, this.getSelectedIndex()));
442 SlideMode.prototype.select = function(index, opt_slideHint) {
553 // There is the next item, select it.
559 this.select(event.index);
562 this.select(event.index - 1); // Select the new last index.
622 * Select the next item.
626 this.select(this.getNextSelectedIndex_(direction), direction);
630 * Select the first item.
633 this.select(0)
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 287 this.select(Math.max(0, this.getSelectedIndex()));
442 SlideMode.prototype.select = function(index, opt_slideHint) {
553 // There is the next item, select it.
559 this.select(event.index);
562 this.select(event.index - 1); // Select the new last index.
622 * Select the next item.
626 this.select(this.getNextSelectedIndex_(direction), direction);
630 * Select the first item.
633 this.select(0)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 379 case Instruction::Select:
    [all...]
  /ndk/build/core/
setup-toolchain.mk 52 # Select the last toolchain from the sorted list.
53 # For now, this is enough to select by default gcc4.6 for 32-bit, and 4.9 for 64-bit, the the
213 $(call ndk-stl-select,$(NDK_APP_STL))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 185 struct gl_selection Select;
802 save->Select = ctx->Select; /* struct copy */
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 185 struct gl_selection Select;
802 save->Select = ctx->Select; /* struct copy */
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 67 ** LIMIT clause of a SELECT statement.
163 create_table_args ::= AS select(S). {
386 cmd ::= createkw(X) temp(T) VIEW ifnotexists(E) nm(Y) dbnm(Z) AS select(S). {
394 //////////////////////// The SELECT statement /////////////////////////////////
396 cmd ::= select(X). {
402 %type select {Select*}
403 %destructor select {sqlite3SelectDelete(pParse->db, $$);}
404 %type oneselect {Select*}
407 select(A) ::= oneselect(X). {A = X;
    [all...]
build.c     [all...]
fkey.c     [all...]
  /build/tools/droiddoc/templates-sac/
customizations.cs 216 <div class="select-wrapper">
217 <select id="apiLevelSelector">
219 </select>
266 <p style="padding:10px">Select a package to view its members</p><?cs
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 459 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) {
519 const uint32_t pred = Select(top[0], left, top[-1]);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
audio_player.js 200 * Select a new track to play.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
navigation_list.js 402 // (1) Select the nearest shortcut directory.
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 442 case Instruction::Select:
745 case Instruction::Select: {
    [all...]
  /external/webp/src/dsp/
lossless.c 459 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) {
519 const uint32_t pred = Select(top[0], left, top[-1]);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 342 \texttt{--verbose}\\Select Verbose Output}
511 \texttt{--verbose}\\Select Verbose Output}
  /external/chromium_org/ui/views/controls/table/
table_view.cc 188 void TableView::Select(int model_row) {
444 // If the selection was empty and is no longer empty select the same visual
852 bool select,
856 if (select)
  /external/llvm/lib/AsmParser/
LLLexer.cpp 723 INSTKEYWORD(select, Select);
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 944 case Instruction::Select:
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 853 void CFX_ListCtrl::Select(FX_INT32 nItemIndex)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 623 def Select(self, table, columns, conditions={}):
624 """Select(table, columns, conditions) - retrieve specific row data
649 """__Select() - Used to implement Select and Delete (above)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 623 def Select(self, table, columns, conditions={}):
624 """Select(table, columns, conditions) - retrieve specific row data
649 """__Select() - Used to implement Select and Delete (above)

Completed in 1826 milliseconds

1 2 3 45 6 7 8 9