HomeSort by relevance Sort by last modified time
    Searched defs:Duplicate (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
file_descriptor_shuffle.cc 38 if (!delegate->Duplicate(&temp_fd, i->dest))
82 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
file_descriptor_shuffle_unittest.cc 24 DUPLICATE,
50 bool Duplicate(int* result, int fd) {
52 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
152 Action(Action::DUPLICATE, kDuplicateBase, 1));
167 Action(Action::DUPLICATE, kDuplicateBase, 1));
182 Action(Action::DUPLICATE, kDuplicateBase, 1));
197 Action(Action::DUPLICATE, kDuplicateBase, 1));
256 bool Duplicate(int* result, int fd) {
  /external/clang/utils/TableGen/
NeonEmitter.cpp 741 static std::string Duplicate(unsigned nElts, StringRef typestr,
817 s += "__a * " + Duplicate(nElts, typestr, "__b") + ";";
830 s += "__a + (__b * " + Duplicate(nElts, typestr, "__c") + ");";
840 Duplicate(nElts, typestr, "__c") + ");";
850 s += "__a - (__b * " + Duplicate(nElts, typestr, "__c") + ");";
860 Duplicate(nElts, typestr, "__c") + ");";
941 s += Duplicate(nElts, typestr, "__a") + ";";
1144 args = Duplicate(GetNumElements(typestr, argQuad), typestr, args);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 912 milliseconds