/external/curl/lib/ |
H A D | firefox-db2pem.sh | 50 while read nickname; \ 51 do echo $nickname | sed -e "s/Builtin Object Token://g"; \ 52 eval certutil -d $db -L -n "$nickname" -a ; \
|
/external/libchrome/crypto/third_party/nss/ |
H A D | chromium-nss.h | 65 SECItem* nickname,
|
/external/libmojo/jni/java/lang/ |
H A D | Runtime.class | ... absolutePath
public void loadLibrary (java.lang.String) String nickname
public void runFinalization () public static void runFinalizersOnExit (boolean) boolean run ... |
/external/webrtc/webrtc/libjingle/xmpp/ |
H A D | chatroommodule.h | 54 //! Sets the nickname of the member 57 virtual XmppReturnStatus set_nickname(const std::string& nickname) = 0; 59 //! The nickname of the member in the chatroom 60 virtual const std::string& nickname() const = 0; 63 //! nickname as the resource name) 154 //! The nickname for this member 163 //! The nickname confliced with somebody already in the room 237 //! (such as the nickname or presence)
|
H A D | chatroommoduleimpl.cc | 45 virtual XmppReturnStatus set_nickname(const std::string& nickname); 46 virtual const std::string& nickname() const; 214 XmppChatroomModuleImpl::set_nickname(const std::string& nickname) { argument 218 nickname_ = nickname; 223 XmppChatroomModuleImpl::nickname() const { function in class:buzz::XmppChatroomModuleImpl
|
H A D | rostermodule.h | 129 //! The nickname in the presence 130 virtual const std::string nickname() const = 0; 156 //! The name (nickname) stored for this contact
|
H A D | rostermoduleimpl.cc | 312 XmppPresenceImpl::nickname() const { function in class:buzz::XmppPresenceImpl 316 XmlElement* nickname = raw_xml_->FirstNamed(QN_NICKNAME); 317 if (nickname) { 318 return nickname->BodyText();
|
H A D | rostermoduleimpl.h | 69 //! The nickname in the presence 70 virtual const std::string nickname() const; 104 //! The name (nickname) stored for this contact
|
/external/swiftshader/third_party/LLVM/utils/ |
H A D | NewNightlyTest.pl | 25 # -nickname NAME The NAME argument specifieds the nickname this script 27 # -nouname Don't include uname data (machine will be identified by nickname only). 137 $nickname=""; 202 if (/^-nickname$/) { $nickname = "$ARGV[0]"; shift; next; } 265 if ($nickname eq "") { 267 "\"-nickname <nickname>\""); 709 "name: $nickname\ [all...] |
/external/curl/lib/vtls/ |
H A D | nss.c | 296 * Determine whether the nickname passed in is a filename that needs to 297 * be loaded as a PEM or a regular NSS nickname. 300 * returns 0 for not a file (NSS nickname) 316 /* Check if the given string is filename or nickname of a certificate. If the 318 * recognized as nickname, return a duplicated string. The returned string 328 /* no such file exists, use the string as nickname */ 334 infof(data, "warning: certificate file name \"%s\" handled as nickname; " 430 char *nickname = NULL; local 439 nickname = aprintf("PEM Token #1:%s", n); 440 if(nickname) { 1006 const char *nickname = connssl->client_nickname; local 1674 char *nickname = dup_nickname(data, STRING_CERT); local 1849 char *nickname = dup_nickname(data, STRING_SSL_ISSUERCERT); local [all...] |
/external/autotest/client/common_lib/ |
H A D | base_utils.py | 91 def _join_with_nickname(base_string, nickname): 92 if nickname: 93 return '%s BgJob "%s" ' % (base_string, nickname) 102 stdin=None, stderr_level=DEFAULT_STDERR_LEVEL, nickname=None, 131 @param nickname: Optional string, to be included in logging messages 156 prefix=_join_with_nickname(STDOUT_PREFIX, nickname)) 158 prefix=_join_with_nickname(STDERR_PREFIX, nickname)) 673 stderr_is_expected=None, args=(), nickname=None, ignore_timeout=False, 697 @param nickname: Short string that will appear in logging messages 731 nickname [all...] |
/external/libcups/filter/ |
H A D | rastertoepson.c | 148 if (ppd && ppd->nickname && strstr(ppd->nickname, "OKIDATA") != NULL)
|
/external/libcups/cups/ |
H A D | ppd.h | 316 char *nickname; /* Nickname (specific) */ member in struct:ppd_file_s 317 char *shortnickname; /* Short version of nickname */
|
H A D | ppd.c | 140 _cupsStrFree(ppd->nickname); 873 ppd->nickname = _cupsStrAlloc((char *)utf8); 876 ppd->nickname = _cupsStrAlloc(string);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ecf_3.1.0.v20100529-0735.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/autotest/server/hosts/ |
H A D | abstract_ssh.py | 811 nickname='master-ssh',
|
/external/autotest/server/cros/ |
H A D | tradefed_test.py | 169 nickname='adb_keepalive', stderr_level=logging.DEBUG,
|
/external/dexmaker/lib/ |
H A D | dalvik-dx-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ... |