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

  /external/emma/core/java12/com/vladium/logging/
Logger.java 453 String callerName = caller.getName ();
455 if (callerName.startsWith (PREFIX_TO_STRIP))
456 callerName = callerName.substring (PREFIX_TO_STRIP_LENGTH);
458 String parentName = callerName;
460 final int firstDollar = callerName.indexOf ('$');
461 if (firstDollar > 0) parentName = callerName.substring (0, firstDollar);
464 buf.append (callerName);
501 String callerName = caller.getName ();
503 if (callerName.startsWith (PREFIX_TO_STRIP)
    [all...]
  /build/soong/android/
util.go 164 _, funcName, ok := callerName(skip)
180 // callerName returns the package path and function name of the calling
183 func callerName(skip int) (pkgPath, funcName string, ok bool) {
  /external/mesa3d/src/mesa/main/
teximage.c     [all...]
  /build/blueprint/
package_ctx.go 136 _, funcName, ok := callerName(skip)
152 // callerName returns the package path and function name of the calling
155 func callerName(skip int) (pkgPath, funcName string, ok bool) {
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 219 milliseconds