Home
last modified time | relevance | path

Searched refs:getSource (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/node/test/parallel/
H A Dtest-vm-cached-data.js7 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/
H A DPpScanner.cpp148 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()
381 if (parseContext.intermediate.getSource() != EShSourceHlsl) { in characterLiteral()
592 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan()
603 pp->parseContext.intermediate.getSource() in scan()
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver-actions.js121 getSource: function(type, name) {
273 this.getSource("none").addPause(this, duration);
275 this.getSource(sourceType, sourceName).addPause(this, duration);
287 let source = this.getSource("key", sourceName);
300 let source = this.getSource("key", sourceName);
316 let source = this.getSource("pointer", sourceName);
331 let source = this.getSource("pointer", sourceName);
352 let source = this.getSource("pointer", sourceName);
375 let source = this.getSource("wheel", sourceName);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java459 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/vk-gl-cts/framework/randomshaders/
H A DrsgTest.cpp56 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/skia/third_party/externals/angle2/src/libANGLE/
H A DCLProgram.cpp220 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()
H A DShader.h67 const std::string &getSource() const { return mSource; } in getSource() function in gl::final
184 const std::string &getSourceString() const { return mState.getSource(); } in getSourceString()
185 void getSource(GLsizei bufSize, GLsizei *length, char *buffer) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp923 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() in processByValArgument()
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBStatisticsPanel.java257 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()
H A DRBManagerGUI.java272 if (ev.getSource() == projectTree) updateProjectPanels(); in valueChanged()
273 else if (ev.getSource() == jTreeDisplay) { in valueChanged()
281 if (ev.getClickCount() == 1 && ev.getSource() == jTreeDisplay) { in valueChanged()
284 } else if (ev.getClickCount() == 1 && ev.getSource() == projectTree) { in valueChanged()
287 } else System.out.println(String.valueOf(ev.getClickCount()) + " " + ev.getSource().toString()); 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 -> __Recent File in actionPerformed()
312 String fileLocation = ((JMenuItem)ev.getSource()) in actionPerformed()
[all...]
H A DBundleGroupCreationDialog.java101 JDialog dialog = (JDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent().getParent(); in initComponents()
110 (BundleGroupCreationDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent().getParent(); in initComponents()
H A DBundleGroupEditDialog.java103 JDialog dialog = (JDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent().getParent(); in initComponents()
112 (BundleGroupEditDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent().getParent(); in initComponents()
H A DBundleItemCreationDialog.java305 JDialog dialog = (JDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent().getParent().getParent(); in initComponents()
314 (BundleItemCreationDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent().getParent().getParent(); in initComponents()
337 (BundleItemCreationDialog)((JButton)ev.getSource()).getParent().getParent().getParent().getParent().getParent().getParent(); in initComponents()
360 (BundleItemCreationDialog)((JTextField)ev.getSource()).getParent().getParent().getParent().getParent().getParent().getParent(); in initComponents()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
H A DRbnfDemo.java111 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/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp160 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/main/classes/core/src/com/ibm/icu/impl/
H A DCharacterPropertiesImpl.java94 int src = UCharacterProperty.INSTANCE.getSource(prop); in getIntPropInclusions()
123 int src = UCharacterProperty.INSTANCE.getSource(prop); in getInclusionsForProperty()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCharacterPropertiesImpl.java92 int src = UCharacterProperty.INSTANCE.getSource(prop); in getIntPropInclusions()
121 int src = UCharacterProperty.INSTANCE.getSource(prop); in getInclusionsForProperty()
/third_party/node/lib/internal/modules/esm/
H A Dload.js37 async function getSource(url, context) {
111 ({ responseURL, source } = await getSource(urlInstance, context));
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp363 if (getSource() == EShSourceHlsl) { in addUnaryMath()
549 if (getSource() == EShSourceHlsl && node->getBasicType() == EbtSampler) in isConversionAllowed()
942 if (getSource() == EShSourceHlsl) in addPairConversion()
953 if (getSource() == EShSourceHlsl) { in addPairConversion()
1125 if (!(getSource() == EShSourceHlsl && node->getType().getBasicType() == EbtBool)) { in addConversion()
1198 switch (getSource()) { in addUniShapeConversion()
1251 switch (getSource()) { in addBiShapeConversion()
1354 if (getSource() == EShSourceHlsl) { in addShapeConversion()
1471 return version >= 400 || getSource() == EShSourceHlsl; in isIntegralConversion()
1606 if (getSource() in canImplicitlyPromote()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DShaderNULL.cpp26 return compileImpl(context, compilerInstance, mState.getSource(), options); in compile()
/third_party/backends/japi/
H A DJscanimage.java550 if (e.getSource() == scanButton) in actionPerformed()
572 else if (e.getSource() == browseButton) in actionPerformed()
612 else if (e.getSource() == exitMenuItem) in actionPerformed()
624 if (e.getSource() == mmMenuItem) in itemStateChanged()
636 if (e.getSource() == cmMenuItem) in itemStateChanged()
648 if (e.getSource() == inMenuItem) in itemStateChanged()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js42 function getSource(startLine, startColumn, endLine, endColumn) { function
55 return getSource(token[_tokenize.FIELDS.START_LINE], token[_tokenize.FIELDS.START_COL], token[_tokenize.FIELDS.END_LINE], token[_tokenize.FIELDS.END_COL]);
61 return getSource(startToken[_tokenize.FIELDS.START_LINE], startToken[_tokenize.FIELDS.START_COL], endToken[_tokenize.FIELDS.END_LINE], endToken[_tokenize.FIELDS.END_COL]);
148 source: getSource(startingToken[1], startingToken[2], this.currToken[3], this.currToken[4]),
416 source: getSource(firstToken[_tokenize.FIELDS.START_LINE], firstToken[_tokenize.FIELDS.START_COL], lastToken[_tokenize.FIELDS.END_LINE], lastToken[_tokenize.FIELDS.END_COL]),
470 source: getSource(this.currToken[_tokenize.FIELDS.START_LINE], this.currToken[_tokenize.FIELDS.START_COL], this.tokens[this.position + 2][_tokenize.FIELDS.END_LINE], this.tokens[this.position + 2][_tokenize.FIELDS.END_COL]),
693 source: getSource(parenStart[_tokenize.FIELDS.START_LINE], parenStart[_tokenize.FIELDS.START_COL], parenEnd[_tokenize.FIELDS.END_LINE], parenEnd[_tokenize.FIELDS.END_COL]),
813 var source = getSource(current[1], current[2] + ind, current[3], current[2] + (index - 1));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTestCaseUtil.hpp83 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second)); in initPrograms()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLProgramImpl.h24 virtual std::string getSource(cl_int &errorCode) const = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLProgramCL.h26 std::string getSource(cl_int &errorCode) const override;

Completed in 19 milliseconds

12345