/frameworks/base/docs/html/guide/topics/resources/ |
layout-resource.jd | 84 <dd><em>Dimension or keyword</em>. <strong>Required</strong>. The height for the group, as a 86 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"} 90 <dd><em>Dimension or keyword</em>. <strong>Required</strong>. The width for the group, as a 92 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"} 116 <dd><em>Dimension or keyword</em>. <strong>Required</strong>. The height for the element, as 118 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"} 122 <dd><em>Dimension or keyword</em>. <strong>Required</strong>. The width for the element, as 124 href="more-resources.html#Dimension">dimension resource</a>) or a keyword ({@code "fill_parent"} 152 <dd><em>Dimension or keyword</em>. Overrides the height given to the root view in the 156 <dd><em>Dimension or keyword</em>. Overrides the width given to the root view in th [all...] |
/external/clang/include/clang/Sema/ |
TypoCorrection.h | 144 /// \brief Mark this TypoCorrection as being a keyword. 147 /// as the only element in the list to mark this TypoCorrection as a keyword. 153 // Check if this TypoCorrection is a keyword by checking if the first 160 // Check if this TypoCorrection is the given keyword. 166 // Returns true if the correction either is a keyword or has a known decl.
|
/external/icu4c/common/unicode/ |
uloc.h | 297 * Invariant character for assigning value to a keyword 303 * Unicode code point for '=' for assigning value to a keyword. 636 * Gets the keyword name suitable for display for the specified locale. 638 * string for the keyword collation. 642 * const char* keyword =NULL; 654 * keyword = uenum_next(keywordEnum, &keywordLen, &status); 655 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256); 660 * @param keyword The keyword whose display string needs to be returned. 665 * @param dest the buffer to which the displayable keyword should be written [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uloc.h | 293 * Character for assigning value to a keyword 619 * Gets the keyword name suitable for display for the specified locale. 621 * string for the keyword collation. 625 * const char* keyword =NULL; 637 * keyword = uenum_next(keywordEnum, &keywordLen, &status); 638 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256); 643 * @param keyword The keyword whose display string needs to be returned. 648 * @param dest the buffer to which the displayable keyword should be written. 659 uloc_getDisplayKeyword(const char* keyword, [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uloc.h | 293 * Character for assigning value to a keyword 619 * Gets the keyword name suitable for display for the specified locale. 621 * string for the keyword collation. 625 * const char* keyword =NULL; 637 * keyword = uenum_next(keywordEnum, &keywordLen, &status); 638 * displayKeywordLen = uloc_getDisplayKeyword(keyword, "en_US", displayKeyword, 256); 643 * @param keyword The keyword whose display string needs to be returned. 648 * @param dest the buffer to which the displayable keyword should be written. 659 uloc_getDisplayKeyword(const char* keyword, [all...] |
/external/chromium/chrome/browser/autocomplete/ |
search_provider_unittest.cc | 40 keyword_term_(UTF8ToUTF16("keyword")), 132 keyword_t_url_->SetURL("http://keyword/{searchTerms}", 0, 0); 273 // Issues a query that matches the registered keyword and makes sure history 277 QueryForInput(keyword_t_url_->keyword() + UTF8ToUTF16(" ") + term, false, 291 // Make sure the keyword providers suggest service was queried. 301 // Tell the SearchProvider the keyword suggest query is done. 311 // term keyword. 318 // The fill into edit should contain the keyword. 319 EXPECT_EQ(keyword_t_url_->keyword() + char16(' ') + keyword_term_,
|
/external/chromium/chrome/browser/history/ |
url_database.h | 188 // Keyword Search Terms ------------------------------------------------------ 190 // Sets the search terms for the specified url/keyword pair. 195 // Looks up a keyword search term given a url id. Fills row with the data. 199 // Deletes all search terms for the specified keyword that have been added by 204 // keyword. 252 // Ensures the keyword search terms table exists. 255 // Creates the indices used for keyword search terms. 258 // Deletes the keyword search terms table. 277 // have keyword search terms.
|
/hardware/ti/omap3/dspbridge/inc/ |
std.h | 24 *! 16-Feb-2004 vp GNU compiler 3.x defines inline keyword. Added appropriate 25 macros not to redefine inline keyword in this file. 39 *! 11-Jul-1997 dlr: _5t_, and STD_SPOXTASK keyword for Tasking 265 * The TI C compilers support the "inline" keyword (ala C++). Both 266 * Microsoft and GNU C compilers support the "__inline" keyword. The 284 * keyword. don't define if we are compiling with GNU C compiler version greater than 3.x
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
std.h | 24 *! 16-Feb-2004 vp GNU compiler 3.x defines inline keyword. Added appropriate 25 macros not to redefine inline keyword in this file. 39 *! 11-Jul-1997 dlr: _5t_, and STD_SPOXTASK keyword for Tasking 269 * The TI C compilers support the "inline" keyword (ala C++). Both 270 * Microsoft and GNU C compilers support the "__inline" keyword. The 288 * keyword. don't define if we are compiling with GNU C compiler version greater than 3.x
|
/tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/model/ |
VideoManager.java | 315 * @param keyword search keyword 316 * @return only the videos that match the keyword 318 public List<Video> search(String keyword) 323 // split the keyword into tokens 324 String[] tokens = keyword.split("\\s");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 541 * - Pair of Strings: the first value is the keyword to insert, and the second value 554 String keyword = null; local 559 keyword = ((ElementDescriptor)choice).getXmlName(); 567 keyword = ((AttributeDescriptor)choice).getXmlLocalName(); 586 keyword = (String) choice; 593 keyword = pair.getFirst(); 602 String nsKeyword = nsPrefix == null ? keyword : (nsPrefix + keyword); 605 keyword = nsKeyword; 609 keyword = needTag + keyword [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TParser.h | 50 /* With this true, enum is seen as a keyword. False, it's an identifier */ 82 * how predicates can be used to distinguish between enum as a keyword and
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_cell.mm | 18 // How far to offset the keyword token into the field. 21 // How much width (beyond text) to add to the keyword token on each
|
/external/chromium/testing/gmock/msvc/2010/ |
gmock.vcxproj | 16 <Keyword>Win32Proj</Keyword>
|
gmock_main.vcxproj | 16 <Keyword>Win32Proj</Keyword>
|
gmock_test.vcxproj | 16 <Keyword>Win32Proj</Keyword>
|
/external/clang/test/SemaTemplate/ |
explicit-instantiation.cpp | 88 inline template struct X3<int>; // expected-warning{{ignoring 'inline' keyword on explicit template instantiation}} 89 static template struct X3<float>; // expected-warning{{ignoring 'static' keyword on explicit template instantiation}}
|
/external/icu4c/i18n/ |
plurrule_impl.h | 180 UnicodeString keyword; member in class:RuleChain 191 UBool isKeyword(const UnicodeString& keyword) const;
|
/external/icu4c/test/perf/ucnvavailperf/ |
ucnvavailperf.vcxproj | 16 <Keyword>Win32Proj</Keyword>
|
/external/javassist/src/main/javassist/compiler/ |
TokenId.java | 27 int CONST = 308; // reserved keyword 38 int GOTO = 319; // reserved keyword
|
/external/markdown/docs/extensions/ |
Meta-Data.txt | 37 value for the previous keyword. A keyword may have as many lines as desired.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
event.html | 21 NAME="KEYWORD" 23 NAME="KEYWORD"
|
wm.html | 21 NAME="KEYWORD" 23 NAME="KEYWORD"
|
/external/webkit/Source/WebCore/inspector/front-end/ |
inspectorSyntaxHighlight.css | 33 .webkit-css-url, .webkit-css-color, .webkit-css-string, .webkit-css-keyword { 57 .webkit-javascript-keyword {
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
windows_types.h | 120 IN NDIS_HANDLE ConfigurationHandle, IN PNDIS_STRING Keyword, IN NDIS_PARAMETER_TYPE ParameterType ); 122 IN PNDIS_STRING Keyword, IN PNDIS_CONFIGURATION_PARAMETER ParameterValue );
|