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

1 2 3 4 5 67 8 9

  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
get.c     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 626 * Select a previously unused mark value.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 617 * Select a previously unused mark value.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 617 * Select a previously unused mark value.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 617 * Select a previously unused mark value.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
get.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c 439 static Bitmask exprSelectTableUsage(WhereMaskSet*, Select*);
466 static Bitmask exprSelectTableUsage(WhereMaskSet *pMaskSet, Select *pS){
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 623 * Select a previously unused mark value.
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 195 | Select
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 132 STATISTIC(NumFastIselFailSelect,"Fast isel fails on Select");
762 // Third, instruction select all of the operations to machine code, adding the
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 31 /// AArch64DAGToDAGISel - AArch64 specific code to select AArch64 machine
65 SDNode *Select(SDNode *Node) override;
225 /// SelectArithImmed - Select an immediate value that can be represented as
256 /// select it.
313 /// SelectShiftedRegister - Select a "shifted register" operand. If the value
430 /// is a lane in the upper half of a 128-bit vector. Recognize and select this
533 /// SelectArithExtendedRegister - Select a "extended register" operand. This
572 /// SelectAddrModeIndexed - Select a "register plus scaled unsigned 12-bit
634 /// SelectAddrModeUnscaled - Select a "register plus unscaled signed 9-bit
    [all...]
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 143 /// ISel - X86 specific code to select X86 machine instructions for
193 SDNode *Select(SDNode *N) override;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 436 case Instruction::Select:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 578 """ComboBox - an Entry field with a dropdown menu. The user can select a
698 """DirSelectBox - Motif style file select box.
717 """ExFileSelectBox - MS Windows style file select box.
718 It provides an convenient method for the user to select files.
753 navigate through the file system to select the desired directory.
775 """ExFileSelectDialog - MS Windows style file select dialog.
776 It provides an convenient method for the user to select files.
795 """ExFileSelectBox - Motif style file select box.
823 """FileSelectDialog - Motif style file select dialog.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 578 """ComboBox - an Entry field with a dropdown menu. The user can select a
698 """DirSelectBox - Motif style file select box.
717 """ExFileSelectBox - MS Windows style file select box.
718 It provides an convenient method for the user to select files.
753 navigate through the file system to select the desired directory.
775 """ExFileSelectDialog - MS Windows style file select dialog.
776 It provides an convenient method for the user to select files.
795 """ExFileSelectBox - Motif style file select box.
823 """FileSelectDialog - Motif style file select dialog.
    [all...]
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/
main.js 190 // If we do not have a hash, select first item in the tree.
715 // Select new item.
750 // After the list is loaded we should select the revealed item.
1034 * This function is used to select items after a user action such as paste, drop
1037 * @param {=string} opt_selectedTreeId If provided, then select that tree id.
1129 // Don't search top level, cannot select permanent nodes in search.
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 52 /// ARMDAGToDAGISel - ARM specific code to select ARM machine
90 SDNode *Select(SDNode *N) override;
214 /// SelectVLD - Select NEON load intrinsics. NumVecs should be
222 /// SelectVST - Select NEON store intrinsics. NumVecs should
230 /// SelectVLDSTLane - Select NEON load/store lane intrinsics. NumVecs should
237 /// SelectVLDDup - Select NEON load-duplicate intrinsics. NumVecs
243 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
248 /// SelectV6T2BitfieldExtractOp - Select SBFX/UBFX instructions for ARM.
251 // Select special operations if node forms integer ABS pattern
406 /// hasNoVMLxHazardUse - Return true if it's desirable to select a FP MLA / ML
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/chromium-trace/
script.js     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 282 /// ThreadBinOpOverSelect - In the case of a binary operation with a select
284 /// evaluating it on both branches of the select results in the same value.
296 assert(isa<SelectInst>(RHS) && "No select instruction operand!");
300 // Evaluate the BinOp on the true and false branches of the select.
322 // If applying the operation did not change the true and false select values,
323 // then the result of the binop is the select itself.
329 // For example, select (cond, X, X & Z) & Z -> X & Z.
354 /// ThreadCmpOverSelect - In the case of a comparison with a select instruction,
355 /// try to simplify the comparison by seeing whether both branches of the select
365 // Make sure the select is on the LHS
    [all...]

Completed in 1780 milliseconds

1 2 3 4 5 67 8 9