HomeSort by relevance Sort by last modified time
    Searched refs:Initialize (Results 276 - 300 of 1006) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/threading/
thread_local_storage_unittest.cc 107 tls_slot.Initialize(ThreadLocalStorageCleanup);
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay.h 122 void Initialize(const std::string& name,
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2DistanceJoint.h 42 /// Initialize the bodies, anchors, and length using the world
44 void Initialize(b2Body* bodyA, b2Body* bodyB,
b2MotorJoint.h 37 /// Initialize the bodies and offsets using the current transforms.
38 void Initialize(b2Body* bodyA, b2Body* bodyB);
b2PulleyJoint.h 43 /// Initialize the bodies, anchors, lengths, max lengths, and ratio using the world anchors.
44 void Initialize(b2Body* bodyA, b2Body* bodyB,
b2WeldJoint.h 39 /// Initialize the bodies, anchors, and reference angle using a world
41 void Initialize(b2Body* bodyA, b2Body* bodyB, const b2Vec2& anchor);
  /external/pdfium/xfa/include/fwl/lightwidget/
datetimepicker.h 17 FWL_ERR Initialize(const CFWL_WidgetProperties* pProperties = NULL);
picturebox.h 17 FWL_ERR Initialize(const CFWL_WidgetProperties* pProperties = NULL);
  /external/pdfium/xfa/include/fwl/theme/
checkboxtp.h 21 virtual FWL_ERR Initialize();
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_spinbuttonimp.h 23 virtual FWL_ERR Initialize();
fwl_tooltipctrlimp.h 23 virtual FWL_ERR Initialize();
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_SymbolInfo.h 21 static void Initialize();
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.h 22 virtual FWL_ERR Initialize();
  /external/sfntly/cpp/src/sample/subtly/
font_info.h 116 void Initialize();
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.h 82 void Initialize(ReadableFontData* data);
index_sub_table_format3.h 79 void Initialize(ReadableFontData* data);
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 117 // Initialize the internal state from the data. Done lazily since in many
120 // @param data the data to initialize from
121 void Initialize(ReadableFontData* data);
130 // initialize the state of the builder.
  /external/v8/build/android/
adb_reverse_forwarder.py 48 devil_chromium.Initialize()
  /external/v8/build/android/gyp/
push_libraries.py 74 devil_chromium.Initialize(
  /external/v8/src/base/
hashmap.h 102 void Initialize(uint32_t capacity, AllocationPolicy allocator);
112 Initialize(initial_capacity, allocator);
264 void TemplateHashMapImpl<AllocationPolicy>::Initialize(
269 FATAL("Out of memory: HashMap::Initialize");
282 Initialize(capacity_ * 2, allocator);
  /external/v8/src/snapshot/
snapshot.h 56 // Initialize the Isolate from the internal snapshot. Returns false if no
58 static bool Initialize(Isolate* isolate);
  /external/v8/test/cctest/interpreter/
interpreter-tester.cc 27 isolate->interpreter()->Initialize();
  /external/v8/test/mjsunit/regress/
regress-675.js 35 // Initialize IC for nonexistent x property on global object.
52 // Initialize IC.
  /external/webrtc/webrtc/base/
macasyncsocket.cc 42 Initialize(family);
129 Initialize(addr.family());
331 Initialize(family);
338 void MacAsyncSocket::Initialize(int family) {
macasyncsocket.h 70 void Initialize(int family);

Completed in 348 milliseconds

<<11121314151617181920>>