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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 139 void ARMAssembler::epilog(uint32_t touched)
141 touched &= LSAVED;
142 if (touched) {
146 STM(AL, FD, SP, 1, touched | LLR);
149 LDM(AL, FD, SP, 1, touched | LLR);
ARMAssembler.h 57 virtual void epilog(uint32_t touched);
ARMAssemblerProxy.h 47 virtual void epilog(uint32_t touched);
ARMAssemblerProxy.cpp 61 void ARMAssemblerProxy::epilog(uint32_t touched) {
62 mTarget->epilog(touched);
GGLAssembler.cpp 47 void GGLAssembler::epilog(uint32_t touched)
49 ARMAssemblerProxy::epilog(touched);
324 epilog(registerFile().touched());
340 epilog(registerFile().touched());
1142 uint32_t RegisterAllocator::RegisterFile::touched() const function in class:android::RegisterAllocator::RegisterFile
    [all...]
GGLAssembler.h 78 uint32_t touched() const;
179 virtual void epilog(uint32_t touched);
ARMAssemblerInterface.h 104 virtual void epilog(uint32_t touched) = 0;
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s 9 @ Registers touched: r1, r2
  /external/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.asm 104 ; touched in the 4x4 fdct function
  /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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 219 // mTouchBoxIndex is the index of the box that is touched by the down
221 // touched.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 430 // Skip any values that haven't been touched
431 final boolean touched = entry.isInsert() || entry.isUpdate();
432 if (!touched) {
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 369 // when it's touched.
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /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 383 milliseconds