Searched refs:Invoke (Results 1 – 16 of 16) sorted by relevance
/frameworks/rs/ |
D | rsScript.cpp | 232 s->Invoke(rsc, slot, NULL, 0); in rsi_ScriptInvoke() 238 s->Invoke(rsc, slot, NULL, 0); in rsi_ScriptInvokeData() 243 s->Invoke(rsc, slot, data, len); in rsi_ScriptInvokeV()
|
D | rsScriptIntrinsic.h | 60 virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len);
|
D | rsScriptC.h | 41 virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len);
|
D | rsScriptIntrinsic.cpp | 82 void ScriptIntrinsic::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { in Invoke() function in ScriptIntrinsic
|
D | rsScript.h | 128 virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) = 0;
|
D | rsScriptC.cpp | 219 void ScriptC::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) { in Invoke() function in ScriptC
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 179 InvokeInst *Invoke = I->first; in UpgradeExceptionHandling() local 180 BasicBlock *UnwindDest = Invoke->getUnwindDest(); in UpgradeExceptionHandling() 205 Invoke->setUnwindDest(NewBB); in UpgradeExceptionHandling() 211 int Idx = PN->getBasicBlockIndex(Invoke->getParent()); in UpgradeExceptionHandling()
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-basic-testing.jd | 123 <li>Invoke the superclass constructor for
|
/frameworks/base/docs/html/google/auth/ |
D | api-client.jd | 516 // Invoke the query asynchronously with a callback method 570 // Invoke the query synchronously
|
D | http-auth.jd | 16 <li><a href="#AccountPicker">Invoke the Account Picker</a></li> 124 <h2 id="AccountPicker">Invoke the Account Picker</h2>
|
/frameworks/base/docs/html/tools/publishing/ |
D | app-signing.jd | 108 <li>Invoke the <code>assembleRelease</code> build task from Android Studio.</li>
|
/frameworks/base/docs/html/tools/building/ |
D | building-cmdline.jd | 139 root of your module directory. Invoke the <code>assembleRelease</code> build task.</li>
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 238 * Invoke the method signature available as of
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1171 case Instruction::Invoke: { in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 1182 case Instruction::Invoke: { in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1125 case Instruction::Invoke: { in WriteInstruction()
|