/device/generic/goldfish/wifi/ipv6proxy/ |
D | main.cpp | 67 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/ |
D | hmac.py | 49 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/ |
D | hashlib.py | 180 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/ |
D | test_email_renamed.py | 1105 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 …]
|
D | test_email.py | 1176 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/ |
D | test_hmac.py | 281 self.assertTrue(type(h1.outer) == type(h2.outer), 292 self.assertTrue(id(h1.outer) != id(h2.outer),
|
D | warning_tests.py | 5 def outer(message, stacklevel=1): function
|
D | test_sets.py | 170 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
|
D | test_warnings.py | 217 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)
|
D | test_set.py | 878 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/ |
D | tktools.py | 310 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/ |
D | common.mk | 140 emugl-export-outer = \ 261 …$(call emugl-export-outer,ADDITIONAL_DEPENDENCIES,$(LOCAL_MODULE_PATH)/$(LOCAL_MODULE)$(TARGET_SHL…
|
/device/google/cuttlefish/shared/sepolicy/ |
D | kernel.te | 12 # 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/ |
D | arch.h | 514 #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/ |
D | msg_38.txt | 20 piece of text not only contains the outer boundary tags
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/ |
D | arch.h | 563 #define MAKE_MAIR_NORMAL_MEMORY(inner, outer) ((inner) | ((outer) << MAIR_NORM_OUTER_SHIFT)) argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | gen.c | 692 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/ |
D | CHANGES_SUMMARY.txt | 1917 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
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 1950 #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/ |
D | CHANGES_SUMMARY.txt | 1917 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
|
D | CHANGES_FROM_133_before_mr13.txt | 1950 #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
|