HomeSort by relevance Sort by last modified time
    Searched refs:Component (Results 151 - 175 of 243) sorted by null

1 2 3 4 5 67 8 910

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
schema.py 129 Component = Table('Component')
130 Component.add_field(1,'Component',0x2DFF)
131 Component.add_field(2,'ComponentId',7462)
132 Component.add_field(3,'Directory_',0xDFF)
133 Component.add_field(4,'Attributes',1282)
134 Component.add_field(5,'Condition',7679)
135 Component.add_field(6,'KeyPath',0x1DFF)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, Contr (…)
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
TestCaseEditController.java 356 public Component getView() {
601 public Component getListCellRendererComponent(
  /external/clang/lib/Lex/
PPDirectives.cpp 150 // If the first component of the path is "boost", treat this like a standard header
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BindingGraph.java 34 import dagger.Component;
87 * their bindings are used in this graph. For graphs representing top-level {@link Component
89 * {@linkplain ComponentDescriptor#transitiveModules the component's transitive modules}. For
110 * Returns the set of types necessary to implement the component, but are not part of the injected
111 * graph. This includes modules, component dependencies and an {@link Executor} in the case of
183 // binding for the component itself
187 // Collect Component dependencies.
189 getAnnotationMirror(componentDefinitionType, Component.class)
395 * If {@code binding} should be owned by a parent component, resolves the binding in that
396 * component's resolver and returns that component. Otherwise returns the component for thi
    [all...]
ComponentValidator.java 28 import dagger.Component;
59 * Performs superficial validation of the contract of the {@link Component} annotation.
90 this.componentType = ComponentDescriptor.Kind.COMPONENT;
125 * Validates the given component subject. Also validates any referenced subcomponents that aren't
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarCalc.java 16 import java.awt.Component;
139 void addWithFont(Container container, Component foo, Font font) {
473 * be passed to the parent of this component. The default event handler
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 16 import java.awt.Component;
457 class DemoTextField extends Component {
  /external/python/cpython2/Lib/msilib/
schema.py 129 Component = Table('Component')
130 Component.add_field(1,'Component',11592)
131 Component.add_field(2,'ComponentId',7462)
132 Component.add_field(3,'Directory_',3400)
133 Component.add_field(4,'Attributes',1282)
134 Component.add_field(5,'Condition',7679)
135 Component.add_field(6,'KeyPath',7496)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, Contr (…)
    [all...]
  /external/python/cpython2/Tools/msi/
schema.py 129 Component = Table('Component')
130 Component.add_field(1,'Component',0x2DFF)
131 Component.add_field(2,'ComponentId',7462)
132 Component.add_field(3,'Directory_',0xDFF)
133 Component.add_field(4,'Attributes',1282)
134 Component.add_field(5,'Condition',7679)
135 Component.add_field(6,'KeyPath',0x1DFF)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, Contr (…)
    [all...]
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 304 * given key, to the given component.
306 private static JComponent tip(JComponent component, String messageKey)
308 component.setToolTipText(msg(messageKey));
310 return component;
362 public Component getListCellRendererComponent(JList list,
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 53 * component should implement the getTelecomSystem() method to return the global singleton,
54 * and use its own method. Tests can subclass the component to return a non-singleton.
60 public interface Component {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java 18 import com.squareup.okhttp.UrlComponentEncodingTester.Component;
239 .test(Component.USER);
247 .test(Component.PASSWORD);
462 .test(Component.PATH);
474 .test(Component.QUERY);
482 .test(Component.FRAGMENT);
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 451 components=",".join(lig.Component))
470 lig.Component = attrs["components"].split(",")
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageParserTest.java 289 private static void assertComponentsEqual(PackageParser.Component<?> a,
290 PackageParser.Component<?> b) {
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /frameworks/rs/
rsElement.cpp 133 Component component; local
134 component.loadFromStream(stream);
139 component.getType(),
140 component.getKind(),
141 component.getIsNormalized(),
142 component.getVectorSize());
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/guice/core/test/com/google/inject/
ScopesTest.java 170 @interface Component {}
172 @Component
    [all...]
  /prebuilts/tools/common/m2/repository/avalon-framework/avalon-framework/4.1.3/
avalon-framework-4.1.3.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 121 static bool isTraversalComponent(StringRef Component) {
122 return Component.equals("..") || Component.equals(".");
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 72 cs := d.tmp[1+2*i] // Component selector.
80 return FormatError("unknown component selector")
85 // verified that a frame's component identifiers (C_i values in section
90 return FormatError("repeated component selector")
104 // Section B.2.3 states that if there is more than one component then the
118 // component), coefficients 1-5, and coefficients 6-63, in zig-zag
136 return FormatError("progressive AC coefficients for more than one component")
190 // only one component.
236 return UnsupportedError("excessive DC component")
334 // Refining a DC component is trivial
    [all...]
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 72 cs := d.tmp[1+2*i] // Component selector.
80 return FormatError("unknown component selector")
85 // verified that a frame's component identifiers (C_i values in section
90 return FormatError("repeated component selector")
104 // Section B.2.3 states that if there is more than one component then the
118 // component), coefficients 1-5, and coefficients 6-63, in zig-zag
136 return FormatError("progressive AC coefficients for more than one component")
190 // only one component.
236 return UnsupportedError("excessive DC component")
334 // Refining a DC component is trivial
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 61 import java.awt.Component;
    [all...]

Completed in 702 milliseconds

1 2 3 4 5 67 8 910