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

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.h 30 // Call appendRange multiple times and then call construct.
32 void construct();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 46 /// createPPCELFObjectWriter - Construct an PPC ELF object writer.
51 /// createPPCELFObjectWriter - Construct a PPC Mach-O object writer.
  /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/proguard/src/proguard/classfile/util/
DynamicMemberReferenceInitializer.java 537 // Try to match the SomeClass.class.getField("someField") construct.
542 // Try to match the SomeClass.class.getDeclaredField("someField") construct.
548 // // {}) construct.
555 // // {}) construct.
562 // { A.class }) construct.
569 // { A.class }) construct.
576 // { A.class, B.class }) construct.
583 // { A.class, B.class }) construct.
590 // {}) construct.
596 // 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/experimental/Intersection/
MiniSimplify_Test.cpp 35 static void construct() { function
76 construct,
  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.cc 32 const int error = ptr->Construct();
46 int ConditionVariablePosix::Construct()
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 64 construct(data);
77 construct(data, pValue);
  /libcore/luni/src/main/java/java/io/
FileReader.java 46 * Construct a new FileReader on the given FileDescriptor {@code fd}. Since
58 * Construct a new FileReader on the given file named {@code filename}.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
destroy.pass.cpp 44 a.construct(s);
59 a.construct(s);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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);
  /art/test/111-unresolvable-exception/src/
Main.java 39 // This avoids having to construct one explicitly, which won't work.
  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerObj.java 31 * Construct a timer with a specific start time and length.
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerObj.java 31 * Construct a timer with a specific start time and length.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyRotationEvent.java 31 * Construct a rotation Event.
  /development/samples/browseable/Timer/Wearable/src/com.example.android.wearable.timer/util/
TimerObj.java 31 * Construct a timer with a specific start time and length.
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.java 175 * Construct a dummy parameter argument, with no QName and no
191 * Construct a parameter argument that contains an expression.
208 * Construct a parameter argument which has an XObject value.
243 * Construct a parameter argument.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
CertificationRequest.java 82 // Construct the CertificateRequest
  /external/chromium_org/ash/ime/
input_method_menu_manager.h 50 // For Singleton to be able to construct an instance.
  /external/chromium_org/base/
supports_user_data.cc 10 // Harmless to construct on a different thread to subsequent usage.
  /external/chromium_org/build/android/pylib/instrumentation/
test_result.py 12 """Construct an InstrumentationTestResult object.
  /external/chromium_org/chrome/app/version_assembly/
version_assembly_manifest_action.gypi 5 # This file contains an action which can be used to construct a manifest file
  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.h 48 // Construct and initialize tab_restore_service_ if it's NULL.
  /external/chromium_org/chrome/browser/extensions/activity_log/
ad_network_database.cc 30 // Construct a new database, if we don't have one.

Completed in 693 milliseconds

1 2 3 4 5 6 78 91011>>