Searched defs:WRITEMODE (Results 1 - 3 of 3) sorted by relevance

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

Completed in 151 milliseconds