HomeSort by relevance Sort by last modified time
    Searched refs:FLAG (Results 51 - 65 of 65) sorted by null

1 23

  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 166 assert info.getFormats().contains(IAttributeInfo.Format.FLAG);
    [all...]
BaseViewRule.java 253 // case of a flag
276 // not behave in the normal flag way and "or" itself in;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 442 // A "flag" can consist of several values separated by "or" (|).
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 205 } else if (formats_set.contains(Format.FLAG)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 422 if (formats.contains(Format.FLAG)) {
427 "Select Flag Values", false /* radio */,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 295 In a SYMBOL_REF, this flag is used for machine-specific purposes.
296 In a PREFETCH, this flag indicates that it should be considered a scheduling
677 /* Access an individual rtx flag, with no checking of any kind. */
678 #define RTX_FLAG(RTX, FLAG) ((RTX)->FLAG)
    [all...]
  /external/eigen/blas/testing/
cblat2.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
140 * Read the flag that directs rewinding of the snapshot file.
143 * Read the flag that directs stopping on any failure.
145 * Read the flag that indicates whether error exits are to be tested.
    [all...]
dblat2.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
135 * Read the flag that directs rewinding of the snapshot file.
138 * Read the flag that directs stopping on any failure.
140 * Read the flag that indicates whether error exits are to be tested.
    [all...]
dblat3.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
110 * Read the flag that directs rewinding of the snapshot file.
113 * Read the flag that directs stopping on any failure.
115 * Read the flag that indicates whether error exits are to be tested.
    [all...]
sblat2.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
135 * Read the flag that directs rewinding of the snapshot file.
138 * Read the flag that directs stopping on any failure.
140 * Read the flag that indicates whether error exits are to be tested.
    [all...]
sblat3.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
110 * Read the flag that directs rewinding of the snapshot file.
113 * Read the flag that directs stopping on any failure.
115 * Read the flag that indicates whether error exits are to be tested.
    [all...]
zblat2.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
141 * Read the flag that directs rewinding of the snapshot file.
144 * Read the flag that directs stopping on any failure.
146 * Read the flag that indicates whether error exits are to be tested.
    [all...]
cblat3.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
117 * Read the flag that directs rewinding of the snapshot file.
120 * Read the flag that directs stopping on any failure.
122 * Read the flag that indicates whether error exits are to be tested.
    [all...]
zblat3.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
118 * Read the flag that directs rewinding of the snapshot file.
121 * Read the flag that directs stopping on any failure.
123 * Read the flag that indicates whether error exits are to be tested.
    [all...]

Completed in 876 milliseconds

1 23