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

  /frameworks/rs/driver/
rsdShader.cpp 76 RsdShader::StateBasedKey *returnKey = nullptr;
79 returnKey = mStateBasedShaders.itemAt(i);
93 if (texType != returnKey->mTextureTargets[ct]) {
94 returnKey = nullptr;
99 return returnKey;
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java 692 final Key<?> returnKey = Key.get(returnType.getTypeLiteral(), RETURN_ANNOTATION);
719 binder.bind(returnKey)
727 Binding<?> binding = forCreate.getBinding(returnKey);
    [all...]

Completed in 684 milliseconds