Searched defs:helper (Results 1 - 25 of 188) sorted by relevance

12345678

/external/clang/test/Analysis/diagnostics/
H A Dno-prune-paths.c7 void helper() { function
13 helper();
15 // expected-note@-2 {{Calling 'helper'}}
16 // expected-note@-3 {{Returning from 'helper'}}
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_handlers_helper.h17 namespace helper { namespace in namespace:options
29 } // namespace helper
H A Doptions_handlers_helper.cc18 namespace helper { namespace in namespace:options
69 } // namespace helper
/external/clang/test/SemaCXX/
H A Dwarn-new-overaligned-2.cpp19 void helper() { function
H A Dwarn-new-overaligned-3.cpp17 void helper() { function in namespace:test1
25 struct helper { int i __attribute__((aligned(256))); }; struct in namespace:test2
29 new (d) helper();
31 helper *d;
H A Dwarn-new-overaligned.cpp13 void helper() { function in namespace:test1
26 void helper() { function in namespace:test2
47 void helper() { function in namespace:test3
68 void helper() { function in namespace:test4
/external/chromium/chrome/browser/ui/cocoa/applescript/
H A Dbookmark_applescript_utils_unittest.h26 @property(nonatomic) BrowserTestHelper* helper; variable
/external/chromium_org/chrome/browser/extensions/
H A Dstartup_helper_browsertest.cc51 extensions::StartupHelper helper; local
52 bool result = helper.ValidateCrx(command_line, &error);
/external/iptables/include/linux/netfilter/
H A Dxt_CT.h11 char helper[16]; member in struct:xt_ct_target_info
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DContextMenuPopulator.java33 * @param helper The {@link ContextMenuHelper} driving the menu operations.
38 public boolean onItemSelected(ContextMenuHelper helper, ContextMenuParams params, int itemId); argument
H A DContextMenuPopulatorWrapper.java37 public boolean onItemSelected(ContextMenuHelper helper, ContextMenuParams params, int itemId) { argument
38 return mPopulator.onItemSelected(helper, params, itemId);
H A DChromeContextMenuPopulator.java96 public boolean onItemSelected(ContextMenuHelper helper, ContextMenuParams params, int itemId) { argument
112 if (mDelegate.startDownload(false)) helper.startContextMenuDownload(false);
114 if (mDelegate.startDownload(true)) helper.startContextMenuDownload(true);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper.cc33 const BrowsingDataQuotaHelper* helper) {
34 helper->io_thread_->DeleteSoon(FROM_HERE, helper);
32 Destruct( const BrowsingDataQuotaHelper* helper) argument
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_surroundingtext_browsertest.cc21 TextInputTestHelper helper; local
26 EXPECT_EQ(ui::TEXT_INPUT_TYPE_NONE, helper.GetTextInputType());
34 helper.WaitForTextInputStateChanged(ui::TEXT_INPUT_TYPE_TEXT_AREA);
35 EXPECT_EQ(ui::TEXT_INPUT_TYPE_TEXT_AREA, helper.GetTextInputType());
43 ASSERT_TRUE(helper.GetTextInputClient());
45 helper.GetTextInputClient()->InsertText(sample_text1);
46 helper.WaitForSurroundingTextChanged(sample_text1, expected_range1);
47 EXPECT_EQ(sample_text1, helper.GetSurroundingText());
48 EXPECT_EQ(expected_range1, helper.GetSelectionRange());
50 helper
58 TextInputTestHelper helper; local
97 TextInputTestHelper helper; local
[all...]
H A Dtextinput_browsertest.cc29 TextInputTestHelper helper; local
34 EXPECT_EQ(ui::TEXT_INPUT_TYPE_NONE, helper.GetTextInputType());
45 helper.WaitForTextInputStateChanged(ui::TEXT_INPUT_TYPE_TEXT);
46 EXPECT_EQ(ui::TEXT_INPUT_TYPE_TEXT, helper.GetTextInputType());
54 helper.WaitForTextInputStateChanged(ui::TEXT_INPUT_TYPE_PASSWORD);
55 EXPECT_EQ(ui::TEXT_INPUT_TYPE_PASSWORD, helper.GetTextInputType());
59 TextInputTestHelper helper; local
60 EXPECT_EQ(ui::TEXT_INPUT_TYPE_NONE, helper.GetTextInputType());
67 helper.WaitForTextInputStateChanged(ui::TEXT_INPUT_TYPE_TEXT);
68 EXPECT_EQ(ui::TEXT_INPUT_TYPE_TEXT, helper
73 TextInputTestHelper helper; local
87 TextInputTestHelper helper; local
112 TextInputTestHelper helper; local
144 TextInputTestHelper helper; local
173 TextInputTestHelper helper; local
202 TextInputTestHelper helper; local
234 TextInputTestHelper helper; local
273 TextInputTestHelper helper; local
[all...]
/external/chromium_org/chrome/browser/ui/android/tab_contents/
H A Dchrome_web_contents_view_delegate_android.cc46 ContextMenuHelper* helper = ContextMenuHelper::FromWebContents(web_contents_); local
47 if (helper)
48 helper->ShowContextMenu(params);
/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.cc17 Offset base_offset, unsigned int size, CommandBufferHelper* helper)
18 : helper_(helper),
16 RingBuffer( Offset base_offset, unsigned int size, CommandBufferHelper* helper) argument
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDirectoryEntrySync.cpp57 EntrySyncCallbackHelper helper; local
58 m_fileSystem->getFile(this, path, flags, helper.successCallback(), helper.errorCallback(), DOMFileSystemBase::Synchronous);
59 return static_pointer_cast<FileEntrySync>(helper.getResult(exceptionState));
65 EntrySyncCallbackHelper helper; local
66 m_fileSystem->getDirectory(this, path, flags, helper.successCallback(), helper.errorCallback(), DOMFileSystemBase::Synchronous);
67 return static_pointer_cast<DirectoryEntrySync>(helper.getResult(exceptionState));
72 VoidSyncCallbackHelper helper; local
73 m_fileSystem->removeRecursively(this, helper
[all...]
/external/chromium_org/ui/base/dragdrop/
H A Ddrag_utils_win.cc27 base::win::ScopedComPtr<IDragSourceHelper> helper; local
29 IID_IDragSourceHelper, helper.ReceiveVoid());
36 helper->InitializeFromBitmap(&sdi, data_object);
/external/dropbear/
H A Dcli-authpasswd.c44 /* returns a statically allocated password from a helper app, or NULL
51 char* helper = NULL; local
55 helper = getenv("SSH_ASKPASS");
56 if (!helper)
82 execlp(helper, helper, prompt, (char *)0);
/external/llvm/unittests/Support/
H A DManagedStatic.cpp26 void *helper(void*) { function in namespace:__anon22811::test1
52 pthread_create(&t1, &a1, test1::helper, NULL);
53 pthread_create(&t2, &a2, test1::helper, NULL);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
H A DJcaSimpleSignerInfoVerifierBuilder.java20 private Helper helper = new Helper(); field in class:JcaSimpleSignerInfoVerifierBuilder
24 this.helper = new ProviderHelper(provider);
31 this.helper = new NamedHelper(providerName);
39 return new SignerInformationVerifier(new DefaultCMSSignatureAlgorithmNameGenerator(), new DefaultSignatureAlgorithmIdentifierFinder(), helper.createContentVerifierProvider(certHolder), helper.createDigestCalculatorProvider());
45 return new SignerInformationVerifier(new DefaultCMSSignatureAlgorithmNameGenerator(), new DefaultSignatureAlgorithmIdentifierFinder(), helper.createContentVerifierProvider(certificate), helper.createDigestCalculatorProvider());
51 return new SignerInformationVerifier(new DefaultCMSSignatureAlgorithmNameGenerator(), new DefaultSignatureAlgorithmIdentifierFinder(), helper.createContentVerifierProvider(pubKey), helper.createDigestCalculatorProvider());
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DJcaDigestCalculatorProviderBuilder.java19 private OperatorHelper helper = new OperatorHelper(new DefaultJcaJceHelper()); field in class:JcaDigestCalculatorProviderBuilder
27 this.helper = new OperatorHelper(new ProviderJcaJceHelper(provider));
34 this.helper = new OperatorHelper(new NamedJcaJceHelper(providerName));
51 MessageDigest dig = helper.createDigest(algorithm);
/external/chromium/net/disk_cache/
H A Dmapped_file_unittest.cc67 MessageLoopHelper helper; local
79 helper.WaitUntilCacheIoFinished(expected);
86 helper.WaitUntilCacheIoFinished(expected);
/external/chromium_org/chromeos/dbus/
H A Dshill_device_client.cc37 CHECK(iter->second) << "NULL Helper found in helper list.";
210 CHECK(it->second) << "Found a NULL helper in the list.";
214 // There is no helper for the profile, create it.
217 ShillClientHelper* helper = new ShillClientHelper(object_proxy); local
218 CHECK(helper) << "Unable to create Shill client helper.";
219 helper->MonitorPropertyChanged(shill::kFlimflamDeviceInterface);
220 helpers_.insert(HelperMap::value_type(device_path.value(), helper));
221 return helper;

Completed in 1294 milliseconds

12345678