HomeSort by relevance Sort by last modified time
    Searched refs:findValue (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /frameworks/av/drm/mediadrm/plugins/clearkey/
JsonWebKey.h 52 void findValue(const String8 &key, String8* value);
JsonWebKey.cpp 139 findValue(kKeyTypeTag, &value);
145 findValue(kKeyIdTag, keyId);
149 findValue(kKeyTag, encodedKey);
154 void JsonWebKey::findValue(const String8 &key, String8* value) {
  /libcore/ojluni/src/main/java/sun/net/www/
URLConnection.java 111 return properties == null ? null : properties.findValue(name);
156 String ce = properties.findValue("content-encoding");
158 ct = properties.findValue("content-type");
210 l = Integer.parseInt(properties.findValue("content-length"));
HeaderParser.java 171 public String findValue(int i) {
177 public String findValue(String key) {
178 return findValue(key, null);
181 public String findValue(String k, String Default) {
227 String val = findValue (i);
242 return Integer.parseInt(findValue(k, String.valueOf(Default)));
256 String v = p.findValue(i);
MessageHeader.java 79 public synchronized String findValue(String k) {
117 * for(String v=h.findValue(k); v!=null; v=h.findNextValue(k, v)) {
404 if (findValue(k) == null) {
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DigestAuthentication.java 256 String s = p.findValue ("stale");
259 String newNonce = p.findValue ("nonce");
276 params.setNonce (p.findValue("nonce"));
277 params.setOpaque (p.findValue("opaque"));
278 params.setQop (p.findValue("qop"));
303 String algorithm = p.findValue("algorithm");
412 String rspauth = p.findValue ("rspauth");
420 String nextnonce = p.findValue ("nextnonce");
AuthenticationHeader.java 155 if (hp.findValue(i) == null) { /* found a scheme name */
HttpURLConnection.java 602 if (requests.findValue("Transfer-Encoding") != null) {
    [all...]
  /cts/suite/audio_quality/test/
TaskCaseTest.cpp 92 ASSERT_TRUE(mTaskCase->findValue(V4, valRead));
96 ASSERT_TRUE(mTaskCase->findValue(V4, valRead));
99 ASSERT_TRUE(!mTaskCase->findValue(V5, valRead));
  /external/llvm/lib/Analysis/
Lint.cpp 102 Value *findValue(Value *V, bool OffsetOk) const;
210 if (Function *F = dyn_cast<Function>(findValue(Callee,
269 Value *Obj = findValue(*AI, /*OffsetOk=*/true);
296 dyn_cast<ConstantInt>(findValue(MCI->getLength(),
365 Value *Obj = findValue(V, /*OffsetOk=*/true);
380 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true);
487 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getOperand(1),
495 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
502 dyn_cast<ConstantInt>(findValue(I.getOperand(1), /*OffsetOk=*/false)))
590 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(I.getIndexOperand()
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/http/
HttpClient.java 721 keep = responses.findValue("Proxy-Connection");
724 keep = responses.findValue("Connection");
731 responses.findValue("Keep-Alive"));
809 String te = responses.findValue("Transfer-Encoding");
833 String cls = responses.findValue("content-length");
873 pi.setContentType(responses.findValue("content-type"));
    [all...]
  /frameworks/base/tools/aapt2/test/
Common.h 85 ResourceConfigValue* configValue = result.value().entry->findValue(config, product);
  /frameworks/base/tools/aapt2/
ResourceTable.h 108 ResourceConfigValue* findValue(const ConfigDescription& config);
109 ResourceConfigValue* findValue(const ConfigDescription& config, const StringPiece& product);
ResourceTable.cpp 125 ResourceConfigValue* ResourceEntry::findValue(const ConfigDescription& config) {
126 return findValue(config, StringPiece());
142 ResourceConfigValue* ResourceEntry::findValue(const ConfigDescription& config,
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 108 bool findValue(const android::String8& name, Value& val);
  /frameworks/base/tools/aapt2/diff/
Diff.cpp 172 ResourceConfigValue* configValueB = entryB->findValue(configValueA->config);
188 ResourceConfigValue* configValueA = entryA->findValue(configValueB->config);
  /external/llvm/include/llvm/ADT/
EquivalenceClasses.h 157 /// findValue - Return an iterator to the specified value. If it does not
159 iterator findValue(const ElemTy &V) const {
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 219 ResourceConfigValue* dstValue = dstEntry->findValue(srcValue->config,
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 125 ResourceConfigValue* configValue = sr.entry->findValue(kDefaultConfig);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/gopher/
GopherClient.java 169 if (msgh.findValue("content-type") == "text/html") {
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 196 bool TaskCase::findValue(const android::String8& orig, Value& val)
TaskProcess.cpp 116 if (!getTestCase()->findValue(list[i].getParamString(), *(valuesPtr[i].get()))) {
  /libcore/ojluni/src/main/java/java/net/
URLConnection.java     [all...]
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 

Completed in 1026 milliseconds

1 2 3 4 5