HomeSort by relevance Sort by last modified time
    Searched defs:overflow (Results 126 - 147 of 147) sorted by null

1 2 3 4 56

  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 395 // So even if text-align is right, if direction is LTR, wide lines should overflow out of the right
466 // Always compute glyph overflow if the block's line-box-contain value is "glyphs".
468 // If we don't stick out of the root line's font box, then don't bother computing our glyph overflow. This optimization
902 IntRect overflow = layoutOverflowRect(); local
    [all...]
RenderLayer.cpp 3542 IntRect overflow = layerBounds; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 357 ArrayList<ShortcutInfo> overflow = new ArrayList<ShortcutInfo>(); local
364 overflow.add(child);
376 for (ShortcutInfo item: overflow) {
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 777 bool overflow; /* True if the most recent calculation overflowed. */ member in struct:cpp_num
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 777 bool overflow; /* True if the most recent calculation overflowed. */ member in struct:cpp_num
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 777 bool overflow; /* True if the most recent calculation overflowed. */ member in struct:cpp_num
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 777 bool overflow; /* True if the most recent calculation overflowed. */ member in struct:cpp_num
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 106 /// does not overflow.
424 /// Create a binary op that checks for overflow.
573 // all values of this integer type. Don't need an overflow check.
601 // Don't need an overflow check for lower bound. Just check for
608 // Don't need an overflow check for upper bound. Just check for
827 // Divide or modulo by zero, or signed overflow (eg INT_MAX / -1).
831 // Signed arithmetic overflow (+, -, *).
2134 Value *overflow = Builder.CreateExtractValue(resultAndOverflow, 1); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 1163 Register overflow = scratch0(); local
1172 overflow); \/\/ Reg at also used as scratch. local
1180 overflow); \/\/ Reg at also used as scratch. local
1332 Register overflow = scratch0(); local
1341 overflow); \/\/ Reg at also used as scratch. local
1349 overflow); \/\/ Reg at also used as scratch. local
3830 Register overflow = scratch0(); local
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 6131 final float overflow = (textWidth + 1.0f - width) \/ width; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 158 ** level of recursion for each term. A stack overflow can result
87360 u8 overflow; \/* True if integer overflow seen *\/ member in struct:SumCtx
    [all...]
  /external/sqlite/dist/
sqlite3.c 158 ** level of recursion for each term. A stack overflow can result
87396 u8 overflow; \/* True if integer overflow seen *\/ member in struct:SumCtx
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 2194 milliseconds

1 2 3 4 56