/dalvik/tests/068-classloader/src/ |
DoubledExtend.java | 6 public class DoubledExtend extends Base {
|
/dalvik/tests/068-classloader/src-ex/ |
DoubledExtend.java | 6 public class DoubledExtend extends Base {
|
/external/e2fsprogs/lib/et/ |
init_et.c | 34 int init_error_table(const char * const *msgs, long base, int count) 38 if (!base || !count || !msgs) 46 new_et->et.base = base;
|
/external/guava/javadoc/ |
package-list | 2 com.google.common.base
|
/external/icu4c/test/testdata/ |
test4x.ucm | 16 <icu:base> "test4"
|
/external/opencore/nodes/pvprotocolenginenode/base/ |
Android.mk | 22 $(PV_TOP)/nodes/pvprotocolenginenode/base/src \ 42 ../include/../base/src/pvmf_protocol_engine_node_registry_interface.h \ 43 ../include/../base/src/pvmf_protocol_engine_node_registry_populator_interface.h \ 44 ../include/../base/src/pvmf_protocol_engine_node_shared_lib_interface.h
|
/external/webkit/WebCore/html/ |
HTMLAllCollection.cpp | 33 PassRefPtr<HTMLAllCollection> HTMLAllCollection::create(PassRefPtr<Node> base) 35 return adoptRef(new HTMLAllCollection(base)); 38 HTMLAllCollection::HTMLAllCollection(PassRefPtr<Node> base) 39 : HTMLCollection(base, DocAll)
|
/external/zlib/contrib/minizip/ |
iowin32.h | 1 /* iowin32.h -- IO base function header for compress/uncompress .zip
|
/frameworks/base/camera/tests/CameraServiceTest/ |
Android.mk | 12 frameworks/base/libs
|
/frameworks/base/core/java/android/inputmethodservice/ |
package.html | 3 Base classes for writing input methods. These APIs are not for use by
|
/frameworks/base/media/libstagefright/omx/tests/ |
Android.mk | 14 frameworks/base/media/libstagefright \
|
/system/core/include/sysutils/ |
FrameworkClient.h | 4 #include "../../../frameworks/base/include/utils/List.h"
|
SocketClient.h | 4 #include "../../../frameworks/base/include/utils/List.h"
|
/external/guava/javadoc/com/google/common/base/class-use/ |
Predicate.html | 7 Uses of Interface com.google.common.base.Predicate (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Interface com.google.common.base.Predicate (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-usePredicate.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Interface<br>com.google.common.base.Predicate</B></H2> 90 Packages that use <A HREF="../../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A></FONT></TH> 93 <TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/ |
Base64.java | 12 * encode the input data producing a base 64 encoded byte array. 14 * @return a byte array containing the base 64 encoded data. 34 * Encode the byte data to base 64 writing it to the given output stream. 47 * Encode the byte data to base 64 writing it to the given output stream. 62 * decode the base 64 encoded input data. It is assumed the input data is valid. 84 * decode the base 64 encoded String data - whitespace will be ignored. 106 * decode the base 64 encoded String data writing it to the given output stream,
|
/development/scripts/ |
combine_sdks.sh | 24 BASE="$1" 28 if [[ -z "$BASE" || -z "$IMAGES" || -z "$OUTPUT" ]] ; then 29 echo "usage: combine_sdks.sh [-v] [-nozip] BASE IMAGES OUTPUT" 31 echo " BASE and IMAGES should be sdk zip files. The system image files," 33 echo " everything else will be copied from BASE. All of this will be" 53 BASE_DIR="$TMP"/base 57 unzip $Q "$BASE" -d "$BASE_DIR"
|
/external/guava/javadoc/com/google/common/base/ |
package-summary.html | 7 com.google.common.base (Guava Libraries 2010.01.04) 18 parent.document.title="com.google.common.base (Guava Libraries 2010.01.04)"; 61 <A HREF="../../../../index.html?com/google/common/base/package-summary.html" target="_top"><B>FRAMES</B></A> 83 Package com.google.common.base 98 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A></B></TD> 103 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function<F,T></A></B></TD> 107 <TD WIDTH="15%"><B><A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate<T></A></B></TD [all...] |
/external/svox/pico/lib/ |
picokpdf.c | 49 overview: format of knowledge base pdf file 105 pdfdur->numframes = ((picoos_uint16)(this->base[pos+1])) << 8 | 106 this->base[pos]; 108 pdfdur->vecsize = this->base[pos++]; 109 pdfdur->sampperframe = this->base[pos++]; 110 pdfdur->phonquantlen = this->base[pos++]; 111 pdfdur->phonquant = &(this->base[pos]); 113 pdfdur->statequantlen = this->base[pos++]; 114 pdfdur->statequant = &(this->base[pos]); 116 pdfdur->content = &(this->base[pos]) [all...] |
/external/v8/test/mjsunit/ |
negate.js | 32 var base = a * b; 33 assertEquals(-base, a * -b, "a * -b where a = " + a + ", b = " + b); 34 assertEquals(-base, -a * b, "-a * b where a = " + a + ", b = " + b); 35 assertEquals(base, -a * -b, "*-a * -b where a = " + a + ", b = " + b); 55 var base = v * w; variable 57 assertEquals(-base, -v * w); 59 assertEquals(base, -v * -w);
|
/bionic/libc/stdlib/ |
strtoul.c | 43 strtoul(const char *nptr, char **endptr, int base) 65 if ((base == 0 || base == 16) && 69 base = 16; 71 if (base == 0) 72 base = c == '0' ? 8 : 10; 74 cutoff = ULONG_MAX / (unsigned long)base; 75 cutlim = ULONG_MAX % (unsigned long)base; 83 if (c >= base) 93 acc *= (unsigned long)base; [all...] |
/build/tools/droiddoc/src/ |
AttrTagInfo.java | 45 AttrTagInfo(String name, String kind, String text, ContainerInfo base, 49 mBase = base; 51 parse(text, base, position); 54 void parse(String text, ContainerInfo base, SourcePositionInfo position) { 91 mDescrComment = new Comment(more, base, position); 112 public void makeHDF(HDF data, String base) 114 super.makeHDF(data, base); 121 public static void makeReferenceHDF(HDF data, String base, AttrTagInfo[] tags) 134 data.setValue(base + "." + i + ".name", t.mAttrInfo.name()); 135 data.setValue(base + "." + i + ".href", t.mAttrInfo.htmlPage()) [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
GeneralSubtree.java | 22 * base GeneralName, 36 private GeneralName base; field in class:GeneralSubtree 45 base = GeneralName.getInstance(seq.getObjectAt(0)); 85 * @param base 94 GeneralName base, 98 this.base = base; 138 return base; 169 * base GeneralName, 181 v.add(base); [all...] |
/external/qemu/hw/ |
pc.h | 10 SerialState *serial_init(int base, qemu_irq irq, int baudbase, 12 SerialState *serial_mm_init (target_phys_addr_t base, int it_shift, 25 ParallelState *parallel_init(int base, qemu_irq irq, CharDriverState *chr); 26 ParallelState *parallel_mm_init(target_phys_addr_t base, int it_shift, qemu_irq irq, CharDriverState *chr); 64 PITState *pit_init(int base, qemu_irq irq); 85 target_phys_addr_t base, ram_addr_t size, 92 RTCState *rtc_init(int base, qemu_irq irq, int base_year); 93 RTCState *rtc_init_sqw(int base, qemu_irq irq, qemu_irq sqw_irq, int base_year); 94 RTCState *rtc_mm_init(target_phys_addr_t base, int it_shift, qemu_irq irq, 163 void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd) [all...] |
/external/srec/tools/make_g2g/ |
make_g2g.c | 42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename); 49 LCHAR base[P_PATH_MAX]; local 72 rc = ESR_CommandLineGetValue(argc, (const char **)argv, L("base"), base, &len); 75 LFPRINTF(stderr, "ERROR: Mandatory option -base is unspecified\n"); 97 if (base==NULL || (LSTRCMP(outFilename, L(""))==0 )) 106 LSTRCPY(outFilename,base); 113 LFPRINTF(stdout,"Loading grammar %s from text files...\n",base); 114 CHKLOG(rc, SR_GrammarLoad(base, &grammar)) [all...] |
/dalvik/libcore/security/src/main/java/java/security/spec/ |
DSAParameterSpec.java | 31 // Base 36 * sub-prime {@code q} and the base {@code g}. 43 * the base {@code g}; 52 * Returns the base {@code g}. 54 * @return the base {@code g}.
|