/external/chromium_org/content/shell/layout_tests/ |
TestExpectations | 1 # These are additional layout test expectations for content shell
|
/external/proguard/src/proguard/optimize/info/ |
package.html | 2 This package contains classes to collect additional information about classes
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-additional-include-dirs.py | 8 Make sure additional include dirs are extracted properly. 19 test.run_gyp('additional-include-dirs.gyp', chdir=CHDIR) 20 test.build('additional-include-dirs.gyp', test.ALL, chdir=CHDIR)
|
gyptest-link-additional-deps.py | 8 Make sure additional library dependencies are handled. 19 test.run_gyp('additional-deps.gyp', chdir=CHDIR) 20 test.build('additional-deps.gyp', test.ALL, chdir=CHDIR)
|
gyptest-link-additional-options.py | 8 Make sure additional options are handled. 19 test.run_gyp('additional-options.gyp', chdir=CHDIR) 20 test.build('additional-options.gyp', test.ALL, chdir=CHDIR)
|
gyptest-cl-additional-options.py | 8 Make sure additional manual compiler flags are extracted properly. 19 test.run_gyp('additional-options.gyp', chdir=CHDIR) 22 test.build('additional-options.gyp', 'test_additional_none', chdir=CHDIR, 26 test.build('additional-options.gyp', 'test_additional_one', chdir=CHDIR)
|
/external/junit/src/junit/extensions/ |
TestSetup.java | 8 * A Decorator to set up and tear down additional fixture state. Subclass 9 * TestSetup and insert it into your tests when you want to set up additional 31 * Sets up the fixture. Override to set up additional fixture state. 37 * Tears down the fixture. Override to tear down the additional fixture
|
/external/chromium_org/tools/gyp/test/win/compiler-flags/ |
additional-options.gyp | 16 'sources': ['additional-options.cc'], 28 'sources': ['additional-options.cc'],
|
additional-include-dirs.gyp | 17 'sources': ['additional-include-dirs.cc'],
|
/external/smack/src/org/xbill/DNS/ |
Section.java | 22 /** The additional (fourth) section */ 23 public static final int ADDITIONAL = 3; 47 sections.add(ADDITIONAL, "ad"); 52 longSections[ADDITIONAL] = "ADDITIONAL RECORDS"; 57 updateSections[ADDITIONAL] = "ADDITIONAL RECORDS";
|
SIG0.java | 50 message.addRecord(sig, Section.ADDITIONAL); 67 Record [] additional = message.getSectionArray(Section.ADDITIONAL); local 68 for (int i = 0; i < additional.length; i++) { 69 if (additional[i].getType() != Type.SIG) 71 if (((SIGRecord) additional[i]).getTypeCovered() != 0) 73 sig = (SIGRecord) additional[i];
|
/packages/apps/Calendar/src/com/android/calendar/ |
AllInOneMenuExtensionsInterface.java | 24 * Interface for additional options in the AllInOne menu. 28 * Returns additional options. 33 * Handle selection of the additional options.
|
/external/junit/src/org/junit/matchers/ |
package-info.java | 2 * Provides useful additional {@link org.hamcrest.Matcher}s for use with
|
/external/qemu/hw/ |
pcmcia.h | 43 #define CISTPL_DEVICE_OC 0x1c /* Additional Device Information */ 44 #define CISTPL_DEVICE_OA 0x1d /* Additional Device Information */ 45 #define CISTPL_DEVICE_GEO 0x1e /* Additional Device Information */ 46 #define CISTPL_DEVICE_GEO_A 0x1f /* Additional Device Information */
|
/frameworks/base/core/java/android/text/format/ |
package.html | 4 defined in {@link java.util} and {@link java.text}. It also contains additional text formatting
|
/external/chromium_org/chrome_frame/test/ |
http_negotiate_unittest.cc | 111 wchar_t* additional = NULL; local 116 &additional); 117 EXPECT_TRUE(additional != NULL); 119 if (additional) { 120 // Check against the expected additional headers. 121 EXPECT_EQ(test.expected_additional_, string16(additional)); 122 ::CoTaskMemFree(additional); 179 wchar_t* additional = NULL; local 184 &additional); 185 EXPECT_TRUE(additional != NULL) [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
multi_key_equivalent_button.h | 21 // responding to additional key equivalents. It will respond to the ordinary 23 // -setKeyEquivalentModifierMask:, and it will also respond to any additional
|
/external/chromium_org/chrome/browser/resources/omnibox/ |
omnibox.css | 44 .additional-info-property, 45 .additional-info-value {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
multi_key_equivalent_button.h | 20 // responding to additional key equivalents. It will respond to the ordinary 22 // -setKeyEquivalentModifierMask:, and it will also respond to any additional
|
/frameworks/base/core/java/android/view/ |
SubMenu.java | 39 * @return This SubMenu so additional setters can be called. 47 * @return This SubMenu so additional setters can be called. 56 * @return This SubMenu so additional setters can be called. 65 * @return This SubMenu so additional setters can be called. 75 * @return This SubMenu so additional setters can be called. 89 * @return This SubMenu so additional setters can be called. 98 * @return This SubMenu so additional setters can be called. 104 * menu. Use this for setting additional item attributes.
|
/external/chromium/chrome/browser/automation/ |
automation_provider_list_mac.mm | 11 // the controller holds an additional reference to g_browser_process.
|
/external/chromium_org/chrome/browser/automation/ |
automation_provider_list_mac.mm | 11 // the controller holds an additional reference to g_browser_process.
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
OWNERS | 13 # Additional ChromeOS-specific reviewers
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
additional-deps.gyp | 27 'sources': ['additional-deps.cc'],
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
README.searchcvs.setup.web.txt | 11 Additional details on setup and on using this tool can be found here:
|