HomeSort by relevance Sort by last modified time
    Searched refs:dup (Results 401 - 425 of 674) sorted by null

<<11121314151617181920>>

  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 303 IRStream = ir_file->dup();
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 288 module->framebuffer = new private_handle_t(dup(fd), fbSize, 0);
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 224 dup(m->framebuffer->fd), bufferSize,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 188 //Also dup because, the closeAcquireFds() will close the outbufFence
189 list->retireFenceFd = dup(list->outbufAcquireFenceFd);
  /ndk/sources/host-tools/make-3.81/
job.c 411 ensures the read will interrupt on SIGCHLD. Second, we close the dup'd
    [all...]
  /system/core/adf/libadfhwc/
adfhwc.cpp 249 int dup_intf_fd = dup(intf_fds[i]);
251 ALOGE("failed to dup interface fd: %s", strerror(errno));
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_wrap_test.cc 211 TEST_F(KernelWrapTest, dup) {
212 EXPECT_CALL(mock, dup(kDummyInt)).WillOnce(Return(kDummyInt2));
213 EXPECT_EQ(kDummyInt2, dup(kDummyInt));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java 106 MulticastSocket dup = new MulticastSocket(port); local
108 assertTrue(dup.getReuseAddress());
109 dup.close();
    [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c 3877 xmlChar *dup, *nam = NULL, *cur, save; local
6443 xmlChar *dup, *str = NULL, *cur, save; local
6478 xmlChar *dup, *str = NULL, *cur, save; local
    [all...]
  /external/libxml2/
valid.c 3877 xmlChar *dup, *nam = NULL, *cur, save; local
6445 xmlChar *dup, *str = NULL, *cur, save; local
6480 xmlChar *dup, *str = NULL, *cur, save; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 2696 def dup(self, el): member in class:RewriteRuleElementStream
2760 def dup(self, el): member in class:RewriteRuleTokenStream
2800 def dup(self, el): member in class:RewriteRuleSubtreeStream
2819 def dup(self, el): member in class:RewriteRuleNodeStream
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 5259 IROp dup, get, op, op2, add, sub; local
5365 IROp dup, get, op, op2, add, sub; local
5422 IROp dup, get, op, op2, add, cmp; local
5496 IROp dup, get, op; local
5593 IROp dup, get, op; local
5636 IROp op ,op2, dup, get; local
5699 IROp op ,op2, dup, get; local
5797 IROp op ,op2, dup, get; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 423 dup = []
427 dup.append(elem)
428 self.assertEqual(s, dup)
431 dup = []
437 dup.append(elem)
438 self.assertEqual(s, dup)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 423 dup = []
427 dup.append(elem)
428 self.assertEqual(s, dup)
431 dup = []
437 dup.append(elem)
438 self.assertEqual(s, dup)
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 1120 ogg_page dup; local
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 624 acquireFenceFd = acquireFence->dup();
755 disp.outbufAcquireFence->dup();
912 virtual HWComposer::HWCLayer* dup() {
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 694 acquireFenceFd = dup(rotData.rel_fen_fd);
752 list->hwLayers[i].releaseFenceFd = dup(releaseFd);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 649 dup(rotReleaseFd);
714 list->hwLayers[i].releaseFenceFd = dup(releaseFd);
    [all...]
  /art/compiler/
elf_writer_mclinker.cc 333 // TODO: avoid dup of fd by fixing Linker::emit to not close the argument fd.
334 int fd = dup(elf_file_->Fd());
336 PLOG(ERROR) << "Failed to dup file descriptor for " << elf_file_->GetPath();
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py 661 dup = self.adaptor.dupTree(r0)
663 self.failUnless(dup.parent is None)
664 self.failUnlessEqual(-1, dup.childIndex)
665 dup.sanityCheckParentAndChildIndexes()
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 220 token = token.to_s.dup
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 272 int urandom_fd = dup(base::GetUrandomFD());
274 LOG(ERROR) << "Failed to dup() the urandom FD";
  /external/chromium_org/content/renderer/pepper/
pepper_compositor_host.cc 110 base::SharedMemoryHandle shm_handle(dup(handle), false);

Completed in 1872 milliseconds

<<11121314151617181920>>