/external/doclava/src/com/google/doclava/parser/ |
D | JavaLexer.java | 167 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/ |
D | SimpleCLexer.java | 51 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/ |
D | css_mhu_doorbell.h | 22 #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.py | 24 def _channel(): function
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | ChannelCoroutine.kt | 13 protected val _channel: Channel<E>, constant
|
D | Broadcast.kt | 128 protected val _channel: BroadcastChannel<E>, constant
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | CommonTokenStream.cs | 51 private int _channel; field in Antlr.Runtime.CommonTokenStream
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | CommonTokenStream.cs | 53 private int _channel; field in Antlr.Runtime.CommonTokenStream
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimToken.cs | 43 private short _channel; field
|
/external/python/cpython3/Modules/ |
D | _xxsubinterpretersmodule.c | 711 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/ |
D | methods.py | 35 def _channel(args): function
|
/external/autotest/client/cros/chameleon/ |
D | audio_widget.py | 236 def _channel(self): member in AudioInputWidget
|
/external/libiio/src/bindings/python/ |
D | iio.py | 424 def __init__(self, _channel): argument
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ZipArchiveOutputStream.java | 289 SeekableByteChannel _channel = null; in ZipArchiveOutputStream() local
|