OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:explicit
(Results
176 - 200
of
5092
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/include/llvm/Analysis/
DebugInfo.h
83
explicit
DIDescriptor() : DbgNode(0) {}
84
explicit
DIDescriptor(const MDNode *N) : DbgNode(N) {}
85
explicit
DIDescriptor(const DIFile F);
86
explicit
DIDescriptor(const DISubprogram F);
87
explicit
DIDescriptor(const DILexicalBlock F);
88
explicit
DIDescriptor(const DIVariable F);
89
explicit
DIDescriptor(const DIType F);
133
explicit
DISubrange(const MDNode *N = 0) : DIDescriptor(N) {}
142
explicit
DIArray(const MDNode *N = 0)
154
explicit
DIScope(const MDNode *N = 0) : DIDescriptor (N) {
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1OctetString.java
20
* @param
explicit
true if the object is meant to be explicitly
27
boolean
explicit
)
31
if (
explicit
|| o instanceof ASN1OctetString)
DERBoolean.java
55
* @param
explicit
true if the object is meant to be explicitly
62
boolean
explicit
)
66
if (
explicit
|| o instanceof DERBoolean)
BERTaggedObjectParser.java
53
throw new IOException("
Explicit
tags must be constructed (see X.690 8.14.2)");
/external/chromium/chrome/browser/notifications/
notification_test_util.h
19
explicit
MockNotificationDelegate(const std::string& id);
44
explicit
LoggingNotificationDelegate(std::string id)
78
explicit
MockBalloonView(Balloon * balloon) :
/external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h
86
explicit
TaskManagerTabContentsResource(TabContentsWrapper* tab_contents);
106
explicit
TaskManagerTabContentsResourceProvider(TaskManager* task_manager);
145
explicit
TaskManagerPrerenderResource(RenderViewHost* render_view_host);
164
explicit
TaskManagerPrerenderResourceProvider(TaskManager* task_manager);
224
explicit
TaskManagerBackgroundContentsResourceProvider(
266
explicit
TaskManagerChildProcessResource(const ChildProcessInfo& child_proc);
302
explicit
TaskManagerChildProcessResourceProvider(TaskManager* task_manager);
354
explicit
TaskManagerExtensionProcessResource(ExtensionHost* extension_host);
390
explicit
TaskManagerExtensionProcessResourceProvider(
429
explicit
TaskManagerNotificationResource(BalloonHost* balloon_host)
[
all
...]
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.h
23
explicit
TcpStream(size_t bufsize = 10000);
UnixStream.h
23
explicit
UnixStream(size_t bufsize = 10000);
/external/astl/include/
sstream
53
explicit
basic_stringbuf(ios_base::openmode mode =
59
explicit
basic_stringbuf(const string& str,
96
explicit
stringstream(ios_base::openmode mode =
99
explicit
stringstream(const string& str,
/external/chromium/base/
dir_reader_fallback.h
15
explicit
DirReaderFallback(const char* directory_path) { }
nullable_string16.h
17
explicit
NullableString16(bool is_null) : is_null_(is_null) { }
/external/chromium/base/threading/
worker_pool_unittest.cc
19
explicit
PostTaskTestTask(WaitableEvent* event) : event_(event) {
/external/chromium/base/win/
scoped_hdc.h
21
explicit
ScopedHDC(HDC h) : hdc_(h) { }
scoped_hglobal.h
20
explicit
ScopedHGlobal(HGLOBAL glob) : glob_(glob) {
/external/chromium/chrome/browser/autofill/
autofill-inl.h
12
explicit
FormGroupMatchesByCompareFunctor(const T& form_group)
autofill_ie_toolbar_import_win.h
15
// 4. This is completely automated as opposed to Importers, which are
explicit
.
/external/chromium/chrome/browser/automation/
automation_provider_unittest.cc
15
explicit
MockChromeFrameAutomationProvider(Profile* profile)
automation_tab_tracker.h
20
explicit
AutomationTabTracker(IPC::Message::Sender* automation);
/external/chromium/chrome/browser/
browser_main_gtk.h
16
explicit
BrowserMainPartsGtk(const MainFunctionParams& parameters)
/external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.h
26
explicit
EnterpriseExtensionObserver(Profile* profile);
low_battery_observer.h
23
explicit
LowBatteryObserver(Profile* profile);
network_login_observer.h
25
explicit
NetworkLoginObserver(NetworkLibrary* netlib);
proxy_config_service.h
18
explicit
ProxyConfigService(const scoped_refptr<ProxyConfigServiceImpl>& impl)
/external/chromium/chrome/browser/chromeos/options/
network_config_view.h
38
explicit
NetworkConfigView(Network* network);
40
explicit
NetworkConfigView(ConnectionType type);
120
explicit
ChildNetworkConfigView(NetworkConfigView* parent, Network* network)
123
explicit
ChildNetworkConfigView(NetworkConfigView* parent)
/external/chromium/chrome/browser/chromeos/panels/
panel_scroller_header.h
17
explicit
PanelScrollerHeader(PanelScroller* scroller);
Completed in 1091 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>