Searched refs:features (Results 151 - 175 of 208) sorted by relevance

123456789

/external/webkit/Source/WebKit/mac/Carbon/
H A DHIWebView.mm1233 UInt32 features;
1333 features = GetBehaviors();
1335 sizeof( UInt32 ), &features );
/external/e2fsprogs/misc/
H A Dtune2fs.c332 static void update_feature_set(ext2_filsys fs, char *features) argument
350 if (e2p_edit_feature2(features, &sb->s_feature_compat,
356 features);
/external/clang/lib/Lex/
H A DLexer.cpp129 Lexer::Lexer(SourceLocation fileloc, const LangOptions &features, argument
131 : FileLoc(fileloc), Features(features) {
143 const SourceManager &SM, const LangOptions &features)
144 : FileLoc(SM.getLocForStartOfFile(FID)), Features(features) {
142 Lexer(FileID FID, const llvm::MemoryBuffer *FromFile, const SourceManager &SM, const LangOptions &features) argument
/external/openssl/crypto/objects/
H A Dobj_dat.pl207 * 3. All advertising materials mentioning features or use of this software
H A Dobjects.pl158 * 3. All advertising materials mentioning features or use of this software
/external/qemu/hw/
H A Dbt.h1204 uint8_t features[8]; member in struct:__anon8514
1217 uint8_t features[8]; member in struct:__anon8516
1397 uint8_t features[8]; member in struct:__anon8537
1584 uint8_t features[8]; member in struct:__anon8561
/external/strace/
H A Ddefs.h37 #include <features.h>
/external/bluetooth/bluez/src/
H A Dadapter.c140 uint8_t features[8]; member in struct:btd_adapter
2084 sdp_data_t *channel, *features; local
2117 features = sdp_data_alloc(SDP_UINT16, &u16);
2118 sdp_attr_add(record, SDP_ATTR_SUPPORTED_FEATURES, features);
3075 adapter->features);
3077 error("Can't read features for hci%d: %s (%d)",
3469 unsigned char features[8]; local
3477 if (read_remote_features(local, peer, NULL, features) < 0)
3480 if (features[0] & 0x01)
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc1241 unsigned int features = FEATURE_INFOBAR | FEATURE_SIDEBAR; local
1246 features |= FEATURE_DOWNLOADSHELF;
1250 features |= FEATURE_BOOKMARKBAR;
1255 features |= FEATURE_TITLEBAR;
1258 features |= FEATURE_TABSTRIP;
1261 features |= FEATURE_TOOLBAR;
1264 features |= FEATURE_LOCATIONBAR;
1266 return !!(features & feature);
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec53 the relevant features from OpenGL 3.1, as a means to support this in
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp828 struct WindowFeatures features; local
831 features, action);
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.cpp661 CodeFeatures features = context.features(); local
663 features |= StrictModeFeature;
665 features |= ShadowsArgumentsFeature;
671 m_globalData->parser->didFinishParsing(sourceElements, context.varDeclarations(), context.funcDeclarations(), features,
H A DNodes.h1412 void setFeatures(CodeFeatures features) { m_features = features; } argument
1413 CodeFeatures features() { return m_features; } function in class:JSC::ScopeNode
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleManager.cpp491 if (infoData->features & CURL_VERSION_LARGEFILE)
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.h154 typedef WKPageRef (*WKPageCreateNewPageCallback)(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventMouseButton mouseButton, const void *clientInfo);
/external/bluetooth/bluez/audio/
H A Dtelephony-maemo5.c2034 uint32_t features = AG_FEATURE_EC_ANDOR_NR | local
2078 telephony_ready_ind(features, maemo_indicators, BTRH_NOT_SUPPORTED,
H A Dtelephony-maemo6.c1912 uint32_t features = AG_FEATURE_EC_ANDOR_NR | local
1946 telephony_ready_ind(features, maemo_indicators, BTRH_NOT_SUPPORTED,
H A Dtelephony-ofono.c929 uint32_t features = AG_FEATURE_EC_ANDOR_NR | local
962 telephony_ready_ind(features, ofono_indicators, BTRH_NOT_SUPPORTED,
H A Da2dp.c1320 sdp_data_t *psm, *version, *features; local
1362 features = sdp_data_alloc(SDP_UINT16, &feat);
1363 sdp_attr_add(record, SDP_ATTR_SUPPORTED_FEATURES, features);
/external/webkit/Source/WebCore/dom/
H A DDocument.h793 void processViewport(const String& features);
1115 void processArguments(const String& features, void* data, ArgumentsCallback);
H A DDocument.cpp2682 void Document::processArguments(const String& features, void* data, ArgumentsCallback callback) argument
2689 int length = features.length();
2690 String buffer = features.lower();
2738 void Document::processViewport(const String& features) argument
2740 ASSERT(!features.isNull());
2743 processArguments(features, (void*)&m_viewportArguments, &setViewportFeature);
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.m380 static WKPageRef createNewPage(WKPageRef page, WKDictionaryRef features, WKEventModifiers modifiers, WKEventMouseButton button, const void* clientInfo)
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit_N.c815 static Uint32 features = 0xffffffff; local
816 if (features == 0xffffffff) {
820 features = 0;
821 SDL_sscanf(override, "%u", &features);
823 features = ( 0
834 return features;
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm639 NSDictionary *features = [[NSDictionary alloc] init];
642 windowFeatures:features];
643 [features release];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.mm1665 NSDictionary *features = [[NSDictionary alloc] init];
1668 windowFeatures:features];
1669 [features release];

Completed in 7813 milliseconds

123456789