HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 255 int32_t nState; // 0:normal select -1:to deselect 1: to select
312 void Select(int32_t nItemIndex) override;
fx_edit.h 281 // if nStartChar == 0 and nEndChar == -1, select all the text.
285 // select all the text.
308 // get the word range of select text
546 virtual void Select(int32_t nItemIndex) = 0;
  /external/v8/src/compiler/
opcodes.h 43 V(Select) \
js-intrinsic-lowering.cc 542 common()->Select(MachineRepresentation::kTagged),
551 common()->Select(MachineRepresentation::kTagged),
js-inlining.cc 457 Node* select = jsgraph_->graph()->NewNode( local
458 jsgraph_->common()->Select(MachineRepresentation::kTagged), check, node,
460 NodeProperties::ReplaceUses(node, select, check, node, node);
461 NodeProperties::ReplaceValueInput(select, node, 1);
  /build/tools/droiddoc/templates-pdk/
customizations.cs 81 <p style="padding:10px">Select a package to view its members</p><?cs
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 32 // Try to fold constant and into select arguments.
167 case Instruction::Select: {
300 case Instruction::Select:
361 // Try to fold constant and into select arguments.
    [all...]
InstCombineCasts.cpp 204 case Instruction::Select: {
302 // If we are casting a select then fold the cast into the select
410 case Instruction::Select: {
481 // Test if the trunc is the user of a select which is part of a
802 case Instruction::Select:
    [all...]
  /external/webrtc/tools/matlab/
rtpAnalyze.m 35 % If there are multiple streams, select one and purge the other
48 sel = input('Select stream number: ');
239 % unimportable data, select unimportable cells in a file and regenerate the
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 57 // a select, so the "clamp" idiom (of a min followed by a max) will be caught.
58 // To catch this, we need to fold a compare and a select, hence '2' being the
259 /// Select whose cost is 2.
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 431 case Instruction::Select:
750 case Instruction::Select: {
858 case Instruction::Select: {
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 320 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) {
391 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) {
452 const uint32_t pred = Select(top[0], left, top[-1]);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 249 Select = "\u001b[4~";
287 FunctionKeyShift[16] = Select;
825 private String Help, Do, Find, Select;
    [all...]
  /build/tools/droiddoc/templates-ndk/
customizations.cs 410 title="Select your target API level to dim unavailable APIs">API level: </label>
411 <div class="select-wrapper">
412 <select id="apiLevelSelector">
414 </select>
463 <p style="padding:10px">Select a package to view its members</p><?cs
536 <select name="language" onChange="changeLangPref(this.value, true)">
544 </select>
  /build/tools/droiddoc/templates-sdk/
customizations.cs 359 title="Select your target API level to dim unavailable APIs">API level: </label>
360 <div class="select-wrapper">
361 <select id="apiLevelSelector">
363 </select>
412 <p style="padding:10px">Select a package to view its members</p><?cs