HomeSort by relevance Sort by last modified time
    Searched full:helper (Results 76 - 100 of 8381) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libcxxabi/test/
test_guard.cpp 22 void helper() { function in namespace:test1
30 helper();
32 helper();
45 void helper() { function in namespace:test2
52 helper();
54 helper();
84 void helper() { function in namespace:test4
89 std::thread t1(helper), t2(helper);
114 void helper() { function in namespace:test5
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_guard.cpp 25 void helper() { function in namespace:test1
33 helper();
35 helper();
48 void helper() { function in namespace:test2
55 helper();
57 helper();
88 void helper() { function in namespace:test4
93 std::thread t1(helper), t2(helper);
118 void helper() { function in namespace:test5
    [all...]
  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper_unittest.cc 195 TestMonitorDeviceChange* helper = local
197 CHECK(!helper->called_);
199 helper->called_ = true;
200 helper->same_as_expected_ = false;
201 if (device_count != helper->expected_.size())
204 if (!CompareDeviceRef(helper->var_tracker_, devices[i],
205 helper->expected_[i])) {
209 helper->same_as_expected_ = true;
281 TestMonitorDeviceChange helper(&var_tracker());
284 &TestMonitorDeviceChange::MonitorDeviceChangeCallback, &helper);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 45 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
46 assertEquals(1, helper.getHeightPadding());
47 assertEquals(1, helper.getWidthPadding());
56 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
57 assertEquals(1, helper.getWidthPadding());
58 assertEquals(1, helper.getHeightPadding());
77 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
78 assertEquals(2, helper.getWidthPadding());
79 assertEquals(3, helper.getHeightPadding());
95 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames) local
128 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
161 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
230 ExplodedRenderingHelper helper = new ExplodedRenderingHelper(layout, mLayoutNames); local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/
README 6 After installing, you get two helper applications installed into /usr/local/bin:
  /external/chromium_org/chrome/app/
app.saves 6 # helper app executables.
  /external/chromium_org/third_party/closure_linter/
README 6 After installing, you get two helper applications installed into /usr/local/bin:
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTime.rgs 19 NoRemove 'Browser Helper Objects' {
  /external/harfbuzz_ng/util/
Makefile.am 38 helper-cairo.cc \
39 helper-cairo.hh \
40 helper-cairo-ansi.cc \
41 helper-cairo-ansi.hh \
  /external/llvm/test/CodeGen/X86/
tailcall-disable.ll 7 define i32 @helper() nounwind {
14 %call = tail call i32 @helper()
20 ; CALL: callq helper
25 ; JMP: jmp helper # TAILCALL
  /external/valgrind/main/memcheck/tests/
reach_thread_register.c 17 void* helper(void* v_bar) { function
39 fprintf(stderr, "Quitting the helper.\n");
47 pthread_create(&thr, NULL, &helper, &bar);
50 fprintf(stderr, "Abandoning the helper.\n");
reach_thread_register.stderr.exp-mips32 1 Abandoning the helper.
reach_thread_register.stderr.exp-mips64 1 Abandoning the helper.
  /frameworks/av/media/common_time/
Android.mk 5 # helper code)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pytuplehlp.swg 2 Helper function to return output types, now we need to use a list
  /external/chromium_org/chrome/browser/resources/cryptotoken/
enrollhelper.js 6 * @fileoverview Provides a "bottom half" helper to assist with raw enroll
12 * A helper for enroll requests.
28 /** Closes this helper. */
38 * Creates a new enroll helper.
49 * @return {EnrollHelper} the newly created helper.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
callback_tracker.h 18 // A helper class to ensure one-shot callback to be called exactly once.
50 internal::AbortHelper* helper = new internal::AbortHelper(this); local
51 helpers_[helper] = abort_closure;
53 helper->AsWeakPtr(), callback);
62 internal::AbortHelper* helper);
  /external/chromium_org/chrome/browser/ui/cocoa/
restart_browser.mm 15 // Helper to clean up after the notification that the alert was dismissed.
66 RestartHelper* helper = [[RestartHelper alloc] init];
68 NSAlert* alert = [helper alert];
77 modalDelegate:helper
84 [helper alertDidEnd:alert
  /external/chromium_org/content/shell/app/
paths_mac.mm 21 // The running executable is the helper. Go up five steps:
22 // Contents/Frameworks/Helper.app/Contents/MacOS/Helper
49 GetFrameworksPath().Append("Content Shell Helper.app")
52 .Append("Content Shell Helper");
  /external/compiler-rt/test/BlocksRuntime/
objectassign.c 13 * This just tests that the compiler is issuing the proper helper routines
53 // should be a copy helper generated with a calls to above routines
60 // call helper routines directly. These will, in turn, we hope, call the stubs above
67 printf("did not call assign helper!\n");
71 printf("did not call dispose helper\n");
  /external/qemu/target-arm/
iwmmxt_helper.c 28 #include "helper.h"
58 uint64_t HELPER(iwmmxt_maddsq)(uint64_t a, uint64_t b)
70 uint64_t HELPER(iwmmxt_madduq)(uint64_t a, uint64_t b)
82 uint64_t HELPER(iwmmxt_sadb)(uint64_t a, uint64_t b)
92 uint64_t HELPER(iwmmxt_sadw)(uint64_t a, uint64_t b)
100 uint64_t HELPER(iwmmxt_mulslw)(uint64_t a, uint64_t b)
109 uint64_t HELPER(iwmmxt_mulshw)(uint64_t a, uint64_t b)
118 uint64_t HELPER(iwmmxt_mululw)(uint64_t a, uint64_t b)
127 uint64_t HELPER(iwmmxt_muluhw)(uint64_t a, uint64_t b)
136 uint64_t HELPER(iwmmxt_macsw)(uint64_t a, uint64_t b
    [all...]
op_helper.c 2 * ARM helper routines
21 #include "helper.h"
34 uint32_t HELPER(neon_tbl)(CPUARMState *env, uint32_t ireg, uint32_t def,
77 from generated code or from helper.c) */
93 void HELPER(set_cp)(CPUARMState *env, uint32_t insn, uint32_t val)
105 uint32_t HELPER(get_cp)(CPUARMState *env, uint32_t insn)
120 void HELPER(set_cp)(CPUARMState *env, uint32_t insn, uint32_t val)
127 uint32_t HELPER(get_cp)(CPUARMState *env, uint32_t insn)
136 uint32_t HELPER(add_setq)(CPUARMState *env, uint32_t a, uint32_t b)
144 uint32_t HELPER(add_saturate)(CPUARMState *env, uint32_t a, uint32_t b
    [all...]
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 148 // A helper class that handles all the initial npn/ssl setup.
608 void VerifyStreamsClosed(const NormalSpdyTransactionHelper& helper) {
612 const GURL& url = helper.request().url;
613 int port = helper.test_params().ssl_type == SPDYNPN ? 443 : 80;
618 const scoped_refptr<HttpNetworkSession>& session = helper.session();
630 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY,
632 helper.RunPreTestSetup();
633 helper.AddData(data);
635 HttpNetworkTransaction* trans = helper.trans();
646 new HttpNetworkTransaction(DEFAULT_PRIORITY, helper.session().get()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
SyncCallbackHelper.h 65 // A helper template for FileSystemSync implementation.
99 static PassOwnPtr<SuccessCallbackImpl> create(PassRefPtr<HelperType> helper)
101 return adoptPtr(new SuccessCallbackImpl(helper));
115 explicit SuccessCallbackImpl(PassRefPtr<HelperType> helper)
116 : m_helper(helper)
124 static PassOwnPtr<ErrorCallbackImpl> create(PassRefPtr<HelperType> helper)
126 return adoptPtr(new ErrorCallbackImpl(helper));
136 explicit ErrorCallbackImpl(PassRefPtr<HelperType> helper)
137 : m_helper(helper)
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights.ll 3 declare void @helper(i32)
16 call void @helper(i32 0)
20 call void @helper(i32 1)
36 call void @helper(i32 0)
40 call void @helper(i32 1)
55 call void @helper(i32 0)
59 call void @helper(i32 1)
74 call void @helper(i32 0)
78 call void @helper(i32 1)
97 call void @helper(i32 0
    [all...]

Completed in 1091 milliseconds

1 2 34 5 6 7 8 91011>>