Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/external/webkit/WebCore/platform/graphics/chromium/
DFontUtilsChromiumWin.cpp316 FontData* derived; in getDerivedFontData() local
325 derived = &entry.first->second; in getDerivedFontData()
326 derived->hfont = CreateFontIndirect(logfont); in getDerivedFontData()
330 derived->ascent = getAscent(derived->hfont); in getDerivedFontData()
332 derived = &iter->second; in getDerivedFontData()
336 if (kUndefinedAscent == derived->ascent) in getDerivedFontData()
337 derived->ascent = getAscent(derived->hfont); in getDerivedFontData()
339 *hfont = derived->hfont; in getDerivedFontData()
340 *ascent = derived->ascent; in getDerivedFontData()
341 *scriptCache = &(derived->scriptCache); in getDerivedFontData()
/external/clearsilver/
DCS_LICENSE2 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/bluetooth/glib/gobject/
Dgmarshal.list18 # PARAM for GParamSpec or derived types (GParamSpec*)
21 # OBJECT for GObject or derived types (GObject*)
/external/ppp/pppd/
DNOTICE21 endorse or promote products derived from this software without
59 endorse or promote products derived from this software without
91 endorse or promote products derived from this software without
123 endorse or promote products derived from this software without
143 provided that such works are identified as "derived from the RSA
145 material mentioning or referencing the derived work.
163 products derived from this software.
184 endorse or promote products derived from this software without
245 This software is derived from source code from
/external/ipsec-tools/src/racoon/
DNOTICE13 may be used to endorse or promote products derived from this software
42 may be used to endorse or promote products derived from this software
71 may be used to endorse or promote products derived from this software
100 may be used to endorse or promote products derived from this software
128 may be used to endorse or promote products derived from this software
157 may be used to endorse or promote products derived from this software
187 may be used to endorse or promote products derived from this software
216 may be used to endorse or promote products derived from this software
248 or promote products derived from this software without specific prior
278 may be used to endorse or promote products derived from this software
[all …]
/external/ping/
DNOTICE4 This code is derived from software contributed to Berkeley by
20 may be used to endorse or promote products derived from this software
/external/webkit/WebKitTools/android/flex-2.5.4a/
DCOPYING8 This code is derived from software contributed to Berkeley by
24 contributors may be used to endorse or promote products derived
/external/jpeg/
DNOTICE27 These conditions apply to any software derived from or based on the IJG code,
32 in advertising or publicity relating to this software or products derived from
/external/webkit/WebKitTools/android/webkitmerge/
Dwebkitmerge.cpp744 bool MarkDerivedFound(vector<char*>& derived, char* check, size_t len) in MarkDerivedFound() argument
747 for (unsigned index = 0; index < derived.size(); index++) { in MarkDerivedFound()
748 char* der = derived[index]; in MarkDerivedFound()
761 vector<char*> derived = GetDerivedSourcesMake(dir); in UpdateDerivedMake() local
812 if (MarkDerivedFound(derived, st, strlen(st)) == false) { in UpdateDerivedMake()
831 if (MarkDerivedFound(derived, lastSlash, lastLen) == false) { in UpdateDerivedMake()
869 MarkDerivedFound(derived, bindName, strlen(bindName)); in UpdateDerivedMake()
893 MarkDerivedFound(derived, stName, strlen(stName)); in UpdateDerivedMake()
922 MarkDerivedFound(derived, bindEnd + 1, strlen(bindEnd + 1)); in UpdateDerivedMake()
929 for (unsigned index = 0; index < derived.size(); index++) { in UpdateDerivedMake()
[all …]
/external/tremor/
DREADME1 This version of Tremor is derived from xiph.org's lowmem branch. It has been
/external/fsck_msdos/
DNOTICE18 * may be used to endorse or promote products derived from this software
52 * may be used to endorse or promote products derived from this software
86 * may be used to endorse or promote products derived from this software
/external/iptables/extensions/
Dlibip6t_eui64.man2 It compares the EUI-64 derived from the source MAC address in Ethernet frame
/external/ipsec-tools/src/libipsec/
DNOTICE13 may be used to endorse or promote products derived from this software
42 may be used to endorse or promote products derived from this software
/external/gtest/include/gtest/internal/
Dgtest-param-util.h75 Derived* derived = dynamic_cast<Derived*>(base); // NOLINT in CheckedDowncastToActualType() local
77 Derived* derived = static_cast<Derived*>(base); // Poor man's downcast. in CheckedDowncastToActualType()
79 return derived; in CheckedDowncastToActualType()
/external/tcpdump/
DLICENSE14 products derived from this software without specific prior
DNOTICE14 products derived from this software without specific prior
/external/libpcap/
DLICENSE14 products derived from this software without specific prior
DNOTICE14 products derived from this software without specific prior
/external/webkit/
DAndroid.v8.mk37 include $(LOCAL_PATH)/V8Binding.derived.mk
57 include $(LOCAL_PATH)/Android.v8.derived.mk
/external/dropbear/
DNOTICE43 can be used freely for any purpose. Any derived versions of this
44 software must be clearly marked as such, and if the derived work is
DLICENSE43 can be used freely for any purpose. Any derived versions of this
44 software must be clearly marked as such, and if the derived work is
/external/webkit/JavaScriptCore/API/tests/
Dtestapi.js141 derived = new Derived(); variable
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT79 that such works are identified as "derived from the RSA Data
81 mentioning or referencing the derived work.
/external/speex/
DCOPYING13 contributors may be used to endorse or promote products derived from
/external/e2fsprogs/lib/uuid/
DCOPYING11 products derived from this software without specific prior

12345678910>>...15