Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 25 of 50) sorted by relevance

12

/third_party/typescript/src/services/refactors/
DextractType.ts83 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
87 …isJS: boolean; selection: TypeNode; firstStatement: Statement; typeParameters: readonly TypeParame… property
99 …const selection = findAncestor(current, (node => node.parent && isTypeNode(node) && !rangeContains… constant
191 const { firstStatement, selection, typeParameters } = info; constant
205 const { firstStatement, selection, typeParameters, typeElements } = info; constant
221 const { firstStatement, selection, typeParameters } = info; constant
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/VariableDeclarations/
DparserVariableDeclaration1.ts2 var selection = a, variable
/third_party/typescript/tests/baselines/reference/
DparserVariableDeclaration1.js2 var selection = a, variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DSolution.h38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection()
/third_party/gettext/gettext-tools/tests/
Dintl-setlocale-1-prg.c40 const char *selection; member
/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp167 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes() local
196 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes() local
/third_party/gn/src/gn/
Dfunction_filter.cc66 FilterSelection selection, in RunFilter()
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c275 const char *selection) in device_select_find_explicit_default()
365 const char *selection, in get_default_device()
417 const char* selection = getenv("MESA_VK_DEVICE_SELECT"); in device_select_EnumeratePhysicalDevices() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11clipboard.c99 Atom selection; in X11_GetClipboardText() local
/third_party/ffmpeg/libavcodec/
Dv4l2_m2m_dec.c42 struct v4l2_selection selection = { 0 }; in v4l2_try_start() local
/third_party/freetype/src/cache/
Dftcmru.c327 FTC_MruNode_CompareFunc selection, in FTC_MruList_RemoveSelection()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftcmru.c327 FTC_MruNode_CompareFunc selection, in FTC_MruList_RemoveSelection()
/third_party/flutter/skia/third_party/externals/freetype/src/cache/
Dftcmru.c328 FTC_MruNode_CompareFunc selection, in FTC_MruList_RemoveSelection()
/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_win.cc361 const wchar_t* selection = ofn.lpstrFile; in RunOpenMultiFileDialog() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp1141 Variable selection(localcounter); in MakeShader() local
1181 Variable selection(localcounter); in MakeShader() local
1212 Variable selection(localcounter); in MakeShader() local
/third_party/boost/tools/build/doc/src/
Dreference.adoc962 [[bbv2.reference.buildprocess.common]]
/third_party/flutter/skia/experimental/editor/
Deditor.cpp436 SkPaint selection = SkPaint(options.fSelectionColor); in paint() local
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp436 SkPaint selection = SkPaint(options.fSelectionColor); in paint() local
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_cfg_test.cpp391 Block selection("selection", SpvOpBranchConditional); in TEST_P() local
425 Block selection("selection", SpvOpBranchConditional); in TEST_P() local
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c4559 static BOOL feedsecurityattr(const char *attr, u32 selection, in feedsecurityattr()
4712 const char *newattr, u32 selection, ntfs_inode *ni) in mergesecurityattr()
4888 const char *path, u32 selection, in ntfs_get_file_security()
4941 const char *path, u32 selection, const char *attr) in ntfs_set_file_security()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp811 static bool selection[5] = { false, true, false, false, false }; in ShowDemoWindowWidgets() local
836 static bool selection[5] = { false, false, false, false, false }; in ShowDemoWindowWidgets() local
1698 static int selection[4] = { 0, 1, 2, 3 }; in ShowDemoWindowLayout() local
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java53 private Selection selection = new Selection(); field in DumbTextComponent
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp1128 static bool selection[5] = { false, true, false, false, false }; in ShowDemoWindowWidgets() local
1153 static bool selection[5] = { false, false, false, false, false }; in ShowDemoWindowWidgets() local
2598 static int selection[4] = { 0, 1, 2, 3 }; in ShowDemoWindowLayout() local
5108 static ImVector<int> selection; local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DAccessibilityBridge.java909 final Map<String, Integer> selection = new HashMap<>(); in performAction() local
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts757 public selection(startMarker: string, endMarker: string) { method in Format

12