Home
last modified time | relevance | path

Searched refs:sourceName (Results 1 - 23 of 23) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver-actions.js75 for (let [sourceType, sourceName] of this.sourceOrder) {
76 let source = this.sources.get(sourceType).get(sourceName);
79 serialized.id = sourceName;
266 * @param {String?} sourceName - Named key, pointer or wheel source to use
271 pause: function(duration=0, sourceType="none", {sourceName=null}={}) {
275 this.getSource(sourceType, sourceName).addPause(this, duration);
283 * @param {String?} sourceName - Named key source to use or null for the default key source
286 keyDown: function(key, {sourceName=null}={}) {
287 let source = this.getSource("key", sourceName);
296 * @param {String?} sourceName
[all...]
H A Didlharness.js3475 WebIDL2.parse(result.idl, { sourceName: result.spec })
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DAnyTransliterator.java186 String sourceName = UScript.getName(source); in getTransliterator()
187 String id = sourceName + TARGET_SEP + target; in getTransliterator()
195 id = sourceName + LATIN_PIVOT + target; in getTransliterator()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAnyTransliterator.java186 String sourceName = UScript.getName(source); in getTransliterator()
187 String id = sourceName + TARGET_SEP + target; in getTransliterator()
195 id = sourceName + LATIN_PIVOT + target; in getTransliterator()
/third_party/icu/icu4c/source/i18n/
H A Danytrans.cpp293 UnicodeString sourceName(uscript_getShortName(source), -1, US_INV); in getTransliterator()
294 UnicodeString id(sourceName); in getTransliterator()
302 id = sourceName; in getTransliterator()
/third_party/node/deps/icu-small/source/i18n/
H A Danytrans.cpp293 UnicodeString sourceName(uscript_getShortName(source), -1, US_INV); in getTransliterator()
294 UnicodeString id(sourceName); in getTransliterator()
302 id = sourceName; in getTransliterator()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Danytrans.cpp293 UnicodeString sourceName(uscript_getShortName(source), -1, US_INV); in getTransliterator()
294 UnicodeString id(sourceName); in getTransliterator()
302 id = sourceName; in getTransliterator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp240 const auto sourceName = getDataSourceName();
251 maxElem << glslType << "(max(max(max(" << sourceName << "[0], " << sourceName << "[1]), " << sourceName << "[2]), " << sourceName << "[3]))";
252 minElem << glslType << "(min(min(min(" << sourceName << "[0], " << sourceName << "[1]), " << sourceName << "[2]), " << sourceName << "[3]))";
268 << "(gl_PrimitiveID == 0 && " << name << " == " << sourceName << "[
[all...]
H A DvktMeshShaderMiscTests.cpp3092 const auto sourceName = getDataSourceName();
3103 maxElem << glslType << "(max(max(max(" << sourceName << "[0], " << sourceName << "[1]), " << sourceName << "[2]), " << sourceName << "[3]))";
3104 minElem << glslType << "(min(min(min(" << sourceName << "[0], " << sourceName << "[1]), " << sourceName << "[2]), " << sourceName << "[3]))";
3120 << "(gl_PrimitiveID == 0 && " << name << " == " << sourceName << "[
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp240 const auto sourceName = getDataSourceName();
251 maxElem << glslType << "(max(max(max(" << sourceName << "[0], " << sourceName << "[1]), " << sourceName << "[2]), " << sourceName << "[3]))";
252 minElem << glslType << "(min(min(min(" << sourceName << "[0], " << sourceName << "[1]), " << sourceName << "[2]), " << sourceName << "[3]))";
268 << "(gl_PrimitiveID == 0 && " << name << " == " << sourceName << "[
[all...]
H A DvktMeshShaderMiscTests.cpp3092 const auto sourceName = getDataSourceName();
3103 maxElem << glslType << "(max(max(max(" << sourceName << "[0], " << sourceName << "[1]), " << sourceName << "[2]), " << sourceName << "[3]))";
3104 minElem << glslType << "(min(min(min(" << sourceName << "[0], " << sourceName << "[1]), " << sourceName << "[2]), " << sourceName << "[3]))";
3120 << "(gl_PrimitiveID == 0 && " << name << " == " << sourceName << "[
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp723 const char* sourceName = nullptr; // Optional source file name. in CPPline() local
744 sourceName = atomStrings.getString(atomStrings.getAddAtom(ppToken->name)); in CPPline()
745 parseContext.setCurrentSourceName(sourceName); in CPPline()
758 parseContext.notifyLineDirective(directiveLoc.line, lineToken, hasFile, fileRes, sourceName); in CPPline()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.h149 virtual void notifyLineDirective(int curLineNo, int newLineNo, bool hasSource, int sourceNum, const char* sourceName) in notifyLineDirective() argument
152 lineCallback(curLineNo, newLineNo, hasSource, sourceNum, sourceName); in notifyLineDirective()
H A DShaderLang.cpp1091 int curLineNum, int newLineNum, bool hasSource, int sourceNum, const char* sourceName) {
1098 if (sourceName != nullptr) {
1100 outputBuffer += sourceName;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp472 const char* sourceName,
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 231 milliseconds