Home
last modified time | relevance | path

Searched defs:blockId (Results 1 – 24 of 24) sorted by relevance

/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DParcelCallSender.java44 abstract void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall()
48 long callId, int blockId, int totalBytes, byte[] bytes, int retries) throws RemoteException { in prepareCallAndRetry()
72 abstract byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException; in call()
74 private byte[] callAndRetry(long callId, int blockId, byte[] bytes, int retries) in callAndRetry()
98 abstract byte[] fetchResponse(long callId, int blockId) throws RemoteException; in fetchResponse()
100 private byte[] fetchResponseAndRetry(long callId, int blockId, int retries) in fetchResponseAndRetry()
DCrossProfileCallbackExceptionParcelCallSender.java35 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
45 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call()
55 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
DCrossProfileCallbackParcelCallSender.java38 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) throws RemoteException { in prepareCall()
48 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call()
58 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
DCrossProfileParcelCallSender.java50 void prepareCall(long callId, int blockId, int numBytes, byte[] params) throws RemoteException { in prepareCall()
55 byte[] call(long callId, int blockId, byte[] params) throws RemoteException { in call()
61 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
DParcelCallReceiver.java73 public void prepareCall(long callId, int blockId, int numBytes, byte[] paramBytes) { in prepareCall()
103 public Parcel getPreparedCall(long callId, int blockId, byte[] paramBytes) { in getPreparedCall()
137 public byte[] getPreparedResponse(long callId, int blockId) { in getPreparedResponse()
/external/connectedappssdk/sdk/src/main/aidl/com/google/android/enterprise/connectedapps/
DICrossProfileCallback.aidl19 void prepareResult(long callId, int blockId, int numBytes, in byte[] params); in prepareResult()
20 void onResult(long callId, int blockId, int methodIdentifier, in byte[] params); in onResult()
21 void onException(long callId, int blockId, in byte[] params); in onException()
DICrossProfileService.aidl30 void prepareCall(long callId, int blockId, int numBytes, in byte[] params); in prepareCall()
37 …byte[] call(long callId, int blockId, long crossProfileTypeIdentifier, int methodIdentifier, in by… in call()
40 byte[] fetchResponse(long callId, int blockId); in fetchResponse()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DTestICrossProfileCallback.java37 public void prepareResult(long callId, int blockId, int numBytes, byte[] params) in prepareResult()
41 public void onResult(long callId, int blockId, int methodIdentifier, byte[] params) in onResult()
51 public void onException(long callId, int blockId, byte[] params) throws RemoteException { in onException()
DTestStringCrossProfileCallback.java30 public void prepareResult(long callId, int blockId, int numBytes, byte[] params) {} in prepareResult()
33 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) in onResult()
44 public void onException(long callId, int blockId, byte[] paramsBytes) throws RemoteException { in onException()
DTestService.java65 public void prepareCall(long callId, int blockId, int numBytes, byte[] paramsBytes) {} in prepareCall()
70 int blockId, in call()
99 public byte[] fetchResponse(long callId, int blockId) { in fetchResponse()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/internal/
DParcelCallSenderTest.java42 void prepareCall(long callId, int blockId, int totalBytes, byte[] bytes) in prepareCall()
52 byte[] call(long callId, int blockId, byte[] bytes) throws RemoteException { in call()
62 byte[] fetchResponse(long callId, int blockId) throws RemoteException { in fetchResponse()
/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp139 auto &blockId = it.first; in AssignBlockFields() local
160 void SpirvShader::Function::ForeachBlockDependency(Block::ID blockId, std::function<void(Block::ID)… in ForeachBlockDependency()
290 auto blockId = state->block; in EmitNonLoop() local
328 auto blockId = state->block; in EmitLoop() local
692 auto blockId = Block::ID(insn.word(w + 1)); in StorePhi() local
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DCrossProfileSender.java152 public void prepareResult(long callId, int blockId, int numBytes, byte[] params) { in prepareResult()
157 public void onResult(long callId, int blockId, int methodIdentifier, byte[] paramsBytes) { in onResult()
175 public void onException(long callId, int blockId, byte[] paramsBytes) { in onException()
/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp192 unsigned blockId = 0; in printBlockExecutions() local
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h76 int blockId; member
96 int blockId; member
DOutputASM.cpp278 …Uniform::Uniform(const TType& type, const std::string &name, int registerIndex, int blockId, const… in Uniform()
284 … TLayoutBlockStorage layout, bool isRowMajorLayout, int registerIndex, int blockId) : in UniformBlock()
2334 int blockId = getBlockId(arg); in getArgumentInfo() local
3705 …Type &type, const TString &name, int registerIndex, bool samplersOnly, int blockId, BlockLayoutEnc… in declareUniform()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp127 auto blockId = block->GetLabelInst()->result_id(); in ProcessStructured() local
147 auto blockId = block->id(); in ProcessStructured() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp127 auto blockId = block->GetLabelInst()->result_id(); in ProcessStructured() local
147 auto blockId = block->id(); in ProcessStructured() local
/external/v4l2_codec2/components/
DV4L2Decoder.cpp599 uint32_t blockId; in onVideoFrameReady() local
/external/skqp/src/sksl/
DSkSLCompiler.cpp384 void Compiler::scanCFG(CFG* cfg, BlockId blockId, std::set<BlockId>* workList) { in scanCFG()
/external/angle/src/compiler/translator/
DBuildSPIRV.cpp1391 const spirv::IdRef blockId = conditional.blockIds[conditional.nextBlockToWrite++]; in nextConditionalBlock() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java619 int blockId = ShadowArscAssetManager in getResourceBagValue() local
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.cpp489 for(unsigned int blockId = 0; blockId < MAX_UNIFORM_BUFFER_BINDINGS; blockId++) in resetUniformBlockBindings() local
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...