Home
last modified time | relevance | path

Searched refs:WRITEMODE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_univnewlines2k.py37 WRITEMODE = 'wb' variable in TestGenericUnivNewlines
40 with open(test_support.TESTFN, self.WRITEMODE) as fp:
94 WRITEMODE = 'w' variable in TestNativeNewlines
Dtest_univnewlines.py44 WRITEMODE = 'wb' variable in TestGenericUnivNewlines
48 if "b" in self.WRITEMODE:
50 with self.open(support.TESTFN, self.WRITEMODE) as fp:
/external/python/cpython3/Lib/test/
Dtest_univnewlines.py43 WRITEMODE = 'wb' variable in TestGenericUnivNewlines
47 if "b" in self.WRITEMODE:
49 with self.open(support.TESTFN, self.WRITEMODE) as fp:
/external/pdfium/third_party/lcms/src/
Dcmscgats.c86 } WRITEMODE; typedef
96 WRITEMODE WriteAs; // How to write the value
226 WRITEMODE as; // How is supposed to be written
1161 …* it8, KEYVALUE** Head, const char *Key, const char *Subkey, const char* xValue, WRITEMODE WriteAs) in AddToList()
1229 KEYVALUE* AddAvailableProperty(cmsIT8* it8, const char* Key, WRITEMODE as) in AddAvailableProperty()