/dalvik/tests/072-precise-gc/src/ |
Main.java | 61 static String generateString(String base, int num) { 62 return base + num;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
UnicodeChart.java | 83 private void drawChart(Canvas canvas, int base) { 86 int unichar = base + i;
|
/external/dropbear/libtomcrypt/notes/ |
tech0006.txt | 26 g INTEGER , -- base generator, check that g^q mod p == 1 37 g INTEGER , -- base generator, check that g^q mod p == 1
|
/external/emma/core/java12/com/vladium/util/ |
Property.java | 48 * independently from 'overrides' or 'base', so this method 52 * @param base [null is equivalent to empty] 56 public static Properties combine (final Properties overrides, final Properties base) 60 if (base == null) 68 // [assertion: base != null] 70 if (overrides == null) return base; 72 // [assertion: both 'overrides' and 'base' are not null] 74 final Properties result = new XProperties (base);
|
/external/expat/amiga/include/inline4/ |
expat.h | 73 #define XML_SetBase(parser, base) IExpat->XML_SetBase(parser, base)
|
/external/freetype/include/freetype/ |
fterrors.h | 89 /* include module base error codes */ 119 /* FT_ERR_BASE is used as the base for module-specific errors. */
|
/external/freetype/include/freetype/internal/ |
fttrace.h | 24 /* base components */ 31 FT_TRACE_DEF( objs ) /* base objects (ftobjs.c) */
|
/external/grub/netboot/ |
cs89x0.h | 20 #define PP_ISAIOB 0x0020 /* IO base address */ 28 #define PP_CS8900_ISAMemB 0x002C /* Memory base */ 31 #define PP_ISABootBase 0x0030 /* Boot Prom base */ 71 /* Primary I/O Base Address. If no I/O base is supplied by the user, then this */ 72 /* can be used as the default I/O base to access the PacketPage Area. */ 401 #define DMA_BASE 0x00 /* DMA controller base */ 402 #define DMA_BASE_2 0x0C0 /* DMA controller base */
|
/external/guava/src/com/google/common/collect/ |
SingletonImmutableList.java | 20 import com.google.common.base.Preconditions; 28 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/icu4c/common/unicode/ |
unifilt.h | 42 * of its base class, UnicodeMatcher. These methods are toPattern() 48 * be called. However, this breaks the UnicodeMatcher base class
|
/external/icu4c/layout/ |
TibetanReordering.cpp | 36 // they are also used to know where a character should be placed (location in reference to the base character) 61 //_ba Base Consonants 251 // of component... for example, state 2 is a base, with is always a first character 263 {-1, -1, 4, 3, 8, 7, 9, 10, 14, 13, 17, 18, 19, 19, -1, -1, -1,}, // 2 - Base consonant 264 {-1, -1, 5, -1, 8, 7, -1, 10, 14, 13, 17, 18, 19, 19, -1, -1, -1,}, // 3 - Tsa phru after base 265 {-1, -1, 4, 6, 8, 7, 9, 10, 14, 13, 17, 18, 19, 19, -1, -1, -1,}, // 4 - Subjoined consonant after base 339 // If in the position in which the base should be (first char in the string) there is 340 // a character that has the Dotted circle flag (a character that cannot be a base)
|
/external/icu4c/tools/genccode/ |
genccode.8.in | 40 The C file name is made by taking the base name of the data 78 instead of the default. This name is also used as the base name of the
|
/external/icu4c/tools/genrb/ |
genrb.1.in | 64 will produce a file whose base name is the name of the locale found 65 in the resource file, not the base name of the resource file itself.
|
/external/libxml2/ |
parserInternals.c | 245 if (in->base != in->buf->buffer->content) { 247 "xmlParserInput: base mismatch problem\n"); 249 if (in->cur < in->base) { 251 "xmlParserInput: cur < base problem\n"); 253 if (in->cur > in->base + in->buf->buffer->use) { 255 "xmlParserInput: cur > base + use problem\n"); 258 (int) in, (int) in->buf->buffer->content, in->cur - in->base, 289 if (in->base == NULL) return(-1); 303 if (in->base != in->buf->buffer->content) { 307 indx = in->cur - in->base; [all...] |
/external/opencore/baselibs/gen_data_structures/src/ |
pv_string_uri.h | 54 * Pv_String_Uri is a non-templatized base class for Uri. 55 * The purpose of this base class is to Escaping the illigal character in the URI
|
/external/opencore/engines/player/include/ |
pv_player_datasink.h | 23 * Description : Abstract base class for player engine data sink 56 * PVPlayerDataSink is an abstract base class for player engine data sink.
|
/external/opencore/fileformats/mp4/composer/src/ |
amrsampleentry.cpp | 74 // From PVA_FF_SampleEntry base class 140 size += 8; // For reserved and dataRefIndex of PVA_FF_SampleEntry base class
|
audiosampleentry.cpp | 75 // From PVA_FF_SampleEntry base class 140 size += 8; // For reserved and dataRefIndex of PVA_FF_SampleEntry base class
|
h263sampleentry.cpp | 83 // From PVA_FF_SampleEntry base class 164 size += 8; // For reserved and dataRefIndex of PVA_FF_SampleEntry base class
|
trackfragmentheaderatom.cpp | 53 // set base data offset 88 size += 8; // base data offset
|
visualsampleentry.cpp | 88 // From PVA_FF_SampleEntry base class 170 size += 8; // For reserved and dataRefIndex of PVA_FF_SampleEntry base class
|
/external/opencore/fileformats/mp4/parser/src/ |
atom.cpp | 20 /* MPEG-4 Base Atom Class Implementation */ 24 This Atom Class is the base class for all other Atoms in the MPEG-4 File
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_dns_method.h | 34 /** This is the base class for all socket methods. 75 /** This is the base class for all requests to the
|
oscl_socket_accept.cpp | 114 //call the base class Run 144 //call the base class Run
|
oscl_socket_method.h | 38 /** OsclSocketMethod is the base class for all socket methods. 93 /** This is the base class for all the AOs that
|