HomeSort by relevance Sort by last modified time
    Searched full:logical (Results 1 - 25 of 1507) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/encoding/hebrew/
logical.html 1 <meta http-equiv="content-Type" content="text/html; charset=logical" /><body><p id=p>
3 document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "logical") ? "PASS" : "FAIL")</script></body
csISO88598I.html 3 document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "logical") ? "PASS" : "FAIL")</script></body
8859-8-i.html 3 document.write((document.defaultView.getComputedStyle(document.getElementById("p"), null).getPropertyValue("-webkit-rtl-ordering") == "logical") ? "PASS" : "FAIL")</script></body
  /external/llvm/test/YAMLParser/
construct-bool.data 5 logical: True
  /external/clang/test/SemaCXX/
expressions.cpp 37 return x && 4; // expected-warning {{use of logical '&&' with constant operand}} \
41 return x && sizeof(int) == 4; // no warning, RHS is logical op.
47 return x && (unsigned)0; // expected-warning {{use of logical '&&' with constant operand}} \
51 return x || (unsigned)1; // expected-warning {{use of logical '||' with constant operand}} \
54 return x || 0; // expected-warning {{use of logical '||' with constant operand}} \
56 return x || 1; // expected-warning {{use of logical '||' with constant operand}} \
58 return x || -1; // expected-warning {{use of logical '||' with constant operand}} \
60 return x || 5; // expected-warning {{use of logical '||' with constant operand}} \
62 return x && 0; // expected-warning {{use of logical '&&' with constant operand}} \
65 return x && 1; // expected-warning {{use of logical '&&' with constant operand}}
    [all...]
bool.cpp 28 static_assert_arg_is_bool(n && 4); // expected-warning {{use of logical '&&' with constant operand}} \
31 static_assert_arg_is_bool(n || 5); // expected-warning {{use of logical '||' with constant operand}} \
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 30 * Describes how a logical display is configured.
32 * At this time, we only support logical displays that are coupled to a particular
33 * primary display device from which the logical display derives its basic properties
36 * A logical display may be mirrored onto multiple display devices in addition to its
37 * primary display device. Note that the contents of a logical display may not
40 * logical display.
42 * This object is designed to encapsulate as much of the policy of logical
44 * logical displays mostly by making local changes to this class.
46 * Note: The display manager architecture does not actually require logical displays
47 * to be associated with any individual display device. Logical displays an
    [all...]
DisplayViewport.java 23 * a logical display.
26 * physical display coordinates into logical display coordinates.
33 // The logical display id.
39 // The portion of the logical display that are presented on this physical display.
42 // The portion of the (rotated) physical display that shows the logical display contents.
43 // The relation between logical and physical frame defines how the coordinate system
  /external/libvorbis/doc/
oggstream.html 73 <h1>Ogg logical and physical bitstream overview</h1>
91 <h2>Logical and physical bitstreams</h2>
94 structured bitstream data called <em>logical bitstreams</em>. A
95 logical bitstream consists of pages, in order, belonging to a single
101 <p>Multiple logical bitstreams can be combined (with restrictions) into a
103 multiple logical bitstreams multiplexed at the page level and may
104 include a 'meta-header' at the beginning of the multiplexed logical
106 order from multiple logical bitstreams and combined into a single
108 logical bitstreams from the physical bitstream by taking the pages in
110 appropriate logical decoding entity. The simplest physical bitstrea
    [all...]
  /external/eigen/blas/testing/
cblat3.dat 5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
6 F LOGICAL FLAG, T TO STOP ON FAILURES.
7 F LOGICAL FLAG, T TO TEST ERROR EXITS.
dblat3.dat 5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
6 F LOGICAL FLAG, T TO STOP ON FAILURES.
7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
sblat3.dat 5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
6 F LOGICAL FLAG, T TO STOP ON FAILURES.
7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
zblat3.dat 5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
6 F LOGICAL FLAG, T TO STOP ON FAILURES.
7 F LOGICAL FLAG, T TO TEST ERROR EXITS.
dblat2.dat 5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
6 F LOGICAL FLAG, T TO STOP ON FAILURES.
7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
sblat2.dat 5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
6 F LOGICAL FLAG, T TO STOP ON FAILURES.
7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
cblat2.dat 5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
6 F LOGICAL FLAG, T TO STOP ON FAILURES.
7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
zblat2.dat 5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
6 F LOGICAL FLAG, T TO STOP ON FAILURES.
7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
  /external/e2fsprogs/lib/ext2fs/
fiemap.h 15 __u64 fe_logical; /* logical offset in bytes for the start of
26 __u64 fm_start; /* logical offset (inclusive) at
28 __u64 fm_length; /* logical length of mapping which
  /external/eigen/Eigen/src/Core/util/
DisableStupidWarnings.h 32 // -Wconstant-logical-operand - warning: use of logical && with constant operand; switch to bitwise & or remove constant
37 #pragma clang diagnostic ignored "-Wconstant-logical-operand"
  /external/libvorbis/doc/vorbisfile/
ov_streams.html 20 <p>Returns the number of logical bitstreams within our physical bitstream.
44 1 indicates a single logical bitstream or an unseekable file.</li>
45 <li><i>n</i> indicates the number of logical bitstreams.</li>
ov_serialnumber.html 20 <p>Returns the serialnumber of the specified logical bitstream link number within the overall physical bitstream.
39 <dd>Link to the desired logical bitstream. For nonseekable files, this argument is ignored. To retrieve the serial number of the current bitstream, this parameter should be set to -1.</dd>
46 -1 if the specified logical bitstream <i>i</i> does not exist.</li>
48 <li>Returns the serial number of the logical bitstream <i>i</i> or the serial number of the current bitstream if the file is nonseekable.</li>
ov_pcm_total.html 20 <p>Returns the total pcm samples of the physical bitstream or a specified logical bitstream.
39 <dd>Link to the desired logical bitstream. To retrieve the total pcm samples for the entire physical bitstream, this parameter should be set to -1.</dd>
48 <li>length in pcm samples of logical bitstream if i=0 to n.</li>
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
package.html 12 Controls represent the "logical" programming of scene graph elements, containing
  /external/libogg/doc/
rfc3533.txt 102 bitstreams, which are called "Logical Bitstreams". A logical
105 "Packets". The packets are created by the encoder of that logical
132 o framing for logical bitstreams.
134 o interleaving of different logical bitstreams.
155 for Ogg. Ogg supports framing and interleaving of logical
165 A physical Ogg bitstream consists of multiple logical bitstreams
167 from multiple logical bitstreams multiplexed at the page level. The
168 logical bitstreams are identified by a unique serial number in the
180 content or encoder of the logical bitstream it represents. Pages o
    [all...]
  /frameworks/base/core/java/android/hardware/display/
DisplayManager.java 88 * Gets information about a logical display.
93 * @param displayId The logical display id.
103 * Gets all currently valid logical displays.
112 * Gets all currently valid logical displays of the specified category.
282 * Called whenever a logical display has been added to the system.
286 * @param displayId The id of the logical display that was added.
291 * Called whenever a logical display has been removed from the system.
293 * @param displayId The id of the logical display that was removed.
298 * Called whenever the properties of a logical display have changed.
300 * @param displayId The id of the logical display that changed
    [all...]

Completed in 1115 milliseconds

1 2 3 4 5 6 7 8 91011>>