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

1234567891011>>

/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 Dfphdlimp.h34 FieldPosition& pos; member in class:FieldPositionOnlyHandler
37 FieldPositionOnlyHandler(FieldPosition& pos);
H A Dnfsubs.h33 int32_t pos; member in class:NFSubstitution
38 NFSubstitution(int32_t pos,
57 static NFSubstitution* makeSubstitution(int32_t pos,
111 * @param pos The position in toInsertInto where the owning rule's
115 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const;
123 * @param pos The position in toInsertInto where the owning rule's
127 virtual void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos) const;
226 int32_t getPos() const { return pos; }
/external/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/harfbuzz/src/
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/v8/src/
H A Dcircular-queue-inl.h46 SamplingCircularQueue::Cell** pos) {
47 if (**pos == kEnd) *pos = buffer_;
45 WrapPositionIfNeeded( SamplingCircularQueue::Cell** pos) argument
/external/webkit/Source/WebCore/rendering/
H A Dbreak_lines.h30 int nextBreakablePosition(LazyLineBreakIterator&, int pos, bool breakNBSP = false);
32 inline bool isBreakable(LazyLineBreakIterator& lazyBreakIterator, int pos, int& nextBreakable, bool breakNBSP = false) argument
34 if (pos > nextBreakable)
35 nextBreakable = nextBreakablePosition(lazyBreakIterator, pos, breakNBSP);
36 return pos == nextBreakable;
/external/astl/src/
H A Dlist.cpp57 void ListNodeBase::hook(ListNodeBase *const pos) { argument
58 mNext = pos;
59 mPrev = pos->mPrev;
60 pos->mPrev->mNext = this;
61 pos->mPrev = this;
/external/chromium/net/proxy/
H A Dproxy_config_service_android.cc40 size_t pos; local
41 while ( (pos = exList.find(',')) != std::string::npos) {
42 config.proxy_rules().bypass_rules.AddRuleFromString(exList.substr(0, pos));
43 exList.erase(0, pos + 1);
/external/icu4c/test/intltest/
H A Dtokiter.h67 int32_t pos; member in class:TokenIterator
/external/icu4c/tools/genuca/
H A Dgenteststub.py37 pos = line.find("#") variable
38 if pos == 0:
42 if pos >= 0: line = line[:pos]
/external/javassist/src/main/javassist/convert/
H A DTransformAfter.java30 protected int match2(int pos, CodeIterator iterator) throws BadBytecode { argument
31 iterator.move(pos);
37 pos = iterator.next();
39 iterator.writeByte(iterator.byteAt(pos), p);
40 iterator.write16bit(iterator.u16bitAt(pos + 1), p + 1);
41 iterator.writeByte(INVOKESTATIC, pos);
42 iterator.write16bit(newIndex, pos + 1);
/external/libvpx/vp8/encoder/
H A Dboolhuff.h29 unsigned int pos; member in struct:__anon6242
/external/webkit/Source/WebCore/dom/
H A DPositionIterator.h46 PositionIterator(const Position& pos) argument
47 : m_anchorNode(pos.anchorNode())
48 , m_nodeAfterPositionInAnchor(m_anchorNode->childNode(pos.deprecatedEditingOffset()))
49 , m_offsetInAnchor(m_nodeAfterPositionInAnchor ? 0 : pos.deprecatedEditingOffset())
/external/webkit/Source/WebCore/platform/text/qt/
H A DTextBoundariesQt.cpp49 int pos = iterator.toNextBoundary(); local
50 while (pos > 0) {
51 if (QChar(buffer[pos-1]).isLetterOrNumber())
52 return pos;
53 pos = iterator.toNextBoundary();
57 int pos = iterator.toPreviousBoundary(); local
58 while (pos > 0) {
59 if (QChar(buffer[pos]).isLetterOrNumber())
60 return pos;
61 pos
[all...]
/external/wpa_supplicant/wpa_gui/
H A Duserdatarequest.ui.h17 char *tmp, *pos, *pos2; local
22 pos = strchr(tmp, '-');
23 if (pos == NULL) {
27 *pos++ = '\0';
29 pos2 = strchr(pos, ':');
36 networkid = atoi(pos);
/external/wpa_supplicant/
H A Dwpa_passphrase.c25 char *ssid, *passphrase, buf[64], *pos; local
45 pos = buf;
46 while (*pos != '\0') {
47 if (*pos == '\r' || *pos == '\n') {
48 *pos = '\0';
51 pos++;
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c22 const u8 *pos, u16 len)
31 attr->version = pos;
39 attr->msg_type = pos;
47 attr->enrollee_nonce = pos;
55 attr->registrar_nonce = pos;
63 attr->uuid_e = pos;
71 attr->uuid_r = pos;
79 attr->auth_type_flags = pos;
87 attr->encr_type_flags = pos;
95 attr->conn_type_flags = pos;
21 wps_set_attr(struct wps_parse_attr *attr, u16 type, const u8 *pos, u16 len) argument
404 const u8 *pos, *end; local
[all...]

Completed in 727 milliseconds

1234567891011>>