Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 21 of 21) sorted by relevance

/device/generic/goldfish/wifi/ipv6proxy/
Dmain.cpp67 const char* outer = nullptr; in main() local
71 outer = argv[++i]; in main()
91 if (outer == nullptr) { in main()
107 Proxy proxy(outer, innerInterfaces.begin(), innerInterfaces.end()); in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhmac.py49 self.outer = self.digest_cons()
72 self.outer.update(key.translate(trans_5C))
94 other.outer = self.outer.copy()
102 h = self.outer.copy()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dhashlib.py180 outer = new(hash_name)
186 outer.update(password.translate(_trans_5C))
188 def prf(msg, inner=inner, outer=outer): argument
192 ocpy = outer.copy()
200 dklen = outer.digest_size
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py1105 outer = MIMEBase('multipart', 'mixed')
1106 outer['Subject'] = 'A subject'
1107 outer['To'] = 'aperson@dom.ain'
1108 outer['From'] = 'bperson@dom.ain'
1109 outer.set_boundary('BOUNDARY')
1110 self.ndiffAssertEqual(outer.as_string(), '''\
1122 outer = MIMEBase('multipart', 'mixed')
1123 outer['Subject'] = 'A subject'
1124 outer['To'] = 'aperson@dom.ain'
1125 outer['From'] = 'bperson@dom.ain'
[all …]
Dtest_email.py1176 outer = MIMEBase('multipart', 'mixed')
1177 outer['Subject'] = 'A subject'
1178 outer['To'] = 'aperson@dom.ain'
1179 outer['From'] = 'bperson@dom.ain'
1180 outer.set_boundary('BOUNDARY')
1181 self.ndiffAssertEqual(outer.as_string(), '''\
1193 outer = MIMEBase('multipart', 'mixed')
1194 outer['Subject'] = 'A subject'
1195 outer['To'] = 'aperson@dom.ain'
1196 outer['From'] = 'bperson@dom.ain'
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_hmac.py281 self.assertTrue(type(h1.outer) == type(h2.outer),
292 self.assertTrue(id(h1.outer) != id(h2.outer),
Dwarning_tests.py5 def outer(message, stacklevel=1): function
Dtest_sets.py170 outer = Set([inner])
171 element = outer.pop()
173 outer.add(inner) # Rebuild set of sets with .add method
174 outer.remove(inner)
175 self.assertEqual(outer, Set()) # Verify that remove worked
176 outer.discard(inner) # Absence of KeyError indicates working fine
Dtest_warnings.py217 warning_tests.outer("spam2")
230 warning_tests.outer("spam4", stacklevel=1)
237 warning_tests.outer("spam6", stacklevel=2)
240 warning_tests.outer("spam6.5", stacklevel=3)
Dtest_set.py878 outer = set([inner])
879 element = outer.pop()
881 outer.add(inner) # Rebuild set of sets with .add method
882 outer.remove(inner)
883 self.assertEqual(outer, set()) # Verify that remove worked
884 outer.discard(inner) # Absence of KeyError indicates working fine
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dtktools.py310 outer = Frame(master, borderwidth=2, relief=GROOVE)
311 outer.pack(expand=expand, fill=fill, side=side)
313 Label(outer, text=label, font=font, anchor=W).pack(fill=X)
315 inner.pack(expand=1, fill=BOTH, in_=outer)
316 inner.forget = outer.forget
/device/generic/goldfish-opengl/
Dcommon.mk140 emugl-export-outer = \
261 …$(call emugl-export-outer,ADDITIONAL_DEPENDENCIES,$(LOCAL_MODULE_PATH)/$(LOCAL_MODULE)$(TARGET_SHL…
/device/google/cuttlefish/shared/sepolicy/
Dkernel.te12 # gce.meta.proxy and gce.ex.outer write to /dev/console which for some reason does not appear
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
Darch.h514 #define MAKE_MAIR_NORMAL_MEMORY(inner, outer) ((inner) | ((outer) << MAIR_NORM_OUTER_SHIFT)) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_38.txt20 piece of text not only contains the outer boundary tags
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
Darch.h563 #define MAKE_MAIR_NORMAL_MEMORY(inner, outer) ((inner) | ((outer) << MAIR_NORM_OUTER_SHIFT)) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dgen.c692 void genPredEntry(Predicate *p,int outer) in genPredEntry() argument
694 void genPredEntry(p,outer) in genPredEntry()
696 int outer;
701 int localOuter=outer;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt1917 nextmost outer exception handler is checked for an appropriate
1934 it goes to the nextmost outer handler - not the "normal
1956 For all other cases the code branches to the nextmost outer
DCHANGES_FROM_133_BEFORE_MR13.txt1950 #2b with the "outer" guess which was still active. The outer
2999 nextmost outer exception handler is checked for an appropriate
3016 it goes to the nextmost outer handler - not the "normal
3038 For all other cases the code branches to the nextmost outer
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt1917 nextmost outer exception handler is checked for an appropriate
1934 it goes to the nextmost outer handler - not the "normal
1956 For all other cases the code branches to the nextmost outer
DCHANGES_FROM_133_before_mr13.txt1950 #2b with the "outer" guess which was still active. The outer
2999 nextmost outer exception handler is checked for an appropriate
3016 it goes to the nextmost outer handler - not the "normal
3038 For all other cases the code branches to the nextmost outer