HomeSort by relevance Sort by last modified time
    Searched defs:getSources (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioRoute.h 42 const AudioPortVector &getSources() const { return mSources; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 37 const SourceManager &getSources() const { return SM; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 37 const SourceManager &getSources() const { return SM; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 37 const SourceManager &getSources() const { return SM; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 37 const SourceManager &getSources() const { return SM; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 37 const SourceManager &getSources() const { return SM; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 37 const SourceManager &getSources() const { return SM; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 37 const SourceManager &getSources() const { return SM; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 37 const SourceManager &getSources() const { return SM; }
  /external/guice/core/src/com/google/inject/spi/
Message.java 80 public List<Object> getSources() {
  /external/guice/core/test/com/google/inject/internal/
WeakKeySetUtils.java 54 assertNull(set.getSources(Key.get(Integer.class)));
60 assertEquals(expectedSources, set.getSources(key).size());
62 assertTrue("didn't contain source: " + source, set.getSources(key).contains(source));
69 Set<Object> sources = set.getSources(key);
76 Set<Object> sources = set.getSources(key);
  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 96 * Like {@link com.android.dx.rop.code.Insn getSources()}.
100 abstract public RegisterSpecList getSources();
216 return null != getSources().specForRegister(reg);
NormalSsaInsn.java 47 RegisterSpecList oldSources = insn.getSources();
64 RegisterSpecList origSources = insn.getSources();
93 RegisterSpecList origSources = insn.getSources();
109 * Like rop.Insn.getSources().
114 public RegisterSpecList getSources() {
115 return insn.getSources();
127 return insn.withNewRegisters(getResult(), insn.getSources());
150 assignment = insn.getSources().get(0);
175 RegisterSpecList oldSources = insn.getSources();
PhiInsn.java 137 // Un-cache sources, in case someone has already called getSources().
156 // Un-cache sources, in case someone has already called getSources().
162 * at the particular getSources() index.
164 * @param sourcesIndex index of source in getSources()
208 public RegisterSpecList getSources() {
366 int sz = getSources().size();
  /external/guice/core/src/com/google/inject/internal/
WeakKeySet.java 46 * This is already locked externally on add and getSources but we need it to handle clean up in
122 public Set<Object> getSources(Key<?> key) {
Errors.java 487 sources.addAll(getSources());
488 sources.addAll(message.getSources());
508 public List<Object> getSources() {
540 addMessage(new Message(getSources(), message, cause));
581 List<Object> dependencies = errorMessage.getSources();
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Insn.java 183 public final RegisterSpecList getSources() {
285 && equalsHandleNulls(sources, b.getSources())
Rop.java 331 public TypeList getSources() {
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 182 public final RegisterSpecList getSources() {
284 && equalsHandleNulls(sources, b.getSources())
Rop.java 331 public TypeList getSources() {
  /frameworks/native/include/input/
InputDevice.h 89 inline uint32_t getSources() const { return mSources; }
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 76 ProgramSources getSources (void);
86 : glu::ShaderProgram (ctx.getRenderContext(), getSources())
115 ProgramSources ScaleProgram::getSources (void)
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 303 RegisterSpecList sources = getSources(opcode, stackPointer);
675 private RegisterSpecList getSources(int opcode, int stackPointer) {
    [all...]
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 221 glu::ProgramSources getSources (void)
245 , m_glProgram (gl, getSources())
teglPartialUpdateTests.cpp 209 glu::ProgramSources getSources (void)
233 , m_glProgram (gl, getSources())

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>