OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Duplicate
(Results
1 - 4
of
4
) 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/llvm/utils/TableGen/
NeonEmitter.cpp
566
static std::string
Duplicate
(unsigned nElts, StringRef typestr,
643
s += "__a * " +
Duplicate
(nElts, typestr, "__b") + ";";
656
s += "__a + (__b * " +
Duplicate
(nElts, typestr, "__c") + ");";
666
Duplicate
(nElts, typestr, "__c") + ");";
676
s += "__a - (__b * " +
Duplicate
(nElts, typestr, "__c") + ");";
686
Duplicate
(nElts, typestr, "__c") + ");";
767
s +=
Duplicate
(nElts, typestr, "__a") + ";";
976
args =
Duplicate
(GetNumElements(typestr, argQuad), typestr, args);
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 287 milliseconds