Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 128) sorted by relevance

123456

/tools/asuite/aidegen/
Daidegen_main.py323 language, _ = common_util.determine_language_ide(
324 args.language[0], args.ide[0])
325 if (jlist and not clist) or (language == constant.JAVA):
328 if (clist and not jlist) or (language == constant.C_CPP):
464 _, ide = common_util.determine_language_ide(args.language[0], args.ide[0])
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DModifierList.kt250 language: Language = Language.JAVA in <lambda>()
388 val modifier = if (language == Language.JAVA) { in <lambda>()
419 language == Language.JAVA && in <lambda>()
425 } else if (!list.isFinal() && language == Language.KOTLIN) { in <lambda>()
DCompilationUnit.kt30 val language: Language? get() = file.language constant in com.android.tools.metalava.model.CompilationUnit
/tools/asuite/aidegen/lib/
Dproject_config.py76 self.language, self.ide_name = common_util.determine_language_ide(
77 args.language[0], args.ide[0])
95 targets = self.targets if self.language == constant.JAVA else None
Dproject_info_unittest.py109 self.args.language = ['j']
224 args.language = ['j']
/tools/repohooks/tools/
Dspelling.txt680 langage||language
681 langauage||language
682 langauge||language
683 langugage||language
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto327 // Should generic services be generated in each language? "Generic" services
329 // main code generators in each language (without additional plugins).
406 // use a native map in the target language to hold the keys and values.
/tools/apksig/
DLICENSE10 See the License for the specific language governing permissions and
213 See the License for the specific language governing permissions and
/tools/metalava/src/test/java/com/android/tools/metalava/
DJava9LanguageFeaturesTest.kt55 fun `Kotlin language level`() { in Kotlin language level()
/tools/tradefederation/core/util-apps/WifiUtil/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/doc_generation/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/tradefederation/core/tests/src/com/android/tradefed/lite/
DAndroid.bp13 * See the License for the specific language governing permissions and
/tools/tradefederation/core/tests/test-apps/TradeFedTestApp/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/external/fat32lib/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/tradefederation/core/tests/test-apps/UITestApp/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/loganalysis/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/tradefederation/core/util-apps/DeviceSetupUtil/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DDID_PTS_INSTRUCTIONS12 # License for the specific language governing permissions and limitations under
/tools/test/graphicsbenchmark/benchmark_libs/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/trebuchet/core/model/
Dbuild.gradle13 * See the License for the specific language governing permissions and
/tools/trebuchet/
Dbuild.gradle13 * See the License for the specific language governing permissions and
/tools/test/graphicsbenchmark/functional_tests/hostside/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/tradefederation/core/test_result_interfaces/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/test/graphicsbenchmark/performance_tests/deviceside/
DAndroid.bp12 // See the License for the specific language governing permissions and
/tools/test/graphicsbenchmark/performance_tests/hostside/test/
DAndroid.bp12 // See the License for the specific language governing permissions and

123456