/external/chromium_org/tools/cr/cr/ |
config.py | 110 def Optional(cls, value, alternate=''): 111 """Returns a dynamic value that defaults to an alternate. 115 alternate: The value to use if the main value does not resolve. 117 value if it resolves, alternate otherwise. 123 return base.Substitute(alternate)
|
/external/valgrind/main/auxprogs/ |
s390-check-opcodes.pl | 44 # Those provide alternate mnemonics for specific instances of this opcode 55 next if ($mnemonic eq "tmh"); # alternate mnemonic for tmlh 56 next if ($mnemonic eq "tml"); # alternate mnemonic for tmll 57 next if ($mnemonic eq "lrdr"); # alternate mnemonic for ldxr 58 next if ($mnemonic eq "lrer"); # alternate mnemonic for ledr 59 next if ($mnemonic eq "me"); # alternate mnemonic for mde 60 next if ($mnemonic eq "mer"); # alternate mnemonic for mder 61 next if ($mnemonic eq "cuutf"); # alternate mnemonic for cu21 62 next if ($mnemonic eq "cutfu"); # alternate mnemonic for cu12
|
/external/chromium_org/base/prefs/ |
json_pref_store_unittest.cc | 125 // Test fallback behavior for a nonexistent file and alternate file. 492 temp_dir_.path().AppendASCII("alternate.json"))); 494 // Test that the alternate file is moved to the main file and read as-is from 498 temp_dir_.path().AppendASCII("alternate.json"); 537 temp_dir_.path().AppendASCII("alternate.json"))); 539 // Test that the alternate file is ignored and that the read occurs from the 540 // existing main file. There is no attempt at even deleting the alternate 544 temp_dir_.path().AppendASCII("alternate.json"); 582 // Test that the basic read works fine when an alternate file is specified but 586 temp_dir_.path().AppendASCII("alternate.json") [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ssearch.cpp | 1384 UnicodeString alternate; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
ssearch.cpp | 1381 UnicodeString alternate; local [all...] |
/external/chromium_org/ash/display/ |
mouse_cursor_event_filter.h | 77 // Warps the mouse cursor to an alternate root window when the 79 // the mouse cursor is considered to be in an alternate display.
|
/external/chromium_org/base/ |
gmock_unittest.cc | 109 // alternate implementation of the function. Danger here though, this is 124 // Alternate implemention of ReturnSecond using a more general custom action,
|
/external/chromium_org/content/public/common/ |
resource_response_info.h | 83 // True if response could use alternate protocol. However, browser will 84 // ignore the alternate protocol when spdy is not enabled on browser side.
|
/external/chromium_org/net/http/ |
http_server_properties_impl.cc | 246 // We must be forcing an alternate. 261 AlternateProtocolInfo alternate(alternate_port, 269 DVLOG(1) << "Ignore alternate protocol since it's known to be broken."; 274 !existing_alternate.Equals(alternate)) { 275 LOG(WARNING) << "Changing the alternate protocol for: " 293 alternate_protocol_map_.Put(server, alternate); 313 AlternateProtocolInfo alternate(server.port(), 316 alternate_protocol_map_.Put(server, alternate);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationNodeTiming.cpp | 94 return "alternate"; 96 return "alternate-reverse";
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ShadowTreeStyleSheetCollection.cpp | 67 // FIXME: clarify how PREFERRED or ALTERNATE works in shadow trees. 80 if (rel.contains("alternate") && title.isEmpty())
|
/external/chromium_org/third_party/polymer/components/paper-shadow/ |
paper-shadow.css | 57 -webkit-animation: animate-shadow-top-z-1-z-2 0.7s infinite alternate; 62 -webkit-animation: animate-shadow-bottom-z-1-z-2 0.7s infinite alternate;
|
/external/chromium_org/third_party/polymer/components-chromium/paper-shadow/ |
paper-shadow.css | 57 -webkit-animation: animate-shadow-top-z-1-z-2 0.7s infinite alternate; 62 -webkit-animation: animate-shadow-bottom-z-1-z-2 0.7s infinite alternate;
|
/external/chromium_org/tools/perf/page_sets/tough_scheduling_cases/ |
split_animation.html | 15 -webkit-animation: anim-size 2s alternate infinite; 23 -webkit-animation: anim-xform 2s alternate infinite;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_intra.c | 64 * perform alternate-vertical 68 * alternate-horizontal
|
armVCM4P2_EncodeVLCZigzag_intra.c | 66 * Performs alternate-vertical 69 * Performs alternate-horizontal
|
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c | 64 * alternate-vertical zigzag scan; OMX_VC_VERTICAL - Vertical 65 * prediction; performs alternate-horizontal zigzag scan.
|
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c | 61 * Performs alternate-vertical zigzag scan. 63 * Performs alternate-horizontal zigzag scan.
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
ml_math_func.h | 61 * An alternate implementation using float instead of long long accudoublemulators 63 * When long long accumulators are used and an alternate implementation is not
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
ml_math_func.h | 61 * An alternate implementation using float instead of long long accudoublemulators 63 * When long long accumulators are used and an alternate implementation is not
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
ml_math_func.h | 61 * An alternate implementation using float instead of long long accudoublemulators 63 * When long long accumulators are used and an alternate implementation is not
|
/cts/libs/json/src/com/android/json/stream/ |
JsonToken.java | 49 * A JSON property name. Within objects, tokens alternate between names and
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/ |
TemplateUrlService.java | 231 * @param alternateTerm The alternate search term to use as an alternate suggestion. 245 * @param alternateTerm The alternate search term to use as an alternate suggestion.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
quic_view.html | 4 <li>Alternate Protocol Probability Threshold: <span jscontent="alternate_protocol_probability_threshold"></span></li>
|
/external/chromium_org/chrome/common/extensions/docs/static/css/ |
prettify.css | 46 /* Alternate shading for lines */
|