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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
ValidationCheck.java 16 protected void setContext(ValidatorContext context) {
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RenderScriptSingleton.java 27 * <p>The test method must call {@link #setContext} before attempting to retrieve
46 public static synchronized void setContext(Context context) {
84 * @throws IllegalStateException if {@link #setContext} was not called prior to this
88 throw new IllegalStateException("Call #setContext before using #get");
98 * @throws IllegalStateException if {@link #setContext} was not called prior to this
102 throw new IllegalStateException("Call #setContext before using #getCache");
  /external/libunwind/src/hppa/
unwind_i.h 39 #define setcontext UNW_ARCH_OBJ (setcontext) macro
45 extern int setcontext (const ucontext_t *ucp);
  /external/chromium_org/gin/
context_holder.cc 21 void ContextHolder::SetContext(v8::Handle<v8::Context> context) {
per_context_data_unittest.cc 25 context_holder.SetContext(context);
  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 10 // This test is checking the libc context calls (setcontext, etc.) and
23 setcontext(newc);
  /external/libunwind/src/x86_64/
unwind_i.h 60 #define setcontext UNW_ARCH_OBJ (setcontext) macro
82 extern int setcontext (const ucontext_t *ucp);
Gresume.c 54 Debug (8, "resuming at ip=%llx via setcontext()\n",
56 setcontext (uc);
  /packages/apps/InCallUI/src/com/android/incallui/
InCallServiceImpl.java 39 TelecomAdapter.getInstance().setContext(InCallServiceImpl.this);
49 TelecomAdapter.getInstance().setContext(null);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ucontext.h 35 extern int setcontext (__const ucontext_t *__ucp) __THROW;
44 the next time in `setcontext' or `swapcontext'.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ucontext.h 35 extern int setcontext (__const ucontext_t *__ucp) __THROW;
44 the next time in `setcontext' or `swapcontext'.
  /external/lldb/source/Target/
ExecutionContext.cpp 44 SetContext (target_sp, get_process);
54 SetContext (process_sp);
64 SetContext (thread_sp);
74 SetContext (frame_sp);
85 SetContext (target_sp, get_process);
96 SetContext (process_sp);
107 SetContext (thread_sp);
118 SetContext (frame_sp);
385 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process)
397 ExecutionContext::SetContext (const lldb::ProcessSP &process_sp
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
base_screen.cc 46 void BaseScreen::SetContext(ScreenContext* context) {
  /external/chromium_org/gin/public/
context_holder.h 40 void SetContext(v8::Handle<v8::Context> context);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameManager.java 64 void setContext(FilterContext context) {
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 53 * {@link AndroidTestCase#setContext(Context) setContext()}. You must do this <i>before</i> calling
109 * test, by calling {@link AndroidTestCase#setContext(Context) setContext()},
  /cts/tests/tests/permission/src/android/permission/cts/
Camera2PermissionTest.java 49 public void setContext(Context context) {
50 super.setContext(context);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
ContextTrackingValidationCheck.java 19 protected void setContext(ValidatorContext context) {
20 super.setContext(context);
  /external/lldb/source/Core/
ValueObjectCast.cpp 57 //m_value.SetContext (Value::eContextTypeClangType, cast_type.GetOpaqueQualType());
102 //m_value.SetContext (Value::eContextTypeClangType, clang_type);
ValueObjectMemory.cpp 66 m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get());
106 // m_value.SetContext(Value::eContextTypeClangType, m_clang_type.GetOpaqueQualType());
241 value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get());
244 //value.SetContext(Value::eContextTypeClangType, m_clang_type.GetOpaqueQualType());
  /development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/moreteapots/
MoreTeapotsApplication.java 39 NDKHelper.setContext(context);
  /external/chromium_org/extensions/renderer/
script_context_set_unittest.cc 25 context_holder.SetContext(v8::Context::New(isolate));
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_reliantunix.h 74 * So we'll use our homegrown, getcontext/setcontext-compatible stuff which
75 * will save us the getcontext/setcontext system calls at each context switch.
92 #define _SETCONTEXT setcontext
219 ** setcontext()...
  /external/libunwind/src/ia64/
ucontext_i.h 25 /* Constants shared between setcontext() and getcontext(). Don't
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.h 59 void setContext(RenderThread* thread, CanvasContext* context);

Completed in 2504 milliseconds

1 2 3 4 5 6 7 8 91011