| /external/tensorflow/tensorflow/c/eager/ |
| D | c_api_experimental.cc | 102 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/ |
| D | AdviceAdapterTest.java | 103 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
|
| D | MethodNodeBuilder.java | 201 MethodNodeBuilder switchto(final Label label0, final Label label1, final boolean useTableSwitch) { in switchto()
|
| D | JsrInlinerAdapterTest.java | 66 private final Label label1 = new Label(); field in JsrInlinerAdapterTest
|
| /external/dtc/tests/ |
| D | delete_reinstate_multilabel.dts | 6 label1: label2: prop = "value"; label
|
| /external/toolchain-utils/crosperf/ |
| D | mock_instance.py | 14 label1 = MockLabel( variable
|
| /external/tensorflow/tensorflow/python/ |
| D | tfe_wrapper.cc | 1293 [](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/ |
| D | ihevc_itrans_recon_16x16.s | 734 label1: label
|
| /external/libhevc/common/arm/ |
| D | ihevc_itrans_recon_16x16.s | 688 label1: label
|
| /external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/ |
| D | GoogleJavaFormatConfigurable.java | 166 final JLabel label1 = new JLabel(); in $$$setupUI$$$() local
|
| /external/ktfmt/ktfmt_idea_plugin/src/main/java/com/facebook/ktfmt/intellij/ |
| D | KtfmtConfigurable.java | 167 final JLabel label1 = new JLabel(); in $$$setupUI$$$() local
|
| /external/bzip2/ |
| D | decompress.c | 74 #define GET_MTF_VAL(label1,label2,lval) \ argument
|
| /external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/ |
| D | CheckMethodAdapterTest.java | 825 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/ |
| D | rpc_interface_unittest.py | 116 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/ |
| D | CalendarCalc.java | 171 Label label1=new Label("Calendar Converter", Label.CENTER); in buildGUI() local
|
| /external/skia/tests/ |
| D | CompressedBackendAllocationTest.cpp | 55 const char* label0, const char* label1, const char* label2) { in check_solid_pixmap()
|
| D | RasterPipelineBuilderTest.cpp | 467 int label1 = builder.nextLabelID(); in DEF_TEST() local
|
| D | BackendAllocationTest.cpp | 262 const char* label1, in check_solid_pixmap()
|
| /external/ow2-asm/asm/src/test/java/org/objectweb/asm/ |
| D | ClassWriterComputeMaxsTest.java | 61 private final Label label1 = new Label(); field in ClassWriterComputeMaxsTest
|
| /external/ow2-asm/asm-analysis/src/test/java/org/objectweb/asm/tree/analysis/ |
| D | AnalyzerTest.java | 64 private final Label label1 = new Label(); field in AnalyzerTest
|