HomeSort by relevance Sort by last modified time
    Searched refs:mo (Results 101 - 125 of 192) sorted by null

1 2 3 45 6 7 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 506 mo = re.search(errtext, str(err))
507 if mo is None:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
base64.py 212 mo = re.search('(?P<pad>[=]*)$', s)
213 if mo:
214 padchars = len(mo.group('pad'))
compileall.py 81 mo = rx.search(fullname)
82 if mo:
ConfigParser.py 497 mo = self.SECTCRE.match(line)
498 if mo:
499 sectname = mo.group('header')
515 mo = self._optcre.match(line)
516 if mo:
517 optname, vi, optval = mo.group('option', 'vi', 'value')
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
utils.py 290 mo = rfc2231_continuation.match(name)
291 if mo:
292 name, num = mo.group('name', 'num')
  /prebuilts/gdb/linux-x86/lib/python2.7/
base64.py 212 mo = re.search('(?P<pad>[=]*)$', s)
213 if mo:
214 padchars = len(mo.group('pad'))
compileall.py 81 mo = rx.search(fullname)
82 if mo:
ConfigParser.py 497 mo = self.SECTCRE.match(line)
498 if mo:
499 sectname = mo.group('header')
515 mo = self._optcre.match(line)
516 if mo:
517 optname, vi, optval = mo.group('option', 'vi', 'value')
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
utils.py 290 mo = rfc2231_continuation.match(name)
291 if mo:
292 name, num = mo.group('name', 'num')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 212 mo = re.search('(?P<pad>[=]*)$', s)
213 if mo:
214 padchars = len(mo.group('pad'))
compileall.py 81 mo = rx.search(fullname)
82 if mo:
ConfigParser.py 497 mo = self.SECTCRE.match(line)
498 if mo:
499 sectname = mo.group('header')
515 mo = self._optcre.match(line)
516 if mo:
517 optname, vi, optval = mo.group('option', 'vi', 'value')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 290 mo = rfc2231_continuation.match(name)
291 if mo:
292 name, num = mo.group('name', 'num')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 212 mo = re.search('(?P<pad>[=]*)$', s)
213 if mo:
214 padchars = len(mo.group('pad'))
compileall.py 81 mo = rx.search(fullname)
82 if mo:
ConfigParser.py 497 mo = self.SECTCRE.match(line)
498 if mo:
499 sectname = mo.group('header')
515 mo = self._optcre.match(line)
516 if mo:
517 optname, vi, optval = mo.group('option', 'vi', 'value')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 290 mo = rfc2231_continuation.match(name)
291 if mo:
292 name, num = mo.group('name', 'num')
  /external/icu/icu4c/source/test/intltest/
caltest.h 77 virtual void test4064654(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc);
  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 61 int addPasspointManagementObject(String mo);
  /bionic/libc/bionic/
getentropy_linux.c 448 size_t mo; local
452 mo = cnt %
454 p[mo] = 1;
  /external/wpa_supplicant_8/src/utils/
xml-utils.c 277 xml_node_t * mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo,
290 name = xml_node_get_localname(ctx, mo);
299 node_to_tnds(ctx, use_path ? root : node, mo, use_path ? name : NULL);
xml-utils.h 90 xml_node_t * mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo,
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 26 #define URN_OMA_DM_DEVINFO "urn:oma:mo:oma-dm-devinfo:1.0"
27 #define URN_OMA_DM_DEVDETAIL "urn:oma:mo:oma-dm-devdetail:1.0"
28 #define URN_OMA_DM_DMACC "urn:oma:mo:oma-dm-dmacc:1.0"
29 #define URN_HS20_PPS "urn:wfa:mo:hotspot2dot0-perprovidersubscription:1.0"
293 debug_print(ctx, 1, "Failed to update user MO entry in sqlite "
301 const char *realm, const char *name, xml_node_t *mo)
305 str = xml_node_to_str(ctx->xml, mo);
1065 xml_node_t *child, *tnds, *mo; local
1116 mo = tnds_to_mo(ctx->xml, tnds);
1118 if (mo == NULL)
1609 xml_node_t *mo; local
    [all...]
  /external/v8/src/compiler/
instruction.cc 201 const MoveOperands& mo = *printable.move_operands_; local
203 mo.destination()};
205 if (!mo.source().Equals(mo.destination())) {
206 printable_op.op_ = mo.source();
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 223 wpa_printf(MSG_INFO, "Client certificate from EST does not match fingerprint from PPS MO");
224 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO");
228 wpa_printf(MSG_INFO, "Client certificate from EST matches PPS MO");
523 xml_node_t *tnds, *mo, *cert; local
528 wpa_printf(MSG_INFO, "Unsupported location for addMO to add PPS MO: '%s'",
530 write_result(ctx, "Unsupported location for addMO to add PPS MO: '%s'",
541 wpa_printf(MSG_INFO, "Unsupported location for addMO to add PPS MO (extra directory): '%s'",
544 "add PPS MO (extra directory): '%s'", uri);
554 "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values, count: %d",
556 write_result(ctx, "FQDN '%s' for new PPS MO did not have suffix match with server's dNSName values"
1836 xml_node_t *mo, *node; local
1857 xml_node_t *tnds, *mo; local
    [all...]

Completed in 782 milliseconds

1 2 3 45 6 7 8