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

  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
SharedPreferencesHelper.java 54 String profileString = sharedPreferences.getString(Constants.PREFS_USER_KEY, null);
55 if (profileString == null) {
59 return gson.fromJson(profileString, Profile.class);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Scan.cpp 252 char profileString[maxProfileLength];
257 profileString[profileLength] = (char)c;
265 if (profileLength == 2 && strncmp(profileString, "es", profileLength) == 0)
267 else if (profileLength == 4 && strncmp(profileString, "core", profileLength) == 0)
269 else if (profileLength == 13 && strncmp(profileString, "compatibility", profileLength) == 0)
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 365 milliseconds