| /external/skqp/src/image/ |
| SkImage_Lazy.cpp | 107 // Returns the texture proxy. If the cacherator is generating the texture and wants to cache it, 264 // works, so we require that the formats we choose are renderable (as a proxy for being readable). 701 GrTextureProxy* proxy, GrTextureProxy* originalProxy, 704 SkASSERT(proxy->origin() == kTopLeft_GrSurfaceOrigin); 706 SkASSERT(GrMipMapped::kYes == proxy->mipMapped() && 708 // If we had an originalProxy, that means there already is a proxy in the cache which 710 // remove the unique key from that proxy. 713 proxyProvider->assignUniqueKeyToProxy(key, proxy); 766 sk_sp<GrTextureProxy> proxy; local 770 proxy = proxyProvider->findOrCreateProxyByUniqueKey(key, kTopLeft_GrSurfaceOrigin) [all...] |
| /external/skqp/tests/ |
| ReadPixelsTest.cpp | 466 sk_sp<GrTextureProxy> proxy = proxyProvider->createTextureProxy(desc, SkBudgeted::kNo, local 471 std::move(proxy));
|
| SurfaceTest.cpp | 448 GrRenderTargetProxy* proxy = gsurf->getDevice()->accessRenderTargetContext() local 450 return proxy->isBudgeted(); 689 sk_sp<GrTextureProxy> proxy = gpuImage->asTextureProxyRef(); 691 return context->contextPriv().makeWrappedSurfaceContext(std::move(proxy), [all...] |
| /external/v8/src/ast/ |
| ast-numbering.cc | 112 VisitVariableProxy(node->proxy()); 263 VariableProxy* proxy = node->expression()->AsVariableProxy(); local 264 VisitVariableProxy(proxy, INSIDE_TYPEOF); 300 VisitVariableProxy(node->proxy());
|
| /external/v8/src/crankshaft/ |
| typing.cc | 464 VariableProxy* proxy = expr->target()->AsVariableProxy(); local 465 if (proxy != NULL && proxy->var()->IsStackAllocated()) { 466 store_.Seq(variable_index(proxy->var()), Effect(bounds_->get(expr))); 619 VariableProxy* proxy = expr->expression()->AsVariableProxy(); local 620 if (proxy != NULL && proxy->var()->IsStackAllocated()) { 621 store_.Seq(variable_index(proxy->var()), Effect(bounds_->get(expr)));
|
| /frameworks/av/media/libmedia/ |
| IMediaRecorder.cpp | 79 status_t setCamera(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy) 81 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); 85 data.writeStrongBinder(IInterface::asBinder(proxy)); 589 sp<ICameraRecordingProxy> proxy = local 591 reply->writeInt32(setCamera(camera, proxy));
|
| /frameworks/av/media/libstagefright/bqhelper/ |
| GraphicBufferSource.cpp | 322 sp<IConsumerListener> proxy = local 325 mInitCheck = mConsumer->consumerConnect(proxy, false); [all...] |
| /frameworks/native/libs/binder/ |
| IPCThreadState.cpp | 654 void IPCThreadState::incStrongHandle(int32_t handle, BpBinder *proxy) 660 proxy->incStrong(mProcess.get()); 661 mPostWriteStrongDerefs.push(proxy); 671 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy) 677 proxy->getWeakRefs()->incWeak(mProcess.get()); 678 mPostWriteWeakDerefs.push(proxy->getWeakRefs()); 720 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) 724 mOut.writePointer((uintptr_t)proxy); 728 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) 732 mOut.writePointer((uintptr_t)proxy); 1159 BpBinder *proxy = (BpBinder*)mIn.readPointer(); local 1167 BpBinder *proxy = (BpBinder*)mIn.readPointer(); local [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
| ApnSetting.java | 59 public final String proxy; field in class:ApnSetting 155 String proxy, String port, 166 this.proxy = proxy; 201 String proxy, String port, 208 this(id, numeric, carrier, apn, proxy, port, mmsc, mmsProxy, mmsPort, user, password, 215 String proxy, String port, 226 this.proxy = proxy; 260 this(apn.id, apn.numeric, apn.carrier, apn.apn, apn.proxy, apn.port, apn.mmsc, apn.mmsProxy [all...] |
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| ProxyTest.java | 24 import java.lang.reflect.Proxy; 34 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { 40 * Make sure the proxy's class loader fails if it cannot see the class 50 Proxy.newProxyInstance(loaderB, interfacesA, returnHandler); 64 Object proxy = Proxy.newProxyInstance(loaderA, interfacesA, invocationHandlerB); local 65 assertEquals(loaderA, proxy.getClass().getClassLoader()); 66 assertEquals("foo", proxy.getClass().getMethod("echo", String.class).invoke(proxy, "foo")); 71 Proxy.newProxyInstance(loader, new Class[] {ReturnsInt.class, ReturnsFloat.class} 404 Object proxy = Proxy.newProxyInstance(cl, interfaces, new InvocationHandler() { local [all...] |
| /libcore/luni/src/test/java/libcore/java/net/ |
| FtpURLConnectionTest.java | 32 import java.net.Proxy; 139 Proxy proxy = Proxy.NO_PROXY; local 142 URLConnection connection = fileUrl.openConnection(proxy); 145 assertEquals(Proxy.Type.DIRECT, proxy.type()); 157 Proxy proxy = countingProxy.asProxy(); local 158 assertEquals(Proxy.Type.HTTP, proxy.type()) 180 Proxy proxy = countingProxy.asProxy(); local 202 Proxy proxy = countingProxy.asProxy(); local 332 private final Proxy proxy; field in class:FtpURLConnectionTest.SingleProxySelector 388 private final Proxy proxy; field in class:FtpURLConnectionTest.CountingProxy [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| DownloadCache.java | 129 TaskProxy proxy = new TaskProxy(); local 145 task.addProxy(proxy); 148 return proxy.get(jc); 269 public void removeProxy(TaskProxy proxy) { 271 Utils.assertTrue(mProxySet.remove(proxy)); 280 public void addProxy(TaskProxy proxy) { 281 proxy.mTask = this; 282 mProxySet.add(proxy); 306 for (TaskProxy proxy : mProxySet) { 307 proxy.setResult(entry) [all...] |
| /packages/apps/Messaging/src/android/support/v7/mms/ |
| MmsHttpClient.java | 41 import java.net.Proxy; 103 * @param isProxySet Is there a proxy for the MMSC 104 * @param proxyHost The proxy host 105 * @param proxyPort The proxy port 116 + (isProxySet ? (", proxy=" + proxyHost + ":" + proxyPort) : "") 121 Proxy proxy = Proxy.NO_PROXY; local 123 proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyHost, proxyPort)) [all...] |
| /packages/apps/Messaging/src/com/android/messaging/sms/ |
| BugleApnSettingsLoader.java | 101 public BaseApn(final String mmsc, final String proxy, final int port) { 103 mMmsProxy = proxy; 231 + "PROXY=" + getMmsProxy() + ", " 368 final String proxy = gservices.getString(BugleGservicesKeys.MMS_PROXY_ADDRESS, null); local 370 final Apn apn = BaseApn.from("mms", mmsc, proxy, Integer.toString(port));
|
| /packages/services/Mms/src/com/android/mms/service/ |
| MmsHttpClient.java | 47 import java.net.Proxy; 107 * @param isProxySet Is there a proxy for the MMSC 108 * @param proxyHost The proxy host 109 * @param proxyPort The proxy port 120 + (isProxySet ? (", proxy=" + proxyHost + ":" + proxyPort) : "") 125 Proxy proxy = Proxy.NO_PROXY; local 127 proxy = new Proxy(Proxy.Type.HTTP [all...] |
| /system/libhwbinder/ |
| IPCThreadState.cpp | 663 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) 669 proxy->incStrong(mProcess.get()); 670 mPostWriteStrongDerefs.push(proxy); 680 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) 686 proxy->getWeakRefs()->incWeak(mProcess.get()); 687 mPostWriteWeakDerefs.push(proxy->getWeakRefs()); 729 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) 733 mOut.writePointer((uintptr_t)proxy); 737 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) 741 mOut.writePointer((uintptr_t)proxy); 1204 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); local 1212 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); local [all...] |
| /system/tools/aidl/ |
| generate_java_binder.cpp | 194 m->comment += " * generating a proxy if needed.\n */"; 265 // Proxy() 268 ctor->name = "Proxy"; 553 std::unique_ptr<Method> proxy(new Method); 554 proxy->comment = method.GetComments(); 555 proxy->modifiers = PUBLIC | OVERRIDE; 556 proxy->returnType = method.GetType().GetLanguageType<Type>(); 557 proxy->returnTypeDimension = method.GetType().IsArray() ? 1 : 0; 558 proxy->name = method.GetName(); 559 proxy->statements = new StatementBlock 714 Method* proxy = generate_proxy_method(iface, local 807 ProxyClass* proxy = local [all...] |
| /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/ |
| cglib-nodep-2.1_3.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar | |
| /prebuilts/misc/common/robolectric/3.6.1/lib/ |
| shadowapi-3.6.1.jar | |
| /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-urlconnection/2.7.4/ |
| okhttp-urlconnection-2.7.4.jar | |
| /bionic/libc/dns/net/ |
| gethnamaddr.c | 597 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) 601 if (fread(buf, 1, sizeof(buf), proxy) != sizeof(buf)) return NULL; 607 fread(&size, 1, sizeof(size), proxy); 612 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; 622 if (fread(ptr, 1, size, proxy) != size) return NULL; 630 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; 640 if (fread(ptr, 1, size, proxy) != size) return NULL; 658 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; 661 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL; 668 if (fread(&size, 1, sizeof(size), proxy) != sizeof(size)) return NULL 824 FILE* proxy = android_open_proxy(); local 928 FILE* proxy = android_open_proxy(); local [all...] |
| /external/apache-http/src/org/apache/http/impl/client/ |
| DefaultRequestDirector.java | 147 /** The proxy authentication handler. */ 219 ("Proxy authentication handler may not be null."); 399 HttpHost proxy = route.getProxyHost(); local 405 proxy); 655 // The most simple example for this case is a proxy chain 661 this.log.debug("Tunnel to proxy created."); 693 * The connection must be established to the (last) proxy. 694 * A CONNECT request for tunnelling through the proxy will 714 HttpHost proxy = route.getProxyHost(); local 744 this.log.error("Proxy authentication error: " + ex.getMessage()) 924 HttpHost proxy = route.getProxyHost(); local [all...] |
| /external/curl/lib/ |
| http.c | 176 * checkProxyHeaders() checks the linked list of custom proxy headers 177 * if proxy headers are not available, then it will lookup into http header 181 * to know if this is a proxy request or not, as it then might check a 191 for(head = (conn->bits.proxy && data->set.sep_headers) ? 257 * http_output_basic() sets up an Authorization: header (or the proxy version) 262 static CURLcode http_output_basic(struct connectdata *conn, bool proxy) 273 if(proxy) { 299 proxy ? "Proxy-" : "", 547 * and whether or not it is to a proxy 1569 enum proxy_use proxy; local 3702 bool proxy = (k->httpcode == 407) ? TRUE : FALSE; local [all...] |
| /external/ipsec-tools/src/racoon/ |
| pfkey.c | 846 int proxy = 0; local 850 proxy = iph2->ph1->rmconf->support_proxy; 854 proxy = 1; 858 if (proxy && iph2->src_id && iph2->dst_id && 1031 int proxy = 0; local 1040 proxy = iph2->ph1->rmconf->support_proxy; 1042 proxy = 1; 1052 if (proxy && iph2->src_id && iph2->dst_id && 1316 int proxy = 0; local 1327 proxy = iph2->ph1->rmconf->support_proxy [all...] |