HomeSort by relevance Sort by last modified time
    Searched full:derived (Results 1 - 25 of 9461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/077-method-override/
expected.txt 2 notDeclaredInBase: Derived
3 wasOverridden: Derived
4 overrideWithPublic: Derived
5 overrideProtectedWithPublic: Derived
6 overridePublicWithProtected: Derived
9 overridePrivateWithPublic: Derived
11 overrideVirtualWithStatic: Derived
13 overrideStaticWithVirtual: Derived
  /dalvik/tests/077-method-override/src/
Main.java 19 Derived derived = new Derived(); local
21 derived.declaredInBase();
22 derived.notDeclaredInBase();
23 derived.wasOverridden();
25 derived.callOverrideWithPublic();
26 derived.callOverrideProtectedWithPublic();
27 derived.callOverridePublicWithProtected();
28 derived.callOverridePublicWithPrivate()
    [all...]
Derived.java 17 public class Derived extends Base {
19 System.out.println("notDeclaredInBase: Derived");
23 System.out.println("overridden: Derived");
27 System.out.println("wasOverridden: Derived");
31 System.out.println("overrideWithPublic: Derived");
35 System.out.println("overridePublicWithProtected: Derived");
39 System.out.println("overrideProtectedWithPublic: Derived");
43 System.out.println("overridePublicWithPrivate: Derived");
47 System.out.println("overridePrivateWithPublic: Derived");
52 System.out.println("overrideVirtualWithStatic: Derived");
    [all...]
  /external/webkit/JavaScriptCore/API/tests/
testapi.js 170 derived = new Derived();
172 shouldBe("derived instanceof Derived", true);
173 shouldBe("derived instanceof Base", true);
175 // base properties and functions return 1 when called/gotten; derived, 2
176 shouldBe("derived.baseProtoDup()", 2);
177 shouldBe("derived.baseProto()", 1);
178 shouldBe("derived.baseDup", 2);
179 shouldBe("derived.baseOnly", 1)
    [all...]
  /external/tremolo/
README 1 This version of Tremolo is derived from Tremolo library version
  /build/tools/droiddoc/src/
Hierarchy.java 86 TreeSet<String> derived = nodes.get(name); local
87 if (derived != null && derived.size() > 0) {
88 for (String s: derived) {
137 TreeSet<String> derived = nodes.get(name); local
138 if (derived != null && derived.size() > 0) {
139 hdf.setValue("derived", "");
140 HDF children = hdf.getObj("derived");
143 for (String s: derived) {
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
PKCS5S1ParametersGenerator.java 10 * Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 1.
26 * @param digest the digest to be used as the source of derived keys.
35 * the derived key function, the ith hash of the password and the salt.
55 * Generate a key parameter derived from the password, salt, and iteration
70 "Can't generate a derived key " + keySize + " bytes long.");
79 * Generate a key with initialisation vector parameter derived from
98 "Can't generate a derived key " + (keySize + ivSize) + " bytes long.");
107 * Generate a key parameter for use with a MAC derived from the password,
OpenSSLPBEParametersGenerator.java 11 * Generator for PBE derived keys and ivs as usd by OpenSSL.
43 * the derived key function, the ith hash of the password and the salt.
79 * Generate a key parameter derived from the password, salt, and iteration
97 * Generate a key with initialisation vector parameter derived from
119 * Generate a key parameter for use with a MAC derived from the password,
PKCS5S2ParametersGenerator.java 12 * Generator for PBE derived keys and ivs as defined by PKCS 5 V2.0 Scheme 2.
102 * Generate a key parameter derived from the password, salt, and iteration
119 * Generate a key with initialisation vector parameter derived from
140 * Generate a key parameter for use with a MAC derived from the password,
  /external/chromium/third_party/icu/source/data/brkitr/
cc_cedict.txt 2 # This file contains the list of words derived from CC-CEDICT
    [all...]
  /external/iptables/extensions/
libip6t_eui64.man 2 It compares the EUI-64 derived from the source MAC address in Ethernet frame
  /external/bluetooth/glib/gobject/
gmarshal.list 18 # PARAM for GParamSpec or derived types (GParamSpec*)
21 # OBJECT for GObject or derived types (GObject*)
  /external/dropbear/
sshpty.h 13 * can be used freely for any purpose. Any derived versions of this
14 * software must be clearly marked as such, and if the derived work is
  /external/jpeg/
jchuff.h 25 /* Derived data constructed for each Huffman table */
40 /* Expand a Huffman table definition into the derived format */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesapp.h 60 // Rewrite this in your derived class if you prefer other settings
64 // You may rewrite this in your derived class
70 // You may rewrite this in your derived class
75 // You may rewrite this in your derived class
81 // You may rewrite this in your derived class
85 // Your derived class must implement this method. The return value must
89 // The constructor is protected, so you may use it in your derived
119 // ignores them. Your derived class may rewrite this.
  /system/core/sh/
NOTICE 4 This code is derived from software contributed to Berkeley by
16 may be used to endorse or promote products derived from this software
  /external/webkit/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 15 * contributors may be used to endorse or promote products derived from
316 FontData* derived; local
325 derived = &entry.first->second;
326 derived->hfont = CreateFontIndirect(logfont);
330 derived->ascent = getAscent(derived->hfont);
332 derived = &iter->second;
336 if (kUndefinedAscent == derived->ascent)
337 derived->ascent = getAscent(derived->hfont)
    [all...]
  /bionic/libc/wchar/
wcswidth.c 5 * All or some portions of this file are derived from material licensed
10 * This code is derived from software contributed to Berkeley by
22 * may be used to endorse or promote products derived from this software
  /external/clearsilver/
CS_LICENSE 2 ClearSilver is available under the following license, derived
35 to endorse or promote products derived from this software without prior
39 5. Products derived from this software may not be called "ClearSilver", nor
  /external/oprofile/daemon/
opd_ibs_macro.h 72 * IBS derived events:
74 * IBS derived events are identified by event select values which are
76 * counter (PMC) events. Event select values for IBS derived events begin
80 * of IBS derived events in gh-events.xml and in the
82 * about IBS derived events is given in the Software Oprimization
88 * derived fetch event.
114 * derived branch/return macro-op event.
135 * derived load/store event.
173 * derived Northbridge (NB) event.
354 * Aggregate the IBS derived event. Increase th
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/
replace-001.js 33 * The result is a string value derived from the original input by
38 * to a string. The result is a string value derived from the original
39 * input string by replacing each matched substring with a string derived
  /external/freetype/include/freetype/internal/services/
svgxval.h 21 /* gxvalid is derived from both gxlayout module and otvalid module. */
  /external/libpcap/
LICENSE 14 products derived from this software without specific prior
NOTICE 14 products derived from this software without specific prior
pcap-nit.h 12 * endorse or promote products derived from this software without

Completed in 239 milliseconds

1 2 3 4 5 6 7 8 91011>>