HomeSort by relevance Sort by last modified time
    Searched refs:addContext (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/rs/
rsDevice.h 33 void addContext(Context *);
rsDevice.cpp 30 void Device::addContext(Context *rsc) {
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) {
129 printFuncDecl(f, &apis[ct], prefix, addContext, 0);
135 void printFuncPointers(FILE *f, int addContext) {
141 printFuncDecl(f, &apis[ct], "", addContext, 1);
  /dalvik/dexgen/src/com/android/dexgen/util/
ExceptionWithContext.java 49 ewc.addContext(str);
110 public void addContext(String str) {
  /dalvik/dx/src/com/android/dx/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) {
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 87 ex.addContext("stack[" + idx + "]: " +
310 ex.addContext("underlay stack:");
312 ex.addContext("overlay stack:");
OneLocalsArray.java 63 ex.addContext("locals[" + Hex.u2(i) + "]: " + s);
213 ex.addContext("underlay locals:");
215 ex.addContext("overlay locals:");
LocalsArraySet.java 126 ex.addContext("(locals array set; primary)");
134 ex.addContext("(locals array set: primary for caller "
286 ex.addContext(
327 ex.addContext("Merging one locals against caller block "
356 ex.addContext("underlay locals:");
358 ex.addContext("overlay locals:");
Merger.java 130 ex.addContext("...while merging stack[" + Hex.u2(i) + "]");
Ropper.java 255 ex.addContext("...while working on method " +
641 ex.addContext("...while working on block " + Hex.u2(offset));
760 ex.addContext("...while merging to block " + Hex.u2(succ));
819 ex.addContext("...while merging exception to block " +
    [all...]
BytecodeArray.java 803 ex.addContext("...at bytecode offset " + Hex.u4(offset));
807 se.addContext("...at bytecode offset " + Hex.u4(offset));
    [all...]
  /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 " +
DirectClassFile.java 398 ex.addContext("...while parsing " + filePath);
402 pe.addContext("...while parsing " + filePath);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h 54 EGLContext addContext(ContextPtr ctx );
EglDisplay.cpp 273 EGLContext EglDisplay::addContext(ContextPtr ctx ) {
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 218 ex.addContext("...while preparsing cst " + Hex.u2(i) +
318 ex.addContext("...while parsing cst " + Hex.u2(idx) +
323 pe.addContext("...while parsing cst " + Hex.u2(idx) +
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 561 ec.addContext("...while writing section " + i);
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 580 ec.addContext("...while writing section " + i);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 580 ec.addContext("...while writing section " + i);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 

Completed in 1643 milliseconds

1 2