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...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserCsvTests.java 39 com.android.inputmethod.latin.tests.R.string.empty_string);
163 assertTextArray("Escaped !text/name", "\\!text/empty_string", "\\!text/empty_string");
164 assertTextArray("Escaped !TEXT/NAME", "\\!TEXT/EMPTY_STRING", "\\!TEXT/EMPTY_STRING");
195 assertTextArray("Multiple escaped !text", "\\!,\\!text/empty_string",
196 "\\!", "\\!text/empty_string");
197 assertTextArray("Multiple escaped !TEXT", "\\!,\\!TEXT/EMPTY_STRING",
198 "\\!", "\\!TEXT/EMPTY_STRING");
208 "!text/empty_string");
    [all...]
  /frameworks/av/drm/drmserver/
DrmManager.cpp 40 const String8 DrmManager::EMPTY_STRING("");
171 if (EMPTY_STRING != plugInId) {
181 if (EMPTY_STRING != plugInId) {
206 bool result = (EMPTY_STRING != plugInId) ? true : false;
225 if (EMPTY_STRING != plugInId) {
250 if (EMPTY_STRING != plugInId) {
262 if (EMPTY_STRING != plugInId) {
272 if (EMPTY_STRING != plugInId) {
276 return EMPTY_STRING;
282 if (EMPTY_STRING != plugInId)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 128 private static final String EMPTY_STRING = ""; //$NON-NLS-1$
359 String containerHandle = EMPTY_STRING;
362 JUnitLaunchConfigurationConstants.ATTR_TEST_CONTAINER, EMPTY_STRING);
385 AndroidJUnitLaunchConfigDelegate.ATTR_INSTR_NAME, EMPTY_STRING);
407 AndroidJUnitLaunchConfigDelegate.ATTR_TEST_SIZE, EMPTY_STRING);
418 String projectName = EMPTY_STRING;
421 EMPTY_STRING);
430 String testTypeName = EMPTY_STRING;
431 mOriginalTestMethodName = EMPTY_STRING;
445 mContainerText.setText(EMPTY_STRING);
    [all...]
AndroidJUnitLaunchConfigDelegate.java 62 private static final String EMPTY_STRING = ""; //$NON-NLS-1$
243 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/astl/tests/
test_string.cpp 834 string empty_string;
836 EXPECT_TRUE(empty_string.capacity() == 0);
837 EXPECT_TRUE(empty_string.size() == 0);
850 string empty_string;
852 empty_string.clear();
853 EXPECT_TRUE(empty_string.capacity() == 0);
854 EXPECT_TRUE(empty_string.size() == 0);
868 string empty_string;
870 empty_string.erase();
871 EXPECT_TRUE(empty_string.capacity() == 0)
    [all...]
  /external/chromium/googleurl/src/
gurl.cc 66 static std::string* empty_string = NULL; member in namespace:__anon3897
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 145 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 = "";
310 + targetLocale, EMPTY_STRING);
326 throw new MissingResourceException(null, bundleName + '_' + targetLocale, EMPTY_STRING);
814 if (!EMPTY_STRING.equals(variant)) {
817 if (!EMPTY_STRING.equals(country)) {
820 if (!EMPTY_STRING.equals(language)) {
    [all...]
  /external/icu4c/i18n/
alphaindex.cpp 277 Bucket *b = new Bucket(labelStr, *EMPTY_STRING, U_ALPHAINDEX_UNDERFLOW, status);
539 return *EMPTY_STRING;
635 delete EMPTY_STRING;
636 EMPTY_STRING = NULL;
649 const UnicodeString *AlphabeticIndex::EMPTY_STRING;
712 EMPTY_STRING = new UnicodeString();
    [all...]
  /external/regex-re2/re2/
re2.cc 48 static const string empty_string; member in namespace:re2
151 error_ = &empty_string;
167 if (error_ == &empty_string)
209 if (rprog_ == NULL && error_ == &empty_string) {
233 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;
  /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...]

Completed in 2321 milliseconds

1 2 3 4