/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_csv.py | 48 self.assertEqual(obj.dialect.delimiter, ',') 49 self.assertEqual(obj.dialect.doublequote, True) 50 self.assertEqual(obj.dialect.escapechar, None) 51 self.assertEqual(obj.dialect.lineterminator, "\r\n") 52 self.assertEqual(obj.dialect.quotechar, '"') 53 self.assertEqual(obj.dialect.quoting, csv.QUOTE_MINIMAL) 54 self.assertEqual(obj.dialect.skipinitialspace, False) 55 self.assertEqual(obj.dialect.strict, False) 57 self.assertRaises(TypeError, delattr, obj.dialect, 'delimiter') 58 self.assertRaises(TypeError, setattr, obj.dialect, 'delimiter', ':' 93 class dialect: class in function:Test_Csv._test_dialect_attrs 488 dialect = 'excel' variable in class:TestDialectExcel 589 dialect = EscapedExcel() variable in class:TestEscapedExcel 602 dialect = QuotedEscapedExcel() variable in class:TestQuotedEscapedExcel [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_csv.py | 48 self.assertEqual(obj.dialect.delimiter, ',') 49 self.assertEqual(obj.dialect.doublequote, True) 50 self.assertEqual(obj.dialect.escapechar, None) 51 self.assertEqual(obj.dialect.lineterminator, "\r\n") 52 self.assertEqual(obj.dialect.quotechar, '"') 53 self.assertEqual(obj.dialect.quoting, csv.QUOTE_MINIMAL) 54 self.assertEqual(obj.dialect.skipinitialspace, False) 55 self.assertEqual(obj.dialect.strict, False) 57 self.assertRaises(TypeError, delattr, obj.dialect, 'delimiter') 58 self.assertRaises(TypeError, setattr, obj.dialect, 'delimiter', ':' 93 class dialect: class in function:Test_Csv._test_dialect_attrs 488 dialect = 'excel' variable in class:TestDialectExcel 589 dialect = EscapedExcel() variable in class:TestEscapedExcel 602 dialect = QuotedEscapedExcel() variable in class:TestQuotedEscapedExcel [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
csv.py | 13 from _csv import Dialect as _Dialect 21 "Error", "Dialect", "__doc__", "excel", "excel_tab", 26 class Dialect: 27 """Describe an Excel dialect. 46 if self.__class__ != Dialect: 57 class excel(Dialect): 75 dialect="excel", *args, **kwds): 79 self.reader = reader(f, dialect, *args, **kwds) 80 self.dialect = dialect 186 class dialect(Dialect): class in function:Sniffer.sniff [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
csv.py | 13 from _csv import Dialect as _Dialect 21 "Error", "Dialect", "__doc__", "excel", "excel_tab", 26 class Dialect: 27 """Describe an Excel dialect. 46 if self.__class__ != Dialect: 57 class excel(Dialect): 75 dialect="excel", *args, **kwds): 79 self.reader = reader(f, dialect, *args, **kwds) 80 self.dialect = dialect 186 class dialect(Dialect): class in function:Sniffer.sniff [all...] |
/external/chromium/testing/gtest/xcode/Config/ |
General.xcconfig | 26 // Force C99 dialect
|
/external/chromium_org/testing/gtest/xcode/Config/ |
General.xcconfig | 26 // Force C99 dialect
|
/external/icu4c/i18n/unicode/ |
locdspnm.h | 44 * that specifies STANDARD dialect handling. 70 * @param contexts List of one or more context settings (e.g. for dialect 90 * Returns the dialect handling used in the display names. 91 * @return the dialect handling enum
|
udisplaycontext.h | 24 * Type to retrieve the dialect handling setting, e.g. 66 * use dialect names, when generating a locale name,
|
uldnames.h | 33 * Use dialect names, when generating a locale name, 111 * Returns the dialect handling used in the display names. 113 * @return the dialect handling enum 275 * @param contexts List of one or more context settings (e.g. for dialect
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
Syntax.java | 38 * separated by commas. For example, "SQL:dialect=Oracle,version=2.3". Tools
|
/external/protobuf/gtest/xcode/Config/ |
General.xcconfig | 26 // Force C99 dialect
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
TODO | 44 file, and a bunch of "specialised" dialect files for each language 45 Ability to specify a "specialised" dialect as default? [DONE]
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
locdspnm.h | 43 * that specifies STANDARD dialect handling. 73 * Returns the dialect handling used in the display names. 74 * @return the dialect handling enum
|
uldnames.h | 32 * Use dialect names, when generating a locale name, 110 * Returns the dialect handling used in the display names. 112 * @return the dialect handling enum
|
/external/qemu/ |
ppc-dis.c | 201 (unsigned long instruction, long op, int dialect, const char **errmsg); 219 long (*extract) (unsigned long instruction, int dialect, int *invalid); 5093 int dialect = PPC_OPCODE_PPC; local 5159 int dialect = (char *) info->private_data - (char *) 0; local 5168 int dialect = (char *) info->private_data - (char *) 0; local 5177 int dialect = (char *) info->private_data - (char *) 0; local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
blink_idl_lexer.py | 32 understands the Blink dialect of Web IDL and produces a token stream suitable
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftgxval.h | 260 * to indicate the classic kern dialect or dialects. If the selected 302 * A bit field which specifies the dialect to be validated. See
|
/external/freetype/include/freetype/ |
ftgxval.h | 260 * to indicate the classic kern dialect or dialects. If the selected 302 * A bit field which specifies the dialect to be validated. See
|
/external/llvm/include/llvm/IR/ |
InlineAsm.h | 53 AsmDialect Dialect; 74 AsmDialect getDialect() const { return Dialect; }
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.tts.html | 37 supporting that language (and regional dialect, if applicable) is chosen.</p>
|
/external/clang/include/clang/Basic/ |
LangOptions.h | 55 /// enabled, which controls the dialect of C or C++ that is accepted.
|
/external/clang/test/CodeGen/ |
asm.c | 224 // Check to make sure the inline asm non-standard dialect attribute _not_ is
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
gcc.info | 168 Controlling C Dialect: C Dialect Options. 204 with GNU extensions). The default, if no C language dialect options 239 *Note Options Controlling C Dialect: C Dialect Options. 287 Options Controlling C++ Dialect: C++ Dialect Options. Use of the 291 C++0x with GNU extensions). The default, if no C++ language dialect 429 * C Dialect Options:: Controlling the variant of C language compiled. 430 * C++ Dialect Options:: Variations on C++ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gcc.info | 168 Controlling C Dialect: C Dialect Options. 204 with GNU extensions). The default, if no C language dialect options 239 *Note Options Controlling C Dialect: C Dialect Options. 287 Options Controlling C++ Dialect: C++ Dialect Options. Use of the 291 C++0x with GNU extensions). The default, if no C++ language dialect 429 * C Dialect Options:: Controlling the variant of C language compiled. 430 * C++ Dialect Options:: Variations on C++ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
gcc.info | 168 Controlling C Dialect: C Dialect Options. 204 with GNU extensions). The default, if no C language dialect options 239 *Note Options Controlling C Dialect: C Dialect Options. 287 Options Controlling C++ Dialect: C++ Dialect Options. Use of the 291 C++0x with GNU extensions). The default, if no C++ language dialect 429 * C Dialect Options:: Controlling the variant of C language compiled. 430 * C++ Dialect Options:: Variations on C++ [all...] |