HomeSort by relevance Sort by last modified time
    Searched refs:newProtocol (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/main/java/java/net/
URL.java 515 String newProtocol = null;
552 newProtocol = s;
560 protocol = newProtocol;
561 if ((context != null) && ((newProtocol == null) ||
562 newProtocol.equalsIgnoreCase(context.protocol))) {
574 newProtocol = null;
576 if (newProtocol == null) {
    [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 37 void rcSelectChecksumHelper(uint32_t newProtocol, uint32_t reserved);
215 void rcSelectChecksumHelper(uint32_t newProtocol, uint32_t reserved)
218 ctx->rcSelectChecksumHelper(ctx, newProtocol, reserved);
renderControl_enc.cpp     [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java 346 final String newProtocol = protocolMap.get(hostAuth.mProtocol);
347 if (newProtocol == null) {
352 LogUtils.w(LogUtils.TAG, "Converting %s to %s", amAccount.name, newProtocol);
366 hostValues.put(HostAuthColumns.PROTOCOL, newProtocol);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 301 milliseconds