HomeSort by relevance Sort by last modified time
    Searched full:larger (Results 1 - 25 of 4263) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce4.asm 12 [savexmm128 xmm7, 16*64*1024] ; first larger-sized
13 [savereg rsi, 8*64*1024] ; first larger-sized
28 [allocstack 8*64*1024] ; first larger-sized
sce4.masm 15 .savexmm128 xmm7, 16*64*1024 ; first larger-sized
16 .savereg rsi, 8*64*1024 ; first larger-sized
31 .allocstack 8*64*1024 ; first larger-sized
  /external/eigen/doc/snippets/
PartialRedux_count.cpp 3 cout << "Here is the count of elements larger or equal than 0.5 of each row:" << endl << (m.array() >= 0.5).rowwise().count() << endl;
  /external/valgrind/main/memcheck/tests/
malloc_free_fill.stderr.exp 5 test realloc-larger:
  /external/chromium_org/chrome/renderer/
isolated_world_ids.h 17 // equal to, or larger than this number.
  /external/hamcrest/src/org/hamcrest/
SelfDescribing.java 9 * a description of a larger object of which this is just a component, so it
  /external/llvm/test/MC/X86/AlignedBundling/
bundle-group-too-large-error.s 3 # CHECK: ERROR: Fragment can't be larger than a bundle size
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentDeletionInterface.java 8 * attachments so that the larger attachments view can set
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p3.cpp 12 int &i4 = 90000000000000000000000000000000000000000000000_x1; // expected-error {{integer constant is larger than the largest unsigned integer type}}
  /external/compiler-rt/lib/tsan/
CMakeLists.txt 12 # -Wframe-larger-than=512,
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DisplayYUVOverlay.3 11 Blit the \fBoverlay\fR to the surface specified when it was \fIcreated\fR\&. The \fI\fBSDL_Rect\fR\fR structure, \fBdstrect\fR, specifies the position and size of the destination\&. If the \fBdstrect\fR is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling\&.
  /development/samples/training/ContactsList/res/values-sw720dp/
dimens.xml 19 <!-- On devices with much larger screen sizes, such as a 10" tablet like Nexus 10, bump up the
21 suitable for the larger screen. -->
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
imm64.asm 8 mov rax, 0x1122334455667788 ; 64-bit imm (larger than signed 32-bit)
9 ;mov rax, 0x80000000 ; 64-bit imm (larger than signed 32-bit)
  /external/kernel-headers/original/asm-x86/
unaligned.h 16 * This macro should be used for accessing values larger in size than
29 * This macro should be used for placing values larger in size than
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py 24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger
test_hmac.py 37 "Test Using Larger Than Block-Size Key - Hash Key First",
41 ("Test Using Larger Than Block-Size Key "
42 "and Larger Than One Block-Size Data"),
71 "Test Using Larger Than Block-Size Key - Hash Key First",
75 ("Test Using Larger Than Block-Size Key "
76 "and Larger Than One Block-Size Data"),
154 data = 'Test Using Larger Than Block-Siz'
172 data = 'This is a test using a larger th'
173 'an block-size key and a larger t'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
double_const.py 24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger
test_hmac.py 37 "Test Using Larger Than Block-Size Key - Hash Key First",
41 ("Test Using Larger Than Block-Size Key "
42 "and Larger Than One Block-Size Data"),
71 "Test Using Larger Than Block-Size Key - Hash Key First",
75 ("Test Using Larger Than Block-Size Key "
76 "and Larger Than One Block-Size Data"),
154 data = 'Test Using Larger Than Block-Siz'
172 data = 'This is a test using a larger th'
173 'an block-size key and a larger t'
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SizeFileFilter.java 24 * files equal to or larger than a given threshold.
45 /** Whether the files accepted will be larger or smaller. */
50 * larger than a certain size.
64 * @param acceptLarger if true, files equal to or larger are accepted,
82 * If size equals threshold and larger files are required,
  /external/chromium_org/ppapi/api/
ppb_var_array.idl 34 * <code>index</code> is larger than or equal to the array length, an
44 * <code>index</code> is larger than or equal to the array length, the length
71 * released. If <code>length</code> is larger than its current value,
  /development/samples/training/ContactsList/res/values-sw600dp/
integers.xml 20 a larger portion of the screen to the detail fragment. -->
  /external/chromium_org/base/
safe_numerics.h 43 // - Source larger
44 // - Dest larger
68 // These are the cases where Source is larger.
84 // These are the cases where Dest is larger.
  /external/chromium_org/cc/base/
invalidation_region.h 15 // is, InvalidationRegion can be simplified to encompass a larger area than the
  /external/chromium_org/dbus/
values_util.h 21 // Note: Integer values larger than int32 (including uint32) are converted to
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_utils.h 28 // If the file turns out to be larger, an error is returned. In any case,

Completed in 868 milliseconds

1 2 3 4 5 6 7 8 91011>>