Home
last modified time | relevance | path

Searched defs:label1 (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc102 const char* label1) { in TFE_MonitoringNewCounter1()
117 TFE_MonitoringCounter1* counter, const char* label1) { in TFE_MonitoringGetCellCounter1()
125 const char* label1, in TFE_MonitoringNewCounter2()
142 TFE_MonitoringCounter2* counter, const char* label1, const char* label2) { in TFE_MonitoringGetCellCounter2()
181 const char* label1) { in TFE_MonitoringNewIntGauge1()
196 TFE_MonitoringIntGauge1* gauge, const char* label1) { in TFE_MonitoringGetCellIntGauge1()
204 const char* label1, in TFE_MonitoringNewIntGauge2()
221 TFE_MonitoringIntGauge2* gauge, const char* label1, const char* label2) { in TFE_MonitoringGetCellIntGauge2()
266 const char* label1) { in TFE_MonitoringNewStringGauge1()
281 TFE_MonitoringStringGauge1* gauge, const char* label1) { in TFE_MonitoringGetCellStringGauge1()
[all …]
/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DAdviceAdapterTest.java103 Label label1 = new Label(); in testAllMethods_constructorWithTwoSuperInitInTwoBranches() local
143 Label label1 = new Label(); in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches() local
185 Label label1 = new Label(); in testAllMethods_constructorWithSuperInitsInNormalAndHandlerBranches() local
223 Label label1 = new Label(); in testAllMethods_constructorWithUninitThisInTwoBranches() local
410 Label label1 = new Label(); in testAllMethods_constructorWithJsrRet() local
502 Label label1 = new Label(); in testAllMethods_constructorWithBranchesAfterSuperInit() local
530 Label label1 = new Label(); in testAllMethods_constructorWithForwardGotoAfterBlockWithoutSuccessor() local
568 Label label1 = new Label(); in testAllMethods_constructorWithForwardSwitchAfterBlockWithoutSuccessor() local
605 Label label1 = new Label(); in testAllMethods_constructorWithHandlerFallthroughToPrivateMethodCall() local
DMethodNodeBuilder.java201 MethodNodeBuilder switchto(final Label label0, final Label label1, final boolean useTableSwitch) { in switchto()
DJsrInlinerAdapterTest.java66 private final Label label1 = new Label(); field in JsrInlinerAdapterTest
/external/dtc/tests/
Ddelete_reinstate_multilabel.dts6 label1: label2: prop = "value"; label
/external/toolchain-utils/crosperf/
Dmock_instance.py14 label1 = MockLabel( variable
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1293 [](const char* name, const char* description, const char* label1) { in PYBIND11_MODULE()
1309 const char* label2) { in PYBIND11_MODULE()
1343 [](const char* name, const char* description, const char* label1) { in PYBIND11_MODULE()
1359 const char* label2) { in PYBIND11_MODULE()
1393 [](const char* name, const char* description, const char* label1) { in PYBIND11_MODULE()
1423 [](const char* name, const char* description, const char* label1, in PYBIND11_MODULE()
1439 [](const char* name, const char* description, const char* label1, in PYBIND11_MODULE()
1440 const char* label2, const char* label3, const char* label4) { in PYBIND11_MODULE()
1473 [](const char* name, const char* description, const char* label1) { in PYBIND11_MODULE()
1489 const char* label2) { in PYBIND11_MODULE()
[all …]
/external/libhevc/common/arm64/
Dihevc_itrans_recon_16x16.s734 label1: label
/external/libhevc/common/arm/
Dihevc_itrans_recon_16x16.s688 label1: label
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/
DGoogleJavaFormatConfigurable.java166 final JLabel label1 = new JLabel(); in $$$setupUI$$$() local
/external/ktfmt/ktfmt_idea_plugin/src/main/java/com/facebook/ktfmt/intellij/
DKtfmtConfigurable.java167 final JLabel label1 = new JLabel(); in $$$setupUI$$$() local
/external/bzip2/
Ddecompress.c74 #define GET_MTF_VAL(label1,label2,lval) \ argument
/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
DCheckMethodAdapterTest.java825 Label label1 = new Label(); in testVisitTryCatchBlock_afterStartLabel() local
839 Label label1 = new Label(); in testVisitTryCatchBlock_afterEndLabel() local
853 Label label1 = new Label(); in testVisitTryCatchBlock_afterHandlerLabel() local
/external/autotest/frontend/afe/
Drpc_interface_unittest.py116 def _testShardHeartbeatLabelRemovalRaceHelper(self, shard1, host1, label1): argument
137 def _testShardRetrieveJobsHelper(self, shard1, host1, label1, shard2, argument
174 def _testResendJobsAfterFailedHeartbeatHelper(self, shard1, host1, label1): argument
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java171 Label label1=new Label("Calendar Converter", Label.CENTER); in buildGUI() local
/external/skia/tests/
DCompressedBackendAllocationTest.cpp55 const char* label0, const char* label1, const char* label2) { in check_solid_pixmap()
DRasterPipelineBuilderTest.cpp467 int label1 = builder.nextLabelID(); in DEF_TEST() local
DBackendAllocationTest.cpp262 const char* label1, in check_solid_pixmap()
/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
DClassWriterComputeMaxsTest.java61 private final Label label1 = new Label(); field in ClassWriterComputeMaxsTest
/external/ow2-asm/asm-analysis/src/test/java/org/objectweb/asm/tree/analysis/
DAnalyzerTest.java64 private final Label label1 = new Label(); field in AnalyzerTest