HomeSort by relevance Sort by last modified time
    Searched refs:from_base (Results 1 - 5 of 5) sorted by null

  /frameworks/native/cmds/installd/
commands.h 83 int link_file(const char *relative_path, const char *from_base, const char *to_base);
commands.cpp     [all...]
  /external/autotest/site_utils/suite_scheduler/
timed_event.py 157 from_base = super(Weekly, cls)._ParseConfig(config)
162 from_base.update({'event_time': event_time})
163 return from_base
  /hardware/libhardware/tests/hwc/
cnativewindow.c 116 static inline CNativeWindow *from_base(aWindow *base) { function
125 CNativeWindow *win = from_base(base);
132 CNativeWindow *win = from_base(base);
231 CNativeWindow *win = from_base(base);
253 CNativeWindow *win = from_base(base);
314 CNativeWindow *win = from_base(base);
  /external/v8/src/
elements.cc 109 void CopyObjectToObjectElements(FixedArrayBase* from_base,
114 from_base->GetIsolate()->heap()->fixed_cow_array_map());
120 copy_size = Min(from_base->length() - from_start,
126 Heap* heap = from_base->GetHeap();
133 (copy_size + static_cast<int>(from_start)) <= from_base->length());
135 FixedArray* from = FixedArray::cast(from_base);
152 FixedArrayBase* from_base, uint32_t from_start, FixedArrayBase* to_base,
155 SeededNumberDictionary* from = SeededNumberDictionary::cast(from_base);
171 DCHECK(to_base != from_base);
198 static void CopyDoubleToObjectElements(FixedArrayBase* from_base,
    [all...]

Completed in 2925 milliseconds