HomeSort by relevance Sort by last modified time
    Searched refs:limited (Results 1 - 25 of 46) 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,
76 bool finished() { return limited(currentTimeInternal()); }
162 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,
96 bool AnimationPlayer::limited(double currentTime) const function in class:WebCore::AnimationPlayer
119 m_held = m_paused || !m_playbackRate || limited(newCurrentTime);
139 if (!limited(currentTimeWithLag()))
  /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:
  /pdk/apps/CameraITS/pymodules/its/
caps.py 30 def limited(props): function
31 """Returns whether a device is a LIMITED capability camera2 device.
  /pdk/apps/CameraITS/tests/scene0/
test_metadata.py 38 print " Limited:", its.caps.limited(props)
  /frameworks/rs/api/
rs_core_math.spec 1406 test: limited
1420 test: limited
1434 test: limited
1447 test: limited
1460 test: limited
1473 test: limited
1489 test: limited
1503 test: limited(0.0005)
1516 test: limited(0.0005)
1529 test: limited(0.0005
    [all...]
  /build/core/
executable_prefer_symlink.mk 5 # Note: now only limited to the binaries that will be installed under system/bin directory
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 31 [unlimited*|limited <max_loss_records_output>]
38 leak_check full reachable any limited 100
90 [unlimited*|limited <max_loss_records_output>]
97 leak_check full reachable any limited 100
  /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/
countdown.js 43 * Constructs a new timer. The timer has a very limited resolution, and does
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 2364 final List<CharSequence> limited = buildLimitedNetworksList(); local
2383 final ArrayList<CharSequence> limited = Lists.newArrayList(); local
    [all...]
  /external/libunwind/doc/
unw_get_proc_name.tex 35 completely unavailable or may be limited to those exported via a
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 411 bool limited[2] = {false, false}; local
433 limited[index] = approximately_equal_orderable(t, tEnd);
487 if (limited[0] && limited[1] && rayLonger) {
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 411 bool limited[2] = {false, false}; local
433 limited[index] = approximately_equal_orderable(t, tEnd);
487 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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 119 {# Attribute is limited to only known values: check that the attribute value is
121 http://www.whatwg.org/specs/web-apps/current-work/#limited-to-only-known-values #}
  /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/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

Completed in 2033 milliseconds

1 2