Home
last modified time | relevance | path

Searched refs:INIT (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/lint/checks/infrastructure/
DClassName.kt45 val INIT = 0 in packageNameWithDefault() constant
56 INIT -> { in packageNameWithDefault()
75 state = INIT in packageNameWithDefault()
83 '\n' -> state = INIT in packageNameWithDefault()
93 '/' -> INIT in packageNameWithDefault()
101 '"' -> state = INIT in packageNameWithDefault()
118 state = INIT in packageNameWithDefault()
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_connection_test.py66 if not start_command == rpc_connection.Sl4aConnectionCommand.INIT:
97 rpc_connection.Sl4aConnectionCommand.INIT)
109 rpc_connection.Sl4aConnectionCommand.INIT)
125 rpc_connection.Sl4aConnectionCommand.INIT)
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_connection.py33 INIT = 'initiate' variable in Sl4aConnectionCommand
74 start_command = Sl4aConnectionCommand.INIT