/external/chromium_org/components/signin/core/common/ |
profile_management_switches.cc | 16 // Different state of new profile management/identity consistency. The code 166 // No promotion to Enable Account Consistency.
|
/external/chromium_org/extensions/browser/api/declarative_webrequest/ |
webrequest_rules_registry.h | 140 // This bundles all consistency checkers. Returns true in case of consistency
|
/external/chromium_org/net/socket/ |
ssl_client_socket.cc | 38 // consistency, HTTP/2 is named SPDY4 within Chromium. 60 // consistency, HTTP/2 is named SPDY4 within Chromium.
|
/external/chromium_org/net/websockets/ |
websocket_event_interface.h | 79 // This method returns a ChannelState for consistency, but all implementations 91 // This method returns a ChannelState for consistency, but all implementations
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
FontBuilder.h | 46 // FIXME: The name is probably wrong, but matches StyleResolverState callsite for consistency. 98 // FIXME: "size" arg should be first for consistency with other similar functions.
|
/external/chromium_org/third_party/skia/tests/ |
CanvasTest.cpp | 135 "test step %s, SkDeferredCanvas state consistency before flush"; 137 "test step %s, SkDeferredCanvas playback canvas state consistency after flush"; 139 "test step %s, SkDeferredCanvas playback canvas state consistency after silent flush"; 143 "test step %s, SkProxyCanvas state consistency"; 145 "test step %s, SkProxyCanvas indirect canvas state consistency"; 147 "test step %s, SkNWayCanvas state consistency"; 149 "test step %s, SkNWayCanvas indirect canvas 1 state consistency"; 151 "test step %s, SkNWayCanvas indirect canvas 2 state consistency"; [all...] |
/external/ipsec-tools/src/racoon/ |
handler.h | 367 * packet consistency. 382 * packet consistency. 395 * packet consistency is that it is required to leave the IV for decoding 397 * consistency. Also the reason why that is before authentication and 399 * by the IV which is after packet decoded and checking the packet consistency.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
csv.py | 339 consistency = 1.0 340 # minimum consistency threshold 342 while len(delims) == 0 and consistency >= threshold: 345 if ((v[1]/total) >= consistency and 348 consistency -= 0.01
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
csv.py | 339 consistency = 1.0 340 # minimum consistency threshold 342 while len(delims) == 0 and consistency >= threshold: 345 if ((v[1]/total) >= consistency and 348 consistency -= 0.01
|
/external/chromium_org/components/variations/ |
variations_seed_simulator_unittest.cc | 50 // Creates a study with the given |study_name| and |consistency|. 52 Study_Consistency consistency) { 55 study.set_consistency(consistency);
|
/development/ndk/platforms/android-9/include/EGL/ |
eglplatform.h | 105 /* EGL 1.2 types, renamed for consistency in EGL 1.3 */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
OrderedHashSet.java | 59 /** Add a value to list; keep in hashtable for consistency also;
|
/external/chromium_org/base/ |
file_version_info_unittest.cc | 97 // Test consistency check.
|
/external/chromium_org/build/android/pylib/symbols/mock_addr2line/ |
mock_addr2line | 9 original address (so it is easy to double-check consistency in unittests).
|
/external/chromium_org/components/crx_file/ |
id_util.cc | 58 // Normalize any drive letter to upper-case. We do this for consistency with
|
/external/chromium_org/components/history/core/browser/ |
history_types_unittest.cc | 13 // Validates the consistency of the given history result. We just make sure
|
/external/chromium_org/content/child/webcrypto/test/ |
hmac_unittest.cc | 258 // Consistency rules when JWK value is not present: Inputs should be used. 285 // Consistency rules when JWK value exists: Fail if inconsistency is found. 399 // TODO(padolph): kty vs alg consistency tests: Depending on the kty value, 404 // TODO(padolph): key_ops consistency tests
|
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_cached_area.h | 70 // These are used to maintain cache consistency by preventing
|
/external/chromium_org/net/base/ |
address_list_unittest.cc | 22 // so just zero-ing them out for consistency.
|
/external/chromium_org/net/tools/quic/test_tools/ |
http_message.h | 88 // Do some basic http message consistency checks like:
|
/external/chromium_org/ppapi/api/private/ |
ppb_display_color_profile_private.idl | 59 * management. For consistency this method will also return the color profile
|
/external/chromium_org/ppapi/c/private/ |
ppb_display_color_profile_private.h | 77 * management. For consistency this method will also return the color profile
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
eglplatform.h | 76 /* EGL 1.2 types, renamed for consistency in EGL 1.3 */
|
/external/chromium_org/sync/engine/ |
syncer_util.h | 93 // consistency rules.
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
V8BindingMacros.h | 121 // but Mode argument varies; using type (not Mode) for consistency
|