HomeSort by relevance Sort by last modified time
    Searched refs:keyword (Results 301 - 325 of 656) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 326 memset( work->dicSet.keyword, 0x00, sizeof( work->dicSet.keyword ) );
606 memset( work->dicSet.keyword, 0x00, sizeof( work->dicSet.keyword ) );
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 169 NJ_CHAR keyword[NJ_MAX_KEYWORD]; member in struct:__anon53010
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pydoc.py 8 import keyword
393 sorted(keyword.kwlist))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pydoc.py 8 import keyword
393 sorted(keyword.kwlist))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go     [all...]
  /prebuilts/go/darwin-x86/src/html/template/
js.go 86 // Look for an IdentifierName and see if it is a keyword that
349 // a keyword.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go     [all...]
  /prebuilts/go/linux-x86/src/html/template/
js.go 86 // Look for an IdentifierName and see if it is a keyword that
349 // a keyword.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
format.py 56 if p.keyword == key:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 8 import keyword
393 sorted(keyword.kwlist))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 8 import keyword
393 sorted(keyword.kwlist))
  /external/freetype/src/type42/
t42parse.c 916 /* We stop when we find an `end' keyword or '>' */
1228 T1_Field keyword = (T1_Field)&t42_keywords[i]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java 348 boolean setKeywordParameter(String keyword, String value) {
349 if (keyword.equals("locale")) {
353 if (keyword.equals("type")) {
410 // Recognize character class definition and keyword lines
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 224 bool BreakRules::setKeywordParameter(const UnicodeString &keyword, const UnicodeString &value, UErrorCode &status) {
225 if (keyword == UnicodeString("locale")) {
231 if (keyword == UnicodeString("type")) {
299 // Recognize character class definition and keyword lines
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java 345 boolean setKeywordParameter(String keyword, String value) {
346 if (keyword.equals("locale")) {
350 if (keyword.equals("type")) {
407 // Recognize character class definition and keyword lines
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 733 char *keyword = "hehehe test secret!"; local
752 key = vmalloc(strlen(keyword));
753 memcpy(key->v, keyword, key->l);
  /external/python/cpython3/Lib/http/
server.py 165 where <command> is a (case-sensitive) keyword such as GET or POST,
502 def send_header(self, keyword, value):
508 ("%s: %s\r\n" % (keyword, value)).encode('latin-1', 'strict'))
510 if keyword.lower() == 'connection':
    [all...]
  /external/python/cpython3/Lib/
smtpd.py 439 def _strip_command_keyword(self, keyword, arg):
440 keylen = len(keyword)
441 if arg[:keylen].upper() == keyword:
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 720 p_key = cursor->cond.ds->keyword;
735 kw_len = nj_charlen(cursor->cond.ds->keyword);
788 nj_strcpy(cursor->cond.ds->keyword, cursor->cond.yomi);
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.7.0/
javapoet-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.8.0/
javapoet-1.8.0.jar 
  /toolchain/binutils/binutils-2.27/gold/
script.cc 1705 const char* keyword; member in struct:gold::Keyword_to_parsecode::Keyword_parsecode
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 3101 PyObject *keyword = kws[2*i]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 3086 PyObject *keyword = kws[2*i]; local
    [all...]
  /external/freetype/src/tools/docmaker/
tohtml.py 77 span.keyword { font-family: monospace;
238 # Source language keyword coloration and styling.
239 keyword_prefix = '<span class="keyword">'
435 # this is a C keyword

Completed in 1406 milliseconds

<<11121314151617181920>>