Searched defs:pos (Results 1 - 25 of 2350) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt_impl.h35 int32_t pos; member in class:FormatNameEnumeration
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dnegequ.asm3 pos equ 4 define
6 mov [ebp+pos], eax
8 mov [ebp-pos], eax
/external/chromium_org/v8/test/intl/break-iterator/
H A Den-break.js37 var pos = iterator.first(); variable
38 while (pos !== -1) {
42 slices.push(textToSegment.slice(pos, nextPos));
45 pos = nextPos;
H A Dzh-break.js38 var pos = iterator.first(); variable
39 while (pos !== -1) {
43 slices.push(textToSegment.slice(pos, nextPos));
46 pos = nextPos;
/external/clang/test/CodeGen/
H A D2003-08-17-DeadCodeShortCircuit.c3 int test(_Bool pos, _Bool color) { argument
5 return (pos && color);
/external/dropbear/
H A Datomicio.c44 size_t pos = 0; local
46 while (n > pos) {
47 res = (f) (fd, s + pos, n - pos);
59 pos += res;
62 return (pos);
H A Dbuffer.h35 unsigned int pos; member in struct:buf
49 void buf_setpos(buffer* buf, unsigned int pos);
/external/icu4c/i18n/
H A Dmsgfmt_impl.h35 int32_t pos; member in class:FormatNameEnumeration
H A Dnumsys_impl.h35 int32_t pos; member in class:NumsysNameEnumeration
H A Dregion_impl.h35 int32_t pos; member in class:RegionNameEnumeration
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Dcssgen2.php37 $pos = strpos($file, '.'); variable
38 if ($pos > 0 && substr($file, $pos) == '.php') {
39 $languages[] = substr($file, 0, $pos);
/external/skia/gm/
H A Dbigtext.cpp37 SkPoint pos = { variable
43 canvas->drawText("/", 1, pos.fX, pos.fY, paint);
46 canvas->drawPosText("\\", 1, &pos, paint);
/external/chromium_org/chrome/common/
H A Dpref_names_util.cc20 size_t pos = pref_path.find('.', start); local
21 if (pos == std::string::npos || pos + 1 == pref_path.length())
24 *generic_family = pref_path.substr(start, pos - start);
26 *script = pref_path.substr(pos + 1);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A Dbreak_lines.h30 int nextBreakablePositionIgnoringNBSP(LazyLineBreakIterator&, int pos);
32 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable) argument
34 if (pos > nextBreakable)
35 nextBreakable = nextBreakablePositionIgnoringNBSP(lazyBreakIterator, pos);
36 return pos == nextBreakable;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfpositer.h110 int32_t pos; member in class:FieldPositionIterator
/external/chromium_org/third_party/lzma_sdk/
H A D7zBuf.h27 size_t pos; member in struct:__anon12568
/external/clang/test/CodeGenCXX/
H A Dcxx11-trivial-initializer-struct.cpp9 unsigned char *pos; member in struct:sAFSearchPos
/external/harfbuzz/src/
H A Dharfbuzz-stream.h42 HB_UInt pos; member in struct:HB_StreamRec_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-stream.h42 HB_UInt pos; member in struct:HB_StreamRec_
/external/icu4c/i18n/unicode/
H A Dfpositer.h121 int32_t pos; member in class:FieldPositionIterator
/external/icu4c/samples/msgfmt/answers/
H A Dmain_2.cpp25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
H A Dmain_3.cpp25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
/external/icu4c/samples/msgfmt/
H A Dmain.cpp25 FieldPosition pos; local
37 msg.format(msgArgs, 2, str, pos, status);
/external/lzma/C/
H A D7zBuf.h27 size_t pos; member in struct:__anon22892
/external/v8/src/
H A Dcircular-queue-inl.h46 SamplingCircularQueue::Cell** pos) {
47 if (**pos == kEnd) *pos = buffer_;
45 WrapPositionIfNeeded( SamplingCircularQueue::Cell** pos) argument

Completed in 878 milliseconds

1234567891011>>