/external/smack/src/org/jivesoftware/smack/ |
PrivacyListManager.java | 129 String listName = entry.getKey();
132 listener.updatedPrivacyList(listName);
134 listener.setPrivacyList(listName, items);
266 String listName = privacyAnswer.getActiveName();
271 return new PrivacyList(true, isDefaultAndActive, listName, getPrivacyListItems(listName));
282 String listName = privacyAnswer.getDefaultName();
287 return new PrivacyList(isDefaultAndActive, true, listName, getPrivacyListItems(listName));
291 * Answer the privacy list items under listName with the allowed and blocked permissions. [all...] |
PrivacyListListener.java | 39 * @param listName the name of the new or updated privacy list.
42 public void setPrivacyList(String listName, List<PrivacyItem> listItem);
47 * @param listName the name of the updated privacy list.
49 public void updatedPrivacyList(String listName);
|
PrivacyList.java | 45 private String listName;
50 String listName, List<PrivacyItem> privacyItems) {
54 this.listName = listName;
71 return listName;
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_icu.cpp | 37 isListTextFile(const char *listname) { 38 const char *listNameEnd=strchr(listname, 0); 44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { 53 * If the listname ends with ".txt", then read the list file 55 * If the listname ends with ".dat", then read the ICU .dat package file. 59 readList(const char *filesPath, const char *listname, UBool readContents) { 64 if(listname==NULL || listname[0]==0) { 75 listNameEnd=strchr(listname, 0); 76 if(isListTextFile(listname)) { [all...] |
pkg_icu.h | 20 readList(const char *filesPath, const char *listname, UBool readContents);
|
/external/icu/icu4c/source/tools/toolutil/ |
pkg_icu.cpp | 37 isListTextFile(const char *listname) { 38 const char *listNameEnd=strchr(listname, 0); 44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) { 53 * If the listname ends with ".txt", then read the list file 55 * If the listname ends with ".dat", then read the ICU .dat package file. 59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { 64 if(listname==NULL || listname[0]==0) { 77 listNameEnd=strchr(listname, 0); 78 if(isListTextFile(listname)) { [all...] |
pkg_icu.h | 20 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Privacy.java | 57 * @param listName the name of the new privacy list.
61 public List<PrivacyItem> setPrivacyList(String listName, List<PrivacyItem> listItem) {
63 this.getItemLists().put(listName, listItem);
82 * @param listName the name of the list being deleted.
84 public void deletePrivacyList(String listName) {
86 this.getItemLists().remove(listName);
89 if (this.getDefaultName() != null && listName.equals(this.getDefaultName())) {
125 * @param listName the name of the list to get.
128 public List<PrivacyItem> getPrivacyList(String listName) {
129 return this.getItemLists().get(listName);
[all...] |
/prebuilts/python/darwin-x86/2.7.5/bin/ |
smtpd.py | 398 # listname 399 # listname-admin 400 # listname-owner 401 # listname-request 402 # listname-join 403 # listname-leave 407 listname = parts[0] 412 if not Utils.list_exists(listname) or command not in ( 415 listnames.append((rcpt, listname, command)) 419 for rcpt, listname, command in listnames [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtpd.py | 398 # listname 399 # listname-admin 400 # listname-owner 401 # listname-request 402 # listname-join 403 # listname-leave 407 listname = parts[0] 412 if not Utils.list_exists(listname) or command not in ( 415 listnames.append((rcpt, listname, command)) 419 for rcpt, listname, command in listnames [all...] |
/prebuilts/python/linux-x86/2.7.5/bin/ |
smtpd.py | 398 # listname 399 # listname-admin 400 # listname-owner 401 # listname-request 402 # listname-join 403 # listname-leave 407 listname = parts[0] 412 if not Utils.list_exists(listname) or command not in ( 415 listnames.append((rcpt, listname, command)) 419 for rcpt, listname, command in listnames [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtpd.py | 398 # listname 399 # listname-admin 400 # listname-owner 401 # listname-request 402 # listname-join 403 # listname-leave 407 listname = parts[0] 412 if not Utils.list_exists(listname) or command not in ( 415 listnames.append((rcpt, listname, command)) 419 for rcpt, listname, command in listnames [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AlphabetIndexerTest.java | 113 private Cursor createCursor(String listName, String[] listData) { 114 String[] columns = { "_id", listName };
|
/external/nist-sip/java/gov/nist/core/ |
GenericObjectList.java | 96 protected String listName; // For debugging 145 listName = null; 152 listName = lname; 279 sprint("listName:"); 280 sprint(listName);
|
/external/smack/src/org/jivesoftware/smack/provider/ |
PrivacyProvider.java | 83 String listName = parser.getAttributeValue("", "name");
99 privacy.setPrivacyList(listName, items);
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
render_tree.cc | 170 const char* listName = 0) { 176 LOG(ERROR) << (listName ? listName : "List") << "element " << idx <<
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_parser.cc | 140 // HASHENTRY = LISTNAME ":" HASHSIZE ":" NUMRESPONSES [":m"] LF 363 // LIST = LISTNAME ";" LISTINFO (":" LISTINFO)*
|
safe_browsing_database.cc | 270 const std::string& listname = listnames[i]; local 271 DCHECK_EQ(safe_browsing_util::GetListId(listname) % 2, 273 DCHECK_NE(safe_browsing_util::GetListId(listname), 275 lists->push_back(SBListChunkRanges(listname)); 292 const std::string& listname, 294 UpdateChunkRanges(store, std::vector<std::string>(1, listname), lists); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_smtplib.py | 463 for listname, members in sim_lists.items(): 468 self.assertEqual(smtp.expn(listname), expected_known)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_smtplib.py | 463 for listname, members in sim_lists.items(): 468 self.assertEqual(smtp.expn(listname), expected_known)
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/ |
UniversalBinaryNotes.rtf | 5 {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
|
/frameworks/base/docs/html/reference/com/google/android/gms/analytics/ecommerce/ |
Product.html | 828 .setQuantity(2), "listName"); [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityStack.java | [all...] |