HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 2601 - 2625 of 4804) sorted by null

<<101102103104105106107108109110>>

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.h 172 static int ConvertUnicodeStringPosition(const UnicodeString& s, int pos);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 34 i.e. pos[0] = 0.3, pos[1] = 0.7
693 // assumes colors is SkColor* and pos is SkScalar*
700 pos = NULL; \
707 const SkScalar pos[], int colorCount,
711 desc->fPos = pos;
720 const SkScalar pos[], int colorCount,
730 desc_init(&desc, colors, pos, colorCount, mode, mapper, flags);
736 const SkScalar pos[], int colorCount,
746 desc_init(&desc, colors, pos, colorCount, mode, mapper, flags)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
scanio.c 3 s->pos += cursor - s->mrk;
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 213 ZPOS64_T pos = 0; local
220 pos = ftello64(pFile);
222 printf("File : %s is %lld bytes\n", filename, pos);
224 if(pos >= 0xffffffff)
  /external/chromium_org/third_party/zlib/
gzguts.h 91 z_off64_t pos; /* current position in uncompressed data */ member in struct:__anon14591
  /external/chromium_org/ui/views/
painter.h 56 // gradient colors and |pos| the relative positions of the colors. The first
57 // element in |pos| must be 0.0 and the last element 1.0. |count| contains
58 // the number of elements in |colors| and |pos|.
60 SkScalar* pos,
  /external/harfbuzz/src/
harfbuzz-gsub.h 51 /* A pointer to a function which selects the alternate glyph. `pos' is
58 typedef HB_UShort (*HB_AltFunction)(HB_UInt pos,
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.h 51 /* A pointer to a function which selects the alternate glyph. `pos' is
58 typedef HB_UShort (*HB_AltFunction)(HB_UInt pos,
  /external/icu4c/common/
rbbirb.h 73 ParsePosition& pos, int32_t limit) const;
  /external/icu4c/i18n/
currpinf.cpp 341 int32_t pos = -1; local
343 while ( (element = hTable->nextElement(pos)) != NULL ) {
379 int32_t pos = -1; local
382 while ( (element = source->nextElement(pos)) != NULL ) {
windtfmt.cpp 145 // TODO: Is just ignoring pos the right thing?
146 UnicodeString &Win32DateFormat::format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const
194 void Win32DateFormat::parse(const UnicodeString& text, Calendar& cal, ParsePosition& pos) const
196 pos.setErrorIndex(pos.getIndex());
  /external/icu4c/test/intltest/
tfsmalls.cpp 101 FieldPosition pos(NumberFormat::INTEGER_FIELD);
104 //ToCharString(fmt->format(doubleNum[i], buf, pos), fmtText);
105 UnicodeString res = fmt->format(doubleNum[i], buf, pos);
107 int32_t tempOffset = (tempLen <= (tempLen - pos.getEndIndex())) ?
108 tempLen : (tempLen - pos.getEndIndex());
  /external/kernel-headers/original/linux/
mca.h 23 * buffer. The adapter name, id, and POS registers get printed
54 /* POS registers */
55 unsigned char pos[8]; member in struct:mca_device
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 141 int pos; member in struct:libyuv::MJpegDecoder::BufferVector
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 106 UInt32 pos = (UInt32)VirtPos & mask; local
107 if (pos >= BufferSize)
109 UInt32 rem = MyMin(BufferSize - pos, size);
110 memcpy(data, Buffer + pos, rem);
  /external/ppp/pppd/plugins/radius/
config.c 191 int line, pos; local
211 if ((pos = strcspn(p, "\t ")) == 0) {
216 p[pos] = '\0';
228 p += pos+1;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp 1148 TPoint pos = aPoint - iScreenRect.iTl; local
1152 pos.iX = asz.iWidth - pos.iX;
1153 pos.iY = asz.iHeight - pos.iY;
1157 pos.iX = aPoint.iY;
1158 pos.iY = aPoint.iX;
1160 pos.iX <<= 16;
1161 pos.iY <<= 16;
1162 pos.iX /= asz.iWidth;
    [all...]
dsa_new.cpp 1079 TPoint pos = aPoint - iScreenRect.iTl; local
1083 pos.iX = asz.iWidth - pos.iX;
1084 pos.iY = asz.iHeight - pos.iY;
1088 pos.iX = aPoint.iY;
1089 pos.iY = aPoint.iX;
1091 pos.iX <<= 16;
1092 pos.iY <<= 16;
1093 pos.iX /= asz.iWidth;
    [all...]
  /external/qemu/
savevm.c 195 static int socket_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size)
217 static int stdio_put_buffer(void *opaque, const uint8_t *buf, int64_t pos, int size)
223 static int stdio_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size)
340 int64_t pos, int size)
343 fseek(s->stdio_file, pos, SEEK_SET);
347 static int file_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size)
350 fseek(s->stdio_file, pos, SEEK_SET);
385 int64_t pos, int size)
387 bdrv_save_vmstate(opaque, buf, pos, size);
391 static int block_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size
    [all...]
  /external/skia/gm/
aaclip.cpp 69 SkScalar pos[] = { 0, 0.35f, SK_Scalar1 }; local
71 SkShader* s = SkGradientShader::CreateLinear(pts, colors, pos,
118 SkScalar pos[] = { 0, 0.3f, 0.3f, 1.0f }; local
119 SkShader* s = SkGradientShader::CreateLinear(pts, colors, pos, 4, SkShader::kClamp_TileMode);
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 34 i.e. pos[0] = 0.3, pos[1] = 0.7
693 // assumes colors is SkColor* and pos is SkScalar*
700 pos = NULL; \
707 const SkScalar pos[], int colorCount,
711 desc->fPos = pos;
720 const SkScalar pos[], int colorCount,
730 desc_init(&desc, colors, pos, colorCount, mode, mapper, flags);
736 const SkScalar pos[], int colorCount,
746 desc_init(&desc, colors, pos, colorCount, mode, mapper, flags)
    [all...]
  /external/svox/pico/lib/
picotrns.h 33 * - The input to the transducer is a list of pos/sym pairs, where pos are arbitrary position markers
37 * - Symbols inserted by the transduction process allways get their position marker pos=PICOTRNS_POS_INSERT
40 * - Inserted symbols are allways preceded by a positioned pos/sym pair, e.g.
47 * - The output is pos1/phon1' -1/phon_ins pos2/phon2' [assuming -1 is the special insertion pos]
70 #define PICOTRNS_POS_IGNORE (picoos_int16) -3 /* value to mark a pos/sym pair to be ignored (e.g. start/term symbols only used by the transducer) */
74 picoos_int16 pos; member in struct:picotrns_possym
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls.c 193 const u8 *pos; local
196 pos = eap_peer_tls_process_init(sm, &data->ssl, data->eap_type, ret,
198 if (pos == NULL)
210 id, pos, left, &resp);
  /external/zlib/src/contrib/minizip/
minizip.c 227 ZPOS64_T pos = 0; local
233 pos = FTELLO_FUNC(pFile);
235 printf("File : %s is %lld bytes\n", filename, pos);
237 if(pos >= 0xffffffff)
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 610 jint pos = offset - start; local
613 if (pos < count) {
614 pos += 1;
618 while (pos < count && scalarArray[pos] == 0) {
619 ++pos;
623 if (pos > 0) {
624 --pos;
628 while (pos > 0 && scalarArray[pos] == 0)
    [all...]

Completed in 1544 milliseconds

<<101102103104105106107108109110>>