/external/guava/javadoc/com/google/common/base/ |
Service.html | 58 <A HREF="../../../../com/google/common/base/Predicates.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/Service.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 103 An object with an operational state, plus asynchronous <A HREF="../../../../com/google/common/base/Service.html#start()"><CODE>start()</CODE></A> and 104 <A HREF="../../../../com/google/common/base/Service.html#stop()"><CODE>stop()</CODE></A> lifecycle methods to transfer into and out of this state. 108 <li><A HREF="../../../../com/google/common/base/Service.State.html#NEW"><CODE>Service.State.NEW</CODE></A> -></li> 109 <li><A HREF="../../../../com/google/common/base/Service.State.html#STARTING"><CODE>Service.State.STARTING</CODE></A> -></li [all...] |
Splitter.html | 58 <A HREF="../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/Supplier.html" title="interface in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/Splitter.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.Splitter</B> 108 class provides the complementary functionality to <A HREF="../../../../com/google/common/base/Joiner.html" title="class in com.google.common.base"><CODE>Joiner</CODE></A>. 128 regardless of the order in which the <A HREF="../../../../com/google/common/base/Splitter.html#trimResults()"><CODE>trimResults()</CODE></A> an [all...] |
/build/target/board/emulator/ |
README.txt | 9 It is not a product "base class"; no other products inherit
|
/build/target/board/generic/ |
README.txt | 8 It is not a product "base class"; no other products inherit
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
DHPrivateKeySpec.java | 34 * value</i> <code>x</code>. <i>prime modulus</i> <code>p</code> and <i>base 42 * the base generator. 69 * Returns the <i>base generator</i> <code>g</code>. 71 * @return the base generator <code>g</code>.
|
DHPublicKeySpec.java | 35 * <code>p</code> and the <i>base generator</i> <code>g</code>. 42 * the base generator. 69 * Returns the <i>base generator</i> <code>g</code>; 71 * @return the base generator <code>g</code>;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/qualified/ |
ETSIQCObjectIdentifiers.java | 8 // base id
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/ |
MessageBundle.java | 15 * Constructs a new MessageBundle using <code>resource</code> as the base name for the 17 * @param resource base name of the resource file 27 * Constructs a new MessageBundle using <code>resource</code> as the base name for the 29 * @param resource base name of the resource file
|
TextBundle.java | 15 * Constructs a new TextBundle using <code>resource</code> as the base name for the 17 * @param resource base name of the resource file 27 * Constructs a new TextBundle using <code>resource</code> as the base name for the 29 * @param resource base name of the resource file
|
/dalvik/libnativehelper/ |
README | 8 frameworks/base/).
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_shared_secret.c | 23 @param base The base of the exponentiation (allows this to be used for both encrypt and decrypt) 29 int dsa_shared_secret(void *private_key, void *base, 47 if ((err = mp_exptmod(base, private_key, public_key->p, res)) != CRYPT_OK) {
|
/external/e2fsprogs/lib/ss/ |
mk_cmds.sh.in | 43 BASE=`basename "$ROOT"` 58 rm -f "${BASE}.c" 59 mv -f "${TMP}" "${BASE}.c" 60 chmod -w "${BASE}.c"
|
/external/opencore/nodes/streaming/streamingmanager/build/make_segments/ |
3gpp.mk | 2 #FSP Base
|
/frameworks/base/tests/CoreTests/android/core/ |
URITest.java | 48 private static void resolve(String base, String uri, String expected) { 49 URI b = URI.create(base); 51 // System.out.println("base=" + base + " uri=" + uri
|
/cts/tools/dasm/src/java_cup/ |
action_production.java | 14 * @param base the production we are being factored out of. 21 production base, 29 _base_production = base;
|
/dalvik/tests/017-float/src/ |
Main.java | 27 System.out.println("base values: d=" + d + " f=" + f); 28 System.out.println("base values: d=" + d + " f=" + f); 29 System.out.println("base values: f=" + f + " d=" + d);
|
/external/bison/lib/ |
stripslash.c | 35 char *base = base_name (file); local 36 char *base_lim = base + base_len (base);
|
/external/e2fsprogs/lib/et/ |
com_err.h | 25 long base; member in struct:error_table 44 extern int init_error_table(const char * const *msgs, long base, int count); 55 long base);
|
/external/icu4c/layout/ |
KhmerReordering.h | 25 // Base -> A consonant or an independent vowel in its full (not subscript) form. It is the 27 // split vowels, signs... but there is only one base in a syllable, it has to be coded as 31 // base and one after the base or they have a part before the base and a part above the base. 36 // not the one preceding it Each consonant has two forms, the base form and the subscript form 37 // the base form is the normal one (using the consonants code-point), the subscript form is 39 // Consonant of type 1 -> A consonant which has subscript for that only occupies space under a base consonant 40 // Consonant of type 2.-> Its subscript form occupies space under and before the base (only one, RO [all...] |
/external/kernel-headers/original/linux/ |
node.h | 8 * Basic handling of the devices is done in drivers/base/node.c 9 * and system devices are handled in drivers/base/sys.c. 16 * - drivers/base/intf.c
|
/external/opencore/nodes/pvprotocolenginenode/base/build/make/ |
local.mk | 25 ../base/src/pvmf_protocol_engine_node_registry_interface.h \ 26 ../base/src/pvmf_protocol_engine_node_registry_populator_interface.h \ 27 ../base/src/pvmf_protocol_engine_node_shared_lib_interface.h
|
/external/qemu/hw/ |
goldfish_device.c | 52 if(dev->base == 0) { 53 dev->base = goldfish_free_base; 60 //printf("goldfish_add_device: %s, base %x %x, irq %d %d\n", 61 // dev->name, dev->base, dev->size, dev->irq, dev->irq_count); 81 cpu_register_physical_memory(dev->base, dev->size, iomemtype); 112 return s->current ? s->current->base : 0; 176 .base = 0x10001000, 183 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count) 186 goldfish_free_base = base; 190 int goldfish_device_bus_init(uint32_t base, uint32_t irq [all...] |
/frameworks/base/cmds/stagefright/ |
Android.mk | 16 frameworks/base/media/libstagefright \ 40 frameworks/base/media/libstagefright \ 64 frameworks/base/media/libstagefright \
|
/frameworks/base/media/tests/omxjpegdecoder/ |
Android.mk | 47 $(TOP)/frameworks/base/media/libstagefright \ 49 $(TOP)/frameworks/base/include/ \ 50 $(TOP)/frameworks/base/
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
njd.h | 60 #define CALCULATE_HINDO(freq, base, high, div) \ 61 ((NJ_HINDO)((((freq) * ((high) - (base))) / (div)) + (base)))
|