/cts/tools/dex-tools/src/dex/reader/ |
DexFileReader.java | 149 int nStrings = size[STRING_IDS]; 151 int[] stringDataOffsets = new int[nStrings]; 157 stringPool = new String[nStrings];
|
/external/e2fsprogs/intl/ |
dcigettext.c | 729 nls_uint32 nstrings; local 742 nstrings = domain->nstrings; 767 if (nstr < nstrings 773 : domain->orig_sysdep_tab[nstr - nstrings].length > len 775 domain->orig_sysdep_tab[nstr - nstrings].pointer) 796 top = nstrings; 819 if (act < nstrings) 827 result = (char *) domain->trans_sysdep_tab[act - nstrings].pointer; 828 resultlen = domain->trans_sysdep_tab[act - nstrings].length [all...] |
gettextP.h | 95 nls_uint32 nstrings; member in struct:loaded_domain
|
gmo.h | 83 nls_uint32 nstrings; member in struct:mo_file_header
|
loadmsgcat.c | 1039 domain->nstrings = W (domain->must_swap, data->nstrings); [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntgdi.h | 343 W32KAPI WINBOOL WINAPI NtGdiConsoleTextOut(HDC hdc,POLYTEXTW *lpto,UINT nStrings,RECTL *prclBounds); [all...] |
netmon.h | 998 WINBOOL __cdecl RaiseNMEvent(HINSTANCE hInstance,WORD EventType,DWORD EventID,WORD nStrings,const char **aInsertStrs,LPVOID lpvData,DWORD dwDataSize); [all...] |
wingdi.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 15 'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n and_test ::= not_test | and_test "and" not_test\n not_test ::= comparison | "not" not_test\n\nIn the context of Boolean operations, and also when expressions are\nused by control flow statements, the following values are interpreted\nas false: ``False``, ``None``, numeric zero of all types, and empty\nstrings and containers (including strings, tuples, lists,\ndictionaries, sets and frozensets). All other (…) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 15 'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n and_test ::= not_test | and_test "and" not_test\n not_test ::= comparison | "not" not_test\n\nIn the context of Boolean operations, and also when expressions are\nused by control flow statements, the following values are interpreted\nas false: ``False``, ``None``, numeric zero of all types, and empty\nstrings and containers (including strings, tuples, lists,\ndictionaries, sets and frozensets). All other (…) [all...] |