Searched refs:get (Results 1 - 25 of 3959) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DUtilities.js3 get: function()
/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DTypeBuilderTest.cpp21 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, true>::get(getGlobalContext())));
22 EXPECT_EQ(Type::getVoidTy(getGlobalContext()), (TypeBuilder<void, false>::get(getGlobalContext())));
25 (TypeBuilder<void*, false>::get(getGlobalContext())));
27 (TypeBuilder<const void*, false>::get(getGlobalContext())));
29 (TypeBuilder<volatile void*, false>::get(getGlobalContext())));
31 (TypeBuilder<const volatile void*, false>::get(
36 EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<int8_t, false>::get(getGlobalContext())));
37 EXPECT_EQ(Type::getInt8Ty(getGlobalContext()), (TypeBuilder<uint8_t, false>::get(getGlobalContext())));
38 EXPECT_EQ(Type::getInt16Ty(getGlobalContext()), (TypeBuilder<int16_t, false>::get(getGlobalContext())));
39 EXPECT_EQ(Type::getInt16Ty(getGlobalContext()), (TypeBuilder<uint16_t, false>::get(getGlobalContex
187 static StructType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
210 static StructType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_propertiesforclass.py17 self.assertFalse(p.get('readonly', False))
18 self.assertFalse(p.get('copy', False))
19 self.assertFalse(p.get('retain', False))
20 self.assertFalse(p.get('nonatomic', False))
21 self.assertFalse(p.get('dynamic', False))
26 self.assertFalse(p.get('readonly', False))
27 self.assertFalse(p.get('copy', False))
28 self.assertFalse(p.get('retain', False))
29 self.assertFalse(p.get('nonatomic', False))
30 self.assertFalse(p.get('dynami
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_propertiesforclass.py17 self.assertFalse(p.get('readonly', False))
18 self.assertFalse(p.get('copy', False))
19 self.assertFalse(p.get('retain', False))
20 self.assertFalse(p.get('nonatomic', False))
21 self.assertFalse(p.get('dynamic', False))
26 self.assertFalse(p.get('readonly', False))
27 self.assertFalse(p.get('copy', False))
28 self.assertFalse(p.get('retain', False))
29 self.assertFalse(p.get('nonatomic', False))
30 self.assertFalse(p.get('dynami
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/dceutils/
H A Ddfspag.exp2 * kernel extentions used to get the pag
/macosx-10.10.1/WebKit2-7600.1.25/Platform/cf/
H A DModuleCF.cpp33 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(kCFAllocatorDefault, m_path.createCFString().get(), kCFURLPOSIXPathStyle, FALSE));
37 RetainPtr<CFBundleRef> bundle = adoptCF(CFBundleCreate(kCFAllocatorDefault, bundleURL.get()));
41 if (!CFBundleLoadExecutable(bundle.get()))
55 CFBundleCloseBundleResourceMap(m_bundle.get(), m_bundleResourceMap);
68 return CFBundleGetFunctionPointerForName(m_bundle.get(), functionNameString.get());
73 return CFBundleGetIdentifier(m_bundle.get());
80 m_bundleResourceMap = CFBundleOpenBundleResourceMap(m_bundle.get());
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/cxa_finalize/
H A Dfoo.cxx31 int get() { return f; } function in class:A
41 return a.get();
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DTypeBuilder.h45 /// Function::Create(TypeBuilder<types::i<8>(MyType*), true>::get(), ...)
47 /// complain that TypeBuilder<MyType, true>::get() doesn't exist. To fix this,
53 /// static StructType *get(LLVMContext &Context) {
56 /// return StructType::get(
57 /// TypeBuilder<types::i<32>, xcompile>::get(Context),
58 /// TypeBuilder<types::i<32>*, xcompile>::get(Context),
59 /// TypeBuilder<types::i<8>*[], xcompile>::get(Context),
106 static PointerType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
117 static ArrayType *get(LLVMContex function in class:llvm::TypeBuilder
124 static ArrayType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
183 static IntegerType *get(LLVMContext &C) { function in class:llvm::TypeBuilder
190 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
198 static Type *get(LLVMContext& C) { function in class:llvm::TypeBuilder
206 static Type *get(LLVMContext& C) { return Type::getFloatTy(C); } function in class:llvm::TypeBuilder
210 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } function in class:llvm::TypeBuilder
214 static Type *get(LLVMContext& C) { return Type::getX86_FP80Ty(C); } function in class:llvm::TypeBuilder
218 static Type *get(LLVMContext& C) { return Type::getFP128Ty(C); } function in class:llvm::TypeBuilder
222 static Type *get(LLVMContext& C) { return Type::getPPC_FP128Ty(C); } function in class:llvm::TypeBuilder
226 static Type *get(LLVMContext& C) { return Type::getX86_MMXTy(C); } function in class:llvm::TypeBuilder
231 static Type *get(LLVMContext &C) { function in class:llvm::TypeBuilder
249 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
255 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
266 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
278 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
293 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
309 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
324 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
331 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
341 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
353 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
368 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
384 static FunctionType *get(LLVMContext &Context) { function in class:llvm::TypeBuilder
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DResourceSearchMatchObject.js43 get resource()
48 get title()
53 get className()
58 get searchTerm()
63 get sourceCodeTextRange()
H A DResourceTimelineRecord.js39 get resource()
44 get updatesDynamically()
49 get usesActiveStartTime()
54 get startTime()
59 get activeStartTime()
64 get endTime()
H A DTimelineRecord.js63 get type()
68 get startTime()
74 get activeStartTime()
80 get endTime()
86 get duration()
92 get inactiveDuration()
98 get activeDuration()
104 get updatesDynamically()
110 get usesActiveStartTime()
116 get callFrame
[all...]
H A DExecutionContext.js52 get id()
57 get name()
62 get isPageContext()
67 get frame()
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyProfileType.js36 get buttonTooltip()
41 get id()
46 get treeItemTitle()
51 get name()
71 get description()
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebCache.cpp117 CFDictionaryAddValue(dictionary.get(), imagesKey, value.get());
120 CFDictionaryAddValue(dictionary.get(), stylesheetsKey, value.get());
127 CFDictionaryAddValue(dictionary.get(), xslKey, value.get());
130 CFDictionaryAddValue(dictionary.get(), scriptsKey, value.get());
133 propBag->setDictionary(dictionary.get());
140 CFDictionaryAddValue(dictionary.get(), imagesKe
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/cf/
H A DKeyedEncoder.cpp45 m_dictionaryStack.append(m_rootDictionary.get());
58 CFDictionarySetValue(m_dictionaryStack.last(), key.createCFString().get(), data.get());
63 CFDictionarySetValue(m_dictionaryStack.last(), key.createCFString().get(), value ? kCFBooleanTrue : kCFBooleanFalse);
69 CFDictionarySetValue(m_dictionaryStack.last(), key.createCFString().get(), number.get());
75 CFDictionarySetValue(m_dictionaryStack.last(), key.createCFString().get(), number.get());
81 CFDictionarySetValue(m_dictionaryStack.last(), key.createCFString().get(), number.get());
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_auth_request.cpp55 WKRetainPtr<WKCredentialRef> credential = WKAuthenticationChallengeGetProposedCredential(m_authenticationChallenge.get());
58 WKRetainPtr<WKStringRef> suggestedUsername(AdoptWK, WKCredentialCopyUser(credential.get()));
59 if (!suggestedUsername || WKStringIsEmpty(suggestedUsername.get()))
62 m_suggestedUsername = suggestedUsername.get();
71 WKRetainPtr<WKProtectionSpaceRef> protectionSpace = WKAuthenticationChallengeGetProtectionSpace(m_authenticationChallenge.get());
74 WKRetainPtr<WKStringRef> realm(AdoptWK, WKProtectionSpaceCopyRealm(protectionSpace.get()));
75 if (!realm || WKStringIsEmpty(realm.get()))
78 m_realm = realm.get();
87 WKRetainPtr<WKProtectionSpaceRef> protectionSpace = WKAuthenticationChallengeGetProtectionSpace(m_authenticationChallenge.get());
90 WKRetainPtr<WKStringRef> host(AdoptWK, WKProtectionSpaceCopyHost(protectionSpace.get()));
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/InspectorServer/soup/
H A DWebSocketServerSoup.cpp45 GUniquePtr<gchar> addressString(g_inet_address_to_string(g_inet_socket_address_get_address(G_INET_SOCKET_ADDRESS(socketAddress.get()))));
46 LOG(InspectorServer, "New Connection from %s:%d.", addressString.get(), g_inet_socket_address_get_port(G_INET_SOCKET_ADDRESS(socketAddress.get())));
50 webSocketConnection->setSocketHandle(SocketStreamHandle::create(connection, webSocketConnection.get()));
59 g_signal_connect(m_socketService.get(), "incoming", G_CALLBACK(connectionCallback), this);
60 g_socket_service_start(m_socketService.get());
67 GRefPtr<GSocketAddress> socketAddress = adoptGRef(g_inet_socket_address_new(address.get(), port));
68 return g_socket_listener_add_address(G_SOCKET_LISTENER(m_socketService.get()), socketAddress.get(), G_SOCKET_TYPE_STREAM, G_SOCKET_PROTOCOL_TCP, 0, 0, 0);
73 g_socket_service_stop(m_socketService.get());
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMDocument.mm42 return WebKit::toWKDOMElement(toDocument(_impl.get())->createElement(tagName, ec).get());
47 return WebKit::toWKDOMText(toDocument(_impl.get())->createTextNode(data).get());
52 return WebKit::toWKDOMElement(toDocument(_impl.get())->body());
H A DWKDOMText.mm38 return WebCore::toText(_impl.get())->data();
45 WebCore::toText(_impl.get())->setData(data, ec);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCInstrAnalysis.h32 return Info->get(Inst.getOpcode()).isBranch();
36 return Info->get(Inst.getOpcode()).isConditionalBranch();
40 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
44 return Info->get(Inst.getOpcode()).isIndirectBranch();
48 return Info->get(Inst.getOpcode()).isCall();
52 return Info->get(Inst.getOpcode()).isReturn();
55 /// evaluateBranch - Given a branch instruction try to get the address the
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFastBitVector.cpp36 out.print(get(i) ? "1" : "-");
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/cairo/
H A DWKIconDatabaseCairo.cpp37 return toImpl(iconDatabase)->nativeImageForPageURL(toWTFString(url)).get();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWindowFeatures.mm72 return _menuBarVisibility.get();
77 return _statusBarVisibility.get();
82 return _toolbarsVisibility.get();
87 return _allowsResizing.get();
92 return _x.get();
97 return _y.get();
102 return _width.get();
107 return _height.get();
H A DWKBrowsingContextGroup.mm66 // don't get automatically written to the disk. The automatic writing has proven
69 WKPageGroupSetPreferences(toAPI(_pageGroup.get()), preferences.get());
76 return WKPreferencesGetJavaScriptEnabled(WKPageGroupGetPreferences(toAPI(_pageGroup.get())));
81 WKPreferencesSetJavaScriptEnabled(WKPageGroupGetPreferences(toAPI(_pageGroup.get())), allowsJavaScript);
86 return WKPreferencesGetJavaScriptMarkupEnabled(WKPageGroupGetPreferences(toAPI(_pageGroup.get())));
91 WKPreferencesSetJavaScriptMarkupEnabled(WKPageGroupGetPreferences(toAPI(_pageGroup.get())), allowsJavaScriptMarkup);
96 return WKPreferencesGetPluginsEnabled(WKPageGroupGetPreferences(toAPI(_pageGroup.get())));
101 WKPreferencesSetPluginsEnabled(WKPageGroupGetPreferences(toAPI(_pageGroup.get())), allowsPlugIns);
106 return WKPreferencesGetPrivateBrowsingEnabled(WKPageGroupGetPreferences(toAPI(_pageGroup.get())));
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-terminator/
H A Dbundle.cxx30 void* get() { return buffer; } function in class:Foo

Completed in 164 milliseconds

1234567891011>>