OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logical
(Results
51 - 75
of
1921
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
exprs.c
195
return x && 4; // expected-warning {{use of
logical
'&&' with constant operand}} \
199
return x && sizeof(int) == 4; // no warning, RHS is
logical
op.
206
return x || -1; // expected-warning {{use of
logical
'||' with constant operand}} \
208
return x || 5; // expected-warning {{use of
logical
'||' with constant operand}} \
212
return x && -1; // expected-warning {{use of
logical
'&&' with constant operand}} \
215
return x && 5; // expected-warning {{use of
logical
'&&' with constant operand}} \
220
return x || (-1); // expected-warning {{use of
logical
'||' with constant operand}} \
222
return x || (5); // expected-warning {{use of
logical
'||' with constant operand}} \
226
return x && (-1); // expected-warning {{use of
logical
'&&' with constant operand}} \
229
return x && (5); // expected-warning {{use of
logical
'&&' with constant operand}}
[
all
...]
/external/libvorbis/doc/
a1-encapsulation-ogg.tex
8
This document describes using Ogg
logical
and physical transport
16
bitstream overview} and \href{framing.html}{Ogg
logical
33
The Ogg stream may be chained, i.e., contain multiple, contigous
logical
streams (links).
74
first page of the
logical
Ogg stream. This results in a first Ogg
75
page of exactly 58 bytes at the very beginning of the
logical
stream.
85
the
logical
stream. However many pages they span, the third header
95
The first audio packet of the
logical
stream begins a fresh Ogg page.
framing.html
73
<h1>Ogg
logical
bitstream framing</h1>
109
<h2>
Logical
and Physical Bitstreams</h2>
111
<p>A <em>
logical
</em> Ogg bitstream is a contiguous stream of
112
sequential pages belonging only to the
logical
bitstream. A
114
than one
logical
Ogg bitstream (the simplest physical bitstream
115
is simply a single
logical
bitstream). We describe below the exact
116
formatting of an Ogg
logical
bitstream. Combining
logical
141
logical
one; it's used to compute page header values and the original
198
initialization data at the beginning of a
logical
bitstream).</p
[
all
...]
/external/libogg/doc/
skeleton.html
83
<p>Ogg Skeleton is being designed to overcome these problems. Ogg Skeleton is a
logical
bitstream within an Ogg stream that contains information about the other encapsulated
logical
bitstreams. For each
logical
bitstream it provides information such as its media type, and explains the way the granulepos field in Ogg pages is mapped to time.</p>
89
<h3>How to describe the
logical
bitstreams within an Ogg container?</h3>
91
<p>The following information about a
logical
bitstream is of interest to contain as meta information in the Skeleton:</p>
96
<li>the number of header packets: this informs a parser about the number of actual header packets in an Ogg
logical
bitstream</li>
97
<li>the granule rate: the granule rate represents the data rate in Hz at which content is sampled for the particular
logical
bitstream, allowing to map a granule position to time by calculating "granulepos / granulerate"</li>
100
<li>a basetime: it provides a mapping for granule position 0 (for all
logical
bitstreams) to a playback time; an example use: most content in professional analog video creation actually starts at a time of 1 hour and thus adding this additional field allows them retain this mapping on digitizing their content</li>
101
<li>a UTC time: it provides a mapping for granule position 0 (for all
logical
bitstreams) to a real-world clock time allowing to remember e.g. the recording or broadcast time of some content</li>
106
<p>When cutting out a subpart of an Ogg physical bitstream, the aim is to keep all the content pages intact (including the framing and granule positions) and just change some information in the Skeleton that allows reconstruction of the accurate time mapping. When remultiplexing such a bitstream, it is necessary to take into account all the different contained
logical
bitstreams. A given cut-in time maps to several different byte positions in the Ogg physical bitst (…)
[
all
...]
framing.html
73
<h1>Ogg
logical
bitstream framing</h1>
109
<h2>
Logical
and Physical Bitstreams</h2>
111
<p>A <em>
logical
</em> Ogg bitstream is a contiguous stream of
112
sequential pages belonging only to the
logical
bitstream. A
114
than one
logical
Ogg bitstream (the simplest physical bitstream
115
is simply a single
logical
bitstream). We describe below the exact
116
formatting of an Ogg
logical
bitstream. Combining
logical
141
logical
one; it's used to compute page header values and the original
198
initialization data at the beginning of a
logical
bitstream).</p
[
all
...]
/frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java
56
* decides how to configure
logical
displays based on the physical display devices currently
141
// and only tell applications about the existence of the default
logical
display.
157
// List of all
logical
displays indexed by
logical
display id.
308
* Overrides the display information of a particular
logical
display.
315
* influences the
logical
configuration of displays.
317
* @param displayId The
logical
display id.
380
* Returns information about the specified
logical
display.
382
* @param displayId The
logical
display id.
383
* @return The
logical
display info, or null if the display does not exist. Th
[
all
...]
/dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h
92
Mnemonic_AND, //
Logical
AND
257
Mnemonic_OR, //
Logical
Inclusive OR
262
Mnemonic_PAND, //
Logical
AND
263
Mnemonic_POR, // Bitwise
Logical
OR
269
Mnemonic_PXOR, //
Logical
Exclusive OR
309
Mnemonic_TEST, //
Logical
Compare
314
Mnemonic_XOR, //
Logical
Exclusive OR
318
Mnemonic_XORPD, // Bitwise
Logical
XOR for Double-Precision Floating-Point Values
319
Mnemonic_XORPS, // Bitwise
Logical
XOR for Single-Precision Floating-Point Values
/external/libnfc-nci/src/nfc/int/
llcp_int.h
80
UINT8 ll_idx; /* for scheduler of
logical
link connection */
109
UINT8 link_type; /*
logical
link and/or data link */
235
UINT8 num_logical_data_link; /* number of
logical
data link */
238
/* these two thresholds (number of tx UI PDU) are dynamically adjusted based on number of
logical
links */
239
UINT8 ll_tx_congest_start; /* congest start threshold for each
logical
link*/
240
UINT8 ll_tx_congest_end; /* congest end threshold for each
logical
link */
247
UINT8 ll_tx_uncongest_ntf_start_sap; /* next start of
logical
data link */
260
** threshold (number of rx UI PDU) is dynamically adjusted based on number of
logical
links
263
UINT8 ll_rx_congest_start; /* rx congest start threshold for each
logical
link */
/external/proguard/src/proguard/evaluation/value/
LongValue.java
173
* Returns the
logical
<i>and</i> of this LongValue and the given
182
* Returns the
logical
<i>or</i> of this LongValue and the given
191
* Returns the
logical
<i>xor</i> of this LongValue and the given
327
* Returns the
logical
<i>and</i> of this LongValue and the given
336
* Returns the
logical
<i>or</i> of this LongValue and the given
345
* Returns the
logical
<i>xor</i> of this LongValue and the given
483
* Returns the
logical
<i>and</i> of this LongValue and the given
492
* Returns the
logical
<i>or</i> of this LongValue and the given
501
* Returns the
logical
<i>xor</i> of this LongValue and the given
/frameworks/base/core/java/android/hardware/display/
DisplayManagerGlobal.java
98
* Get information about a particular
logical
display.
100
* @param displayId The
logical
display id.
137
* Gets all currently valid
logical
display ids.
164
* Gets information about a
logical
display.
169
* @param displayId The
logical
display id.
182
* Gets information about a
logical
display without applying any compatibility metrics.
184
* @param displayId The
logical
display id.
192
* Gets information about a
logical
display without applying any compatibility metrics.
194
* @param displayId The
logical
display id.
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
blend.rst
21
Logical
Operations
24
Logical
operations, also known as logicops, lops, or rops, are supported.
30
The blend_enable flag is ignored for all render targets when
logical
33
For a source component `s` and destination component `d`, the
logical
55
The
logical
operation names and definitions match those of the OpenGL API,
/external/mesa3d/src/gallium/docs/source/cso/
blend.rst
21
Logical
Operations
24
Logical
operations, also known as logicops, lops, or rops, are supported.
30
The blend_enable flag is ignored for all render targets when
logical
33
For a source component `s` and destination component `d`, the
logical
55
The
logical
operation names and definitions match those of the OpenGL API,
/external/e2fsprogs/lib/ext2fs/
extent.c
602
* Go to the node at leaf_level which contains
logical
block blk.
1121
* Sets the physical block for a
logical
file block in the extent tree.
1143
blk64_t
logical
, blk64_t physical, int flags)
1146
int mapped = 1; /*
logical
is mapped? */
1164
handle->ino,
logical
, physical, flags);
1184
newextent.e_lblk =
logical
;
1208
/* go to the
logical
spot we want to (re/un)map */
1209
retval = ext2fs_extent_goto(handle,
logical
);
1217
logical
);
1226
* This may be the extent *before* the requested
logical
,
1852
blk_t
logical
;
local
[
all
...]
/external/clang/test/SemaCXX/
warn-logical-not-compare.cpp
11
// expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
22
//expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
33
//expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
44
//expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
55
//expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
66
//expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
99
// expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
125
// expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
136
// expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}}
147
// expected-warning@-1 {{
logical
not is only applied to the left hand side of this comparison}
[
all
...]
/external/e2fsprogs/intl/
plural-exp.h
43
lnot, /*
Logical
NOT. */
56
land, /*
Logical
AND. */
57
lor, /*
Logical
OR. */
/external/libvorbis/doc/vorbisfile/
chaining_example_c.html
44
<font color="#B22222">/* print details about each
logical
bitstream in the input */</font>
46
printf(<font color="#666666">"Input bitstream contained %ld
logical
bitstream section(s).\n"</font>,
53
<font color="#666666">"First
logical
bitstream information:\n\n"</font>);
ov_bitrate.html
20
<p>This function returns the average bitrate for the specified
logical
bitstream. This may be different from the <a href=ov_info.html>ov_info->nominal_bitrate</a> value, as it is based on the actual average for this bitstream if the file is seekable.
41
<dd>Link to the desired
logical
bitstream. For nonseekable files, this argument is ignored. To retrieve the bitrate for the entire bitstream, this parameter should be set to -1.</dd>
49
<li><i>n</i> indicates the bitrate for the given
logical
bitstream or the entire
/external/oprofile/daemon/
opd_ibs.h
61
/* MSRC001_1034 IBS Op
Logical
Address Register */
103
* IbsFetchLinAd low IbsOpRip low <--
Logical
(virtual) RIP
104
* IbsFetchLinAd high IbsOpRip high <--
Logical
(virtual) RIP
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp
147
// If we overflow, increase our
logical
width.
156
// Increase our
logical
width by the delta.
165
// Set box
logical
top.
166
ASSERT(!previousSiblingBox() || !previousSiblingBox()->isRenderMultiColumnSet()); // FIXME: multiple set not implemented; need to examine previous set to calculate the correct
logical
top.
247
// If we're laying out right now, we cannot constrain against some
logical
bottom, since it
248
// isn't known yet. Otherwise, just return the last column if we're past the
logical
bottom.
288
// Shift to the
logical
left overflow of the flow thread to make sure it's all covered.
291
// Expand into half of the
logical
left column gap.
295
// Shift to the
logical
right overflow of the flow thread to ensure content can spill out of the column.
298
// Expand into half of the
logical
right column gap
[
all
...]
/external/chromium/base/i18n/
char_iterator.h
40
// Return the
logical
index of the current character, independent of the
87
// Return the
logical
index of the current character, independent of the
/external/chromium/base/
sys_info_posix.cc
30
// It seems that sysconf returns the number of "
logical
" processors on both
31
// Mac and Linux. So we get the number of "online
logical
" processors.
/external/chromium_org/base/
sys_info_posix.cc
30
// It seems that sysconf returns the number of "
logical
" processors on both
31
// Mac and Linux. So we get the number of "online
logical
" processors.
/external/chromium_org/content/test/data/
gtk_key_bindings_test_gtkrc
10
"move-cursor" (
logical
-positions, -2, 0)
11
"move-cursor" (
logical
-positions, 2, 0)
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.h
56
// that will fit within or around a shape. The line is defined by a pair of
logical
Y coordinates and the
57
// computed segments are returned as pairs of
logical
X coordinates. The BasicShape itself is defined in
/external/kernel-headers/original/asm-x86/
io_apic_32.h
73
dest_mode : 1, /* 0: physical, 1:
logical
*/
90
}
logical
;
member in union:IO_APIC_route_entry::__anon21634
Completed in 1212 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>