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

  /frameworks/base/services/core/jni/
com_android_server_GraphicsStatsService.cpp 35 static jlong createDump(JNIEnv*, jobject, jint fd, jboolean isProto) {
36 GraphicsStatsService::Dump* dump = GraphicsStatsService::createDump(fd, isProto
  /external/swiftshader/third_party/subzero/src/
IceGlobalInits.h 140 bool IsProto) {
142 FunctionDeclaration(Signature, CallingConv, Linkage, IsProto);
146 /// isProto implies that there isn't a (local) definition for the function.
147 bool isProto() const { return IsProto; }
153 bool getSuppressMangling() const final { return isExternal() && IsProto; }
195 const bool IsProto;
199 llvm::GlobalValue::LinkageTypes Linkage, bool IsProto)
201 Signature(Signature), CallingConv(CallingConv), IsProto(IsProto) {}
    [all...]
IceConverter.cpp 137 IsUndefined = Func->isProto();
    [all...]
PNaClTranslator.cpp 311 FunctionDeclarations[NextDefiningFunctionID]->isProto())
437 // defined or isproto). Then function definitions are encountered/parsed and
549 Ice::Constant *C = getConstantSym(Func->getName(), Func->isProto());
    [all...]
  /frameworks/base/services/core/java/com/android/server/
GraphicsStatsService.java 382 private static native long nCreateDump(int outFd, boolean isProto);
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 867 milliseconds