/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509CRLStoreSelector.java | 54 * Enables or disables the issuing distribution point check. 277 * Sets the maximum base CRL number. Setting to <code>null</code> disables
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.h | 111 // Disables sync for a particular sync datatype. 117 // Disables sync for all sync datatypes.
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-more-actions.h | 192 # pragma warning(disable:4996) // Temporarily disables warning 4996. 218 # pragma warning(disable:4702) // Temporarily disables warning 4702.
|
/external/chromium_org/cc/base/ |
switches.cc | 17 // Disables LCD text. 22 // Disables layer-edge anti-aliasing in the compositor.
|
/external/chromium_org/chrome/browser/extensions/ |
extension_apitest.h | 128 // Same as RunExtensionTest, but disables file access. 131 // Same as RunExtensionTestIncognito, but disables file access.
|
extension_disabled_ui_browsertest.cc | 151 // Clear disable reason to simulate legacy disables. 165 // Clear disable reason to simulate legacy disables.
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
data_reduction_proxy_settings.h | 120 // Enables or disables the data reduction proxy. If a probe URL is available, 218 // Requests the proxy probe URL, if one is set. If unable to do so, disables
|
/external/libvorbis/doc/vorbisenc/ |
vorbis_encode_ctl.html | 103 Enables/disables channel coupling in multichannel encoding according to arg. 104 *arg of zero disables all channel coupling, nonzero allows the encoder to use
|
/external/llvm/tools/bugpoint/ |
bugpoint.cpp | 48 "is killed (default is 300s), 0 disables timeout")); 52 cl::desc("Maximum amount of memory to use. 0 disables check."
|
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 140 * Enables/Disables IP Forwarding 193 * Disables Network Address Translation between two interfaces.
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
Compatibility.java | 40 * enables or disables control panel receivers as needed to ensure that only 94 * and disables them in the others.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
MimeStreamParser.java | 100 * Enables or disables raw mode. In raw mode all future entities
107 * disables it.
|
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 228 C2D_NO_PIXEL_ALPHA_BIT = (1 << 13), /* disables source alpha channel */ 229 C2D_NO_BILINEAR_BIT = (1 << 14), /* disables bilinear on scaling */ 230 C2D_NO_ANTIALIASING_BIT = (1 << 15), /* disables antialiasing on edges */ 249 C2D_TARGET_NO_PIXEL_ALPHA = (1 << 8), /* disables target alpha channel */ 274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
c2d2.h | 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 228 C2D_NO_PIXEL_ALPHA_BIT = (1 << 13), /* disables source alpha channel */ 229 C2D_NO_BILINEAR_BIT = (1 << 14), /* disables bilinear on scaling */ 230 C2D_NO_ANTIALIASING_BIT = (1 << 15), /* disables antialiasing on edges */ 249 C2D_TARGET_NO_PIXEL_ALPHA = (1 << 8), /* disables target alpha channel */ 274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
c2d2.h | 69 C2D_FORMAT_DISABLE_ALPHA = (1 << 13), /* disables alpha */ 228 C2D_NO_PIXEL_ALPHA_BIT = (1 << 13), /* disables source alpha channel */ 229 C2D_NO_BILINEAR_BIT = (1 << 14), /* disables bilinear on scaling */ 230 C2D_NO_ANTIALIASING_BIT = (1 << 15), /* disables antialiasing on edges */ 249 C2D_TARGET_NO_PIXEL_ALPHA = (1 << 8), /* disables target alpha channel */ 274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ [all...] |
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 485 // Disables further prompts from this tab. 527 // Disables further prompts from this tab. 542 // Disables further prompts from this tab. 561 // Disables further prompts from this iframe. 643 // Disables further prompts from this iframe.
|
/external/chromium/chrome/browser/resources/ |
print_preview.js | 95 * Disables the input control element and its associated label. 408 * range text enables/disables the print button. 409 * Depending on the validity of 'copies' value, enables/disables the print
|
/external/chromium_org/third_party/angle/include/GLSLANG/ |
ShaderLang.h | 62 // (3) Disables the gl_MaxDrawBuffers built-in. 65 // (1) Disables the gl_FragColor built-in. 66 // (2) Disables the gl_FragData built-in.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
profile-handler.cc | 99 // callback disables the SIGPROF handler (or SIGALRM if using ITIMER_REAL). 103 // Unregisters all the callbacks, stops the timer if shared, disables the 203 // Disables (ignores) the timer interrupt signal.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profile-handler.cc | 99 // callback disables the SIGPROF handler (or SIGALRM if using ITIMER_REAL). 103 // Unregisters all the callbacks, stops the timer if shared, disables the 203 // Disables (ignores) the timer interrupt signal.
|
/external/protobuf/gtest/scons/ |
SConstruct.common | 150 """Disables certain optimizations on Windows. 177 """Disables RTTI support.""" 201 # Disables warnings that are either uninteresting or
|
/external/chromium/chrome/browser/resources/options/ |
autofill_edit_address_overlay.js | 136 * or disables the 'Ok' button based on whether all the fields are empty or 154 * Checks the values of each of the input fields and disables the 'Ok'
|
/external/chromium_org/ash/ |
ash_switches.cc | 64 // Disables the limitter to throttle how quickly a user 123 // Disables overview mode for window switching.
|
/external/chromium_org/chrome/browser/resources/options/ |
autofill_edit_address_overlay.js | 162 * or disables the 'Ok' button based on whether all the fields are empty or 180 * Checks the values of each of the input fields and disables the 'Ok'
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
profile_sync_service_harness.h | 161 // Disables sync for a particular sync datatype. Returns true on success. 167 // Disables sync for all sync datatypes. Returns true on success.
|