Home
last modified time | relevance | path

Searched defs:_channel (Results 1 – 14 of 14) sorted by relevance

/external/doclava/src/com/google/doclava/parser/
DJavaLexer.java167 int _channel = DEFAULT_TOKEN_CHANNEL; in mLONGLITERAL() local
188 int _channel = DEFAULT_TOKEN_CHANNEL; in mINTLITERAL() local
989 int _channel = DEFAULT_TOKEN_CHANNEL; in mFLOATLITERAL() local
1010 int _channel = DEFAULT_TOKEN_CHANNEL; in mDOUBLELITERAL() local
1048 int _channel = DEFAULT_TOKEN_CHANNEL; in mCHARLITERAL() local
1137 int _channel = DEFAULT_TOKEN_CHANNEL; in mSTRINGLITERAL() local
1401 int _channel = DEFAULT_TOKEN_CHANNEL; in mWS() local
1432 int _channel = DEFAULT_TOKEN_CHANNEL; in mCOMMENT() local
1507 int _channel = DEFAULT_TOKEN_CHANNEL; in mLINE_COMMENT() local
1662 int _channel = DEFAULT_TOKEN_CHANNEL; in mABSTRACT() local
[all …]
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.java51 int _channel = DEFAULT_TOKEN_CHANNEL; in mT__21() local
71 int _channel = DEFAULT_TOKEN_CHANNEL; in mT__22() local
91 int _channel = DEFAULT_TOKEN_CHANNEL; in mT__23() local
111 int _channel = DEFAULT_TOKEN_CHANNEL; in mT__24() local
131 int _channel = DEFAULT_TOKEN_CHANNEL; in mT__25() local
151 int _channel = DEFAULT_TOKEN_CHANNEL; in mT__26() local
171 int _channel = DEFAULT_TOKEN_CHANNEL; in mFOR() local
192 int _channel = DEFAULT_TOKEN_CHANNEL; in mINT_TYPE() local
213 int _channel = DEFAULT_TOKEN_CHANNEL; in mCHAR() local
234 int _channel = DEFAULT_TOKEN_CHANNEL; in mVOID() local
[all …]
/external/arm-trusted-firmware/include/drivers/arm/css/
Dcss_mhu_doorbell.h22 #define SENDER_REG_STAT(_channel) (0x20 * (_channel)) argument
23 #define SENDER_REG_SET(_channel) ((0x20 * (_channel)) + 0xC) argument
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
D_channel_test.py24 def _channel(): function
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannelCoroutine.kt13 protected val _channel: Channel<E>, constant
DBroadcast.kt128 protected val _channel: BroadcastChannel<E>, constant
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DCommonTokenStream.cs51 private int _channel; field in Antlr.Runtime.CommonTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DCommonTokenStream.cs53 private int _channel; field in Antlr.Runtime.CommonTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimToken.cs43 private short _channel; field
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c711 typedef struct _channel { struct
713 _channelqueue *queue; argument
714 _channelends *ends; argument
716 struct _channel_closing *closing; argument
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py35 def _channel(args): function
/external/autotest/client/cros/chameleon/
Daudio_widget.py236 def _channel(self): member in AudioInputWidget
/external/libiio/src/bindings/python/
Diio.py424 def __init__(self, _channel): argument
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java289 SeekableByteChannel _channel = null; in ZipArchiveOutputStream() local