HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 151 - 175 of 5161) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTTreeParser.stg 114 /** ID auto construct */
133 /** label+=TOKEN auto construct */
139 /** ^(ID ...) auto construct */
155 /** Match ^(label+=TOKEN ...) auto construct */
223 /** rule auto construct */
235 /** x+=rule auto construct */
241 /** ^(rule ...) auto construct */
250 /** ^(x+=rule ...) auto construct */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTTreeParser.stg 115 /** ID auto construct */
134 /** label+=TOKEN auto construct */
140 /** ^(ID ...) auto construct */
156 /** Match ^(label+=TOKEN ...) auto construct */
224 /** rule auto construct */
236 /** x+=rule auto construct */
242 /** ^(rule ...) auto construct */
251 /** ^(x+=rule ...) auto construct */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 123 /** ID auto construct */
147 /** label+=TOKEN auto construct */
153 /** ^(ID ...) auto construct */
174 /** Match ^(label+=TOKEN ...) auto construct */
227 /** rule auto construct */
239 /** x+=rule auto construct */
245 /** ^(rule ...) auto construct */
254 /** ^(x+=rule ...) auto construct */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 111 /** ID auto construct */
130 /** label+=TOKEN auto construct */
136 /** ^(ID ...) auto construct */
152 /** Match ^(label+=TOKEN ...) auto construct */
220 /** rule auto construct */
232 /** x+=rule auto construct */
238 /** ^(rule ...) auto construct */
247 /** ^(x+=rule ...) auto construct */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg 158 /** ID auto construct */
178 /** label+=TOKEN auto construct */
185 /** ^(ID ...) auto construct */
202 /** Match ^(label+=TOKEN ...) auto construct */
276 /** rule auto construct */
289 /** x+=rule auto construct */
297 /** ^(rule ...) auto construct */
308 /** ^(x+=rule ...) auto construct */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 122 /** ID auto construct */
143 /** label+=TOKEN auto construct */
149 /** ^(ID ...) auto construct */
165 /** Match ^(label+=TOKEN ...) auto construct */
232 /** rule auto construct */
246 /** x+=rule auto construct */
252 /** ^(rule ...) auto construct */
263 /** ^(x+=rule ...) auto construct */
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_unittest.cc 52 // Construct TabModel with standard Profile.
69 // Construct TabModel with off-the-record Profile.
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
TestHttpServerClient.java 27 * Construct a suitable URL for loading a test data file from the hosts' HTTP server.
37 * Construct a URL for loading a test data file with HTTP authentication fields.
  /external/chromium_org/components/crx_file/
crx_file.h 44 // Construct a new CRX file header object with bytes of a header
49 // Construct a new header for the given key and signature sizes.
  /external/chromium_org/content/browser/
browser_thread_impl.h 17 // Construct a BrowserThreadImpl with the supplied identifier. It is an error
18 // to construct a BrowserThreadImpl that already exists.
  /external/chromium_org/remoting/host/
cast_video_capturer_adapter.h 27 // to construct a VideoSource as part of the webrtc PeerConnection API.
30 // to construct a cricket::VideoSource for a PeerConnection, to capture frames
  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.h 23 // Construct a BitmapPlatformDevice. |is_opaque| should be set if the caller
28 // Construct a BitmapPlatformDevice, as above.
  /external/chromium_org/third_party/icu/source/common/
locbased.h 39 * Construct a LocaleBased wrapper around the two pointers. These
45 * Construct a LocaleBased wrapper around the two const pointers.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
memory_byte_array.h 26 // Construct a new MemoryByteArray with a new array of the size given. It is
33 // Construct a new MemoryByteArray using byte array.
  /external/chromium_org/third_party/skia/experimental/Intersection/
MiniSimplify_Test.cpp 35 static void construct() { function
76 construct,
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_posix.cc 30 const int error = ptr->Construct();
42 int ConditionVariablePosix::Construct() {
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-with-throw-in-reject.js 29 log.push("construct");
71 assertEquals(["resolve", "construct", "end main",
throw-with-undefined-reject.js 26 log.push("construct");
73 assertEquals(["resolve", "construct", "end main", "throw caught"], log);
  /external/eigen/Eigen/src/Core/
Ref.h 161 void construct(Expression& expr) function in class:Eigen::RefBase
202 Base::construct(expr);
213 Base::construct(expr.const_cast_derived());
236 construct(expr.derived(), typename Traits::template match<Derived>::type());
242 void construct(const Expression& expr,internal::true_type) function in class:Eigen::Ref
244 Base::construct(expr);
248 void construct(const Expression& expr, internal::false_type) function in class:Eigen::Ref
251 Base::construct(m_object);
  /external/icu/icu4c/source/common/
locbased.h 39 * Construct a LocaleBased wrapper around the two pointers. These
45 * Construct a LocaleBased wrapper around the two const pointers.
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
Android.mk 19 test_name := utilities/allocator.adaptor/allocator.adaptor.members/construct
20 test_src := construct.pass.cpp
destroy.pass.cpp 44 a.construct(s);
59 a.construct(s);
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Android.mk 19 test_name := utilities/memory/allocator.traits/allocator.traits.members/construct
20 test_src := construct.pass.cpp
destroy.pass.cpp 61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
72 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
  /external/llvm/include/llvm/Bitcode/
BitcodeWriterPass.h 33 /// Note that this is intended for use with the new pass manager. To construct
39 /// \brief Construct a bitcode writer pass around a particular output stream.

Completed in 1258 milliseconds

1 2 3 4 5 67 8 91011>>