OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdb
(Results
1 - 14
of
14
) sorted by null
/ndk/sources/host-tools/make-3.81/
debug.h
29
#define
ISDB
(_l) ((_l)&db_level)
31
#define DBS(_l,_x) do{ if(
ISDB
(_l)) {print_spaces (depth); \
34
#define DBF(_l,_x) do{ if(
ISDB
(_l)) {print_spaces (depth); \
38
#define DB(_l,_x) do{ if(
ISDB
(_l)) {printf _x; fflush (stdout);} }while(0)
remake.c
673
if (!noexist &&
ISDB
(DB_BASIC|DB_VERBOSE))
679
if (
ISDB
(DB_VERBOSE))
684
if (
ISDB
(DB_BASIC))
689
if (
ISDB
(DB_BASIC))
692
else if (
ISDB
(DB_VERBOSE))
728
if (
ISDB
(DB_VERBOSE))
[
all
...]
remote-cstms.c
85
if (
ISDB
(DB_JOBS))
misc.c
650
if (!
ISDB
(DB_JOBS))
vmsjobs.c
680
if (comname && !
ISDB
(DB_JOBS))
main.c
671
if (!
ISDB
(DB_VERBOSE))
[
all
...]
read.c
316
if (
ISDB
(DB_VERBOSE))
[
all
...]
/external/kernel-headers/original/uapi/linux/dvb/
frontend.h
309
/*
ISDB
-T and
ISDB
-Tsb */
494
*
ISDB
can use different modulation types for each group of carriers.
496
* for each carrier group (called "layer" on
ISDB
).
504
* In other words, for
ISDB
, those values should be filled like:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/dvb/
frontend.h
272
/*
ISDB
-T and
ISDB
-Tsb */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
frontend.h
272
/*
ISDB
-T and
ISDB
-Tsb */
/external/chromium_org/third_party/sqlite/src/src/
test6.c
614
const int
isDb
= (flags&SQLITE_OPEN_MAIN_DB);
616
if( iChunk>PENDING_BYTE &&
isDb
){
621
if( SQLITE_OK==rc && pWrapper->iSize>(PENDING_BYTE+512) &&
isDb
){
/frameworks/base/media/java/android/media/tv/
TvContentRating.java
182
* <td>
ISDB
</td>
183
* <td>
ISDB
content rating system</td>
488
* <td valign="top" rowspan="17">
ISDB
</td>
TvContract.java
405
/** The channel type for
ISDB
-T (terrestrial). */
408
/** The channel type for
ISDB
-Tb (Brazil). */
411
/** The channel type for
ISDB
-S (satellite). */
414
/** The channel type for
ISDB
-C (cable). */
531
* This is primarily used to indicate which broadcast standard (e.g. ATSC, DVB or
ISDB
) the
[
all
...]
/packages/providers/TvProvider/res/values/
arrays.xml
247
<!-- Category mapping from
ISDB
to canonical genre -->
Completed in 1762 milliseconds