HomeSort by relevance Sort by last modified time
    Searched full:four (Results 351 - 375 of 3258) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 302 UnicodeString expected("four point five","");
312 expected = "four";
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 303 UnicodeString expected("four point five","");
313 expected = "four";
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
genfkey.test 139 INSERT INTO t2 VALUES(4, 'four');
147 } {2 one 4 four}
196 INSERT INTO t2 VALUES(4, 'four');
204 } {{} one 4 four}
210 } {{} one {} four}
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
targetvars 25 four:FOO=x
26 four:VAR$(FOO)=ok
27 four: ; @echo '$(FOO) $(VAR$(FOO)) $(VAR) $(VARx)'
47 .PHONY: one two three four five six seven eight nine ten $(EQ) one$(EQ)two
75 &run_make_with_options($makefile, "four", &get_logfile);
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 425 // The encoding consists of a single character repeated four times, followed by
434 // character that was repeated four times in the first half of this block.
438 // with the same character repeated four times. It is allowed to contain such a
439 // four-character sequence, just not at the start of the block. The decoded
446 // repeated four times. The decoded value of this block is identical to its
457 // 2. Where possible (ie. where the next four bytes of input consist of the
458 // same character repeated four times), produce a repeated data block of
529 // A series of four identical chars at the beginning of a block indicates
565 // Four identical bytes in a row at this position means that we must start
566 // a repeated character block. Begin by outputting those four bytes
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_tile.c 114 * Return each Z value as four floats in [0,1].
143 * Return each Z value as four floats in [0,1].
170 * Return Z component as four float in [0,1]. Stencil part ignored.
197 * Return Z component as four float in [0,1]. Stencil part ignored.
223 * Return S component as four uint32_t in [0..255]. Z part ignored.
250 * Return S component as four uint32_t in [0..255]. Z part ignored.
274 * Return S component as four uint32_t in [0..255]. Z part ignored.
299 * Return each Z value as four floats in [0,1].
324 * Return each Z value as four floats in [0,1].
350 * Return S component as four uint32_t in [0..255]. Z part ignored
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 114 * Return each Z value as four floats in [0,1].
143 * Return each Z value as four floats in [0,1].
170 * Return Z component as four float in [0,1]. Stencil part ignored.
197 * Return Z component as four float in [0,1]. Stencil part ignored.
223 * Return S component as four uint32_t in [0..255]. Z part ignored.
250 * Return S component as four uint32_t in [0..255]. Z part ignored.
274 * Return S component as four uint32_t in [0..255]. Z part ignored.
299 * Return each Z value as four floats in [0,1].
324 * Return each Z value as four floats in [0,1].
350 * Return S component as four uint32_t in [0..255]. Z part ignored
    [all...]
  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_ssse3.asm 111 ; Read four RGB pixels and convert them to four ARGB pixels.
119 ; Fill the alpha values of these RGB pixels with 0 and convert them to four
136 ; Calculates four Y values from four ARGB pixels stored in %2.
192 ; Calculates two U (or V) values from four ARGB pixels stored in %2.
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 101 * <li>Animate each of four positioning/sizing properties (X, Y, SCALE_X, SCALE_Y)
165 // Construct and run the parallel animation of the four translation and scale properties
201 // Animate the four positioning/sizing properties in parallel, back to their
  /external/chromium/net/ftp/
ftp_directory_listing_parser_vms.cc 87 // On VMS there are four different permission bits: Read, Write, Execute,
105 // We expect four parts of the file protection listing: for System, Owner,
242 // just four columns.
  /external/iptables/extensions/
libxt_u32.man 100 right. Shifting 24 bits would give the first byte, so only 22 bits is four
102 on the right and the first four bits of the first byte. For instance, if IHL=5,
106 the packet, and read four bytes starting from there. This is the first 4 bytes
  /external/skia/gm/
megalooper.cpp 14 // This GM tests 3 different ways of drawing four shadows around a square:
25 k1x4_Type, // all four shadows in one looper
80 // Just draw a blurred rect at each of the four corners of a square (centered at x,y).
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB888toRGB888.c 40 * Get four Y samples and 1 U & V sample
48 * combination of its four neighbours. The ratio of compression
178 output image is a weighted combination of its four neighbours according to the formula:
  /development/samples/ApiDemos/res/layout/
link.xml 27 <!-- Four TextView widgets, each one displaying text containing links. -->
  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 80 // Construct our center and four corners
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
AttributesTest.java 38 a.putValue("4", "four");
99 assertTrue("d) Should contain entry", valueSet.contains("four"));
196 assertEquals("Should not have been removed", "four", a.getValue("4"));
216 assertTrue("d) Should contain entry", valueCollection.contains("four"));
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Method.java 24 * This class defines the constants which are the names of the four default
  /external/chromium/base/
logging_win.h 45 // the line number as a four byte integer,
  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.mm 38 // The following four methods implement parts of the |NSDraggingDestination|
  /external/chromium_org/base/
file_version_info_mac.mm 64 // specific formatting rules, so the four-part Chrome version is in
logging_win.h 44 // the line number as a four byte integer,
  /external/chromium_org/chrome/browser/chromeos/drive/
job_queue_unittest.cc 40 // No jobs finished yet, so the job count is four.
  /external/chromium_org/chrome/common/
crash_keys.cc 19 // others. Guaranteed to never be more than four chunks.
  /external/chromium_org/chrome/installer/util/
self_reg_work_item.cc 31 // return codes by ORing a number into the top four bits of the facility code
  /external/chromium_org/components/autofill/content/browser/wallet/
instrument.h 93 // The last four digits of |primary_account_number_|.

Completed in 1736 milliseconds

<<11121314151617181920>>