/external/chromium_org/ui/gl/ |
gl_share_group.cc | 20 void GLShareGroup::AddContext(GLContext* context) {
|
gl_share_group.h | 25 void AddContext(GLContext* context);
|
gl_context.cc | 32 share_group_->AddContext(this);
|
/frameworks/rs/ |
rsDevice.cpp | 30 void Device::addContext(Context *rsc) {
|
rsDevice.h | 33 void addContext(Context *);
|
rsg_generator.c | 101 void printFuncDecl(FILE *f, const ApiEntry *api, const char *prefix, int addContext, int isFnPtr) { 116 if (addContext) { 126 void printFuncDecls(FILE *f, const char *prefix, int addContext, int externC) { 132 printFuncDecl(f, &apis[ct], prefix, addContext, 0); 138 void printFuncPointers(FILE *f, int addContext) { 144 printFuncDecl(f, &apis[ct], "", addContext, 1);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArraySet.java | 124 ex.addContext("(locals array set; primary)"); 132 ex.addContext("(locals array set: primary for caller " 284 ex.addContext( 325 ex.addContext("Merging one locals against caller block " 354 ex.addContext("underlay locals:"); 356 ex.addContext("overlay locals:");
|
OneLocalsArray.java | 62 ex.addContext("locals[" + Hex.u2(i) + "]: " + s); 212 ex.addContext("underlay locals:"); 214 ex.addContext("overlay locals:");
|
ExecutionStack.java | 87 ex.addContext("stack[" + idx + "]: " + 310 ex.addContext("underlay stack:"); 312 ex.addContext("overlay stack:");
|
Merger.java | 130 ex.addContext("...while merging stack[" + Hex.u2(i) + "]");
|
Ropper.java | 269 ex.addContext("...while working on method " + 655 ex.addContext("...while working on block " + Hex.u2(offset)); 774 ex.addContext("...while merging to block " + Hex.u2(succ)); 833 ex.addContext("...while merging exception to block " + [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
ExceptionWithContext.java | 49 ewc.addContext(str); 110 public void addContext(String str) {
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ExceptionWithContext.java | 49 ewc.addContext(str); 110 public void addContext(String str) {
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ExceptionWithContext.java | 57 ewc.addContext(str); 118 public void addContext(String str) {
|
/libcore/dex/src/main/java/com/android/dex/util/ |
ExceptionWithContext.java | 48 ewc.addContext(str); 109 public void addContext(String str) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLContextGroup.h | 48 void addContext(WebGLRenderingContext*);
|
WebGLContextGroup.cpp | 56 void WebGLContextGroup::addContext(WebGLRenderingContext* context)
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglDisplay.h | 54 EGLContext addContext(ContextPtr ctx );
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeListParser.java | 153 ex.addContext("...while parsing attributes[" + i + "]"); 157 pe.addContext("...while parsing attributes[" + i + "]");
|
MemberListParser.java | 227 ex.addContext("...while parsing " + humanName() + "s[" + i + 232 pe.addContext("...while parsing " + humanName() + "s[" + i +
|
AttributeFactory.java | 99 ex.addContext("...while parsing " +
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 233 ex.addContext("...while preparsing cst " + Hex.u2(i) + " at offset " + Hex.u4(at)); 343 ex.addContext("...while parsing cst " + Hex.u2(idx) + 348 pe.addContext("...while parsing cst " + Hex.u2(idx) +
|
/external/chromium_org/ipc/ |
ipc_sync_channel.cc | 47 static ReceivedSyncMsgQueue* AddContext() { 234 received_sync_msgs_(ReceivedSyncMsgQueue::AddContext()),
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_env.cpp | 269 int GLEnv::AddContext(const EGLContext& context) {
|
gl_env.h | 140 int AddContext(const EGLContext& context);
|