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

1 2

  /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);
  /packages/apps/UnifiedEmail/assets/
script.js 204 var touched;
230 touched = false;
232 touched = transformBlockElements(nodes, docWidth, actionLog);
233 if (touched) {
248 touched = transformImages(nodes, docWidth, actionLog);
249 if (touched) {
267 touched = addClassToElements(nodes, shouldMungeTable, "munged",
269 if (touched) {
286 touched = addClassToElements(nodes, null /* mungeAll */, "munged",
288 if (touched) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macostools.py 50 with test_support.check_warnings(('macostools.touched*',
52 macostools.touched(test_support.TESTFN)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macostools.py 50 with test_support.check_warnings(('macostools.touched*',
52 macostools.touched(test_support.TESTFN)
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 144 void ARMAssembler::epilog(uint32_t touched)
146 touched &= LSAVED;
147 if (touched) {
151 STM(AL, FD, SP, 1, touched | LLR);
154 LDM(AL, FD, SP, 1, touched | LLR);
ARMAssemblerProxy.h 48 virtual void epilog(uint32_t touched);
ARMAssemblerProxy.cpp 65 void ARMAssemblerProxy::epilog(uint32_t touched) {
66 mTarget->epilog(touched);
ARMAssembler.h 57 virtual void epilog(uint32_t touched);
GGLAssembler.cpp 48 void GGLAssembler::epilog(uint32_t touched)
50 ARMAssemblerProxy::epilog(touched);
327 epilog(registerFile().touched());
343 epilog(registerFile().touched());
1182 uint32_t RegisterAllocator::RegisterFile::touched() const function in class:android::RegisterAllocator::RegisterFile
    [all...]
GGLAssembler.h 79 uint32_t touched() const;
183 virtual void epilog(uint32_t touched);
MIPSAssembler.h 55 virtual void epilog(uint32_t touched);
254 void epilog(uint32_t touched);
ARMAssemblerInterface.h 112 virtual void epilog(uint32_t touched) = 0;
MIPSAssembler.cpp 175 void ArmToMipsAssembler::epilog(uint32_t touched)
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 9 @ Registers touched: r1, r2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 75 def touched(dst): function
78 warnings.warn("macostools.touched() has been deprecated",
ic.py 230 macostools.touched(fss)
buildtools.py 277 macostools.touched(destname)
343 ## macostools.touched(dest_fss)
  /ndk/sources/host-tools/make-3.81/
remake.c 804 int touched = 0;
846 touched = 1;
854 if ((ran && !file->phony) || touched)
800 int touched = 0; local
    [all...]
  /external/stressapptest/src/
sat.cc 369 bool touched = page_bitmap_[offset] & mask; local
370 if (touched && !valid_range) {
373 } else if (!touched && valid_range) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 232 // mTouchBoxIndex is the index of the box that is touched by the down
234 // touched.
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 435 // Skip any values that haven't been touched
436 final boolean touched = entry.isInsert() || entry.isUpdate();
437 if (!touched) {
    [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/chrome/browser/resources/touch_ntp/
newtab.js 369 // when it's touched.
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_table.js 917 // select the touched checkbox/item.
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js     [all...]

Completed in 1236 milliseconds

1 2