/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | ModuleSpec.h | 282 m_specs = rhs.m_specs; in ModuleSpecList() 293 m_specs = rhs.m_specs; 300 return m_specs.size(); in GetSize() 305 m_specs.clear(); in Clear() 310 m_specs.push_back(spec); in Append() 316 m_specs.insert(m_specs.end(), rhs.m_specs.begin(), rhs.m_specs.end()); in Append() 321 ModuleSpec &GetModuleSpecRefAtIndex(size_t i) { return m_specs[i]; } in GetModuleSpecRefAtIndex() 325 if (i < m_specs.size()) { in GetModuleSpecAtIndex() 326 module_spec = m_specs[i]; in GetModuleSpecAtIndex() 337 for (auto spec : m_specs) { in FindMatchingModuleSpec() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | ModuleSpec.h | 282 m_specs = rhs.m_specs; in ModuleSpecList() 293 m_specs = rhs.m_specs; 300 return m_specs.size(); in GetSize() 305 m_specs.clear(); in Clear() 310 m_specs.push_back(spec); in Append() 316 m_specs.insert(m_specs.end(), rhs.m_specs.begin(), rhs.m_specs.end()); in Append() 321 ModuleSpec &GetModuleSpecRefAtIndex(size_t i) { return m_specs[i]; } in GetModuleSpecRefAtIndex() 325 if (i < m_specs.size()) { in GetModuleSpecAtIndex() 326 module_spec = m_specs[i]; in GetModuleSpecAtIndex() 337 for (auto spec : m_specs) { in FindMatchingModuleSpec() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | ModuleSpec.h | 282 m_specs = rhs.m_specs; in ModuleSpecList() 293 m_specs = rhs.m_specs; 300 return m_specs.size(); in GetSize() 305 m_specs.clear(); in Clear() 310 m_specs.push_back(spec); in Append() 316 m_specs.insert(m_specs.end(), rhs.m_specs.begin(), rhs.m_specs.end()); in Append() 321 ModuleSpec &GetModuleSpecRefAtIndex(size_t i) { return m_specs[i]; } in GetModuleSpecRefAtIndex() 325 if (i < m_specs.size()) { in GetModuleSpecAtIndex() 326 module_spec = m_specs[i]; in GetModuleSpecAtIndex() 337 for (auto spec : m_specs) { in FindMatchingModuleSpec() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | ModuleSpec.h | 282 m_specs = rhs.m_specs; in ModuleSpecList() 293 m_specs = rhs.m_specs; 300 return m_specs.size(); in GetSize() 305 m_specs.clear(); in Clear() 310 m_specs.push_back(spec); in Append() 316 m_specs.insert(m_specs.end(), rhs.m_specs.begin(), rhs.m_specs.end()); in Append() 321 ModuleSpec &GetModuleSpecRefAtIndex(size_t i) { return m_specs[i]; } in GetModuleSpecRefAtIndex() 325 if (i < m_specs.size()) { in GetModuleSpecAtIndex() 326 module_spec = m_specs[i]; in GetModuleSpecAtIndex() 337 for (auto spec : m_specs) { in FindMatchingModuleSpec() [all …]
|
/aosp_15_r20/external/emma/ant/ant14/com/vladium/emma/instr/ |
H A D | FilterCfg.java | 146 if (m_specs != null) in getFilterSpecs() 147 return m_specs; in getFilterSpecs() 152 m_specs = IConstants.EMPTY_STRING_ARRAY; in getFilterSpecs() 164 m_specs = Strings.mergeAT (values, COMMA_DELIMITERS, true); in getFilterSpecs() 173 return m_specs; in getFilterSpecs() 192 private transient String [] m_specs; field in FilterCfg
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsDrawTest.cpp | 3493 static bool containsLineCases(const std::vector<DrawTestSpec> &m_specs) in containsLineCases() argument 3495 for (int ndx = 0; ndx < (int)m_specs.size(); ++ndx) in containsLineCases() 3497 if (getDrawPrimitiveClass(m_specs[ndx].primitive) == PRIMITIVECLASS_LINE) in containsLineCases() 3556 if (!m_specs.empty()) in addIteration() 3558 const bool validContext = m_specs[0].apiType == spec.apiType; in addIteration() 3565 m_specs.push_back(spec); in addIteration() 3575 DE_ASSERT(!m_specs.empty()); in init() 3576 DE_ASSERT(contextSupports(m_renderCtx.getType(), m_specs[0].apiType)); in init() 3582 const bool isLineCase = containsLineCases(m_specs); in init() 3641 const DrawTestSpec &spec = m_specs[specNdx]; in iterate() [all …]
|
H A D | glsDrawTest.hpp | 286 std::vector<DrawTestSpec> m_specs; member in deqp::gls::DrawTest
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fBufferWriteTests.cpp | 220 , m_specs(specs, specs + numSpecs) in RecreateBufferDataStoreCase() 234 … for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++) in iterate() 261 std::vector<DataStoreSpec> m_specs; member in deqp::gles2::Functional::RecreateBufferDataStoreCase
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fBufferWriteTests.cpp | 220 , m_specs(specs, specs + numSpecs) in RecreateBufferDataStoreCase() 234 … for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++) in iterate() 261 std::vector<DataStoreSpec> m_specs; member in deqp::gles3::Functional::RecreateBufferDataStoreCase
|
/aosp_15_r20/external/emma/lib/ |
HD | emma_ant.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | emma_ant.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |