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

  /art/libartbase/base/
utils.cc 117 int hasAt = 0;
124 hasAt = 1;
129 if (len < 15 || hasAt || !hasDot) {
  /system/core/libutils/
Threads.cpp 99 int hasAt = 0;
104 else if (*s == '@') hasAt = 1;
108 if (len < 15 || hasAt || !hasDot) {
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 488 bool hasAt = false;
495 hasAt = true;
500 if (len < 15 || hasAt || !hasDot) {
    [all...]

Completed in 866 milliseconds