HomeSort by relevance Sort by last modified time
    Searched refs:limited (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
89 bool finished() { return !m_idle && limited(currentTimeInternal()); }
164 bool limited(double currentTime) const;
AnimationPlayer.cpp 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
105 bool AnimationPlayer::limited(double currentTime) const function in class:blink::AnimationPlayer
116 bool isLimited = limited(newCurrentTime);
146 if (!limited(calculateCurrentTime()))
345 // Force a new, limited, current time.
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 38 print " Limited:", its.caps.limited(props)
  /external/lldb/utils/test/
lldb-disasm.py 130 limited = True if num != -1 else False
131 if limited:
140 if limited and count >= num:
152 if limited:
  /cts/apps/CameraITS/pymodules/its/
caps.py 52 def limited(props): function
53 """Returns whether a device is a LIMITED capability camera2 device.
  /build/core/
executable_prefer_symlink.mk 5 # Note: now only limited to the binaries that will be installed under system/bin directory
  /device/asus/grouper/keymaster/
NOTICE 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
70 including but not limited to software source code, documentation
75 not limited to compiled object code, generated documentation,
98 to the Licensor or its representatives, including but not limited to
203 Work (including but not limited to damages for loss of goodwill,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
70 including but not limited to software source code, documentation
75 not limited to compiled object code, generated documentation,
98 to the Licensor or its representatives, including but not limited to
203 Work (including but not limited to damages for loss of goodwill,
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
70 including but not limited to software source code, documentation
75 not limited to compiled object code, generated documentation,
98 to the Licensor or its representatives, including but not limited to
203 Work (including but not limited to damages for loss of goodwill,
  /external/chromium_org/chrome/browser/resources/cryptotoken/
countdowntimer.js 11 * Constructs a new timer. The timer has a very limited resolution, and does
  /external/libunwind/doc/
unw_get_proc_name.tex 35 completely unavailable or may be limited to those exported via a
libunwind-dynamic.tex 319 naturally, the performance penalty is limited to a simple O(N) check.
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 408 bool limited[2] = {false, false}; local
430 limited[index] = approximately_equal_orderable(t, tEnd);
484 if (limited[0] && limited[1] && rayLonger) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 614 Iterable<String> limited = Iterables.limit(iterable, 2);
617 List<String> actual = newArrayList(limited);
619 assertCanIterateAgain(limited);
620 assertEquals("[foo, bar]", limited.toString());
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 165 // has limited privileges and must communicate back using postMessage().
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 19 and receive values from the execution engine. It supports only a limited
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 107 {# Attribute is limited to only known values: check that the attribute value is
109 http://www.whatwg.org/specs/web-apps/current-work/#limited-to-only-known-values #}
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule_engine.js 279 // Although values could exceed boundaries, they will be limited to the
  /external/libvorbis/doc/
05-comment.tex 35 is limited to $2^{32}-1$ bytes. The vector length is encoded; the vector
01-introduction.tex 126 embedded designs are allowed to deviate in limited ways from the
218 Floor 0 is not to be considered deprecated, but it is of limited
415 Vorbis CODEC}. Vorbis is not limited to only stereo coupling, but
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 466 infringement or for any other reason (not limited to patent issues),
532 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
542 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 960 * Wraps chrome.identity to provide limited listening support for
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 13 * @return {Object} A limited interface for testing the local NTP.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js     [all...]

Completed in 833 milliseconds

1 2