| /external/clang/lib/AST/ |
| ExprConstant.cpp | [all...] |
| /external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
| standalone_hack.js | 385 // Distance which a touch needs to move to be considered a drag 400 // When we see a move, measure the distance from the last touchStart
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGISel.cpp | [all...] |
| FastISel.cpp | 308 assert (I && E && std::distance(I, E) > 0 && "Invalid iterator!"); [all...] |
| /external/webkit/Source/WebCore/bindings/scripts/ |
| CodeGeneratorJS.pm | 93 my ($value, $distance) = @_; 94 return (($value << $distance) & 0xFFFFFFFF); [all...] |
| /frameworks/support/v4/java/android/support/v4/view/ |
| ViewPager.java | 562 * @param marginPixels Distance between adjacent pages in pixels 621 // We want the duration of the page snap animation to be influenced by the distance that 623 // purely linear fashion. Instead, we use this method to moderate the effect that the distance 671 final float distance = halfWidth + halfWidth * local 677 duration = 4 * Math.round(1000 * Math.abs(distance / velocity)); [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| target.def | 799 the scheduler. The last argument is the distance in cycles 805 bool, (struct _dep *_dep, int cost, int distance), NULL) [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| target.def | 799 the scheduler. The last argument is the distance in cycles 805 bool, (struct _dep *_dep, int cost, int distance), NULL) [all...] |
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| target.def | 799 the scheduler. The last argument is the distance in cycles 805 bool, (struct _dep *_dep, int cost, int distance), NULL) [all...] |
| /external/llvm/lib/Object/ |
| MachOObjectFile.cpp | 449 return std::distance(Sections.begin(), loc); [all...] |
| /external/v8/src/arm/ |
| full-codegen-arm.cc | 360 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target); local 362 Max(1, distance / kBackEdgeDistanceDivisor)); 412 int distance = masm_->pc_offset(); local 414 Max(1, distance / kBackEdgeDistanceDivisor)); [all...] |
| /external/v8/src/mips/ |
| full-codegen-mips.cc | 368 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target); local 370 Max(1, distance / kBackEdgeDistanceDivisor)); 421 int distance = masm_->pc_offset(); local 423 Max(1, distance / kBackEdgeDistanceDivisor)); [all...] |
| /packages/apps/Browser/src/com/android/browser/view/ |
| ScrollerView.java | 856 protected void onOrthoDrag(View draggedView, float distance) { [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
| stl_deque.h | 770 * distance(first,last)) and do no memory reallocation. But if only [all...] |
| stl_tree.h | [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
| stl_deque.h | 878 * distance(first,last)) and do no memory reallocation. But if only [all...] |
| hashtable.h | 299 { return std::distance(begin(__n), end(__n)); } [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
| stl_deque.h | 878 * distance(first,last)) and do no memory reallocation. But if only [all...] |
| /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_deque.h | 770 * distance(first,last)) and do no memory reallocation. But if only [all...] |
| /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_deque.h | 770 * distance(first,last)) and do no memory reallocation. But if only [all...] |
| /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_deque.h | 770 * distance(first,last)) and do no memory reallocation. But if only [all...] |
| /frameworks/base/core/java/android/webkit/ |
| WebViewClassic.java | 3864 int distance = Math.max(Math.abs(dx), Math.abs(dy)); local 6149 float distance = speed * deltaT; local [all...] |
| /external/clang/include/clang/AST/ |
| DeclCXX.h | [all...] |
| /external/llvm/include/llvm/CodeGen/ |
| SelectionDAGNodes.h | 402 size_t use_size() const { return std::distance(use_begin(), use_end()); } [all...] |
| /external/llvm/lib/CodeGen/ |
| RegAllocGreedy.cpp | [all...] |