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

1 2 3 4 5 6

  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 36 const String8 DrmManagerClientImpl::EMPTY_STRING("");
103 if ((NULL != path) && (EMPTY_STRING != *path)) {
112 if ((NULL != path) && (EMPTY_STRING != *path)) {
121 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType)) {
153 String8 mimeType = EMPTY_STRING;
154 if (EMPTY_STRING != path) {
163 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType)) {
173 if (EMPTY_STRING != path)
    [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/java/src/com/android/inputmethod/latin/utils/
JsonUtils.java 37 private static final String EMPTY_STRING = "";
70 return EMPTY_STRING;
91 return EMPTY_STRING;
  /external/chromium_org/tools/clang/empty_string/
Makefile 10 TOOLNAME = empty_string
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 43 private static final String EMPTY_STRING = "";
230 * @return the string value of the property if it exists; if not, #EMPTY_STRING is
238 return EMPTY_STRING;
243 return EMPTY_STRING;
274 * property does not exist, if the defaultThing is null #EMPTY_STRING
285 return EMPTY_STRING;
291 return EMPTY_STRING;
311 propertyInfo.setValue(EMPTY_STRING);
334 return EMPTY_STRING;
346 * @return the string value of the property if it exists and is primitive; if not, #EMPTY_STRING i
    [all...]
  /frameworks/av/drm/drmserver/
DrmManager.cpp 40 const String8 DrmManager::EMPTY_STRING("");
161 if (EMPTY_STRING != plugInId) {
171 if (EMPTY_STRING != plugInId) {
181 bool result = (EMPTY_STRING != plugInId) ? true : false;
200 if (EMPTY_STRING != plugInId) {
225 if (EMPTY_STRING != plugInId) {
237 if (EMPTY_STRING != plugInId) {
247 if (EMPTY_STRING != plugInId) {
251 return EMPTY_STRING;
257 if (EMPTY_STRING != plugInId)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecSplitTests.java 117 assertNull("resolve empty text", mTextsSet.resolveTextReference("!text/empty_string"));
189 assertTextArray("Escaped !text/name", "\\!text/empty_string", "\\!text/empty_string");
190 assertTextArray("Escaped !TEXT/NAME", "\\!TEXT/EMPTY_STRING", "\\!TEXT/EMPTY_STRING");
221 assertTextArray("Multiple escaped !text", "\\!,\\!text/empty_string",
222 "\\!", "\\!text/empty_string");
223 assertTextArray("Multiple escaped !TEXT", "\\!,\\!TEXT/EMPTY_STRING",
224 "\\!", "\\!TEXT/EMPTY_STRING");
234 "!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);
  /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)) {
  /external/chromium_org/v8/src/
func-name-inferrer.cc 51 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string());
stub-cache.cc 306 Handle<String> name(isolate_->heap()->empty_string());
342 &types, &handlers, factory()->empty_string(), Code::NORMAL, ELEMENT);
401 primary_[i].key = heap()->empty_string();
406 secondary_[j].key = heap()->empty_string();
    [all...]
  /packages/inputmethods/LatinIME/tests/res/values/
donottranslate.xml 22 <string name="empty_string">""</string>
  /external/chromium_org/extensions/renderer/
activity_log_converter_strategy_unittest.cc 114 "empty_string: \"\","
152 v8_object->Get(v8::String::NewFromUtf8(isolate_, "empty_string")), ""));
  /frameworks/av/drm/libdrmframework/include/
DrmManager.h 150 static const String8 EMPTY_STRING;
  /packages/inputmethods/LatinIME/native/jni/src/utils/
char_utils.h 95 static const std::vector<int> EMPTY_STRING;
  /external/chromium_org/ppapi/tests/
test_var.cc 97 pp::Var empty_string("");
99 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
test_var_deprecated.cc 139 pp::Var empty_string("");
141 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
  /external/chromium_org/url/
gurl.cc 22 static std::string* empty_string = NULL; member in namespace:__anon21036
31 if (!empty_string) {
36 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
42 return *empty_string;
51 empty_string = new std::string;
57 return *empty_string;
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 84 private static final String EMPTY_STRING = "";
311 + targetLocale, EMPTY_STRING);
327 throw new MissingResourceException(null, bundleName + '_' + targetLocale, EMPTY_STRING);
819 if (!EMPTY_STRING.equals(variant)) {
822 if (!EMPTY_STRING.equals(country)) {
825 if (!EMPTY_STRING.equals(language)) {
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.mm 251 NSString* empty_string = l10n_util::GetNSString(IDS_MENU_EMPTY_SUBMENU);
253 [[[NSMenuItem alloc] initWithTitle:empty_string
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyPath.cpp 135 // IDBKeyPath ::= EMPTY_STRING | identifier ('.' identifier)*
  /external/chromium_org/third_party/re2/re2/
re2.cc 75 static const string *empty_string; member in namespace:re2
81 if (empty_string == NULL) {
82 empty_string = new string;
195 error_ = empty_string;
211 if (error_ == empty_string)
253 if (rprog_ == NULL && error_ == empty_string) {
274 if (error_ != empty_string)
    [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...]

Completed in 493 milliseconds

1 2 3 4 5 6