Home
last modified time | relevance | path

Searched refs:Pick (Results 1 – 22 of 22) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
Dwbnf.cpp128 class Pick{ class
134 virtual ~Pick(){}; in ~Pick()
142 BUFFER(Pick *, Buffer_pPick);
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){ in find()
184 void put(const char *const var_name, Pick *const var_ref = NULL){ in put()
506 class Literal : public Pick {
518 class Variable : public Pick {
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){ in Variable()
533 Pick * var_ref = NULL; in next()
546 class Quote : public Pick{
[all …]
/external/icu4c/test/intltest/
Dwbnf.cpp128 class Pick{ class
134 virtual ~Pick(){}; in ~Pick()
142 BUFFER(Pick *, Buffer_pPick);
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){ in find()
184 void put(const char *const var_name, Pick *const var_ref = NULL){ in put()
506 class Literal : public Pick {
518 class Variable : public Pick {
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){ in Variable()
533 Pick * var_ref = NULL; in next()
546 class Quote : public Pick{
[all …]
/external/webkit/JavaScriptCore/
DJavaScriptCore.pro47 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
DChangeLog-2002-12-03985 (mktimeUsingCF): Pick an arbitrary cutoff of 3000, and return -1 if the
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3d.h133 STDMETHOD(Pick) (THIS_ LPDIRECT3DEXECUTEBUFFER, LPDIRECT3DVIEWPORT, DWORD, LPD3DRECT) PURE; in DECLARE_INTERFACE_() local
158 #define IDirect3DDevice_Pick(p, a, b, c, d) (p)->lpVtbl->Pick(p, a, b, c, d)
Dd3drmobj.h234 STDMETHOD(Pick)(THIS_ LONG x, LONG y, LPDIRECT3DRMPICKEDARRAY *return_visuals) PURE; in DECLARE_INTERFACE_() local
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3D.H133 STDMETHOD(Pick) (THIS_ LPDIRECT3DEXECUTEBUFFER, LPDIRECT3DVIEWPORT, DWORD, LPD3DRECT) PURE; in DECLARE_INTERFACE_() local
158 #define IDirect3DDevice_Pick(p, a, b, c, d) (p)->lpVtbl->Pick(p, a, b, c, d)
DD3DRMOBJ.H234 STDMETHOD(Pick)(THIS_ LONG x, LONG y, LPDIRECT3DRMPICKEDARRAY *return_visuals) PURE; in DECLARE_INTERFACE_() local
/external/webkit/WebCore/platform/chromium/
DThemeChromiumMac.mm185 // Pick up utility function from RenderThemeChromiumMac.
/external/libpcap/
DCHANGES21 Pick up changes from NetBSD: many from tron, christos, drochner
/external/webkit/WebCore/
DWebCore.pro108 # Pick up 3rdparty libraries from INCLUDE/LIB just like with MSVC
DChangeLog-2003-10-253873 …Fixed 3348630. Pick up about 1% by moving implementation of _unicodeDirection to WebCore and inli…
16589 (HTMLFormElementImpl::submit): Pick a submit button to use, if none was already
DChangeLog-2005-08-2326353Pick left/rightness of word selection based on being at the end of paragraph (i.e. after a hard li…
DChangeLog-2007-10-1414810Pick the preferred style sheet set based on document order even if the sheet is still loading. Pre…
DChangeLog-2008-08-1042852 * WebCore.vcproj/WebCore.vcproj: Pick up generated source files out of
DChangeLog-2010-01-296937 …* WebCore.vcproj/build-generated-files.sh: Pick up features from FeatureDefines.vsprops or Feature…
/external/strace/
DChangeLog2254 PT_AR_BSP. Pick up arguments starting with out0, which is not
/external/bluetooth/glib/gio/
DChangeLog4738 Pick the "best" of statfs / statvfs for the system
/external/webkit/WebKit/win/
DChangeLog-2009-06-168532 Pick up the version numbers from the production builder.
11021 * WebKit.vcproj/debug_internal.vsprops: Pick up the debug SafariTheme.
21862 Pick up SDK from $(WebKitSDKDir).
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0922271 …Fixed 3348630. Pick up about 1% by moving implementation of _unicodeDirection to WebCore and inli…
29652 … Changed the algorithm here in two ways. 1) Pick the family member with matching traits that has
DChangeLog-2010-01-2918544 * Configurations/WebKit.xcconfig: Pick up ICU headers from WebCore's
/external/sqlite/dist/
Dsqlite3.c.orig108982 /* Pick two "seed" cells from the array of cells. The algorithm used