/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/ |
mkheaders | 59 # Allow for alternate isysroot in which to find headers
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tar.h | 90 #define AREGTYPE '\0' /* Regular file (alternate code). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/ |
mkheaders | 59 # Allow for alternate isysroot in which to find headers
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tar.h | 90 #define AREGTYPE '\0' /* Regular file (alternate code). */
|
/prebuilts/sdk/renderscript/clang-include/ |
LICENSE.TXT | 57 The following pieces of software have additional or alternate copyrights,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceContentProvider.java | 39 * <li>{@link ResourceItem}. This represents one resource (which can existing in various alternate
|
ResourceLabelProvider.java | 39 * {@link ConfigurableResourceItem} (which can exist in various alternate versions),
|
/system/core/sh/ |
exec.h | 59 #define DO_ALTPATH 0x08 /* using alternate path */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionManager.java | 110 * The <em>current</em> alternate selection, if any, which changes when the Alt key is 259 // reset alternate selection if any 379 // reset alternate selection if any 405 // Note: if shift and alt are pressed, shift is ignored. The alternate selection 408 // We need to remember the "origin" of the alternate selection, to be 409 // able to continue cycling through it later. If there's no alternate selection, 426 // We're trying to cycle through the current alternate selection. 457 // reset alternate selection if any 515 // reset alternate selection if any 578 // reset alternate selection if an [all...] |
/external/chromium_org/ash/wm/caption_buttons/ |
frame_caption_button_container_view.cc | 62 // Hide |minimize_button_| when using the non-alternate button style because 164 // The alternate button style does not paint the button separator.
|
/external/chromium_org/google_apis/gaia/ |
google_service_auth_error.cc | 43 const std::string& alternate, int length) 44 : token(token), prompt_text(prompt), alternate_text(alternate),
|
google_service_auth_error.h | 119 const std::string& alternate, 130 // Localized text describing an alternate option, eg “Get a verification
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
HashSet.h | 66 // An alternate version of find() that finds the object by hashing and comparing 78 // An alternate version of add() that finds the object by hashing and comparing
|
/external/valgrind/main/include/ |
pub_tool_machine.h | 147 // Returns the bottommost address of the alternate signal stack. 151 // Returns how many bytes have been allocated for the alternate signal stack.
|
/packages/apps/Settings/src/com/android/settings/ |
HomeSettings.java | 253 // e.g. named alternate package not found during lookup 254 Log.w(TAG, "Unable to compare/resolve alternate", e);
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url.h | 661 // search and alternate URLs. 664 // Gets the search URL at the given index. The alternate URLs, if any, are 670 // Use the alternate URLs and the search URL to match the provided |url| 673 // alternate URLs are listed dictates their priority, the URL at index 0 is 676 // alternate URL "http://foo/#q={searchTerms}" and search URL 678 // "http://foo/?q=a#q=b", the alternate URL will match first and the decoded 745 // Uses the alternate URLs and the search URL to match the provided |url|
|
template_url_prepopulate_data_unittest.cc | 145 alternate_urls->AppendString("http://foo.com/alternate?q={searchTerms}"); 166 EXPECT_EQ("http://foo.com/alternate?q={searchTerms}", 319 // Also test matching against alternate URLs (and TLD+1 matching).
|
/external/kernel-headers/original/linux/ |
usb.h | 91 * @altsetting: array of interface structures, one for each alternate 119 * Each interface may have alternate settings. The initial configuration 121 * that setting using usb_set_interface(). Alternate settings are often 127 * The USB specification says that alternate setting numbers must run from 128 * 0 to one less than the total number of alternate settings. But some 131 * look up an alternate setting in the altsetting array based on its number. 134 /* array of alternate settings for this interface, 139 * active alternate setting */ 140 unsigned num_altsetting; /* number of alternate settings */ 173 * each alternate setting that may be selected. Each one includes [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gsub-table.hh | 438 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in 1072 Alternate = 3, 1121 AlternateSubst alternate; member in union:OT::SubstLookupSubTable::__anon11209 [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 431 typedef ArrayOf<GlyphID> AlternateSet; /* Array of alternate GlyphIDs--in 1064 Alternate = 3, 1079 case Alternate: return TRACE_RETURN (u.alternate.dispatch (c)) 1113 AlternateSubst alternate; member in union:OT::SubstLookupSubTable::__anon18658 [all...] |
/frameworks/base/sax/tests/saxtests/res/raw/ |
youtube.xml | 26 <link rel='alternate' type='text/html' 67 <link rel='alternate' type='text/html' 142 <link rel='alternate' type='text/html' 212 <link rel='alternate' type='text/html' 275 <link rel='alternate' type='text/html' 348 <link rel='alternate' type='text/html' 418 <link rel='alternate' type='text/html' 485 <link rel='alternate' type='text/html' 561 <link rel='alternate' type='text/html' [all...] |
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command_unittest.cc | 271 // In particular, the folder has 50 children, which alternate between being 298 // Alternate between new and old child items, just for kicks. 308 // Alternate between new and old child items, just for kicks.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 560 alternate 749 // alternate 751 alternate-reverse
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
AnimationTranslationUtil.cpp | 233 bool alternate = false; local 238 alternate = true; 321 webAnimation->setAlternatesDirection(alternate);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
SimpleFontDataMac.mm | 147 // Try looking for an alternate 'base' font for this renderer. 159 // Try setting up the alternate font. 171 // OK, couldn't setup Times New Roman as an alternate to Times, fallback
|