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

  /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
  /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/Contacts/src/com/android/contacts/model/
RawContactModifier.java 436 // Skip any values that haven't been touched
437 final boolean touched = entry.isInsert() || entry.isUpdate();
438 if (!touched) {
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 369 // when it's touched.
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.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...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 599 milliseconds