HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebCore/html/
DataGridColumn.cpp 36 void DataGridColumn::setPrimary(bool primary)
38 if (m_primary != primary) {
39 m_primary = primary;
HTMLDataGridColElement.idl 37 attribute boolean primary; // Whether or not this is the primary column of the tree (this will be where the disclosure triangle and connecting tree lines will display)
DataGridColumn.h 42 static PassRefPtr<DataGridColumn> create(const String& columnID, const String& label, const String& type, bool primary, unsigned short sortable)
44 return adoptRef(new DataGridColumn(columnID, label, type, primary, sortable));
62 bool primary() const { return m_primary; } function in class:WebCore::DataGridColumn
83 DataGridColumn(const String& columnID, const String& label, const String& type, bool primary, unsigned short sortable)
88 , m_primary(primary)
DataGridColumn.idl 45 attribute boolean primary; // Whether or not this is the primary column of the tree (this will be where the disclosure triangle and connecting tree lines will display)
DataGridColumnList.cpp 65 DataGridColumn* DataGridColumnList::add(const String& id, const String& label, const String& type, bool primary, unsigned short sortable)
67 return add(DataGridColumn::create(id, label, type, primary, sortable).get());
72 if (column->primary())
116 if (col->primary())
HTMLDataGridColElement.cpp 63 m_column = DataGridColumn::create(getIdAttribute(), label(), type(), primary(), sortable());
143 bool HTMLDataGridColElement::primary() const function in class:WebCore::HTMLDataGridColElement
148 void HTMLDataGridColElement::setPrimary(bool primary)
150 setAttribute(primaryAttr, primary ? "" : 0);
165 column()->setPrimary(primary());
HTMLDataGridColElement.h 54 bool primary() const;
DataGridColumnList.idl 39 DataGridColumn add(in DOMString id, in DOMString label, in DOMString type, in boolean primary, in unsigned short sortable);
  /hardware/libhardware_legacy/audio/
audio_policy.conf 17 # For instance, "primary" corresponds to audio.primary.<device>.so.
18 # The "primary" module is mandatory and must include at least one output with
27 primary {
29 primary {
38 primary {
  /device/asus/grouper/
audio_policy.conf 13 # For instance, "primary" corresponds to audio.primary.<device>.so.
14 # The "primary" module is mandatory and must include at least one output with
23 primary {
25 primary {
34 primary {
  /device/ti/panda/audio/
audio_policy.conf 13 # for instance, "primary" corresponds to audio.primary.<device>.so.
14 # the "primary" module is mandatory and must include at least one output with
23 primary {
25 primary {
34 primary {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DialerFilterRule.java 47 INode primary = node.appendChild(FQCN_EDIT_TEXT); local
48 primary.setAttribute(ANDROID_URI, ATTR_TEXT, "Primary");
49 primary.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/primary"); //$NON-NLS-1$
50 primary.setAttribute(ANDROID_URI, ATTR_LAYOUT_BELOW,
52 primary.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent);
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 40 * The primary LocalsArray represents the locals as seen from
44 private final OneLocalsArray primary; field in class:LocalsArraySet
61 primary = new OneLocalsArray(maxLocals);
66 * Constructs an instance with the specified primary and secondaries set.
68 * @param primary {@code non-null;} primary locals to use
72 public LocalsArraySet(OneLocalsArray primary,
74 super(primary.getMaxLocals() > 0);
76 this.primary = primary;
    [all...]
  /device/moto/wingray/libaudio/
audio_policy.conf 13 # For instance, "primary" corresponds to audio.primary.<device>.so.
14 # The "primary" module is mandatory and must include at least one output with
23 primary {
25 primary {
34 primary {
  /device/samsung/crespo/libaudio/
audio_policy.conf 13 # For instance, "primary" corresponds to audio.primary.<device>.so.
14 # The "primary" module is mandatory and must include at least one output with
23 primary {
25 primary {
34 primary {
  /device/generic/goldfish/audio/
Android.mk 20 LOCAL_MODULE := audio.primary.goldfish
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 39 public XmlPropertyComposite(XmlProperty primary, XmlProperty[] properties) {
41 primary.getEditor(),
42 primary.getFactory(),
43 primary.getNode(),
44 primary.getDescriptor());
  /device/samsung/tuna/audio/
audio_policy.conf 13 # For instance, "primary" corresponds to audio.primary.<device>.so.
14 # The "primary" module is mandatory and must include at least one output with
23 primary {
25 primary {
48 primary {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 11 (* primary *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 11 (* primary *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 11 (* primary *)
  /external/guava/guava/src/com/google/common/collect/
CompoundOrdering.java 30 CompoundOrdering(Comparator<? super T> primary,
33 = ImmutableList.<Comparator<? super T>>of(primary, secondary);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 11 (* primary *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 11 (* primary *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 11 (* primary *)

Completed in 428 milliseconds

1 2 3 4 5 6 7