OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestString
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java
687
* @param
requestString
--
691
public javax.sip.message.Request createRequest(String
requestString
)
693
if (
requestString
== null ||
requestString
.equals("")) {
735
SIPMessage sipMessage = smp.parseSIPMessage(
requestString
);
738
throw new ParseException(
requestString
, 0);
[
all
...]
/libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java
700
return method + " " +
requestString
() + " " + protocol;
703
private String
requestString
() {
/external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm
736
_registerDelegate: function(
requestString
)
738
var domainAndFunction = JSON.parse(
requestString
).method.split(".");
742
window[agentName][domainAndFunction[1]] = this.sendMessageToBackend.bind(this,
requestString
);
[
all
...]
Completed in 35 milliseconds