HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 424 // If there is a select popup open, close it as the user is clicking on
426 // click on the select element from immediately reopening the popup.
471 // That click triggered a select popup which is the same as the one that
472 // was showing before the click. It means the user clicked the select
474 // immediately reopened the select popup. It needs to be closed.
592 // Give any select popup a chance at consuming the key event.
902 if (popupContainer->popupType() == WebCore::PopupContainer::Select) {
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 342 \texttt{--verbose}\\Select Verbose Output}
511 \texttt{--verbose}\\Select Verbose Output}
  /external/llvm/lib/AsmParser/
LLLexer.cpp 637 INSTKEYWORD(select, Select);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 368 case Instruction::Select:
    [all...]
InstCombineCompares.cpp     [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 119 // Sets the index of the option that is displayed in the <select> widget in the page
183 // Select an index in the list, scrolling if necessary.
186 // Accepts the selected index as the value to be displayed in the <select> widget on
252 // A list of the options contained within the <select>
255 // The <select> PopupMenuClient that opened us.
439 // popupWidth is the width of <select> element. Record it before resize frame.
446 // of dropdown box should be aligned with the right edge of <select> element box,
545 // The rect is the size of the select box. It's usually larger than we need.
547 // exactly the same width as the select box.
560 // Move it below the select widget
    [all...]
  /external/sqlite/dist/
sqlite3.c 120 ** * Terms in the result set of a SELECT statement
121 ** * Terms in the GROUP BY or ORDER BY clauses of a SELECT statement.
160 ** The maximum number of terms in a compound SELECT statement.
161 ** The code generator for compound SELECT statements does one
165 ** any limit on the number of terms in a compount SELECT.
    [all...]
sqlite3.c.orig 116 ** * Terms in the result set of a SELECT statement
117 ** * Terms in the GROUP BY or ORDER BY clauses of a SELECT statement.
156 ** The maximum number of terms in a compound SELECT statement.
157 ** The code generator for compound SELECT statements does one
161 ** any limit on the number of terms in a compount SELECT.
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 860 case Instruction::Select: Out << "getSelect("; break;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 142 /// ISel - X86 specific code to select X86 machine instructions for
190 SDNode *Select(SDNode *N);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 353 // Now we can select a tree item.
356 // If we do not have a hash select first item in the tree.
856 // TODO(arv): Select the newly dropped items.
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 874 // If this select returns a struct, just mark the result overdefined.
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 29 // Create the view which displays events lists, and lets you select, filter
167 // Select the initial view based on the current URL.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 190 | Select
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 56 /// ARMDAGToDAGISel - ARM specific code to select ARM machine
92 SDNode *Select(SDNode *N);
208 /// SelectVLD - Select NEON load intrinsics. NumVecs should be
216 /// SelectVST - Select NEON store intrinsics. NumVecs should
224 /// SelectVLDSTLane - Select NEON load/store lane intrinsics. NumVecs should
231 /// SelectVLDDup - Select NEON load-duplicate intrinsics. NumVecs
237 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
242 /// SelectV6T2BitfieldExtractOp - Select SBFX/UBFX instructions for ARM.
245 /// SelectCMOVOp - Select CMOV instructions for ARM.
260 // Select special operations if node forms integer ABS patter
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 741 if (TrueVal->getOpcode() == Instruction::Select)
746 if (FalseVal->getOpcode() == Instruction::Select)
    [all...]
  /external/v8/benchmarks/
deltablue.js 623 * Select a previously unused mark value.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 617 * Select a previously unused mark value.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 617 * Select a previously unused mark value.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 617 * Select a previously unused mark value.
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 578 // Third, instruction select all of the operations to machine code, adding the
633 // Select target instructions for the DAG.
657 SDNode *ResNode = Select(Node);
659 // FIXME: This is pretty gross. 'Select' should be changed to not return
    [all...]

Completed in 962 milliseconds

1 23 4