Searched
full:keyword (Results
326 -
350 of
2347) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/common/extensions/api/ |
omnibox.json | 8 "description": "The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.", 138 "description": "User has started a keyword input session by typing the extension's keyword. This is guaranteed to be sent exactly once per input session, and before any onInputChanged events.", 187 "description": "User has ended the keyword input session without accepting the input.",
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
samples.html | 18 <td class="label">Filter by keyword:</td>
|
/external/chromium_org/third_party/icu/source/common/ |
locdispnames.cpp | 440 const char *keyword = NULL; local 602 keyword = uenum_next(keywordEnum, &keywordLen, pErrorCode); 604 length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode); 606 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode); 612 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, 256, pErrorCode); 619 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode); 621 length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, NULL, 0, pErrorCode); 708 uloc_getDisplayKeyword(const char* keyword, 728 keyword, 729 keyword, [all...] |
ulocimp.h | 18 * @return enumeration (owned by caller) of the keyword list.
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-app-error.py | 18 saw_expected_error = [False] # Python2 has no "nonlocal" keyword.
|
/external/chromium_org/tools/site_compare/scrapers/chrome/ |
chrome011010.py | 28 kwargs: miscellaneous keyword args
|
chrome01970.py | 28 kwargs: miscellaneous keyword args
|
/external/clang/test/Index/ |
annotate-tokens-with-default-args.cpp | 6 // CHECK: Keyword: "void" [3:1 - 3:5] CXXMethod=m:3:11 (Definition)
|
ms-if-exists.cpp | 21 // CHECK: Keyword: "int" [9:5 - 9:8] VarDecl=i:9:10 (Definition)
|
/external/clang/test/SemaTemplate/ |
metafun-apply.cpp | 26 // expected-error{{'apply' following the 'template' keyword does not refer to a template}}
|
/external/dnsmasq/bld/ |
Makefile | 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
|
/external/icu4c/common/ |
ulocimp.h | 18 * @return enumeration (owned by caller) of the keyword list.
|
/external/llvm/test/Transforms/GlobalOpt/ |
ctor-list-opt-inbounds.ll | 3 ; Don't get fooled by the inbounds keyword; it doesn't change
|
/libcore/luni/src/main/java/java/lang/ |
Void.java | 24 * Placeholder class for the Java keyword {@code void}.
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
inline.m4 | 7 dnl Test for the 'inline' keyword or equivalent.
|
/ndk/tests/build/wchar_t-size/jni/ |
test_8bit_cplusplus.cpp | 26 // wchar_t is never redefined by <stddef.h> because it's a C++ keyword,
|
test_8bit_cplusplus_stdc_limit_macros.cpp | 28 // wchar_t is never redefined by <stddef.h> because it's a C++ keyword,
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
descrobject.h | 36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
application.py | 28 Any additional keyword arguments are passed to the base class
|
image.py | 37 Any additional keyword arguments are passed to the base class
|
multipart.py | 35 keyword arguments (or passed into the _params argument).
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
CodeWarrior_suite.py | 25 Keyword argument new: the class of the new element or elements to add 26 Keyword argument with_data: the initial data for the element or elements 27 Keyword argument to_targets: the targets to which the new element or elements will be added 28 Keyword argument to_group: the group to which the new element or elements will be added 29 Keyword argument _attributes: AppleEvent attribute dictionary 48 Keyword argument _attributes: AppleEvent attribute dictionary 68 Keyword argument _attributes: AppleEvent attribute dictionary 88 Keyword argument _attributes: AppleEvent attribute dictionary 108 Keyword argument _attributes: AppleEvent attribute dictionary 131 Keyword argument in_: the XML file in which to export the projec [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Hidden_Suite.py | 19 Keyword argument _attributes: AppleEvent attribute dictionary
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
descrobject.h | 36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
application.py | 28 Any additional keyword arguments are passed to the base class
|
Completed in 1075 milliseconds
<<11121314151617181920>>