/third_party/node/test/parallel/ |
D | test-vm-cached-data.js | 7 function getSource(tag) { function 40 const source = getSource('original'); 56 const source = getSource('original'); 63 const source = getSource('invalid'); 68 const script = new vm.Script(getSource('invalid_1'), { 77 const source = getSource('slice');
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 147 if (ch == '#' && (ifdepth > 0 || parseContext.intermediate.getSource() == EShSourceHlsl)) { in lFloatConst() 264 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst() 268 if (parseContext.intermediate.getSource() == EShSourceGlsl) { in lFloatConst() 278 } else if (parseContext.intermediate.getSource() == EShSourceHlsl) { in lFloatConst() 283 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst() 287 if (parseContext.intermediate.getSource() == EShSourceGlsl) { in lFloatConst() 297 } else if (parseContext.intermediate.getSource() == EShSourceHlsl) { in lFloatConst() 384 if (parseContext.intermediate.getSource() != EShSourceHlsl) { in characterLiteral() 598 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 609 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() [all …]
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testdriver-actions.js | 77 getSource: function(type, name) { method in Actions 198 this.getSource("none").addPause(this, duration); 210 let source = this.getSource("key", sourceName); 223 let source = this.getSource("key", sourceName); 237 let source = this.getSource("pointer", sourceName); 251 let source = this.getSource("pointer", sourceName); 270 let source = this.getSource("pointer", sourceName);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLProgram.cpp | 220 mSource(mImpl ? mImpl->getSource(errorCode) : std::string{}) in Program() 234 mSource(mImpl ? mImpl->getSource(errorCode) : std::string{}) in Program() 242 mSource(mImpl ? mImpl->getSource(errorCode) : std::string{}) in Program() 264 mSource(mImpl ? mImpl->getSource(errorCode) : std::string{}) in Program()
|
D | Shader.h | 67 const std::string &getSource() const { return mSource; } in getSource() function 184 const std::string &getSourceString() const { return mState.getSource(); } in getSourceString() 185 void getSource(GLsizei bufSize, GLsizei *length, char *buffer) const;
|
/third_party/node/lib/internal/modules/esm/ |
D | loader.js | 187 getSource, 202 if (getSource !== undefined) { 203 this._getSource = FunctionPrototypeBind(getSource, null);
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarCalc.java | 459 Object obj = evt.getSource(); in actionPerformed() 462 if (evt.getSource() == up) { in actionPerformed() 465 if (evt.getSource() == down) { in actionPerformed() 480 if (evt.getSource() == patternText) { in processKeyEvent() 485 if (evt.getSource() == calendars[i].text) { in processKeyEvent() 497 evt.getSource() == this) { in processWindowEvent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 923 if (M->getSource() != MDep->getDest() || MDep->isVolatile()) in processMemCpyMemCpyDependence() 931 if (M->getSource() == MDep->getSource()) in processMemCpyMemCpyDependence() 1135 if (M->getSource() == M->getDest()) { in processMemCpy() 1142 if (GlobalVariable *GV = dyn_cast<GlobalVariable>(M->getSource())) in processMemCpy() 1180 if (performCallSlotOptzn(M, M->getDest(), M->getSource(), in processMemCpy() 1285 getOrEnforceKnownAlignment(MDep->getSource(), ByValAlign, DL, in processByValArgument() 1290 if (MDep->getSource()->getType()->getPointerAddressSpace() != in processByValArgument() 1309 Value *TmpCast = MDep->getSource(); in processByValArgument() 1310 if (MDep->getSource()->getType() != ByValArg->getType()) in processByValArgument() 1311 TmpCast = new BitCastInst(MDep->getSource(), ByValArg->getType(), in processByValArgument()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgTest.cpp | 56 std::cout << "Vertex shader:\n--\n" << vertexShader.getSource() << "--\n"; in runTest() 57 std::cout << "Fragment shader:\n--\n" << fragmentShader.getSource() << "--\n"; in runTest()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 363 if (getSource() == EShSourceHlsl) { in addUnaryMath() 551 if (getSource() == EShSourceHlsl && node->getBasicType() == EbtSampler) in isConversionAllowed() 959 if (getSource() == EShSourceHlsl) in addPairConversion() 970 if (getSource() == EShSourceHlsl) { in addPairConversion() 1138 if (!(getSource() == EShSourceHlsl && node->getType().getBasicType() == EbtBool)) { in addConversion() 1213 switch (getSource()) { in addUniShapeConversion() 1266 switch (getSource()) { in addBiShapeConversion() 1369 if (getSource() == EShSourceHlsl) { in addShapeConversion() 1490 return version >= 400 || getSource() == EShSourceHlsl; in isIntegralConversion() 1631 if (getSource() == EShSourceHlsl) { in canImplicitlyPromote() [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageUtil.cpp | 160 virtual EGLenum getSource (void) const = 0; 171 const EGLImageKHR image = egl.createImageKHR(dpy, ctx, getSource(), in createImage() 251 GLenum imgTarget = eglu::getImageGLTarget(getSource()); in createBuffer() 275 EGLenum getSource (void) const { return EGL_GL_TEXTURE_2D_KHR; } in getSource() function in deqp::egl::Image::Texture2DImageSource 294 EGLenum getSource (void) const { return m_source; } in getSource() function in deqp::egl::Image::TextureCubeMapImageSource 341 EGLenum getSource (void) const { return EGL_GL_RENDERBUFFER_KHR; } in getSource() function in deqp::egl::Image::RenderbufferImageSource
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
D | RbnfDemo.java | 111 String fieldText = ((TextComponent)(e.getSource())).getText(); in createDemoFrame() 144 String fieldText = ((TextComponent)(e.getSource())).getText(); in createDemoFrame() 169 String fieldText = ((TextComponent)(e.getSource())).getText(); in createDemoFrame() 190 String fieldText = ((TextComponent)(e.getSource())).getText(); in createDemoFrame() 217 String fieldText = ((TextComponent)(e.getSource())).getText(); in createDemoFrame() 342 Choice source = (Choice)(e.getSource()); in createDemoFrame()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Shader.h | 67 const std::string &getSource() const { return mSource; } in getSource() function 147 const std::string &getSourceString() const { return mState.getSource(); } in getSourceString() 148 void getSource(GLsizei bufSize, GLsizei *length, char *buffer) const;
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | RBManagerGUI.java | 272 if (ev.getSource() == projectTree) updateProjectPanels(); in valueChanged() 273 else if (ev.getSource() == jTreeDisplay) { in valueChanged() 294 if (ev.getSource() == treeTabbedPane) { in stateChanged() 309 if (ev.getSource() instanceof JMenuItem && ((JMenuItem)ev.getSource()).getName() != null && in actionPerformed() 310 …((JMenuItem)ev.getSource()).getName().startsWith("__")) { // Menu -> File -> __Recen… in actionPerformed() 312 String fileLocation = ((JMenuItem)ev.getSource()).getName(); in actionPerformed() 326 ((JMenuItem)ev.getSource()).getName() != null) { // Popup Tree Menu -> Save in actionPerformed() 327 String selectedEncoding = ((JMenuItem)ev.getSource()).getName(); in actionPerformed() 330 ((JMenuItem)ev.getSource()).getName() != null) { // Popup Tree Menu -> Hide in actionPerformed() 331 String selectedEncoding = ((JMenuItem)ev.getSource()).getName(); in actionPerformed() [all …]
|
D | RBStatisticsPanel.java | 257 Container c = ((JButton)ev.getSource()).getParent(); in initComponents() 267 Container c = ((JButton)ev.getSource()).getParent(); in initComponents() 277 Container c = ((JButton)ev.getSource()).getParent(); in initComponents() 375 Object o = ev.getSource(); in focusGained() 383 Object o = ev.getSource(); in focusLost()
|
D | BundleGroupCreationDialog.java | 101 …JDialog dialog = (JDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent(… in initComponents() 110 …(BundleGroupCreationDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent… in initComponents()
|
D | BundleGroupEditDialog.java | 103 …JDialog dialog = (JDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent(… in initComponents() 112 …(BundleGroupEditDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent().g… in initComponents()
|
D | BundleItemCreationDialog.java | 305 …JDialog dialog = (JDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent(… in initComponents() 314 …(BundleItemCreationDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent(… in initComponents() 337 …(BundleItemCreationDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent(… in initComponents() 360 …(BundleItemCreationDialog)((JTextField)ev.getSource()).getParent().getParent().getParent().getPare… in initComponents()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CharacterPropertiesImpl.java | 90 int src = UCharacterProperty.INSTANCE.getSource(prop); in getIntPropInclusions() 119 int src = UCharacterProperty.INSTANCE.getSource(prop); in getInclusionsForProperty()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | CharacterPropertiesImpl.java | 92 int src = UCharacterProperty.INSTANCE.getSource(prop); in getIntPropInclusions() 121 int src = UCharacterProperty.INSTANCE.getSource(prop); in getInclusionsForProperty()
|
/third_party/node/lib/internal/ |
D | blob.js | 74 function getSource(source, encoding) { function 115 const { 0: len, 1: src } = getSource(source, encoding);
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sLongShaderTests.cpp | 184 glu::ShaderSource getSource (void); 217 glu::ShaderSource LongShaderGenerator::getSource (void) in getSource() function in deqp::gles3::Stress::__anon8d3ae1990111::LongShaderGenerator 392 sources << m_gen.getSource(); in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ShaderNULL.cpp | 26 return compileImpl(context, compilerInstance, mData.getSource(), options); in compile()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ShaderNULL.cpp | 26 return compileImpl(context, compilerInstance, mState.getSource(), options); in compile()
|
/third_party/node/test/fixtures/es-module-loaders/ |
D | get-source.mjs | 1 export async function getSource(url, { format }, defaultGetSource) { function
|