HomeSort by relevance Sort by last modified time
    Searched full:detach (Results 1 - 25 of 1216) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/Windows/
Handle.h 27 HANDLE Detach()
DLL.h 33 HMODULE Detach()
Thread.h 27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
  /external/skia/src/android/
SkBitmapRegionDecoder.cpp 27 SkAutoTDelete<SkCodec> codec(SkCodec::NewFromStream(streamDeleter.detach()));
50 return new SkBitmapRegionCanvas(codec.detach());
54 SkAndroidCodec::NewFromStream(streamDeleter.detach());
70 return new SkBitmapRegionCodec(codec.detach());
  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL_test.cpp 51 // Detach from the primary context.
67 // Detach from the primary context.
83 // Attempt to detach from the primary context.
96 // Detach from the primary context.
99 // Attempt to detach from the primary context again.
116 // Attempt to detach from the primary context.
133 // Attempt to detach from the primary context.
141 // Detach from the primary context.
157 // Detach from the primary context.
188 // Detach from the primary context
    [all...]
  /external/strace/tests/
detach-running.test 3 # Ensure that strace can detach from running processes.
73 dump_log_and_fail_with "$STRACE -p failed to detach"
80 dump_log_and_fail_with 'tracee died after detach'
85 dump_log_and_fail_with 'tracee is not running after detach'
detach-sleeping.test 3 # Ensure that strace can detach from sleeping processes.
74 dump_log_and_fail_with "$STRACE -p failed to detach"
81 dump_log_and_fail_with 'tracee died after detach'
86 dump_log_and_fail_with 'tracee is not sleeping after detach'
detach-stopped.test 3 # Ensure that strace can detach from stopped processes.
89 dump_log_and_fail_with "$STRACE -p failed to detach"
96 dump_log_and_fail_with 'tracee died after detach'
101 dump_log_and_fail_with 'tracee is not group-stopped after detach'
  /external/lzma/CPP/Windows/Control/
ImageList.h 27 HIMAGELIST Detach()
47 return BOOLToBool(ImageList_Destroy(Detach()));
  /external/sfntly/cpp/src/sfntly/table/
generic_table_builder.cc 28 return table.Detach();
36 return builder.Detach();
  /external/skia/tools/
Resources.cpp 45 return stream.detach();
57 return SkTypeface::CreateFromStream(stream.detach());
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc 38 return output.Detach();
98 return it.Detach();
126 return output.Detach();
149 return output.Detach();
169 return output.Detach();
176 return output.Detach();
272 return output.Detach();
  /frameworks/av/soundtrigger/
ISoundTrigger.cpp 30 DETACH = IBinder::FIRST_CALL_TRANSACTION,
45 void detach() function in class:android::BpSoundTrigger
47 ALOGV("detach");
50 remote()->transact(DETACH, data, &reply);
126 case DETACH: {
127 ALOGV("DETACH");
129 detach();
  /external/skia/src/pdf/
SkPDFResourceDict.cpp 69 dst->insertObject(get_resource_type_name(type), resources.detach());
86 dict->insertObject("ProcSets", procSets.detach());
100 return dict.detach();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPooledConnAdapter.java 43 * can be {@link #detach detach}ed to prevent further use on release.
84 protected void detach() { method in class:BasicPooledConnAdapter
86 super.detach();
  /external/iproute2/include/
namespace.h 18 #define MNT_DETACH 0x00000002 /* Just detach from the tree */
  /external/iproute2/man/man8/
ip-maddress.8 39 These commands attach/detach a static link-layer multicast address
  /external/kernel-headers/original/uapi/asm-mips/asm/
shmbuf.h 17 __kernel_time_t shm_dtime; /* last detach time */
  /external/skia/include/views/
SkOSWindow_Android.h 32 void detach();
SkOSWindow_Mac.h 35 void detach();
SkOSWindow_SDL.h 31 void detach();
SkOSWindow_iOS.h 24 void detach();
  /external/skia/src/effects/gradients/
SkGradientBitmapCache.h 31 inline Entry* detach(Entry*) const;
  /frameworks/base/core/java/android/service/dreams/
IDreamService.aidl 24 void detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait.exception.pass.cpp 46 std::thread(signal_me).detach();

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>