Home
last modified time | relevance | path

Searched +defs:next +defs:push +defs:position (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/irregexp/
H A DRegExpInterpreter.cpp59 bool push(int32_t value) { in push() function in RegExpStackCursor
82 int32_t position() { in position() function in RegExpStackCursor
87 void setPosition(int32_t position) { in setPosition()
243 CharT next = chars[pos + 1]; in InterpretCode() local
251 char16_t next = chars[pos + 1]; in InterpretCode() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpInterpreter.cpp61 bool push(int32_t value) { in push() function in RegExpStackCursor
84 int32_t position() { in position() function in RegExpStackCursor
89 void setPosition(int32_t position) { in setPosition()
253 CharT next = chars[pos + 1]; in InterpretCode() local
261 char16_t next = chars[pos + 1]; in InterpretCode() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DRegExpInterpreter.cpp59 bool push(int32_t value) { in push() function in RegExpStackCursor
82 int32_t position() { in position() function in RegExpStackCursor
87 void setPosition(int32_t position) { in setPosition()
245 CharT next = chars[pos + 1]; in InterpretCode() local
253 char16_t next = chars[pos + 1]; in InterpretCode() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DRegExpInterpreter.cpp61 bool push(int32_t value) { in push() function in RegExpStackCursor
84 int32_t position() { in position() function in RegExpStackCursor
89 void setPosition(int32_t position) { in setPosition()
252 CharT next = chars[pos + 1]; in InterpretCode() local
260 char16_t next = chars[pos + 1]; in InterpretCode() local
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/
H A DLinkedList.java108 Entry<T> next; field in LinkedList.Entry
830 private Entry<I> next; field in LinkedList.LinkedListItr
839 private int position; field in LinkedList.LinkedListItr
919 public I next() in next() method in LinkedList.LinkedListItr
1041 private int position = size() - 1; in descendingIterator() local
1078 public T next() in descendingIterator() method
1216 public void push(T value) in push() method
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/
H A DLinkedList.java108 Entry<T> next; field in LinkedList.Entry
830 private Entry<I> next; field in LinkedList.LinkedListItr
839 private int position; field in LinkedList.LinkedListItr
919 public I next() in next() method in LinkedList.LinkedListItr
1041 private int position = size() - 1; in descendingIterator() local
1078 public T next() in descendingIterator() method
1216 public void push(T value) in push() method
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/
H A DLinkedList.java108 Entry<T> next; field in LinkedList.Entry
830 private Entry<I> next; field in LinkedList.LinkedListItr
839 private int position; field in LinkedList.LinkedListItr
919 public I next() in next() method in LinkedList.LinkedListItr
1041 private int position = size() - 1; in descendingIterator() local
1078 public T next() in descendingIterator() method
1216 public void push(T value) in push() method
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/
H A DLinkedList.java108 Entry<T> next; field in LinkedList.Entry
830 private Entry<I> next; field in LinkedList.LinkedListItr
839 private int position; field in LinkedList.LinkedListItr
919 public I next() in next() method in LinkedList.LinkedListItr
1041 private int position = size() - 1; in descendingIterator() local
1078 public T next() in descendingIterator() method
1216 public void push(T value) in push() method
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/
H A DLinkedList.java108 Entry<T> next; field in LinkedList.Entry
830 private Entry<I> next; field in LinkedList.LinkedListItr
839 private int position; field in LinkedList.LinkedListItr
919 public I next() in next() method in LinkedList.LinkedListItr
1041 private int position = size() - 1; in descendingIterator() local
1078 public T next() in descendingIterator() method
1216 public void push(T value) in push() method
/dports/textproc/py-zpt/ZopePageTemplates/
H A DTALES.py56 push = pop = None variable in SafeMapping
68 def next(self): member in Iterator
79 def __init__(self, err, position=(None, None)): argument
152 position = (None, None) variable in Context
237 def createErrorInfo(self, err, position): argument
246 def setPosition(self, position): argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Dcustom_properties.rs204 fn next(&mut self) -> Option<Self::Item> { in next() function
224 fn push( in push() method
780 let mut position = (input.position(), value.first_token_type); localVariable
849 let next = input.next_including_whitespace_and_comments().map(|t| t.clone()); localVariable
884 let mut position = (after_comma.position(), first_token_type); localVariable
927 let mut position = (input.position(), first_token_type); localVariable
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DPDFObject.java215 public void push(boolean b) { in push() method in PDFObject
219 public void push(int i) { in push() method in PDFObject
223 public void push(float f) { in push() method in PDFObject
227 public void push(String s) { in push() method in PDFObject
231 public void push(PDFObject obj) { in push() method in PDFObject
244 private int position; field in PDFObject.PDFObjectIterator
256 public PDFObject next() { in next() method in PDFObject.PDFObjectIterator
/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/
H A Dbitstream.h82 struct bs_callback *next; member
89 struct bs_exception *next; member
117 } position; member
479 (*push)(struct BitstreamQueue_s* self, member
635 } position; member
644 struct bw_pos_stack* next; member
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Dcustom_properties.rs167 fn push<'i>( in push() method
882 let mut position = (input.position(), value.first_token_type); localVariable
919 let next = input.next_including_whitespace_and_comments(); localVariable
985 let mut position = (after_comma.position(), first_token_type); localVariable
1040 let mut position = (input.position(), first_token_type); localVariable
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Dcustom_properties.rs218 fn push<'i>( in push() method
953 let mut position = (input.position(), value.first_token_type); localVariable
990 let next = input.next_including_whitespace_and_comments(); localVariable
1058 let mut position = (after_comma.position(), first_token_type); localVariable
1113 let mut position = (input.position(), first_token_type); localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dcustom_properties.rs167 fn push<'i>( in push() method
882 let mut position = (input.position(), value.first_token_type); localVariable
919 let next = input.next_including_whitespace_and_comments(); localVariable
985 let mut position = (after_comma.position(), first_token_type); localVariable
1040 let mut position = (input.position(), first_token_type); localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Dcustom_properties.rs167 fn push<'i>( in push() method
897 let mut position = (input.position(), value.first_token_type); localVariable
933 let next = input.next_including_whitespace_and_comments(); localVariable
999 let mut position = (after_comma.position(), first_token_type); localVariable
1054 let mut position = (input.position(), first_token_type); localVariable
/dports/lang/basic256/basic256-2.0.0.11/
H A DInterpreter.h95 void push(int* address){ in push() function
126 trycatchframe *next; member
135 forframe *next; member
163 QRect position; member
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/disman/expression/
H A DexpValueTable.c67 struct s_node *next; member
191 static void push(nodelink ** stack, unsigned long value) in push() function
322 int position = 0; in get_result() local
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-serialize.hh73 unsigned position : 31; member
79 object_t *next; member
175 Type *push () in push() function
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-serialize.hh73 unsigned position : 31; member
79 object_t *next; member
175 Type *push () in push() function
/dports/net/frr7/frr-frr-7.5.1/tools/
H A Dstart-stop-daemon.c96 struct pid_list *next; member
211 static void push(struct pid_list **list, pid_t pid) in push() function
223 struct pid_list *here, *next; in clear() local
757 int r, position, n_killed, n_notkilled, value, ratio, anykilled, in run_stop_schedule() local
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/
H A Dstart-stop-daemon.c96 struct pid_list *next; member
211 static void push(struct pid_list **list, pid_t pid) in push() function
223 struct pid_list *here, *next; in clear() local
757 int r, position, n_killed, n_notkilled, value, ratio, anykilled, in run_stop_schedule() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-serialize.hh76 unsigned position: 28; member
84 object_t *next; member
188 Type *push () in push() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-serialize.hh81 unsigned position: 28; member
87 object_t *next; member
183 Type *push () in push() function

123456789