HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 476 - 500 of 2167) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewTest.java 219 // Group 0 is not expanded, position 1 is invalid
223 // Position 1 becomes valid when group 0 is expanded
  /dalvik/vm/alloc/
CardTable.cpp 101 * so cards for parts of the heap we haven't expanded into won't be
132 * on request will be expanded to the heap maximum.
  /external/chromium/chrome/browser/resources/touch_ntp/
slider.js 10 * - The frame defines the boundary of one item. Each card will be expanded to
14 * will be expanded to be the width of all cards.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ProfileDataGridTree.js 153 if (!force && (!gridNode.expanded || gridNode.lastComparator === comparator)) {
331 get expanded()
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_procs.h 16 // returns expanded * 5bits
35 // turn an expanded 565 * 5bits into SkPMColor
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py 693 # Look for the pattern that gets expanded into variables
    [all...]
  /external/chromium_org/webkit/browser/blob/
blob_storage_context.cc 137 // are expanded into the primitive constituent types.
143 // 4) The Blob items are expanded.
  /external/clang/include/clang/Lex/
Token.h 76 DisableExpand = 0x04, // This identifier may never be macro expanded.
239 /// be expanded in the future, due to C99 6.10.3.4p2.
Preprocessor.h 178 /// It is declared/expanded here because it's role/lifetime is
277 /// \#included, and macros currently being expanded from, not counting
354 /// \brief Keeps macro expanded tokens for TokenLexers.
356 /// Works like a stack; a TokenLexer adds the macro expanded tokens that is
678 /// be re-macro-expanded when/if expansion is enabled.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 257 /// expanded to FMAs when this method returns true, otherwise fmuladd is
258 /// expanded to fmul + fadd.
  /external/skia/src/core/
SkBitmapProcState_procs.h 16 // returns expanded * 5bits
35 // turn an expanded 565 * 5bits into SkPMColor
  /external/smack/src/org/xbill/DNS/
Master.java 399 * Specifies whether $GENERATE statements should be expanded. Whether
400 * expanded or not, the specifications for generated records are available
  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 40 * method = "xml" | "html" | "text" | <var>expanded name</var>.
154 * cdata-section-elements = <var>expanded names</var>.
  /ndk/sources/host-tools/sed-4.2.1/m4/
threadlib.m4 29 dnl The guts of gl_THREADLIB_EARLY. Needs to be expanded only once.
87 dnl The guts of gl_THREADLIB. Needs to be expanded only once.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
shared_count.hpp 22 # pragma warn -8027 // Functions containing try are not expanded inline
529 # pragma warn .8027 // Functions containing try are not expanded inline
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 90 EXCEPTION_RECEIVER pattern will be expanded here, as well as other
170 /* The location assigned to the call of FAILURE_DECL, if expanded. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 90 EXCEPTION_RECEIVER pattern will be expanded here, as well as other
170 /* The location assigned to the call of FAILURE_DECL, if expanded. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 90 EXCEPTION_RECEIVER pattern will be expanded here, as well as other
170 /* The location assigned to the call of FAILURE_DECL, if expanded. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 90 EXCEPTION_RECEIVER pattern will be expanded here, as well as other
170 /* The location assigned to the call of FAILURE_DECL, if expanded. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smbno.h 240 #define SMBsetattrE 0x22 /* set file attributes expanded */
241 #define SMBgetattrE 0x23 /* get file attributes expanded */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smbno.h 240 #define SMBsetattrE 0x22 /* set file attributes expanded */
241 #define SMBgetattrE 0x23 /* get file attributes expanded */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
smbno.h 240 #define SMBsetattrE 0x22 /* set file attributes expanded */
241 #define SMBgetattrE 0x23 /* get file attributes expanded */
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 424 // relative to the child (300, 300), but expanded by the blur outsets.
504 // update_rect (297, 297), but expanded by the blur outsets.
517 // of the blurred layer, only the left/top should end up expanded.
526 // update_rect (297, 297), but expanded on the left/top by the blur outsets.
537 // blurred child1 will not cause it to be expanded.
545 // expanded.
553 // cause it to be expanded.
560 // Damage on the root should be: position of update_rect (99, 99), expanded by
573 // not get blurred by child1, so it does not need to get expanded.
581 // position (11, 11), and not expanded by anything
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp 815 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
816 emit(BRW_OPCODE_MOV, expanded, src);
817 src = expanded;
855 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
856 expanded.type = src0.type;
857 emit(BRW_OPCODE_MOV, expanded, src0);
858 src0 = expanded;
862 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
863 expanded.type = src1.type;
864 emit(BRW_OPCODE_MOV, expanded, src1)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 815 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
816 emit(BRW_OPCODE_MOV, expanded, src);
817 src = expanded;
855 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
856 expanded.type = src0.type;
857 emit(BRW_OPCODE_MOV, expanded, src0);
858 src0 = expanded;
862 fs_reg expanded = fs_reg(this, glsl_type::float_type); local
863 expanded.type = src1.type;
864 emit(BRW_OPCODE_MOV, expanded, src1)
    [all...]

Completed in 1091 milliseconds

<<11121314151617181920>>