/cts/tools/dasm/src/java_cup/ |
symbol.java | 3 /** This abstract class serves as the base class for grammar symbols (i.e., 92 /** Indicate if this is a non-terminal. Here in the base class we
|
/dalvik/dx/src/com/android/dx/command/dump/ |
SsaDumper.java | 57 * @param filePath the file path for the class, excluding any base 72 * @param filePath the file path for the class, excluding any base
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ExecutorCompletionService.java | 105 * executor for base task execution and a 122 * executor for base task execution and the supplied queue as its
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/ |
AtomicLongArray.java | 25 private static final int base = unsafe.arrayBaseOffset(long[].class); field in class:AtomicLongArray 34 return base + (long) i * scale;
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
IssuingDistributionPoint.java | 56 * Constructs the object on the base of its distributionPoint and 66 * Creates the extension object on the base of its encoded form.
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
LSResourceResolver.java | 69 * @param baseURI The absolute base URI of the resource being parsed, or 70 * <code>null</code> if there is no base URI.
|
/dalvik/vm/mterp/x86-atom/ |
OP_INVOKE_VIRTUAL.S | 57 movl (%eax, %ecx, 4), %eax # %eax<- resolved base method 81 * %eax = resolved base method
|
/external/bison/src/ |
tables.h | 96 extern base_number *base; 97 /* A distinguished value of BASE, negative infinite. During the
|
/external/elfutils/libasm/ |
libasm.h | 108 /* Add signed little endian base 128 integer NUM to (sub)section ASMSCN. */ 111 /* Add unsigned little endian base 128 integer NUM to (sub)section ASMSCN. */
|
/external/emma/core/java12/com/vladium/emma/ |
AppLoggers.java | 36 public static Logger create (final String appName, final IProperties properties, final Logger base) 73 return Logger.create (level, null, appName, filter, base);
|
/external/emma/core/java12/com/vladium/util/ |
XProperties.java | 33 public XProperties (final Properties base) 35 super (base);
|
/external/freetype/include/freetype/ |
ftsystem.h | 279 * base :: 322 unsigned char* base; member in struct:FT_StreamRec_
|
/external/freetype/src/base/ |
ftinit.c | 118 BasePIC* pic_container = (BasePIC*)library->pic_container.base; 148 BasePIC* pic_container = (BasePIC*)library->pic_container.base;
|
/external/grub/netboot/ |
ns8390.h | 111 #define _3COM_CR_EALO 0x04 /* window EA PROM 0-15 to I/O base */ 112 #define _3COM_CR_EAHI 0x08 /* window EA PROM 16-31 to I/O base */
|
/external/grub/stage2/ |
smp-imps.h | 66 * These are the "type" values for Base MP Configuration Table entries. 137 * Base MP Configuration Table Types. They are sorted according to
|
/external/guava/src/com/google/common/io/ |
Resources.java | 19 import static com.google.common.base.Preconditions.checkArgument; 20 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/icu4c/i18n/unicode/ |
tztrans.h | 37 * @param time The time of transition in milliseconds since the base time. 166 * . Base* polymorphic_pointer = createPolymorphicObject();
|
/external/icu4c/samples/translit/ |
README.TXT | 80 to convert each character to a sequence of base and combining 83 base character. Wrap this all up in a subclass of the
|
/external/icu4c/test/cintltst/ |
cjaptst.c | 135 /* Testing base letters */ 148 log_verbose("Testing Japanese Base Characters Collation\n");
|
/external/jpeg/ |
makelib.ds | 37 # PROP BASE Use_MFC 0 38 # PROP BASE Use_Debug_Libraries 0 39 # PROP BASE Output_Dir "Release" 40 # PROP BASE Intermediate_Dir "Release" 41 # PROP BASE Target_Dir "" 104 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c 111 # ADD BASE BSC32 /nologo 117 # ADD BASE LIB32 /nologo
|
/external/kernel-headers/original/asm-arm/arch/ |
io.h | 101 /* 16 bit uses LDRH/STRH, base +/- offset_8 */ 107 /* 8/32 bit uses LDR/STR, base +/- offset_12 */
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
mp4enc_api.h | 150 /** @brief Sets the number of bitstream layers: 1 is base only: 2 is base + enhancement */ 177 /** @brief specifies quantization mode (H263 mode or MPEG mode) of the encoded base and enhance layer (if any). 336 * @param nLayer is the layer of the encoded frame either 0 for base or 1 for enhancement layer. The value -1 indicates skipped frame due to buffer overflow. 364 * @param nLayer is the layer of the encoded frame either 0 for base or 1 for enhancement layer. The value -1 indicates skipped frame due to buffer overflow. 399 * @brief updates target frame rates of the encoded base and enhance layer (if any) while encoding operation is ongoing. 409 * @brief updates target bit rates of the encoded base and enhance layer (if any) while encoding operation is ongoing. 436 * @brief This function is called whenever users want the next base frame to be encoded as an I-Vop.
|
/external/opencore/doc/oscl_html/ |
classOsclException.html | 12 </h1><a class="el" href="oscl__exception_8h.html">oscl_exception.h</a> contains all the exception handling macros and classes This template class provides the base exception class that all exceptions derive from 28 <a class="el" href="oscl__exception_8h.html">oscl_exception.h</a> contains all the exception handling macros and classes This template class provides the base exception class that all exceptions derive from
|
/external/opencore/engines/player/include/ |
pv_player_datasource.h | 23 * Description : Abstract base class for player engine data source 60 * PVPlayerDataSource is an abstract base class for player engine data source.
|
/external/opencore/fileformats/mp4/composer/src/ |
avcsampleentry.cpp | 118 // From PVA_FF_SampleEntry base class 232 // From PVA_FF_SampleEntry base class
|