HomeSort by relevance Sort by last modified time
    Searched full:logical (Results 276 - 300 of 1952) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeProvider.java 36 * for example a monthly calendar grid, to be presented as a tree of logical nodes,
37 * for example month days each containing events, thus conveying its logical structure.
85 * logical structure.
  /frameworks/base/services/core/java/com/android/server/hdmi/
DelayedMessageBuffer.java 97 * Process messages from a given logical device. Called by
103 * @param address logical address of CEC device which the messages to process
134 * @param address logical address of the device to be the active source
NewDeviceAction.java 25 * Feature action that discovers the information of a newly found logical device.
60 * @param deviceLogicalAddress logical address of the device in interest
95 // For the logical device in interest, we want two more pieces of information -
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
rmnet_data.h 144 * RMNET_NETLINK_SET_LOGICAL_EP_CONFIG - Sets the logical endpoint
156 * RMNET_NETLINK_UNSET_LOGICAL_EP_CONFIG - Un-sets the logical endpoint
166 * RMNET_NETLINK_GET_LOGICAL_EP_CONFIG - Gets the logical endpoint
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
package.html 77 <td>Applies a logical NOT to an existing filter</td>
81 <td>Combines two filters using a logical AND</td>
85 <td>Combines two filter using a logical OR</td>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java 20 import static com.android.ide.common.xml.XmlAttributeSortOrder.LOGICAL;
114 { "&Logical (id, style, layout attributes, remaining attributes alphabetically)",
115 LOGICAL.key },
  /external/cblas/testing/
c_cblat2.f 12 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
84 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
98 LOGICAL LTEST( NSUBS )
102 LOGICAL LCE
111 LOGICAL OK
484 LOGICAL FATAL, REWI, TRACE
501 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
506 LOGICAL ISAME( 13
    [all...]
c_dblat2.f 12 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
81 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
94 LOGICAL LTEST( NSUBS )
98 LOGICAL LDE
107 LOGICAL OK
476 LOGICAL FATAL, REWI, TRACE
492 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
497 LOGICAL ISAME( 13
    [all...]
c_sblat2.f 12 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
81 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
94 LOGICAL LTEST( NSUBS )
98 LOGICAL LSE
107 LOGICAL OK
476 LOGICAL FATAL, REWI, TRACE
492 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
497 LOGICAL ISAME( 13
    [all...]
c_zblat2.f 12 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
85 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
99 LOGICAL LTEST( NSUBS )
103 LOGICAL LZE
112 LOGICAL OK
485 LOGICAL FATAL, REWI, TRACE
502 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
507 LOGICAL ISAME( 13
    [all...]
c_cblat3.f 12 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
65 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
79 LOGICAL LTEST( NSUBS )
83 LOGICAL LCE
91 LOGICAL LERR, OK
448 LOGICAL FATAL, REWI, TRACE
464 LOGICAL NULL, RESET, SAME, TRANA, TRANB
468 LOGICAL ISAME( 13
    [all...]
c_dblat3.f 12 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
73 LOGICAL LTEST( NSUBS )
77 LOGICAL LDE
86 LOGICAL OK
437 LOGICAL FATAL, REWI, TRACE
451 LOGICAL NULL, RESET, SAME, TRANA, TRANB
455 LOGICAL ISAME( 13
    [all...]
c_sblat3.f 12 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
73 LOGICAL LTEST( NSUBS )
77 LOGICAL LSE
86 LOGICAL OK
437 LOGICAL FATAL, REWI, TRACE
451 LOGICAL NULL, RESET, SAME, TRANA, TRANB
455 LOGICAL ISAME( 13
    [all...]
c_zblat3.f 12 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
13 * F LOGICAL FLAG, T TO STOP ON FAILURES.
14 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
66 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
80 LOGICAL LTEST( NSUBS )
84 LOGICAL LZE
92 LOGICAL LERR, OK
449 LOGICAL FATAL, REWI, TRACE
465 LOGICAL NULL, RESET, SAME, TRANA, TRANB
469 LOGICAL ISAME( 13
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bmap.c 2 * bmap.c --- logical to physical block mapping
153 * Except for the logical block (lblk) that was passed in, search all
154 * blocks in this logical cluster for a mapping to a physical cluster.
156 * the logical block and return that.
175 /* Try to map a logical block to an already-allocated physical cluster. */
  /external/llvm/lib/Target/Hexagon/
HexagonIntrinsicsV4.td 194 // Logical xor with xor accumulation
228 // ALU32 / ALU / Logical Operations.
259 // CR / Logical Operations On Predicates.
286 // XTYPE / ALU / Logical-logical Words.
  /frameworks/base/docs/html/training/implementing-navigation/
ancestral.jd 38 should offer the user a way to navigate to the logical parent screen in the app's hierarchy by
61 such as <em>Up</em> because the system can determine the logical parent activity from
64 <p>Beginning in Android 4.1 (API level 16), you can declare the logical parent of each
214 // navigate up to the logical parent activity.
226 you must declare the logical parent of each activity in your manifest file, using the
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 74 * decides how to configure logical displays based on the physical display devices currently
154 // and only tell applications about the existence of the default logical display.
170 // List of all logical displays indexed by logical display id.
566 // Something weird happened and the logical display was not created.
568 + "because the logical display was not created.");
755 // Adds a new logical display based on the given display device.
767 Slog.i(TAG, "Not creating a logical display for a secondary display "
779 Slog.w(TAG, "Ignoring display device because the logical display "
    [all...]
  /docs/source.android.com/src/devices/tv/
HDMI-CEC.jd 91 <li> The service is designed to allow hosting more than one type of logical device.</li>
159 <h3 id=logical_address>Logical Address</h3>
191 * (*add_logical_address)() passes the logical address that will be used
195 * the given logical address can be filtered in. This method can be called
196 * as many times as necessary in order to support multiple logical devices.
197 * addr should be in the range of valid logical addresses for the call
205 * (*clear_logical_address)() tells HAL to reset all the logical addresses.
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerGlobal.java 102 * Get information about a particular logical display.
104 * @param displayId The logical display id.
141 * Gets all currently valid logical display ids.
168 * Gets information about a logical display.
173 * @param displayId The logical display id.
186 * Gets information about a logical display without applying any compatibility metrics.
188 * @param displayId The logical display id.
DisplayManager.java 244 * Gets information about a logical display.
249 * @param displayId The logical display id.
259 * Gets all currently valid logical displays.
268 * Gets all currently valid logical displays of the specified category.
546 * Called whenever a logical display has been added to the system.
550 * @param displayId The id of the logical display that was added.
555 * Called whenever a logical display has been removed from the system.
557 * @param displayId The id of the logical display that was removed.
562 * Called whenever the properties of a logical display have changed.
564 * @param displayId The id of the logical display that changed
    [all...]
  /external/eigen/blas/testing/
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.
60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
73 LOGICAL LTEST( NSUBS )
77 LOGICAL LDE
85 LOGICAL LERR, OK
376 LOGICAL FATAL, REWI, TRACE
390 LOGICAL NULL, RESET, SAME, TRANA, TRANB
394 LOGICAL ISAME( 13
    [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.
60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
73 LOGICAL LTEST( NSUBS )
77 LOGICAL LSE
85 LOGICAL LERR, OK
376 LOGICAL FATAL, REWI, TRACE
390 LOGICAL NULL, RESET, SAME, TRANA, TRANB
394 LOGICAL ISAME( 13
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 210 /// as the immediate operand of a logical instruction for the given register
272 /// isLogicalImmediate - Return true if the immediate is valid for a logical
279 /// encodeLogicalImmediate - Return the encoded immediate value for a logical
284 assert(res && "invalid logical immediate");
289 /// decodeLogicalImmediate - Decode a logical immediate value in the form
298 assert((regSize == 64 || N == 0) && "undefined logical immediate encoding");
300 assert(len >= 0 && "undefined logical immediate encoding");
304 assert(S != size - 1 && "undefined logical immediate encoding");
317 /// isValidDecodeLogicalImmediate - Check to see if the logical immediate value
326 if (regSize == 32 && N != 0) // undefined logical immediate encodin
    [all...]
  /external/skia/include/views/
SkWidget.h 343 int fCurrIndex; // logical index
344 int fScrollIndex; // logical index of top-most visible row
399 int fCurrIndex; // logical index

Completed in 478 milliseconds

<<11121314151617181920>>