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

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/resources/pyyaml/
construct-bool.data 3 logical: True
  /external/llvm/test/YAMLParser/
construct-bool.test 5 logical: True
  /external/e2fsprogs/tests/f_extent_interior_start_lblk/
expect.1 3 Logical start 0 does not match logical start 2 at next level. Fix? yes
  /external/clang/test/SemaCXX/
expressions.cpp 42 return x && 4; // expected-warning {{use of logical '&&' with constant operand}} \
46 return x && sizeof(int) == 4; // no warning, RHS is logical op.
52 return x && (unsigned)0; // expected-warning {{use of logical '&&' with constant operand}} \
56 return x || (unsigned)1; // expected-warning {{use of logical '||' with constant operand}} \
59 return x || 0; // expected-warning {{use of logical '||' with constant operand}} \
61 return x || 1; // expected-warning {{use of logical '||' with constant operand}} \
63 return x || -1; // expected-warning {{use of logical '||' with constant operand}} \
65 return x || 5; // expected-warning {{use of logical '||' with constant operand}} \
67 return x && 0; // expected-warning {{use of logical '&&' with constant operand}} \
70 return x && 1; // expected-warning {{use of logical '&&' with constant operand}}
    [all...]
  /external/valgrind/docs/internals/
s390-opcodes.csv 7 al,"add logical",implemented,
8 alr,"add logical",implemented,
38 cl,"compare logical",implemented,
39 clc,"compare logical",implemented,
40 clcl,"compare logical long",implemented,
41 cli,"compare logical",implemented,
42 clm,"compare logical characters under mask",implemented,
43 clr,"compare logical",implemented,
44 clst,"compare logical string",implemented,
176 sl,"subtract logical",implemented
    [all...]
  /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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/
not.hpp 18 # include <boost/preprocessor/logical/bool.hpp>
19 # include <boost/preprocessor/logical/compl.hpp>
and.hpp 18 # include <boost/preprocessor/logical/bool.hpp>
19 # include <boost/preprocessor/logical/bitand.hpp>
  /frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java 31 * Describes how a logical display is configured.
33 * At this time, we only support logical displays that are coupled to a particular
34 * primary display device from which the logical display derives its basic properties
37 * A logical display may be mirrored onto multiple display devices in addition to its
38 * primary display device. Note that the contents of a logical display may not
41 * logical display.
43 * This object is designed to encapsulate as much of the policy of logical
45 * logical displays mostly by making local changes to this class.
47 * Note: The display manager architecture does not actually require logical displays
48 * to be associated with any individual display device. Logical displays an
    [all...]
  /frameworks/base/core/java/android/hardware/display/
DisplayViewport.java 23 * a logical display.
26 * physical display coordinates into logical display coordinates.
35 // The logical display id.
41 // The portion of the logical display that are presented on this physical display.
44 // The portion of the (rotated) physical display that shows the logical display contents.
45 // The relation between logical and physical frame defines how the coordinate system
  /external/gptfdisk/
fixparts.8 34 You can change primary partitions into logical partitions or vice\-versa,
49 you can change primary/logical assignment.
62 holding areas for logical partitions.
65 .B logical
66 A disk can contain an arbitrary number of logical partitions
67 (\fBfixparts\fR, however, imposes a limit of 124 logical partitions). All
68 the logical partitions reside inside a single extended partition, and are
70 logical partition must be preceded by at least one sector of unallocated space
75 These distinctions mean that primary and logical partitions cannot be
77 partitions, a block of one or more logical partitions, and one to thre
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
LinkSetFilter.java 3 import com.google.gwt.event.logical.shared.SelectionEvent;
4 import com.google.gwt.event.logical.shared.SelectionHandler;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
HdpiUtils.java 24 * OpenGL yourself. The logical coordinate system provided by the operating system may not have the same resolution as the actual
26 * to OpenGL for any function that expects backbuffer coordinates instead of logical coordinates.
30 /** Calls {@link GL20#glScissor(int, int, int, int)}, expecting the coordinates and sizes given in logical coordinates and
41 /** Calls {@link GL20#glViewport(int, int, int, int)}, expecting the coordinates and sizes given in logical coordinates and
54 * logical screen coordinates.
62 * logical screen coordinates
69 * Converts an x-coordinate given in logical screen coordinates to
78 * logical screen coordinates
  /external/cblas/testing/
sin2 3 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
4 F LOGICAL FLAG, T TO STOP ON FAILURES.
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
6 2 LOGICAL FLAG, T TO TEST ROW-MAJOR (IF FALSE COLUMN-MAJOR IS TESTED)
cin3 3 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
4 F LOGICAL FLAG, T TO STOP ON FAILURES.
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
din3 3 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
4 F LOGICAL FLAG, T TO STOP ON FAILURES.
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
sin3 3 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
4 F LOGICAL FLAG, T TO STOP ON FAILURES.
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
zin3 3 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
4 F LOGICAL FLAG, T TO STOP ON FAILURES.
5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
  /external/e2fsprogs/tests/f_ext_zero_len/
expect.1 3 (invalid logical block 0, physical block 37)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleContact.java 8 /** The logical sum of the particle behaviors that have been set. */
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
opt.go 7 // Many Power ISA arithmetic and logical instructions come in four
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug476.go 7 // Logical operation on named boolean type returns the same type,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
opt.go 7 // Many Power ISA arithmetic and logical instructions come in four
  /prebuilts/go/linux-x86/test/fixedbugs/
bug476.go 7 // Logical operation on named boolean type returns the same type,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
movi.s 16 # logical ops should convert for any register

Completed in 2772 milliseconds

1 2 3 4 5 6 7 8 91011>>