HomeSort by relevance Sort by last modified time
    Searched refs:touched (Results 1 - 14 of 14) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureProvider.java 41 final Field touched = test.getDeclaredField("sFeatureTouched"); local
42 touched.set(null, true);
53 // that we actually touched the boolean.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 87 var previous = this.touched;
89 this.touched = this.findButtonContaining_(location);
92 if (this.touched) {
93 this.touched.setAttribute('data-active', 'touch');
94 this.onButton.call(this, this.touched.dataset.button);
  /build/tools/releasetools/
blockimgdiff.py 516 # Start with no blocks having been touched yet.
517 touched = RangeSet()
521 # Check that the input blocks for this transfer haven't yet been touched.
528 assert not touched.overlaps(x)
529 # Check that the output blocks for this transfer haven't yet been touched.
530 assert not touched.overlaps(xf.tgt_ranges)
532 touched = touched.union(xf.tgt_ranges)
535 assert touched == self.tgt.care_map
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
node_breadcrumb.js 30 * The attribute to mark nodes that have been touched, and in what order.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby-u2f.js 103 // if already touched.
  /external/chromium_org/components/policy/core/common/
schema_unittest.cc 157 bool touched = false; local
159 schema.Normalize(cloned_value.get(), strategy, NULL, &error, &touched);
163 EXPECT_EQ(touched, !strictly_valid && returned) << source;
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 144 continue tracing the touched segments with reversed outside/inside sense
  /external/chromium_org/v8/src/
array.js 89 function UseSparseVariant(array, length, is_array, touched) {
91 // number of elements touched in the operation is relatively small compared to
102 (touched > estimated_elements * 4);
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 81 touched, a copy will be made in a temporary directory for staging purposes.
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.S 360 @ Neon registers touched: q0-q3, q8-q13.
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js     [all...]
  /art/test/
Android.run-test.mk 165 # an empty file touched in the intermediate directory.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 400 /// touched.
    [all...]

Completed in 2678 milliseconds