/third_party/typescript/src/services/refactors/ |
D | extractType.ts | 83 …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/ |
D | parserVariableDeclaration1.ts | 2 var selection = a, variable
|
/third_party/typescript/tests/baselines/reference/ |
D | parserVariableDeclaration1.js | 2 var selection = a, variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection()
|
/third_party/gettext/gettext-tools/tests/ |
D | intl-setlocale-1-prg.c | 40 const char *selection; member
|
/third_party/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 167 TIntermSelection* selection = node->getAsSelectionNode(); in handleSelectionAttributes() local 196 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes() local
|
/third_party/gn/src/gn/ |
D | function_filter.cc | 66 FilterSelection selection, in RunFilter()
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 275 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/ |
D | SDL_x11clipboard.c | 99 Atom selection; in X11_GetClipboardText() local
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_m2m_dec.c | 42 struct v4l2_selection selection = { 0 }; in v4l2_try_start() local
|
/third_party/freetype/src/cache/ |
D | ftcmru.c | 327 FTC_MruNode_CompareFunc selection, in FTC_MruList_RemoveSelection()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcmru.c | 327 FTC_MruNode_CompareFunc selection, in FTC_MruList_RemoveSelection()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cache/ |
D | ftcmru.c | 328 FTC_MruNode_CompareFunc selection, in FTC_MruList_RemoveSelection()
|
/third_party/cef/libcef/browser/native/ |
D | file_dialog_runner_win.cc | 361 const wchar_t* selection = ofn.lpstrFile; in RunOpenMultiFileDialog() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 1141 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/ |
D | reference.adoc | 962 [[bbv2.reference.buildprocess.common]]
|
/third_party/flutter/skia/experimental/editor/ |
D | editor.cpp | 436 SkPaint selection = SkPaint(options.fSelectionColor); in paint() local
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | editor.cpp | 436 SkPaint selection = SkPaint(options.fSelectionColor); in paint() local
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
D | val_cfg_test.cpp | 391 Block selection("selection", SpvOpBranchConditional); in TEST_P() local 425 Block selection("selection", SpvOpBranchConditional); in TEST_P() local
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 4559 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/ |
D | imgui_demo.cpp | 811 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/ |
D | DumbTextComponent.java | 53 private Selection selection = new Selection(); field in DumbTextComponent
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 1128 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/ |
D | AccessibilityBridge.java | 909 final Map<String, Integer> selection = new HashMap<>(); in performAction() local
|
/third_party/typescript/src/harness/ |
D | fourslashInterfaceImpl.ts | 757 public selection(startMarker: string, endMarker: string) { method in Format
|