/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NonLinearOptimization COMPONENT Devel
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/NumericalDiff COMPONENT Devel
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Polynomials COMPONENT Devel
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Skyline COMPONENT Devel
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SparseExtra COMPONENT Devel
|
/external/eigen/unsupported/Eigen/src/Splines/ |
CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/Splines COMPONENT Devel
|
/external/robolectric/.idea/ |
misc.xml | 3 <component name="EntryPointsManager"> 5 </component> 6 <component name="FacetAutodetectingManager"> 14 </component> 15 <component name="IdProvider" IDEtalkID="E3CEF9CB8037AEFF57D7356A0309656F" /> 16 <component name="JavadocGenerationManager"> 32 </component> 33 <component name="MavenProjectsManager"> 44 </component> 45 <component name="ProjectResources" [all...] |
encodings.xml | 3 <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
|
/development/tools/idegen/templates/ |
android.iml | 3 <component name="ModuleRootManager" /> 4 <component name="NewModuleRootManager" inherit-compiler-output="true"> 13 </component>
|
module-template.iml | 4 <component name="NewModuleRootManager" inherit-compiler-output="true"> 10 </component>
|
/frameworks/compile/slang/tests/F_mix_vector/ |
stderr.txt.expect | 1 mix_vector.rs:6:13: error: illegal vector component name 'g' 2 mix_vector.rs:7:13: error: illegal vector component name 'y' 3 mix_vector.rs:8:7: error: illegal vector component name 'r'
|
/development/tools/idegen/templates/idea/ |
misc.xml | 3 <component name="ConfigCheckProjectState"> 10 </component> 11 <component name="ContinuousBuildConfigurationComponent"> 15 </component> 16 <component name="DependencyValidationManager"> 18 </component> 19 <component name="EntryPointsManager"> 21 </component> 22 <component name="JavadocGenerationManager"> 38 </component> [all...] |
compiler.xml | 3 <component name="CompilerConfiguration"> 19 </component> 20 <component name="JavacSettings"> 22 </component>
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t012lexerXML.output | 3 ROOTELEMENT: component 5 <!ELEMENT component (PCDATA|sub)*> 6 <!ATTLIST component 13 Start Tag: component 39 End Tag: component
|
/external/chromium/chrome/browser/resources/gaia_auth/ |
manifest.json | 5 "description": "GAIA Component Extension",
|
/external/chromium_org/chrome/browser/component_updater/ |
recovery_component_installer.h | 12 // Component update registration for the recovery component. The job of the 13 // recovery component is to repair the chrome installation or repair the Google 19 // Register user preferences related to the recovery component.
|
/external/chromium_org/components/tracing/ |
DEPS | 5 # This component will be compiled into NaCl, so it shouldn't depend on
|
/external/eigen/Eigen/src/Core/ |
CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core COMPONENT Devel
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
ICalendarTest.java | 39 ICalendar.Component component = new ICalendar.Component("DUMMY", null); local 41 component.addProperty(new ICalendar.Property("prop2", "value3")); 42 component.addProperty(new ICalendar.Property("prop1", "value1")); 43 component.addProperty(new ICalendar.Property("prop1", "value2")); 44 assertEquals(text, component.toString()); 57 ICalendar.Component parent = new ICalendar.Component("DUMMY", null); 59 ICalendar.Component child = new ICalendar.Component("DUMMY2", parent) 75 ICalendar.Component component = ICalendar.parseComponent(text); local 93 ICalendar.Component component local 110 ICalendar.Component component local 146 ICalendar.Component component = new ICalendar.Component("DUMMY", null); local 250 ICalendar.Component component = ICalendar.parseComponent(text); local 259 ICalendar.Component component = ICalendar.parseComponent(text); local 268 ICalendar.Component component = ICalendar.parseComponent(text); local [all...] |
/external/chromium_org/chrome/common/net/ |
url_fixer_upper_unittest.cc | 26 std::ostream& operator<<(std::ostream& os, const Component& part) { 35 const url_parse::Component scheme; 36 const url_parse::Component username; 37 const url_parse::Component password; 38 const url_parse::Component host; 39 const url_parse::Component port; 40 const url_parse::Component path; 41 const url_parse::Component query; 42 const url_parse::Component ref; 47 url_parse::Component(0, 4), // schem [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GLattr.3 | 7 Size of the framebuffer red component, in bits 10 Size of the framebuffer green component, in bits 13 Size of the framebuffer blue component, in bits 16 Size of the framebuffer alpha component, in bits 31 Size of the accumulation buffer red component, in bits 34 Size of the accumulation buffer green component, in bits 37 Size of the accumulation buffer blue component, in bits 40 Size of the accumulation buffer alpha component, in bits
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
composite_bitmap_glyph.h | 27 class Component { 29 Component(const Component& rhs); 36 bool operator==(const Component& rhs); 37 Component& operator=(const Component& rhs); 40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset); 64 Component GetComponent(int32_t component_num) const;
|
/external/chromium_org/ui/base/ |
latency_info.h | 41 // in the component at the time this struct was sent on to the next 42 // component. 44 // Average time of events that happened in this component. 46 // Count of events that happened in this component 50 // Map a Latency Component (with a component-specific int64 id) to a 51 // component info. 65 // Modifies the current sequence number for a component, and adds a new 67 void AddLatencyNumber(LatencyComponentType component, 72 // for a specific component [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
BaseEmulatorActivity.java | 33 PaymentService1.COMPONENT, 34 PaymentService2.COMPONENT, 35 TransportService1.COMPONENT, 36 TransportService2.COMPONENT, 37 AccessService.COMPONENT, 38 ThroughputService.COMPONENT, 39 OffHostService.COMPONENT) 52 abstract void onApduSequenceComplete(ComponentName component, long duration); 81 // Get component whose sequence was completed 82 ComponentName component = intent.getParcelableExtra(HceUtils.EXTRA_COMPONENT) 116 HceUtils.enableComponent(getPackageManager(), component); local 119 HceUtils.disableComponent(getPackageManager(), component); local [all...] |
/external/clang/include/clang/Basic/ |
CMakeLists.txt | 1 macro(clang_diag_gen component) 2 clang_tablegen(Diagnostic${component}Kinds.inc 3 -gen-clang-diags-defs -clang-component=${component} 5 TARGET ClangDiagnostic${component})
|