Searched refs:pos (Results 26 - 50 of 1683) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Dxmlsimple.h4 int *pos, char **errStr );
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dtabnotebook.rb17 def self.new(parent, pos=nil, name=nil, keys={})
18 if pos.kind_of?(Hash)
19 keys = pos
21 pos = nil
31 if pos
32 if pos.to_s == 'end'
35 obj.move_before(pos)
41 initialize(parent, pos, name, keys)
50 def initialize(parent, pos, name, keys)
56 if pos
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dchariter.cpp22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
33 : textLength(length), pos(position), begin(0), end(length) {
37 if(pos < 0) {
38 pos = 0;
39 } else if(pos > end) {
40 pos = end;
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
59 if(pos < begin) {
60 pos
[all...]
H A Dutil_props.cpp19 * Parse an integer at pos, either of the form \d+ or of the form
22 * @param pos INPUT-OUTPUT parameter. On input, the first
26 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { argument
29 int32_t p = pos;
62 pos = p;
68 * Parse a pattern string starting at offset pos. Keywords are
86 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, argument
96 if (pos >= limit) {
99 c = rule.charAt(pos++);
105 pos
143 parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) argument
185 parseNumber(const UnicodeString& text, int32_t& pos, int8_t radix) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashwalk.c41 Hash_position_t* pos; local
43 if (!(pos = hashscan(tab, flags)))
46 while (b = hashnext(pos))
49 hashdone(pos);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Ddebug_no_store_hash_fn_imps.hpp55 for (size_type pos = 0; pos < m_num_e; ++pos)
57 const_entry_pointer p_e = &a_entries[pos];
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp51 constructor_insert_new_imp(const_mapped_reference r_val, size_type pos, argument
54 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status)k;
55 entry* const p_e = m_entries + pos;
H A Dinsert_no_store_hash_fn_imps.hpp63 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local
64 _GLIBCXX_DEBUG_ASSERT(pos < m_num_e);
65 entry* const p_e = m_entries + pos;
72 return (ins_pos == m_num_e) ? pos : ins_pos;
77 ins_pos = pos;
84 return pos;
105 const size_type pos = find_ins_pos(r_key, local
108 if (m_entries[pos].m_stat == valid_entry_status)
111 return std::make_pair(&(m_entries + pos)->m_value, false);
115 return std::make_pair(insert_new_imp(r_val, pos), tru
[all...]
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfsetpos.c46 fsetpos(iop, pos)
48 const fpos_t *pos;
50 return (fseeko(iop, (off_t)*pos, SEEK_SET));
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp51 constructor_insert_new_imp(const_mapped_reference r_val, size_type pos, argument
58 p->m_p_next = m_entries[pos];
59 m_entries[pos] = p;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dpaths.tcl42 set pos [lsearch $mypaths $path]
43 if {$pos >= 0 } return
49 set pos [lsearch $mypaths $path]
50 if {$pos < 0} return
51 set mypaths [lreplace $mypaths $pos $pos]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducharstrie.h111 const UChar *pos; member in class:UCharsTrie::State
124 state.pos=pos_;
141 pos_=state.pos;
221 const UChar *pos=pos_; local
222 int32_t leadUnit=*pos++;
225 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit);
238 const UChar *pos=pos_; local
240 return pos!=NULL && findUniqueValue(pos
382 readValue(const UChar *pos, int32_t leadUnit) argument
393 skipValue(const UChar *pos, int32_t leadUnit) argument
403 skipValue(const UChar *pos) argument
408 readNodeValue(const UChar *pos, int32_t leadUnit) argument
420 skipNodeValue(const UChar *pos, int32_t leadUnit) argument
432 jumpByDelta(const UChar *pos) argument
445 skipDelta(const UChar *pos) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dtest.c106 static int pos; /* The offset of the current argument in ARGV. */ variable
160 #define advance(f) do { ++pos; if (f && pos >= argc) beyond (); } while (0)
161 #define unary_advance() do { advance (1); ++pos; } while (0)
170 if (pos >= argc)
187 if (pos < argc && argv[pos][0] == '-' && argv[pos][1] == 'o' && !argv[pos][2])
208 if (pos < arg
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DMultipleKeyDataEntry.java62 pos = 0;
84 if (pos == 0)
85 pos = ulen - INT32SZ;
87 final int keyoff = DbUtil.array2int(this.data, pos);
93 pos -= INT32SZ;
94 final int keysz = DbUtil.array2int(this.data, pos);
95 pos -= INT32SZ;
96 final int dataoff = DbUtil.array2int(this.data, pos);
97 pos -= INT32SZ;
98 final int datasz = DbUtil.array2int(this.data, pos);
[all...]
H A DMultipleDataEntry.java62 pos = 0;
84 if (pos == 0)
85 pos = ulen - INT32SZ;
87 final int dataoff = DbUtil.array2int(this.data, pos);
94 pos -= INT32SZ;
95 final int datasz = DbUtil.array2int(this.data, pos);
97 pos -= INT32SZ;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtokiter.cpp20 pos = lastpos = -1;
38 pos = 0;
40 lastpos = pos;
66 ICU_Utility::skipWhitespace(line, pos, TRUE);
67 if (pos == line.length()) {
70 UChar c = line.charAt(pos++);
83 while (pos < line.length()) {
84 c = line.charAt(pos); // 16-bit ok
86 UChar32 c32 = line.unescapeAt(pos);
94 ++pos;
[all...]
/macosx-10.9.5/netcat-20/
H A Datomicio.c51 size_t pos = 0; local
54 while (n > pos) {
55 res = (f) (fd, s + pos, n - pos);
65 return pos;
67 pos += (u_int)res;
70 return pos;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DInsertLineBreakCommand.cpp56 void InsertLineBreakCommand::insertNodeAfterPosition(Node* node, const Position& pos) argument
61 Element* cb = deprecatedEnclosingBlockFlowElement(pos.deprecatedNode());
62 if (cb == pos.deprecatedNode())
65 insertNodeAfter(node, pos.deprecatedNode());
68 void InsertLineBreakCommand::insertNodeBeforePosition(Node* node, const Position& pos) argument
73 Element* cb = deprecatedEnclosingBlockFlowElement(pos.deprecatedNode());
74 if (cb == pos.deprecatedNode())
77 insertNodeBefore(node, pos.deprecatedNode());
103 Position pos(caret.deepEquivalent());
105 pos
[all...]
/macosx-10.9.5/less-23/less/
H A Dlinenum.c46 POSITION pos; /* File position */ member in struct:linenum_info
98 anchor.pos = (POSITION)0;
117 p->gap = p->next->pos - p->prev->pos;
122 * The specified position (pos) should be the file position of the
126 add_lnum(linenum, pos)
128 POSITION pos;
140 for (p = anchor.next; p != &anchor && p->pos < pos; p = p->next)
171 new->pos
438 POSITION pos; local
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dguess.d35 pos = 0;
49 keys[pos] = *(char *)key;
51 pos++;
55 /self->inguess && keys[pos-1] == '\n'/
57 pos -= 2;
59 guess = fac * (keys[pos] - '0');
60 pos--;
62 guess = pos >= 0 ? guess + fac * (keys[pos] - '0') : guess;
63 pos
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/Extra/
H A Dguess.d35 pos = 0;
49 keys[pos] = *(char *)key;
51 pos++;
55 /self->inguess && keys[pos-1] == '\n'/
57 pos -= 2;
59 guess = fac * (keys[pos] - '0');
60 pos--;
62 guess = pos >= 0 ? guess + fac * (keys[pos] - '0') : guess;
63 pos
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbUtil.java30 int pos = offset;
34 b4 = arr[pos++];
35 b3 = arr[pos++];
36 b2 = arr[pos++];
37 b1 = arr[pos];
39 b1 = arr[pos++];
40 b2 = arr[pos++];
41 b3 = arr[pos++];
42 b4 = arr[pos];
79 int pos
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D20infinite.t9 my $pos = DateTime::Infinite::Future->new;
17 ok( $pos->is_infinite, 'positive infinity should be infinite' );
19 ok( !$pos->is_finite, 'positive infinity should not be finite' );
29 ok( $pos > $far_future,
32 ok( $pos > $neg,
35 my $pos_dur = $pos - $far_future;
40 ok( $pos2 == $pos,
43 my $neg_dur = $far_future - $pos;
51 my $dur = $pos - $pos;
[all...]
/macosx-10.9.5/WebCore-7537.78.1/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...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markdown/
H A Dliterals_1_9.rb27 @pos = 0
38 attr_accessor :result, :pos
41 def current_column(target=pos)
49 def current_line(target=pos)
71 @string[start..@pos-1]
76 if @pos < width
77 "#{@pos} (\"#{@string[0,@pos]}\" @ \"#{@string[@pos,width]}\")"
79 "#{@pos} (\"
[all...]

Completed in 193 milliseconds

1234567891011>>