Home
last modified time | relevance | path

Searched refs:sourceOutput (Results 1 – 25 of 46) sorted by relevance

12

/dports/misc/mnn/MNN-1.2.0/tools/cpp/
H A DwinogradGenerateCL.cpp113 std::ofstream sourceOutput(sourceFile.c_str()); in main() local
114 sourceOutput << gWinogradSourceHead << "{\n"; in main()
126 sourceOutput << "{\n"; in main()
133 sourceOutput << "}\n"; in main()
148 sourceOutput << "+S" << x << k; in main()
153 sourceOutput << "+"; in main()
159 sourceOutput << ";\n"; in main()
177 sourceOutput << "+"; in main()
184 sourceOutput << ");\n"; in main()
188 sourceOutput << "}\n"; in main()
[all …]
H A DwinogradGenerateGLSL.cpp108 std::ofstream sourceOutput(sourceFile.c_str()); in main() local
109 sourceOutput << gWinogradSourceHead << "{\n"; in main()
130 sourceOutput << "+S" << x << k; in main()
132 sourceOutput << "-S" << x << k; in main()
135 sourceOutput << "+"; in main()
140 sourceOutput << ";\n"; in main()
153 sourceOutput << "+m" << k << y; in main()
158 sourceOutput << "+"; in main()
163 sourceOutput << ");\n"; in main()
167 sourceOutput << "}\n"; in main()
[all …]
/dports/audio/noson-app/noson-app-4.5.0/gui/controls2_509/components/Dialog/
H A DDialogSelectSource.qml46 id: sourceOutput
66 sourceOutput.text = qsTr("Playing failed.")
67 sourceOutput.visible = true
75 sourceOutput.visible = false // make sure its hidden now if there was an error last time
81 sourceOutput.text = qsTr("Playing failed.");
82 sourceOutput.visible = true;
87 sourceOutput.visible = true
88 sourceOutput.text = qsTr("Please type in an URL.")
/dports/audio/noson-app/noson-app-4.5.0/gui/controls2_515/components/Dialog/
H A DDialogSelectSource.qml46 id: sourceOutput
66 sourceOutput.text = qsTr("Playing failed.")
67 sourceOutput.visible = true
75 sourceOutput.visible = false // make sure its hidden now if there was an error last time
81 sourceOutput.text = qsTr("Playing failed.");
82 sourceOutput.visible = true;
87 sourceOutput.visible = true
88 sourceOutput.text = qsTr("Please type in an URL.")
/dports/misc/usd/USD-21.11/pxr/usd/usdShade/
H A DconnectableAPI.h217 const UsdShadeOutput &sourceOutput) { in CanConnect() argument
218 return CanConnect(input, sourceOutput.GetAttr()); in CanConnect()
245 const UsdShadeOutput &sourceOutput) { in CanConnect() argument
246 return CanConnect(output, sourceOutput.GetAttr()); in CanConnect()
392 UsdShadeOutput const &sourceOutput);
397 UsdShadeOutput const &sourceOutput) { in ConnectToSource() argument
398 return ConnectToSource(input.GetAttr(), sourceOutput); in ConnectToSource()
404 UsdShadeOutput const &sourceOutput) { in ConnectToSource() argument
405 return ConnectToSource(output.GetAttr(), sourceOutput); in ConnectToSource()
H A Doutput.cpp201 UsdShadeOutput::CanConnect(const UsdShadeOutput &sourceOutput) const in CanConnect()
203 return CanConnect(sourceOutput.GetAttr()); in CanConnect()
238 UsdShadeOutput::ConnectToSource(UsdShadeOutput const &sourceOutput) const in ConnectToSource()
240 return UsdShadeConnectableAPI::ConnectToSource(*this, sourceOutput); in ConnectToSource()
H A Dinput.cpp271 UsdShadeInput::CanConnect(const UsdShadeOutput &sourceOutput) const in CanConnect()
273 return CanConnect(sourceOutput.GetAttr()); in CanConnect()
308 UsdShadeInput::ConnectToSource(UsdShadeOutput const &sourceOutput) const in ConnectToSource()
310 return UsdShadeConnectableAPI::ConnectToSource(*this, sourceOutput); in ConnectToSource()
H A DconnectableAPI.cpp249 UsdShadeOutput const &sourceOutput) in ConnectToSource() argument
253 UsdShadeConnectableAPI(sourceOutput.GetPrim()), in ConnectToSource()
254 sourceOutput.GetBaseName(), in ConnectToSource()
256 sourceOutput.GetTypeName()); in ConnectToSource()
H A Doutput.h250 bool CanConnect(const UsdShadeOutput &sourceOutput) const;
310 bool ConnectToSource(UsdShadeOutput const &sourceOutput) const;
H A Dinput.h302 bool CanConnect(const UsdShadeOutput &sourceOutput) const;
362 bool ConnectToSource(UsdShadeOutput const &sourceOutput) const;
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11merge.c452 SECItem *sourceOutput = NULL; in pk11_mergeSecretKey() local
544 if (!sourceOutput) { in pk11_mergeSecretKey()
546 &sourceOutput); in pk11_mergeSecretKey()
555 if (SECITEM_ItemsAreEqual(sourceOutput, targetOutput)) { in pk11_mergeSecretKey()
600 if (sourceOutput) { in pk11_mergeSecretKey()
601 SECITEM_FreeItem(sourceOutput, PR_TRUE); in pk11_mergeSecretKey()
/dports/security/ca_root_nss/nss-3.71/nss/lib/pk11wrap/
H A Dpk11merge.c452 SECItem *sourceOutput = NULL; in pk11_mergeSecretKey() local
544 if (!sourceOutput) { in pk11_mergeSecretKey()
546 &sourceOutput); in pk11_mergeSecretKey()
555 if (SECITEM_ItemsAreEqual(sourceOutput, targetOutput)) { in pk11_mergeSecretKey()
600 if (sourceOutput) { in pk11_mergeSecretKey()
601 SECITEM_FreeItem(sourceOutput, PR_TRUE); in pk11_mergeSecretKey()
/dports/www/firefox/firefox-99.0/security/nss/lib/pk11wrap/
H A Dpk11merge.c452 SECItem *sourceOutput = NULL; in pk11_mergeSecretKey() local
544 if (!sourceOutput) { in pk11_mergeSecretKey()
546 &sourceOutput); in pk11_mergeSecretKey()
555 if (SECITEM_ItemsAreEqual(sourceOutput, targetOutput)) { in pk11_mergeSecretKey()
600 if (sourceOutput) { in pk11_mergeSecretKey()
601 SECITEM_FreeItem(sourceOutput, PR_TRUE); in pk11_mergeSecretKey()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dpk11merge.c451 SECItem *sourceOutput = NULL; in pk11_mergeSecretKey() local
543 if (!sourceOutput) { in pk11_mergeSecretKey()
545 &sourceOutput); in pk11_mergeSecretKey()
554 if (SECITEM_ItemsAreEqual(sourceOutput, targetOutput)) { in pk11_mergeSecretKey()
599 if (sourceOutput) { in pk11_mergeSecretKey()
600 SECITEM_FreeItem(sourceOutput, PR_TRUE); in pk11_mergeSecretKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/pk11wrap/
H A Dpk11merge.c448 SECItem *sourceOutput = NULL; in pk11_mergeSecretKey() local
540 if (!sourceOutput) { in pk11_mergeSecretKey()
542 &sourceOutput); in pk11_mergeSecretKey()
551 if (SECITEM_ItemsAreEqual(sourceOutput, targetOutput)) { in pk11_mergeSecretKey()
596 if (sourceOutput) { in pk11_mergeSecretKey()
597 SECITEM_FreeItem(sourceOutput, PR_TRUE); in pk11_mergeSecretKey()
/dports/security/nss/nss-3.76.1/nss/lib/pk11wrap/
H A Dpk11merge.c452 SECItem *sourceOutput = NULL; in pk11_mergeSecretKey() local
544 if (!sourceOutput) { in pk11_mergeSecretKey()
546 &sourceOutput); in pk11_mergeSecretKey()
555 if (SECITEM_ItemsAreEqual(sourceOutput, targetOutput)) { in pk11_mergeSecretKey()
600 if (sourceOutput) { in pk11_mergeSecretKey()
601 SECITEM_FreeItem(sourceOutput, PR_TRUE); in pk11_mergeSecretKey()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11merge.c452 SECItem *sourceOutput = NULL; in pk11_mergeSecretKey() local
544 if (!sourceOutput) { in pk11_mergeSecretKey()
546 &sourceOutput); in pk11_mergeSecretKey()
555 if (SECITEM_ItemsAreEqual(sourceOutput, targetOutput)) { in pk11_mergeSecretKey()
600 if (sourceOutput) { in pk11_mergeSecretKey()
601 SECITEM_FreeItem(sourceOutput, PR_TRUE); in pk11_mergeSecretKey()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/pk11wrap/
H A Dpk11merge.c452 SECItem *sourceOutput = NULL; in pk11_mergeSecretKey() local
544 if (!sourceOutput) { in pk11_mergeSecretKey()
546 &sourceOutput); in pk11_mergeSecretKey()
555 if (SECITEM_ItemsAreEqual(sourceOutput, targetOutput)) { in pk11_mergeSecretKey()
600 if (sourceOutput) { in pk11_mergeSecretKey()
601 SECITEM_FreeItem(sourceOutput, PR_TRUE); in pk11_mergeSecretKey()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DPretty.java48 public Pretty(Writer out, boolean sourceOutput) { in Pretty() argument
50 this.sourceOutput = sourceOutput; in Pretty()
58 private final boolean sourceOutput; field in Pretty
488 sourceOutput) return; in visitMethodDef()
537 if (sourceOutput && tree.init.hasTag(NEWCLASS)) { in visitVarDef()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DPretty.java48 public Pretty(Writer out, boolean sourceOutput) { in Pretty() argument
50 this.sourceOutput = sourceOutput; in Pretty()
58 private final boolean sourceOutput; field in Pretty
488 sourceOutput) return; in visitMethodDef()
537 if (sourceOutput && tree.init.hasTag(NEWCLASS)) { in visitVarDef()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java385 sourceOutput = options.isSet(PRINTSOURCE); // used to be -s in JavaCompiler()
468 public boolean sourceOutput; field in JavaCompiler
646 return keepComments || sourceOutput || stubOutput; in keepComments()
994 if (needRootClasses || sourceOutput || stubOutput) { in enterTrees()
1458 if (!(stubOutput || sourceOutput || printFlat)) { in desugar()
1500 if (sourceOutput) { in desugar()
1543 boolean usePrintSource = (stubOutput || sourceOutput || printFlat); in generate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java385 sourceOutput = options.isSet(PRINTSOURCE); // used to be -s in JavaCompiler()
468 public boolean sourceOutput; field in JavaCompiler
646 return keepComments || sourceOutput || stubOutput; in keepComments()
994 if (needRootClasses || sourceOutput || stubOutput) { in enterTrees()
1458 if (!(stubOutput || sourceOutput || printFlat)) { in desugar()
1500 if (sourceOutput) { in desugar()
1543 boolean usePrintSource = (stubOutput || sourceOutput || printFlat); in generate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java435 sourceOutput = options.isSet(PRINTSOURCE); // used to be -s in JavaCompiler()
500 public boolean sourceOutput; field in JavaCompiler
657 return keepComments || sourceOutput; in keepComments()
1080 if (sourceOutput) { in enterTrees()
1538 if (!(sourceOutput)) { in desugar()
1567 if (sourceOutput) { in desugar()
1615 … printNote("[generate " + (sourceOutput ? " source" : "code") + " " + cdef.sym + "]"); in generate()
1628 if (sourceOutput) { in generate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java435 sourceOutput = options.isSet(PRINTSOURCE); // used to be -s in JavaCompiler()
500 public boolean sourceOutput; field in JavaCompiler
657 return keepComments || sourceOutput; in keepComments()
1085 if (sourceOutput) { in enterTrees()
1543 if (!(sourceOutput)) { in desugar()
1572 if (sourceOutput) { in desugar()
1620 … printNote("[generate " + (sourceOutput ? " source" : "code") + " " + cdef.sym + "]"); in generate()
1633 if (sourceOutput) { in generate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java435 sourceOutput = options.isSet(PRINTSOURCE); // used to be -s in JavaCompiler()
500 public boolean sourceOutput; field in JavaCompiler
657 return keepComments || sourceOutput; in keepComments()
1080 if (sourceOutput) { in enterTrees()
1538 if (!(sourceOutput)) { in desugar()
1567 if (sourceOutput) { in desugar()
1615 … printNote("[generate " + (sourceOutput ? " source" : "code") + " " + cdef.sym + "]"); in generate()
1628 if (sourceOutput) { in generate()

12