OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Disable
(Results
1 - 25
of
199
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium/chrome/browser/
power_save_blocker_common.cc
17
Disable
();
28
void PowerSaveBlocker::
Disable
() {
power_save_blocker.h
23
void
Disable
();
/external/clang/tools/libclang/
CXStoredDiagnostic.cpp
54
CXString CXStoredDiagnostic::getDiagnosticOption(CXString *
Disable
) const {
58
if (
Disable
)
59
*
Disable
= cxstring::createDup((Twine("-Wno-") + Option).str());
64
if (
Disable
)
65
*
Disable
= cxstring::createRef("-ferror-limit=0");
CXLoadedDiagnostic.h
41
virtual CXString getDiagnosticOption(CXString *
Disable
) const;
CIndexDiagnostic.h
72
virtual CXString getDiagnosticOption(CXString *
Disable
) const = 0;
133
virtual CXString getDiagnosticOption(CXString *
Disable
) const;
CIndexDiagnostic.cpp
67
CXString getDiagnosticOption(CXString *
Disable
) const {
68
if (
Disable
)
69
*
Disable
= cxstring::createEmpty();
382
CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *
Disable
) {
383
if (
Disable
)
384
*
Disable
= cxstring::createEmpty();
387
return D->getDiagnosticOption(
Disable
);
/external/jmonkeyengine/engine/src/core/com/jme3/material/
TechniqueDef.java
59
*
Disable
light-based rendering
61
Disable
,
94
Disable
,
109
private LightMode lightMode = LightMode.
Disable
;
110
private ShadowMode shadowMode = ShadowMode.
Disable
;
373
oc.write(lightMode, "lightMode", LightMode.
Disable
);
374
oc.write(shadowMode, "shadowMode", ShadowMode.
Disable
);
390
lightMode = ic.readEnum("lightMode", LightMode.class, LightMode.
Disable
);
391
shadowMode = ic.readEnum("shadowMode", ShadowMode.class, ShadowMode.
Disable
);
/frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk
4
#
Disable
dexpreopt.
/external/chromium/chrome/browser/chromeos/
audio_handler.h
60
//
Disable
audio in browser tests. This is a workaround for the bug
62
static void
Disable
();
/external/chromium_org/content/browser/
browser_ipc_logging.cc
33
IPC::Logging::GetInstance()->
Disable
();
/external/chromium_org/net/disk_cache/
stats_histogram.h
45
void
Disable
();
/external/chromium_org/chrome/browser/ui/gtk/
global_menu_bar.h
45
virtual void
Disable
();
/external/chromium_org/ui/base/ime/chromeos/
mock_ime_engine_handler.cc
36
void MockIMEEngineHandler::
Disable
() {
mock_ime_engine_handler.h
22
virtual void
Disable
() OVERRIDE;
/external/chromium_org/chrome/renderer/resources/extensions/
platform_app.js
22
* @param {Object} object The object with methods to
disable
. The prototype is
27
* @param {Array.<string>} methodNames names of methods to
disable
.
41
* @param {Object} object The object with properties to
disable
. The prototype
47
* @param {Array.<string>} propertyNames names of properties to
disable
.
75
//
Disable
document.open|close|write|etc.
79
//
Disable
history.
85
//
Disable
find.
88
//
Disable
modal dialogs. Shell windows
disable
these anyway, but it's nice to
92
//
Disable
window.*bar
[
all
...]
/external/chromium_org/chrome/test/pyautolib/
mock_pref_pane.py
17
"""Mock Pref Pane to enable/
disable
/changepin without system prompt.
64
def
Disable
(self):
68
subprocess.call([self._tool_script, '--
disable
'],
112
elif sys.argv[1] == '
disable
':
113
pref_pane.
Disable
()
/external/chromium_org/v8/test/mjsunit/
debug-enable-disable-breakpoints.js
56
//
Disable
the breakpoint.
71
//
Disable
the second breakpoint.
76
//
Disable
the first breakpoint.
87
//
Disable
the first breakpoint.
/external/v8/test/mjsunit/
debug-enable-disable-breakpoints.js
56
//
Disable
the breakpoint.
71
//
Disable
the second breakpoint.
76
//
Disable
the first breakpoint.
87
//
Disable
the first breakpoint.
/external/chromium_org/chrome/browser/extensions/error_console/
error_console.h
81
//
Disable
the error console, removing the subscriptions to notifications and
83
void
Disable
();
/external/chromium_org/content/browser/android/
overscroll_glow.h
43
void
Disable
();
/external/chromium_org/ipc/
ipc_logging.h
52
// Enable and
Disable
are NOT cross-process; they only affect the
57
void
Disable
();
/external/llvm/lib/Support/
CrashRecoveryContext.cpp
162
CrashRecoveryContext::
Disable
();
177
// Because the Enable and
Disable
calls are static, it means that
200
void CrashRecoveryContext::
Disable
() {
229
// simply
disable
crash recovery and raise the signal again.
247
//
Disable
crash recovery and raise the signal again. The assumption here is
251
// This call of
Disable
isn't thread safe, but it doesn't actually matter.
252
CrashRecoveryContext::
Disable
();
288
void CrashRecoveryContext::
Disable
() {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl
79
Disable
ENABLE_INDEXED_DATABASE since it is "completely non-functional".
148
Disable
ENABLE_INDEXED_DATABASE since it is "completely non-functional".
231
Disable
ENABLE_INDEXED_DATABASE since it is "completely non-functional".
275
Disable
ENABLE_INDEXED_DATABASE since it is "completely non-functional".
290
Disable
ENABLE_INDEXED_DATABASE since it is "completely non-functional".
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-tests.js
0
//
Disable
compositor hit testing
/external/llvm/include/llvm/CodeGen/
Passes.h
154
void setDisableVerify(bool
Disable
) { setOpt(DisableVerify,
Disable
); }
170
/// Allow the target to
disable
a specific standard pass by default.
Completed in 1400 milliseconds
1
2
3
4
5
6
7
8