Searched refs:pos (Results 226 - 250 of 1676) sorted by relevance

1234567891011>>

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dvsyslog.c84 int pos; local
86 pos = p2 - fmt2;
95 p2 = fmt2 + pos;
/macosx-10.10/ICU-531.30/icuSources/common/
H A Druleiter.h46 ParsePosition& pos; member in class:RuleCharacterIterator
97 * @param pos upon input, the index of the next character to return. If a
98 * variable has been dereferenced, then pos will <em>not</em> increment as
102 ParsePosition& pos);
136 int32_t pos; member in struct:RuleCharacterIterator::Pos
146 * RuleCharacterIterator::Pos pos;
147 * iterator.getPos(pos);
149 * iterator.getPos(pos);
153 * iterator.setPos(pos);
H A Drbbistbl.cpp139 ParsePosition& pos, int32_t limit) const
141 int32_t start = pos.getIndex();
154 pos.setIndex(i);
233 int32_t pos = -1; local
236 e = uhash_nextElement(fHashTable, &pos);
249 pos = -1;
251 e = uhash_nextElement(fHashTable, &pos);
138 parseReference(const UnicodeString& text, ParsePosition& pos, int32_t limit) const argument
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dwinnmfmt.h56 * @param pos On input: an alignment field, if desired.
62 FieldPosition& pos) const;
70 * @param pos On input: an alignment field, if desired.
76 FieldPosition& pos) const;
84 * @param pos On input: an alignment field, if desired.
90 FieldPosition& pos) const;
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DMediaStreamAudioSource.cpp73 size_t pos = m_audioConsumers.find(consumer); local
74 if (pos != notFound) {
75 m_audioConsumers.remove(pos);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGDocument.cpp70 void SVGDocument::updatePan(const FloatPoint& pos) const
73 rootElement()->setCurrentTranslate(FloatPoint(pos.x() - m_translate.x(), pos.y() - m_translate.y()));
/macosx-10.10/WebKit2-7600.1.25/Shared/efl/
H A DWebEventFactory.cpp103 IntPoint pos(event->canvas.x, event->canvas.y);
106 toWebContent.mapPoint(pos),
107 toDeviceScreen.mapPoint(pos),
118 IntPoint pos(event->canvas.x, event->canvas.y);
121 toWebContent.mapPoint(pos),
122 toDeviceScreen.mapPoint(pos),
133 IntPoint pos(event->cur.canvas.x, event->cur.canvas.y);
136 toWebContent.mapPoint(pos),
137 toDeviceScreen.mapPoint(pos),
168 IntPoint pos(even
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Derase_no_store_hash_fn_imps.hpp60 erase_in_pos_imp(const_key_reference r_key, size_type pos) argument
63 entry_pointer p_e = m_entries[pos];
77 erase_entry_pointer(m_entries[pos]);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/code/
H A Dmacros.tcl41 set pos [string first $c $label]
42 if {$shift || ($pos < 0)} {
44 set pos 0
50 set _($label) " [string replace $xlabel $pos $pos \
51 [cd::sda_fgred][cd::sda_bold][string index $xlabel $pos][cd::sda_reset]]"
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTreeNodeOps.c191 void *pos; local
218 pos = (char *)node + btreePtr->nodeSize - 2; // find address of last offset
219 *(UInt16 *)pos = sizeof (BTNodeDescriptor); // set offset to beginning of free space
793 void *pos;
796 pos = (UInt8 *)node + btreePtr->nodeSize - (index << 1) - kOffsetSize;
798 return *(short *)pos;
822 UInt8 * pos;
824 pos = (UInt8 *)node + GetRecordOffset (btreePtr, node, index);
826 return pos;
851 UInt16 *pos; local
876 void *pos; local
904 UInt8 * pos; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c264 void *pos; local
293 pos = (char *)node + btreePtr->nodeSize - 2; // find address of last offset
294 *(u_int16_t *)pos = sizeof (BTNodeDescriptor); // set offset to beginning of free space
879 void *pos;
882 pos = (u_int8_t *)node + btreePtr->nodeSize - (index << 1) - kOffsetSize;
884 return *(short *)pos;
908 u_int8_t * pos;
910 pos = (u_int8_t *)node + GetRecordOffset (btreePtr, node, index);
912 return pos;
937 u_int16_t *pos; local
962 void *pos; local
990 u_int8_t * pos; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drbbiapts.cpp328 int32_t pos; local
329 pos = wordIter1->first();
330 TEST_ASSERT(pos==0);
331 pos = wordIter1->next();
332 TEST_ASSERT(pos==5);
333 pos = wordIter1->next();
334 TEST_ASSERT(pos==6);
335 pos = wordIter1->next();
336 TEST_ASSERT(pos==11);
337 pos
674 int32_t pos, tag; local
706 int32_t pos, tag; local
756 int32_t pos; local
1187 int32_t *pos = new int32_t[ustr.length()]; local
[all...]
H A Dtextfile.cpp116 int32_t pos = 0;
117 ICU_Utility::skipWhitespace(line, pos, TRUE);
119 if (pos == line.length() || line.charAt(pos) == 0x23/*'#'*/) {
123 if (trim) line.remove(0, pos);
H A Ddtifmtts.cpp160 FieldPosition pos = 0; local
163 dif->format(*fromTime, *toTime, expected, pos, status);
185 pos = 0;
186 dif->format(*fromTime, *toTime, actual, pos, status);
277 FieldPosition pos = 0; local
279 dtitvfmt->format(formattable, res, pos, status);
288 pos = 0;
290 dtitvfmt->format(formattable, res, pos, status);
300 pos = 0;
302 dtitvfmt->format(*fromCal, *toCal, res, pos, statu
1213 FieldPosition pos = 0; local
1231 FieldPosition pos = 0; local
1249 FieldPosition pos = 0; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dchoicfmt.h366 * @param pos On input: an alignment field, if desired.
373 FieldPosition& pos) const;
380 * @param pos On input: an alignment field, if desired.
387 FieldPosition& pos) const;
395 * @param pos On input: an alignment field, if desired.
402 FieldPosition& pos) const;
411 * @param pos On input: an alignment field, if desired.
421 FieldPosition& pos,
511 const UnicodeString &source, ParsePosition &pos);
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-imenu.el74 prev-pos)
76 (imenu-progress-message prev-pos 0)
82 (imenu-progress-message prev-pos nil t)
88 (pos (point)))
89 (push (cons notice-text pos) notice-alist)
92 (push (cons (match-string 1 notice-text) pos) join-alist))
94 (push (cons (match-string 1 notice-text) pos) left-alist))
111 (match-string 2 notice-text)) pos)
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Doptions.el132 (let ((buffer-read-only nil) var pos)
135 (setq pos (point))
137 (narrow-to-region pos (progn (end-of-line) (1- (point))))
138 (goto-char pos)
140 (goto-char pos)
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DBlackList.cpp54 for (size_t pos = 0; (pos = Regexp.find("*", pos)) != std::string::npos;
55 pos += strlen(".*")) {
56 Regexp.replace(pos, strlen("*"), ".*");
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dtabify.tcl162 for {set pos [expr {$currPos - 2}]} {$pos >= $prevTab} {incr pos -1} {
163 if { [string index $line $pos] != " " } {
169 set line [string replace $line [expr {$pos + 1}] $currPos \t]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/uev/
H A Duevent.tcl69 set pos [lsearch -exact $db($te) $token]
70 if {$pos < 0} return
78 log::debug [linsert [linsert $te 0 shrink!] end @ $pos]
79 set db($te) [lreplace $db($te) $pos $pos]
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebVisiblePosition.mm315 VisiblePosition pos = [self _visiblePosition];
316 VisiblePosition originalPos(pos);
318 UChar32 ch = pos.characterAfter();
322 VisiblePosition visibleWordStart = startOfWord(pos);
325 // place caret in front of word if pos is within first 2 characters of word (see Selection Rule above)
326 if (wordStart.deprecatedEditingOffset() + 1 >= pos.deepEquivalent().deprecatedEditingOffset()) {
327 pos = wordStart;
330 VisiblePosition visibleWordEnd = endOfWord(pos);
332 pos = wordEnd;
335 UChar32 c = pos
[all...]
/macosx-10.10/adv_cmds-158/whois/
H A Dwhois.c216 char *pos, *retval; local
218 for (pos = strchr(domain, '\0'); pos > domain && *--pos == '.';)
219 *pos = '\0';
228 while (pos > domain && *pos != '.')
229 --pos;
230 if (pos <= domain)
232 if (isdigit((unsigned char)*++pos))
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Demacsbug.el106 (let ((pos (point)))
108 (put-text-property pos (point) 'face 'highlight)))
110 (let ((pos (point)))
112 (put-text-property pos (point) 'face 'highlight))
188 (let (beg-pos
189 (end-pos message-end-point))
191 (goto-char end-pos)
193 (setq beg-pos (point)))
195 (insert-buffer-substring message-buf beg-pos end-pos))))
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dprioqueue.tcl441 set pos -1
461 set pos $pivot
469 set pos -1
473 set pos $bound
478 if {$pos == -1} {
480 set pos $pivot
486 incr pos
487 if {$pos > [llength $list]} {break}
488 set element [lindex $list $pos]
493 set pos
[all...]
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinPointer.c117 POINT pos;
121 pos.x = x;
122 pos.y = y;
129 ClientToScreen(hwnd, &pos);
141 hwnd = WindowFromPoint(pos);
147 Tk_UpdatePointer(tkwin, pos.x, pos.y, state);
234 POINT pos;
243 GetCursorPos(&pos);
244 Tk_PointerEvent(NULL, pos
115 POINT pos; local
229 POINT pos; local
[all...]

Completed in 1292 milliseconds

1234567891011>>