HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 176 - 200 of 4906) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NumberIsTooLargeException.java 43 * Construct the exception.
55 * Construct the exception with a specific context.
NumberIsTooSmallException.java 43 * Construct the exception.
56 * Construct the exception with a specific context.
  /external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py 30 # Construct a pathname to 'removable' for this device
45 # Construct a pathname to find the logic block size for this device
  /external/eigen/Eigen/src/Core/
Ref.h 162 void construct(Expression& expr) function in class:Eigen::RefBase
208 Base::construct(expr.derived());
221 Base::construct(expr.const_cast_derived());
245 construct(expr.derived(), typename Traits::template match<Derived>::type());
251 void construct(const Expression& expr,internal::true_type) function in class:Eigen::Ref
253 Base::construct(expr);
257 void construct(const Expression& expr, internal::false_type) function in class:Eigen::Ref
260 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/std/utilities/allocator.adaptor/allocator.adaptor.members/
destroy.pass.cpp 44 a.construct(s);
59 a.construct(s);
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
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 41 /// Note that this is intended for use with the new pass manager. To construct
49 /// \brief Construct a bitcode writer pass around a particular output stream.
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 30 // Call appendRange multiple times and then call construct.
32 void construct();
  /external/llvm/include/llvm/Transforms/Scalar/
SimplifyCFG.h 34 /// \brief Construct a pass with the default thresholds.
37 /// \brief Construct a pass with a specific bonus threshold.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFileSystemEntry.java 72 * Construct a new instance without setting its path
78 * Construct a new instance with the specified value for its path
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
StubServerSocket.java 36 * Construct a new instance with the specified local port.
45 * Construct a new instance with specified local port and accept() socket.
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/socket/
StubServerSocket.java 36 * Construct a new instance with the specified local port.
45 * Construct a new instance with specified local port and accept() socket.
  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 61 * Construct a request message containing the given parameters but no body.
62 * Don't send the message, merely construct it. The caller will ordinarily
  /external/opencv3/samples/cpp/tutorial_code/viz/
widget_pose.cpp 47 /// Construct a cube widget
70 /// Construct pose
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
io_control.hpp 35 // Construct with a specific command value.
85 // Construct with a specific command value.
  /external/proguard/src/proguard/classfile/util/
DynamicMemberReferenceInitializer.java 536 // Try to match the SomeClass.class.getField("someField") construct.
541 // Try to match the SomeClass.class.getDeclaredField("someField") construct.
547 // // {}) construct.
554 // // {}) construct.
561 // { A.class }) construct.
568 // { A.class }) construct.
575 // { A.class, B.class }) construct.
582 // { A.class, B.class }) construct.
589 // {}) construct.
595 // new Class[] {}) construct
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
DotClassClassVisitor.java 69 // Could this instruction be a .class construct?
86 // Visit the referenced class from the .class construct.
  /external/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/skia/src/gpu/glsl/
GrGLSLXferProcessor.h 86 * it can construct a GrXferProcessor that will not read the dst color.
95 * method if it can construct a GrXferProcessor that reads the dst color.
  /external/snakeyaml/src/test/java/examples/
CustomBeanResolverTest.java 59 public Object construct(Node node) { method in class:CustomBeanResolverTest.BigBeanConstructor.ConstructBig
72 return super.construct(node);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/
YamlSortedSetTest.java 64 public Object construct(Node node) { method in class:YamlSortedSetTest.SetContructor.ConstructSetFromSequence
74 return super.construct(node);
  /external/v8/test/mjsunit/es6/debug-promises/
reject-with-throw-in-reject.js 29 log.push("construct");
71 assertEquals(["resolve", "construct", "end main",

Completed in 674 milliseconds

1 2 3 4 5 6 78 91011>>