HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 26 - 50 of 4776) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.h 19 // FileSystemObject GetMediaFileSystem(string file_system_url): construct
  /external/chromium_org/third_party/angle/src/compiler/
intermOut.cpp 223 case EOpConstructFloat: out << "Construct float"; break;
224 case EOpConstructVec2: out << "Construct vec2"; break;
225 case EOpConstructVec3: out << "Construct vec3"; break;
226 case EOpConstructVec4: out << "Construct vec4"; break;
227 case EOpConstructBool: out << "Construct bool"; break;
228 case EOpConstructBVec2: out << "Construct bvec2"; break;
229 case EOpConstructBVec3: out << "Construct bvec3"; break;
230 case EOpConstructBVec4: out << "Construct bvec4"; break;
231 case EOpConstructInt: out << "Construct int"; break;
232 case EOpConstructIVec2: out << "Construct ivec2"; break
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
rle.h 26 * Construct a string representing a byte array. Use run-length encoding.
44 * Construct a string representing a char array. Use run-length encoding.
60 * Construct an array of bytes from a run-length encoded string.
65 * Construct an array of shorts from a run-length encoded string.
  /external/icu4c/stubdata/reduced_coll/
README.txt 1 To construct a revised data file, copy it to this directory, changing its
  /external/icu4c/tools/genrb/
rle.h 26 * Construct a string representing a byte array. Use run-length encoding.
44 * Construct a string representing a char array. Use run-length encoding.
60 * Construct an array of bytes from a run-length encoded string.
65 * Construct an array of shorts from a run-length encoded string.
  /external/llvm/test/CodeGen/X86/
split-vector-bitcast.ll 4 ; (This is primarily checking that this construct doesn't crash.)
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 75 vext.8 d18, d6, d7, #5 ;construct src_ptr[3]
91 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
93 vshr.u64 q9, q4, #8 ;construct src_ptr[-1]
100 vshr.u64 q3, q4, #32 ;construct src_ptr[2]
107 vshr.u64 q9, q4, #16 ;construct src_ptr[0]
114 vshr.u64 q3, q4, #24 ;construct src_ptr[1]
139 vext.8 d18, d6, d7, #5 ;construct src_ptr[3]
149 vext.8 d31, d22, d23, #5 ;construct src_ptr[3]
157 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
159 vshr.u64 q9, q4, #8 ;construct src_ptr[-1
    [all...]
  /external/chromium/chrome/browser/net/
url_request_mock_http_job.h 31 // Given the path to a file relative to base_path_, construct a mock URL.
35 // construct a mock URL for view source.
  /external/chromium_org/ui/views/examples/
widget_example.h 37 // Construct a button with the specified |label| and |tag| in |container|.
40 // Construct a Widget for |sender|, initialize with |params|, and call Show().
  /external/openfst/src/include/fst/script/
shortest-distance.h 60 static Queue *Construct(const Fst<Arc> &,
71 static AutoQueue<typename Arc::StateId> *Construct(
84 *Construct(const Fst<Arc> &fst,
94 static TopOrderQueue<typename Arc::StateId> *Construct(
111 QueueConstructor<Queue, Arc, AnyArcFilter<Arc> >::Construct(
121 QueueConstructor<Queue, Arc, AnyArcFilter<Arc> >::Construct(
132 QueueConstructor<Queue, Arc, InputEpsilonArcFilter<Arc> >::Construct(
144 OutputEpsilonArcFilter<Arc> >::Construct(
  /libcore/luni/src/main/java/org/xml/sax/
SAXNotSupportedException.java 33 * Construct a new exception with no message.
41 * Construct a new exception with the given message.
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 26 construct("http://www.google.com/this/is-the/path?query#fragment",
30 private static void construct(String str, String host, String path, boolean absolute) method in class:OldAndroidURITest
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
construct.pass.cpp 16 // static void construct(allocator_type& a, Ptr p, Args&&... args);
41 void construct(U* p, Args&& ...args) function in struct:B
89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
97 std::allocator_traits<A<int> >::construct(a, (A1*)&a1, 'c');
105 std::allocator_traits<A<int> >::construct(a, (A2*)&a2, 'd', 5);
116 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
127 std::allocator_traits<B<int> >::construct(b, (A1*)&a1, 'c');
138 std::allocator_traits<B<int> >::construct(b, (A2*)&a2, 'd', 5);
  /external/llvm/include/llvm/ADT/
Twine.h 50 /// concatenation method to construct interior nodes; the result must be
164 /// Construct a nullary twine; the kind must be NullKind or EmptyKind.
170 /// Construct a binary twine.
178 /// Construct a twine from explicit values.
253 /// Construct from an empty string.
258 /// Construct from a C string.
274 /// Construct from an std::string.
281 /// Construct from a StringRef.
288 /// Construct from a char.
294 /// Construct from a signed char
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 85 /// createX86MachObjectWriter - Construct an X86 Mach-O object writer.
91 /// createX86ELFObjectWriter - Construct an X86 ELF object writer.
96 /// createX86WinCOFFObjectWriter - Construct an X86 Win COFF object writer.
99 /// createX86_64MachORelocationInfo - Construct X86-64 Mach-O relocation info.
102 /// createX86_64ELFORelocationInfo - Construct X86-64 ELF relocation info.
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 39 static void construct(value_type* pPtr) function in class:mcld::Chunk
42 static void construct(value_type* pPtr, const value_type& pValue) function in class:mcld::Chunk
78 static void construct(value_type* pPtr) function in class:mcld::Chunk
81 static void construct(value_type* pPtr, const value_type& pValue) function in class:mcld::Chunk
131 /// standard construct - constructing an object on the location pointed by
136 void construct(pointer pPtr, const_reference pValue) function in class:mcld::LinearAllocatorBase
137 { chunk_type::construct(pPtr, pValue); }
139 /// default construct - constructing an object on the location pointed by
144 void construct(pointer pPtr) function in class:mcld::LinearAllocatorBase
145 { chunk_type::construct(pPtr);
374 void construct(pointer pObject, const DataType& pValue) function in class:mcld::MallocAllocator
437 void construct(DataType* pObject, const DataType& pValue) function in class:mcld::MallocAllocator
440 void construct(pointer pObject, const_reference pValue) function in class:mcld::MallocAllocator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 15 // template <class T, class... Args> void construct(T* p, Args&&... args);
126 a.construct(s, 4, 'c');
137 a.construct(s, 6);
148 a.construct(s, 8);
159 a.construct(s, 1, 2);
172 a.construct(s, 1, 2);
186 a.construct(s, 1, 2);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMStringListImpl.java 39 * Construct an empty list of DOMStringListImpl
46 * Construct an empty list of DOMStringListImpl
53 * Construct an empty list of DOMStringListImpl
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 52 /// createARMELFObjectWriter - Construct an ELF Mach-O object writer.
56 /// createARMMachObjectWriter - Construct an ARM Mach-O object writer.
63 /// createARMMachORelocationInfo - Construct ARM Mach-O relocation info.
  /frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
MapView.java 37 * Construct a new WebView with a Context object.
45 * Construct a new WebView with layout parameters.
54 * Construct a new WebView with layout parameters and a default style.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Null.java 35 throw new IllegalArgumentException("failed to construct NULL from byte[]: " + e.getMessage());
  /external/chromium/chrome/browser/ui/touch/tabs/
tab_strip_factory.cc 20 // construct it below.
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip_factory.cc 20 // construct it below.
  /external/chromium/webkit/glue/
user_agent.h 14 // Construct the User-Agent header, filling in |result|.
  /external/chromium_org/base/
supports_user_data.cc 10 // Harmless to construct on a different thread to subsequent usage.

Completed in 2669 milliseconds

12 3 4 5 6 7 8 91011>>