HomeSort by relevance Sort by last modified time
    Searched refs:MARK (Results 26 - 50 of 78) sorted by null

12 3 4

  /prebuilts/go/linux-x86/src/cmd/trace/
trace_test.go 135 // goroutine 9999: running -> mark assisting -> preempted -> assisting -> running -> block
162 if strings.Contains(ev.Name, "MARK ASSIST") {
167 t.Errorf("Got %v MARK ASSIST events, want %v", marks, 2)
  /external/python/cpython3/Lib/
pickle.py 102 MARK = b'(' # push special markobject on stack
728 self.write(MARK + TUPLE)
749 write(MARK)
778 self.write(MARK + LIST)
803 write(MARK)
818 self.write(MARK + DICT)
844 write(MARK)
874 write(MARK)
890 write(MARK)
    [all...]
sre_compile.py 143 emit(MARK)
148 emit(MARK)
  /external/pcre/dist2/src/
pcre2_internal.h 409 case 0x1680: /* OGHAM SPACE MARK */ \
    [all...]
  /system/netd/server/
XfrmController.cpp 620 xfrmId->mark.v = markValue;
621 xfrmId->mark.m = markMask;
830 MARK,
848 {&xfrmmark, 0}, // adjust size if xfrm mark is present
850 {&xfrmoutputmark, 0}, // adjust size if xfrm output mark is present
    [all...]
  /bionic/linker/
linker.cpp     [all...]
linker_mips.cpp 118 MARK(rel->r_offset);
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_builder.cpp 306 .MARK(bc.mark)
318 .MARK(bc.mark)
354 .MARK(bc.mark)
364 .MARK(bc.mark)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_compile.py 148 emit(OPCODES[MARK])
153 emit(OPCODES[MARK])
sre_parse.py 782 a((MARK, index))
799 a((MARK, int(this[1:])))
814 if c is MARK:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_compile.py 98 emit(OPCODES[MARK])
103 emit(OPCODES[MARK])
sre_parse.py 738 a((MARK, index))
755 a((MARK, int(this[1:])))
770 if c is MARK:
  /external/python/cpython2/Lib/
sre_compile.py 148 emit(OPCODES[MARK])
153 emit(OPCODES[MARK])
sre_parse.py 782 a((MARK, index))
799 a((MARK, int(this[1:])))
814 if c is MARK:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_compile.py 99 emit(OPCODES[MARK])
104 emit(OPCODES[MARK])
sre_parse.py 751 a((MARK, index))
768 a((MARK, int(this[1:])))
783 if c is MARK:
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_compile.py 99 emit(OPCODES[MARK])
104 emit(OPCODES[MARK])
sre_parse.py 751 a((MARK, index))
768 a((MARK, int(this[1:])))
783 if c is MARK:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 99 emit(OPCODES[MARK])
104 emit(OPCODES[MARK])
sre_parse.py 751 a((MARK, index))
768 a((MARK, int(this[1:])))
783 if c is MARK:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 99 emit(OPCODES[MARK])
104 emit(OPCODES[MARK])
sre_parse.py 751 a((MARK, index))
768 a((MARK, int(this[1:])))
783 if c is MARK:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 724 int prec, Long_double val, char *mark));
726 long val, long lim, long req, char *mark));
728 ulong val, ulong req, char *mark));
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 223 #undef MARK
266 #define MARK() ISTREAM->mark(ISTREAM)
354 #undef MARK
395 #define MARK() ISTREAM->mark(ISTREAM)
433 #undef MARK
468 #define MARK() ISTREAM->mark(ISTREAM)
    [all...]
  /external/python/cpython3/Modules/
_pickle.c 25 MARK = '(',
360 int mark_set; /* is MARK set? */
361 Py_ssize_t fence; /* position of top MARK or 0 */
453 "unexpected MARK found" :
604 Py_ssize_t *marks; /* Mark stack, used for unpickling container
606 Py_ssize_t num_marks; /* Number of marks in the mark stack. */
607 Py_ssize_t marks_size; /* Current allocated size of the mark stack. */
4575 Py_ssize_t mark; local
5938 Py_ssize_t mark, len, i; local
    [all...]

Completed in 1041 milliseconds

12 3 4