Home
last modified time | relevance | path

Searched defs:underscore (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/wilhelm/src/
H A Dtrace.cpp68 const char *underscore = function; in slTraceEnterInterface() local
94 const char *underscore = function; in slTraceLeaveInterface() local
/aosp12/system/tools/hidl/lint/lints/
H A DmethodVersions.cpp36 size_t underscore = method.name().find('_'); in getSanitizedMethodName() local
41 size_t underscore = method.name().find('_'); in checkMethodVersion() local
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlInterface.cpp94 size_t underscore = rawName.find('_'); in getBaseName() local
/aosp12/bionic/libc/tzcode/
H A Dstrftime.c179 static char *getformat(int modifier, char *normal, char *underscore, in getformat()
/aosp12/frameworks/base/core/java/android/text/format/
H A DTimeFormatter.java523 private static String getFormat(int modifier, String normal, String underscore, String dash, in getFormat()
/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java428 int underscore = checks[index].indexOf('_'); in emitNativeBoundsChecks() local