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

  /external/chromium_org/third_party/skia/tests/
MetaDataTest.cpp 45 REPORTER_ASSERT(reporter, !m1.removeString("hello"));
46 REPORTER_ASSERT(reporter, !m1.removeString("true"));
47 REPORTER_ASSERT(reporter, !m1.removeString("false"));
105 REPORTER_ASSERT(reporter, m1.removeString("hello"));
  /external/skia/tests/
MetaDataTest.cpp 45 REPORTER_ASSERT(reporter, !m1.removeString("hello"));
46 REPORTER_ASSERT(reporter, !m1.removeString("true"));
47 REPORTER_ASSERT(reporter, !m1.removeString("false"));
105 REPORTER_ASSERT(reporter, m1.removeString("hello"));
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUpgrader.java 128 protected String removeString(SharedPreferences oldPreferencesLocation, String key) {
AppUpgrader.java 244 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR_PLUS);
252 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR);
260 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_GRID_LINES);
289 String location = removeString(oldGlobalPreferences, Keys.KEY_RECORD_LOCATION);
  /external/chromium_org/third_party/skia/include/core/
SkMetaData.h 98 bool removeString(const char name[]);
  /external/skia/include/core/
SkMetaData.h 98 bool removeString(const char name[]);
  /external/chromium_org/third_party/skia/src/core/
SkMetaData.cpp 282 bool SkMetaData::removeString(const char name[])
  /external/skia/src/core/
SkMetaData.cpp 282 bool SkMetaData::removeString(const char name[])
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 82 void removeString(StringImpl*);
100 #define STRING_STATS_REMOVE_STRING(string) StringImpl::stringStats().removeString(string); removeStringForStats(this)
StringImpl.cpp 215 void StringStats::removeString(StringImpl* string)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 4596 milliseconds