HomeSort by relevance Sort by last modified time
    Searched defs:impl (Results 226 - 250 of 731) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/io/ContentLengthInputStream.java $
32 package org.apache.http.impl.io;
IdentityOutputStream.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/io/IdentityOutputStream.java $
32 package org.apache.http.impl.io;
SocketInputBuffer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/io/SocketInputBuffer.java $
32 package org.apache.http.impl.io;
  /external/chromium_org/build/android/pylib/device/
decorators.py 48 def impl(): function in function:_TimeoutRetryWrapper.TimeoutRetryWrapper
51 return timeout_retry.Run(impl, timeout, retries)
  /external/chromium_org/cc/layers/
solid_color_layer_impl_unittest.cc 137 // The impl layer should call itself opaque as well.
140 // Impl layer has 1 opacity, and the color is opaque, so the opaque_rect
164 // The impl layer should callnot itself opaque anymore.
167 // Impl layer has 1 opacity, but the color is not opaque, so the opaque_rect
187 LayerTestCommon::LayerImplTest impl; local
190 impl.AddChildToRoot<SolidColorLayerImpl>();
196 impl.CalcDrawProps(viewport_size);
201 impl.AppendQuadsWithOcclusion(solid_color_layer_impl, occluded);
203 LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(),
205 EXPECT_EQ(16u, impl.quad_list().size())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPrimitives.h 91 PlatformMutex& impl() { return m_mutex; } function in class:WTF::MutexBase
  /external/jmdns/src/javax/jmdns/impl/
NetworkTopologyDiscoveryImpl.java 4 package javax.jmdns.impl;
SocketListener.java 5 package javax.jmdns.impl;
12 import javax.jmdns.impl.constants.DNSConstants;
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java 4 package javax.jmdns.impl.constants;
DNSOperationCode.java 4 package javax.jmdns.impl.constants;
DNSOptionCode.java 4 package javax.jmdns.impl.constants;
  /external/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java 17 package com.google.streamhtmlparser.impl;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AccessFieldTransformer.java 16 package org.mockito.cglib.transform.impl;
UndeclaredThrowableTransformer.java 16 package org.mockito.cglib.transform.impl;
  /external/pixman/test/
combiner-test.c 116 pixman_implementation_t *impl; local
124 impl = _pixman_internal_only_get_implementation();
136 combiner = lookup_combiner (impl, op, ca);
142 combiner (impl, op,
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixGotoTest.java 31 MethodImplementation impl = builder.getMethodImplementation(); local
33 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions());
54 MethodImplementation impl = builder.getMethodImplementation(); local
56 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions());
77 MethodImplementation impl = builder.getMethodImplementation(); local
79 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions());
113 MethodImplementation impl = builder.getMethodImplementation(); local
115 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions());
  /external/srec/shared/src/
IntArrayListImpl.c 31 IntArrayListImpl* impl; local
35 impl = NEW(IntArrayListImpl, MTAG);
36 if (impl == NULL)
38 impl->Interface.add = &IntArrayList_Add;
39 impl->Interface.contains = &IntArrayList_Contains;
40 impl->Interface.destroy = &IntArrayList_Destroy;
41 impl->Interface.get = &IntArrayList_Get;
42 impl->Interface.getSize = &IntArrayList_GetSize;
43 impl->Interface.remove = &IntArrayList_Remove;
44 impl->Interface.removeAll = &IntArrayList_RemoveAll
62 IntArrayListImpl* impl; local
76 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
94 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
124 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
132 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
151 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
160 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
169 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
177 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
186 IntArrayListImpl* impl = (IntArrayListImpl*) self; local
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Base64.java 10 package com.adobe.xmp.impl;
ByteBuffer.java 12 package com.adobe.xmp.impl;
Latin1Converter.java 12 package com.adobe.xmp.impl;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathSegment.java 10 package com.adobe.xmp.impl.xpath;
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableBlackLevelPattern.java 16 package android.hardware.camera2.marshal.impl;
25 import static android.hardware.camera2.impl.CameraMetadataNative.TYPE_INT32;
MarshalQueryableColorSpaceTransform.java 16 package android.hardware.camera2.marshal.impl;
25 import static android.hardware.camera2.impl.CameraMetadataNative.*;
MarshalQueryableReprocessFormatsMap.java 16 package android.hardware.camera2.marshal.impl;
24 import static android.hardware.camera2.impl.CameraMetadataNative.*;
MarshalQueryableRggbChannelVector.java 16 package android.hardware.camera2.marshal.impl;
25 import static android.hardware.camera2.impl.CameraMetadataNative.*;

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>