/external/proguard/src/proguard/optimize/info/ |
DotClassFilter.java | 28 * but only for Clazz objects that are used in a .class construct.
|
/external/skia/include/gpu/ |
GrColor.h | 56 * Since premultiplied means that alpha >= color, we construct a color with
|
/external/v8/test/mjsunit/regress/ |
regress-1229.js | 140 var construct = new baz(0); 141 assertSame(construct, CONSTRUCT_MARKER); 142 var construct = new baz(0, 0); 143 assertSame(construct, CONSTRUCT_MARKER);
|
/external/webrtc/src/system_wrappers/source/ |
event_posix.h | 44 int Construct();
|
thread_posix.h | 42 int Construct();
|
/external/webrtc/test/testsupport/ |
unittest_utils.h | 32 // Construct a data structure containing these packets
|
/frameworks/av/include/media/nbaio/ |
MonoPipeReader.h | 29 // Construct a MonoPipeReader and associate it with a MonoPipe;
|
PipeReader.h | 29 // Construct a PipeReader and associate it with a Pipe
|
/frameworks/base/graphics/java/android/graphics/ |
RegionIterator.java | 22 * Construct an iterator for all of the rectangles in a region. This
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
RealMediaPlayerTest.java | 31 // We have to construct the MediaPlayer on the main thread (or at least on a thread with an
|
/libcore/json/src/main/java/org/json/ |
JSONException.java | 24 * <li>Attempts to parse or construct malformed documents
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
StreamResult.java | 49 * Construct a StreamResult from a byte stream. Normally, 61 * Construct a StreamResult from a character stream. Normally, 75 * Construct a StreamResult from a URL. 84 * Construct a StreamResult from a File.
|
/libcore/luni/src/main/java/org/xml/sax/ |
SAXNotRecognizedException.java | 41 * Construct a new exception with the given message.
|
/ndk/tests/device/test-gabi++-guard/jni/ |
test_guard.cpp | 23 // This construct forces the static creation of _instance
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stream_iterator.h | 56 /// Construct end of input stream iterator. 60 /// Construct start of input stream iterator. 163 /// Construct from an ostream. 167 * Construct from an ostream.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stream_iterator.h | 63 /// Construct end of input stream iterator. 67 /// Construct start of input stream iterator. 170 /// Construct from an ostream. 174 * Construct from an ostream.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stream_iterator.h | 63 /// Construct end of input stream iterator. 67 /// Construct start of input stream iterator. 170 /// Construct from an ostream. 174 * Construct from an ostream.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 56 /// Construct end of input stream iterator. 60 /// Construct start of input stream iterator. 163 /// Construct from an ostream. 167 * Construct from an ostream.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 56 /// Construct end of input stream iterator. 60 /// Construct start of input stream iterator. 163 /// Construct from an ostream. 167 * Construct from an ostream.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 56 /// Construct end of input stream iterator. 60 /// Construct start of input stream iterator. 163 /// Construct from an ostream. 167 * Construct from an ostream.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stream_iterator.h | 56 /// Construct end of input stream iterator. 60 /// Construct start of input stream iterator. 163 /// Construct from an ostream. 167 * Construct from an ostream.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
GLFrame.java | 29 * Construct a {@link GLFrame} given the range of {@link GLCall}s spanning this frame.
|
/tools/motodev/src/plugins/logger.collector/src/com/motorola/studio/android/logger/collector/util/ |
PlatformException.java | 39 * Construct a platform exception with the given status.
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Allocators.h | 114 /// standard construct - constructing an object on the location pointed by 119 void construct(pointer pPtr, const_reference pValue) function in class:mcld::LinearAllocatorBase 122 /// default construct - constructing an object on the location pointed by 127 void construct(pointer pPtr) function in class:mcld::LinearAllocatorBase 360 void construct(pointer pObject, const DataType& pValue) function in class:mcld::MallocAllocator 423 void construct(DataType* pObject, const DataType& pValue) function in class:mcld::MallocAllocator 426 void construct(pointer pObject, const_reference pValue) function in class:mcld::MallocAllocator
|
/external/chromium/net/spdy/ |
spdy_test_util.h | 33 // This struct holds information used to construct spdy control and data frames. 108 // Construct a SPDY packet. 122 // Construct a generic SpdyControlFrame. 143 // Construct an expected SPDY reply string. 153 // Construct an expected SPDY SETTINGS frame. 158 // Construct a SPDY PING frame. 162 // Construct a SPDY GOAWAY frame. 166 // Construct a SPDY WINDOW_UPDATE frame. 171 // Construct a SPDY RST_STREAM frame. 176 // Construct a single SPDY header entry, for validation [all...] |