/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | status.h | 58 T empty; variable 70 T empty; in SetError() local 90 bool empty() const { return error_ < 0; } in empty() function 156 bool empty() const { return false; } in empty() function
|
/frameworks/base/tools/aapt2/java/ |
D | ClassDefinition.h | 65 bool empty() const override { in empty() function 100 bool empty() const override { in empty() function 139 bool empty() const override { in empty() function 197 bool empty() const override { in empty() function
|
D | ClassDefinition.cpp | 68 bool ClassDefinition::empty() const { in empty() function in aapt::ClassDefinition
|
/frameworks/base/libs/hwui/tests/unit/ |
D | MatrixTests.cpp | 31 Rect empty(15, 20, 15, 100); in TEST() local
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | OutputRelocSection.h | 42 bool empty() { return m_pRelocData->empty(); } in empty() function
|
D | GOT.h | 67 bool empty() const { return m_SectionData->empty(); } in empty() function
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | CharSequencesTest.java | 43 String empty = toString(forAsciiBytes(bytes, 0, 3).subSequence(3, 3)); in testCharSequences() local
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | RpnExpr.h | 47 bool empty() const { return m_TokenQueue.empty(); } in empty() function
|
D | StringList.h | 50 bool empty() const { return m_Tokens.empty(); } in empty() function
|
D | SectionsCmd.h | 50 bool empty() const { return m_SectionCommands.empty(); } in empty() function
|
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/ |
D | CameraTooTest.java | 57 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100); in compareSizesByArea() local 104 Size empty = new Size(0, 0), fatAndFlat = new Size(100, 0), tallAndThin = new Size(0, 100); in chooseBigEnoughSize() local
|
/frameworks/av/media/libstagefright/webm/ |
D | LinkedBlockingQueue.h | 53 bool empty() { in empty() function
|
/frameworks/base/core/java/android/util/ |
D | JsonWriter.java | 238 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open() 249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFSegmentFactory.h | 43 bool empty() const { return m_Segments.empty(); } in empty() function
|
D | NamePool.h | 93 bool empty() const { return m_Table.empty(); } in empty() function
|
D | RelocData.h | 71 bool empty() const { return m_Relocations.empty(); } in empty() function
|
D | SectionData.h | 62 bool empty() const { return m_Fragments.empty(); } in empty() function
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.h | 63 bool empty() const { return fUsed == 0; } in empty() function
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | TargetRegistry.h | 43 static bool empty() { return s_TargetList.empty(); } in empty() function
|
/frameworks/minikin/libs/minikin/ |
D | StringPiece.h | 36 inline bool empty() const { return mLength == 0; } in empty() function
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 108 bool empty() const { return m_InputList.empty(); } in empty() function 174 bool empty() const { return m_OutputDescList.empty(); } in empty() function
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | SymbolCategory.h | 143 bool empty() const { return (begin == end); } in empty() function
|
/frameworks/base/core/tests/systemproperties/src/android/os/ |
D | SystemPropertiesTest.java | 225 final String empty = SystemProperties.digestOf(); in testDigestOf() local
|
/frameworks/wilhelm/src/desktop/ |
D | SndFile.cpp | 194 SLboolean empty = 0 == audioPlayer->mBufferQueue.mState.count; in audioPlayerTransportUpdate() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelCpuThreadReaderEndToEndTest.java | 178 Consumer<Long> empty = (i) -> { in iterativeWork() local
|