HomeSort by relevance Sort by last modified time
    Searched refs:m_code (Results 1 - 6 of 6) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 97 m_code = (code != null ? code : EMPTY_BYTE_ARRAY);
98 m_codeSize = m_code.length;
110 return m_code;
171 _clone.m_code = (m_codeSize == 0 ? EMPTY_BYTE_ARRAY : (byte []) m_code.clone ()); // does not trim
189 out.write (m_code, 0, m_codeSize); // TODO: THIS IS WRONG
198 m_code = code;
219 m_code = new byte [(int) code_length];
220 bytes.readFully (m_code);
252 private byte [] m_code; // never null [valid content extent is m_codeSize field in class:CodeAttribute_info
    [all...]
  /external/deqp/framework/common/
tcuTestCase.hpp 182 TestStatus (qpTestResult code, const std::string& description) : m_code(code), m_description(description) {}
184 bool isComplete (void) const { return m_code != QP_TEST_RESULT_LAST; }
185 qpTestResult getCode (void) const { DE_ASSERT(isComplete()); return m_code; }
193 qpTestResult m_code; member in class:tcu::TestStatus
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.cpp     [all...]
gl4cShadingLanguage420PackTests.hpp 221 std::string m_code; member in struct:gl4cts::GLSL420Pack::Utils::shaderSource::shaderPart
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 1231 milliseconds