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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
live-variables.m 17 // Note, due to ObjC method call, the outermost logical operator is wrapped in ExprWithCleanups.
  /external/clang/test/CoverageMapping/
logical.cpp 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name logical.cpp %s | FileCheck %s
  /external/e2fsprogs/tests/f_extent_oobounds/
expect.1 3 (logical block 15, physical block 200, len 30)
  /external/e2fsprogs/tests/f_extents2/
expect.1 3 (invalid logical block 0, physical block 23, len 12)
17 (logical block 0, invalid physical block 500, len 10)
21 (logical block 0, physical block 120, invalid len 6000)
25 (invalid logical block 10, physical block 155, len 45)
  /external/gptfdisk/
mbrpart.h 31 #define LOGICAL 2 /* write partition as logical */
41 // On read of logical entries, it's relative to the EBR record for that
62 int includeAs; // PRIMARY, LOGICAL, or NONE
basicmbr.cc 150 // Empty existing MBR data, including the logical partitions...
194 // Load logical partition data, if any is found....
202 cerr << "Error reading logical partitions! List may be truncated!\n";
231 cerr << "Warning! MBR Logical partitions found on a hybrid MBR disk! This is an\n"
239 // This is a function to read all the logical partitions, following the
240 // logical partition linked list from the disk and storing the basic data in the
242 // that index if there was a problem. (Some problems can leave valid logical
258 if (EbrLocations[i] == offset) { // already read this one; infinite logical partition loop!
259 cerr << "Logical partition infinite loop detected! This is being corrected.\n";
270 cerr << "Error seeking to or reading logical partition data from " << offse
    [all...]
  /external/hamcrest/src/org/hamcrest/core/
IsNot.java 13 * Calculates the logical negation of a matcher.
  /external/kernel-headers/original/uapi/linux/
virtio_blk.h 70 /* exponent for physical block per logical block. */
72 /* alignment offset in logical blocks. */
74 /* minimum I/O size without performance penalty in logical blocks. */
76 /* optimal sustained I/O size in logical blocks. */
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp1.txt 16 conclusion I do: that you have to go with familiar syntax over logical
42 introduce, no matter how logical it is. Introducing a new syntax that may
51 syntax that they have never seen that has a more logical structure. I think
57 P.S. Also, while I agree that most your syntax is more logical, there is
  /external/llvm/test/CodeGen/Hexagon/
fusedandshift.ll 2 ; Check that we generate fused logical and with shift instruction.
  /external/llvm/test/Transforms/ConstProp/
logicaltest.ll 1 ; Ensure constant propagation of logical instructions is working correctly.
  /external/skia/src/core/
SkRecordOpts.h 16 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
  /external/v8/src/base/
sys-info.h 16 // Returns the number of logical processors/core on the current machine.
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiMhlLocalDeviceStub.java 7 * Stub class that models a logical mhl device hosted in this system.
HdmiUtils.java 71 * Check if the given logical address is valid. A logical address is valid
73 * with other logical devices.
75 * @param address logical address
83 * Return the device type for the given logical address.
85 * @param address logical address
86 * @return device type for the given logical address; DEVICE_INACTIVE
97 * Return the default device name for a logical address. This is the name
98 * by which the logical device is known to others until a name is
101 * @param address logical addres
    [all...]
  /frameworks/support/v4/java/android/support/v4/hardware/display/
DisplayManagerCompat.java 70 * Gets information about a logical display.
75 * @param displayId The logical display id.
81 * Gets all currently valid logical displays.
88 * Gets all currently valid logical displays of the specified category.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
logical.hpp 13 // $Id: logical.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/comparison/
less_equal.hpp 19 # include <boost/preprocessor/logical/not.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/
if.hpp 19 # include <boost/preprocessor/logical/bool.hpp>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_blk.h 63 /* exponent for physical block per logical block. */
65 /* alignment offset in logical blocks. */
67 /* minimum I/O size without performance penalty in logical blocks. */
69 /* optimal sustained I/O size in logical blocks. */
  /external/e2fsprogs/tests/f_extents/
expect.1 6 (logical block 0, invalid physical block 21994527527949, len 17)
15 (logical block 0, invalid physical block 22011707397135, len 15)
  /external/libogg/doc/libogg/
ogg_page_serialno.html 20 <p>Returns the unique serial number for the logical bitstream of this page. Each page contains the serial number for the logical bitstream that it belongs to.
ogg_stream_state.html 21 The ogg_stream_state struct tracks the current encode/decode state of the current logical bitstream.
48 logical bitstream */
50 of a logical bitstream */
93 <dd>Marker set when the last packet of the logical bitstream has been buffered.</dd>
95 <dd>Marker set after we have written the first page in the logical bitstream.</dd>
97 <dd>Serial number of this logical bitstream.</dd>
  /external/libvorbis/doc/vorbisfile/
chainingexample.html 92 <p>Then we're going to find the number of logical bitstreams in the physical bitstream using <a href="ov_streams.html">ov_streams</a>.
102 printf("Input bitstream contained %ld logical bitstream section(s).\n",
109 "First logical bitstream information:\n\n");
117 <p>Now we're going to iterate through each logical bitstream and print information about that bitstream.
119 <p>We use <a href="ov_info.html">ov_info</a> to pull out the <a href="vorbis_info.html">vorbis_info</a> struct for each logical bitstream. This struct contains bitstream-specific info.
121 <p><a href="ov_serialnumber.html">ov_serialnumber</a> retrieves the unique serial number for the logical bistream. <a href="ov_raw_total.html">ov_raw_total</a> gives the total compressed bytes for the logical bitstream, and <a href="ov_time_total.html">ov_time_total</a> gives the total time in the logical bitstream.
  /external/kernel-headers/original/uapi/mtd/
ubi-user.h 85 * Logical eraseblock erase
88 * To erase a logical eraseblock, the %UBI_IOCEBER ioctl command of the
90 * unmaps the requested logical eraseblock, makes sure the corresponding
93 * Atomic logical eraseblock change
96 * Atomic logical eraseblock change operation is called using the %UBI_IOCEBCH
102 * Logical eraseblock map
105 * To map a logical eraseblock to a physical eraseblock, the %UBI_IOCEBMAP
107 * expected to be passed. The ioctl maps the requested logical eraseblock to
108 * a physical eraseblock and returns. Only non-mapped logical eraseblocks can
109 * be mapped. If the logical eraseblock specified in the request is alread
    [all...]

Completed in 1332 milliseconds

1 23 4 5 6 7 8 91011>>