/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
conv.py | 71 mo = re.match(r"^#define\s+(\w+)\s+(\d+)$", line) 72 if not mo and line.strip(): 76 symbol, number = mo.groups() 132 mo = re.match(r"static arc arcs_(\d+)_(\d+)\[(\d+)\] = {$", 134 assert mo, (lineno, line) 135 n, m, k = map(int, mo.groups()) 139 mo = re.match(r"\s+{(\d+), (\d+)},$", line) 140 assert mo, (lineno, line) 141 i, j = map(int, mo.groups()) 147 mo = re.match(r"static state states_(\d+)\[(\d+)\] = {$", line [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_atomic_msvc.h | 70 const volatile T *a, memory_order mo) { 71 DCHECK(mo & (memory_order_relaxed | memory_order_consume 76 if (mo == memory_order_relaxed) { 87 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { 88 DCHECK(mo & (memory_order_relaxed | memory_order_release 92 if (mo == memory_order_relaxed) { 99 if (mo == memory_order_seq_cst) 104 u32 v, memory_order mo) { 105 (void)mo; 112 u8 v, memory_order mo) { [all...] |
sanitizer_atomic_clang.h | 39 const volatile T *a, memory_order mo) { 40 DCHECK(mo & (memory_order_relaxed | memory_order_consume 45 if (mo == memory_order_relaxed) { 56 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { 57 DCHECK(mo & (memory_order_relaxed | memory_order_release 61 if (mo == memory_order_relaxed) { 68 if (mo == memory_order_seq_cst) 74 typename T::Type v, memory_order mo) { 75 (void)mo; 82 typename T::Type v, memory_order mo) { [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/ |
move.pass.cpp | 30 std::multimap<int, double, C, A> mo(C(5), A(7)); 31 std::multimap<int, double, C, A> m = std::move(mo); 37 assert(mo.get_allocator() == A(7)); 38 assert(mo.key_comp() == C(5)); 39 assert(mo.size() == 0); 40 assert(distance(mo.begin(), mo.end()) == 0); 57 std::multimap<int, double, C, A> mo(ar, ar+sizeof(ar)/sizeof(ar[0]), C(5), A(7)); 58 std::multimap<int, double, C, A> m = std::move(mo); 73 assert(mo.get_allocator() == A(7)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/ |
move_only.pass.cpp | 45 move_only mo; local 47 test(std::move(mo));
|
/external/clang/test/SemaCXX/ |
rval-references.cpp | 84 static MoveOnly mo; local 85 MoveOnly &r = mo; 89 return mo; // expected-error {{call to deleted constructor}}
|
/external/libppp/src/ |
deflate.c | 75 struct mbuf *mo_head, *mo, *mi_head, *mi; local 95 mo_head = mo = m_get(DEFLATE_CHUNK_LEN, MB_CCPOUT); 96 mo->m_len = 2; 97 wp = MBUF_CTOP(mo); 135 mo->m_next = m_get(DEFLATE_CHUNK_LEN, MB_CCPOUT); 136 olen += (mo->m_len = DEFLATE_CHUNK_LEN); 137 mo = mo->m_next; 138 mo->m_len = 0; 139 state->cx.next_out = MBUF_CTOP(mo); 202 struct mbuf *mo, *mo_head, *mi_head; local [all...] |
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p3-0x.cpp | 119 void test(MoveOnly mo) { 121 auto &&list1 = {mo}; // expected-error{{no viable conversion}} 122 MoveOnly (&&list2)[1] = {mo}; // expected-error{{no viable conversion}}
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p19.cpp | 9 void test_special_member_functions(MoveOnly mo, int i) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 316 mo = boundaryre.match(line) 317 if mo: 322 if mo.group('end'): 323 linesep = mo.group('linesep') 347 mo = boundaryre.match(line) 348 if not mo: 368 mo = NLCRE_eol.search(epilogue) 369 if mo: 370 end = len(mo.group(0)) 375 mo = NLCRE_eol.search(payload [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
feedparser.py | 316 mo = boundaryre.match(line) 317 if mo: 322 if mo.group('end'): 323 linesep = mo.group('linesep') 347 mo = boundaryre.match(line) 348 if not mo: 368 mo = NLCRE_eol.search(epilogue) 369 if mo: 370 end = len(mo.group(0)) 375 mo = NLCRE_eol.search(payload [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
gas-llabel.asm | 1 # Skelix by Xiaoming Mo (xiaoming.mo@skelix.org)
|
/external/dnsmasq/bld/ |
Makefile | 16 %.mo : ../po/%.po dnsmasq.pot 17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 136 def _invalid(self, mo): 137 i = mo.start('invalid') 158 def convert(mo): 160 named = mo.group('named') or mo.group('braced') 166 if mo.group('escaped') is not None: 168 if mo.group('invalid') is not None: 169 self._invalid(mo) 184 def convert(mo): 185 named = mo.group('named' [all...] |
imaplib.py | 921 tag = self.mo.group('tag') 925 typ = self.mo.group('type') 926 dat = self.mo.group('data') 935 dat2 = self.mo.group('data2') 937 if self.mo is None: 941 self.continuation_response = self.mo.group('data') 946 typ = self.mo.group('type') 947 dat = self.mo.group('data') 957 size = int(self.mo.group('size')) 976 self._append_untagged(self.mo.group('type'), self.mo.group('data') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 136 def _invalid(self, mo): 137 i = mo.start('invalid') 158 def convert(mo): 160 named = mo.group('named') or mo.group('braced') 166 if mo.group('escaped') is not None: 168 if mo.group('invalid') is not None: 169 self._invalid(mo) 184 def convert(mo): 185 named = mo.group('named' [all...] |
imaplib.py | 921 tag = self.mo.group('tag') 925 typ = self.mo.group('type') 926 dat = self.mo.group('data') 935 dat2 = self.mo.group('data2') 937 if self.mo is None: 941 self.continuation_response = self.mo.group('data') 946 typ = self.mo.group('type') 947 dat = self.mo.group('data') 957 size = int(self.mo.group('size')) 976 self._append_untagged(self.mo.group('type'), self.mo.group('data') [all...] |
/external/dnsmasq/ |
Makefile | 46 rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot 65 -f ../bld/Makefile $${f%.po}.mo; \ 69 cd $(SRC); ../bld/install-mo $(DESTDIR)$(LOCALEDIR) $(INSTALL)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
mock_object.hpp | 84 operator op( mock_object<i1,Base1> const& mo, \ 87 MO_OP_IMPL( op, descr, mo ); \ 92 operator op( mock_object<i,Base> const& mo, T const& ) \ 94 MO_OP_IMPL( op, descr, mo ); \ 99 operator op( T const&, mock_object<i,Base> const& mo ) \ 101 MO_OP_IMPL( op, descr, mo ); \
|
/external/llvm/lib/CodeGen/ |
ExecutionDepsFix.cpp | 459 MachineOperand &MO = MI->getOperand(i); 460 if (!MO.isReg()) 462 if (MO.isImplicit()) 464 if (MO.isUse()) 466 int rx = regIndex(MO.getReg()); 513 MachineOperand &mo = mi->getOperand(i); local 514 if (!mo.isReg()) continue; 515 int rx = regIndex(mo.getReg()); 522 MachineOperand &mo = mi->getOperand(i); local 523 if (!mo.isReg()) continue 542 MachineOperand &mo = mi->getOperand(i); local 634 MachineOperand &mo = *ii; local [all...] |
/external/chromium_org/tools/win/split_link/ |
split_link.py | 133 mo = regex.search(line) 134 if mo: 136 result.add(mo.group(1)[1:]) 138 result.add(mo.group(1)) 141 mo = re.search(r'fatal error LNK1120: (\d+) unresolved externals', output) 143 if mo is None and result: 145 if len(result) != int(mo.group(1)): 147 print 'Expecting %d, got %d' % (int(mo.group(1)), len(result)) 148 assert len(result) == int(mo.group(1))
|
/external/chromium_org/third_party/mesa/src/scons/ |
llvm.py | 79 mo = llvm_version_re.match(line) 80 if mo: 81 llvm_version = mo.group(1)
|
/external/chromium_org/tools/grit/grit/tool/ |
toolbar_postprocess.py | 58 mo = self._GRAB_PARAMETERS.search(name_attr) 60 if mo and mp: 61 prefix = mo.group(1)
|
/external/elfutils/libelf-po/ |
Makefile | 85 .SUFFIXES: .po .gmo .mo .nop .po-update 87 .po.mo: 147 $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ 148 echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ 170 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ 171 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ 172 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ 173 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; [all...] |
/external/mesa3d/scons/ |
llvm.py | 79 mo = llvm_version_re.match(line) 80 if mo: 81 llvm_version = mo.group(1)
|