Home
last modified time | relevance | path

Searched defs:isEnd (Results 1 – 25 of 133) sorted by relevance

123456

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-java-source/gen/android/hardware/tv/tuner/
DFrontendScanMessage.java17 public final static int isEnd = 1; // boolean isEnd; field in FrontendScanMessage
72 public static FrontendScanMessage isEnd(boolean _value) { in isEnd() method in FrontendScanMessage
524 public static final int isEnd = 1; field
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-ndk-source/gen/include/aidl/android/hardware/tv/tuner/
DFrontendScanMessage.h54 isEnd = 1, enumerator
73 static const inline Tag isEnd = Tag::isEnd; variable
/aosp_15_r20/external/deqp/executor/
H A DxeContainerFormatParser.cpp286 …const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar ==… in parseContainerLine() local
322 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || in parseContainerValue() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DIncrementalSourceMgr.h62 bool isEnd() const override { return EOS; } in isEnd() function
DSourceMgr.h75 bool isEnd() const override { return !hasNext(); } in isEnd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DIncrementalSourceMgr.h62 bool isEnd() const override { return EOS; } in isEnd() function
DSourceMgr.h75 bool isEnd() const override { return !hasNext(); } in isEnd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/
DIncrementalSourceMgr.h62 bool isEnd() const override { return EOS; } in isEnd() function
DSourceMgr.h75 bool isEnd() const override { return !hasNext(); } in isEnd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DIncrementalSourceMgr.h62 bool isEnd() const override { return EOS; } in isEnd() function
DSourceMgr.h75 bool isEnd() const override { return !hasNext(); } in isEnd() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h62 bool isEnd() const override { return EOS; } in isEnd() function
H A DSourceMgr.h75 bool isEnd() const override { return !hasNext(); } in isEnd() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dfallible_iterator.h202 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
H A DBuffer.h130 bool isEnd() const { return !mCurrent.ok(); } in isEnd() function
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java205 private static boolean isEnd(int opcode) { in isEnd() method in CodeAnalyzer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp132 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp133 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_reading_helper.h87 AK_FORCE_INLINE bool isEnd() const { in isEnd() function
/aosp_15_r20/external/kotlinx.serialization/formats/cbor/commonMain/src/kotlinx/serialization/cbor/internal/
H A DEncoding.kt366 fun isEnd() = curByte == BREAK in decodeString() method in CborDecoder

123456