HomeSort by relevance Sort by last modified time
    Searched full:empty_string (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 34 const String8 DrmManagerClientImpl::EMPTY_STRING("");
92 if (EMPTY_STRING != drmEngineFile) {
101 if ((NULL != path) && (EMPTY_STRING != *path)) {
110 if ((NULL != path) && (EMPTY_STRING != *path)) {
119 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType)) {
151 String8 mimeType = EMPTY_STRING;
152 if (EMPTY_STRING != path) {
161 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType))
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ReverseGeocoderTask.java 50 String value = MenuHelper.EMPTY_STRING;
61 value = MenuHelper.EMPTY_STRING;
64 value = MenuHelper.EMPTY_STRING;
MenuHelper.java 96 public static final String EMPTY_STRING = "";
210 if (!location.equals(MenuHelper.EMPTY_STRING)) {
337 if (value != null && !value.equals(EMPTY_STRING)) {
391 ? EMPTY_STRING
429 value = EMPTY_STRING;
436 if (value != EMPTY_STRING) {
    [all...]
  /frameworks/av/drm/drmserver/
DrmManager.cpp 40 const String8 DrmManager::EMPTY_STRING("");
161 if (EMPTY_STRING != plugInId) {
171 if (EMPTY_STRING != plugInId) {
196 bool result = (EMPTY_STRING != plugInId) ? true : false;
215 if (EMPTY_STRING != plugInId) {
240 if (EMPTY_STRING != plugInId) {
252 if (EMPTY_STRING != plugInId) {
262 if (EMPTY_STRING != plugInId) {
266 return EMPTY_STRING;
272 if (EMPTY_STRING != plugInId)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserCsvTests.java 46 com.android.inputmethod.latin.tests.R.string.empty_string);
173 assertTextArray("Escaped !text/name", "\\!text/empty_string", "\\!text/empty_string");
174 assertTextArray("Escaped !TEXT/NAME", "\\!TEXT/EMPTY_STRING", "\\!TEXT/EMPTY_STRING");
205 assertTextArray("Multiple escaped !text", "\\!,\\!text/empty_string",
206 "\\!", "\\!text/empty_string");
207 assertTextArray("Multiple escaped !TEXT", "\\!,\\!TEXT/EMPTY_STRING",
208 "\\!", "\\!TEXT/EMPTY_STRING");
218 "!text/empty_string");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 127 private static final String EMPTY_STRING = ""; //$NON-NLS-1$
358 String containerHandle = EMPTY_STRING;
361 JUnitLaunchConfigurationConstants.ATTR_TEST_CONTAINER, EMPTY_STRING);
384 AndroidJUnitLaunchConfigDelegate.ATTR_INSTR_NAME, EMPTY_STRING);
406 AndroidJUnitLaunchConfigDelegate.ATTR_TEST_SIZE, EMPTY_STRING);
417 String projectName = EMPTY_STRING;
420 EMPTY_STRING);
429 String testTypeName = EMPTY_STRING;
430 mOriginalTestMethodName = EMPTY_STRING;
444 mContainerText.setText(EMPTY_STRING);
    [all...]
AndroidJUnitLaunchConfigDelegate.java 66 private static final String EMPTY_STRING = ""; //$NON-NLS-1$
264 String attrValue = configuration.getAttribute(attributeName, EMPTY_STRING);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
regress-181654.js 52 var EMPTY_STRING = '';
79 actual = examineThis(err3, EMPTY_STRING);
84 var err4 = new MyError(EMPTY_STRING);
85 actual = examineThis(err4, EMPTY_STRING);
15.11.4.4-1.js 80 var EMPTY_STRING = '';
98 actual = examineThis(err3, EMPTY_STRING);
103 var err4 = new Error(EMPTY_STRING);
104 actual = examineThis(err4, EMPTY_STRING);
15.11.1.1.js 50 var EMPTY_STRING = '';
74 actual = examineThis(err3, EMPTY_STRING);
regress-181914.js 52 var EMPTY_STRING = '';
127 actual = examineThis(err6, EMPTY_STRING);
  /external/chromium/googleurl/src/
gurl.cc 66 static std::string* empty_string = NULL; member in namespace:__anon4853
75 if (!empty_string) {
80 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
86 return *empty_string;
95 empty_string = new std::string;
101 return *empty_string;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 68 protected static final String EMPTY_STRING = ""; //$NON-NLS-1$
327 String projectName = EMPTY_STRING;
330 EMPTY_STRING);
355 String activityName = EMPTY_STRING;
357 activityName = config.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY, EMPTY_STRING);
368 if (activityName == null || activityName.equals(EMPTY_STRING)) {
  /packages/inputmethods/LatinIME/tests/res/values/
donottranslate.xml 22 <string name="empty_string">""</string>
  /external/v8/src/
func-name-inferrer.cc 71 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string());
cpu-profiler.cc 364 isolate->heap()->empty_string(),
380 isolate->heap()->empty_string(),
  /frameworks/av/drm/libdrmframework/include/
DrmManager.h 152 static const String8 EMPTY_STRING;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.mm 192 NSString* empty_string = l10n_util::GetNSString(IDS_MENU_EMPTY_SUBMENU);
193 NSMenuItem* item = [[[NSMenuItem alloc] initWithTitle:empty_string
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 85 private static final String EMPTY_STRING = "";
312 + targetLocale, EMPTY_STRING);
328 throw new MissingResourceException(null, bundleName + '_' + targetLocale, EMPTY_STRING);
820 if (!EMPTY_STRING.equals(variant)) {
823 if (!EMPTY_STRING.equals(country)) {
826 if (!EMPTY_STRING.equals(language)) {
    [all...]
  /external/regex-re2/re2/
re2.cc 57 static const string *empty_string; member in namespace:re2
63 if (empty_string == NULL) {
64 empty_string = new string;
177 error_ = empty_string;
193 if (error_ == empty_string)
235 if (rprog_ == NULL && error_ == empty_string) {
256 if (error_ != empty_string)
    [all...]
  /external/quake/quake/src/QW/client/
sys_win.c 548 static char *empty_string = ""; variable
582 argv[0] = empty_string;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 66 private static final String EMPTY_STRING = "";
161 return EMPTY_STRING;
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 35 private static final String EMPTY_STRING = "";
    [all...]
  /external/regex-re2/util/
pcre.cc 49 static const string empty_string; member in namespace:re2
58 error_ = &empty_string;
100 if (error_ != &empty_string) delete error_;
134 if (error_ == &empty_string) error_ = new string(error);
    [all...]
  /frameworks/base/core/java/android/text/
BidiFormatter.java 127 private static final String EMPTY_STRING = "";
311 return EMPTY_STRING;
340 return EMPTY_STRING;
    [all...]

Completed in 1732 milliseconds

1 2 3 4