Searched refs:Allowed (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermissions_data_unittest.cc392 bool Allowed(const Extension* extension, const GURL& url) { function in class:extensions::ExtensionScriptAndCaptureVisibleTest
393 return Allowed(extension, url, -1);
396 bool Allowed(const Extension* extension, const GURL& url, int tab_id) { function in class:extensions::ExtensionScriptAndCaptureVisibleTest
475 EXPECT_TRUE(Allowed(extension.get(), http_url));
476 EXPECT_TRUE(Allowed(extension.get(), https_url));
543 EXPECT_TRUE(Allowed(extension.get(), http_url));
544 EXPECT_TRUE(Allowed(extension.get(), https_url));
545 EXPECT_TRUE(Allowed(extension.get(), settings_url));
546 EXPECT_TRUE(Allowed(extension.get(), about_url));
547 EXPECT_TRUE(Allowed(extensio
[all...]
/external/llvm/include/llvm/Support/
H A DARMBuildAttributes.h123 Allowed = 1, enumerator in enum:llvm::ARMBuildAttrs::__anon25545
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft56 VALUE MS-BAP-Usage Not-Allowed 0
57 VALUE MS-BAP-Usage Allowed 1
H A Ddictionary.ascend25 ATTRIBUTE Ascend-Dialout-Allowed 131 integer
290 VALUE Ascend-Dialout-Allowed Dialout-Not-Allowed 0
291 VALUE Ascend-Dialout-Allowed Dialout-Allowed 1
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp735 setAttributeItem(ARM_ISA_use, Allowed, false);
743 setAttributeItem(ARM_ISA_use, Allowed, false);
744 setAttributeItem(THUMB_ISA_use, Allowed, false);
748 setAttributeItem(ARM_ISA_use, Allowed, false);
754 setAttributeItem(ARM_ISA_use, Allowed, false);
755 setAttributeItem(THUMB_ISA_use, Allowed, false);
760 setAttributeItem(THUMB_ISA_use, Allowed, false);
769 setAttributeItem(ARM_ISA_use, Allowed, false);
775 setAttributeItem(ARM_ISA_use, Allowed, false);
786 setAttributeItem(ARM_ISA_use, Allowed, fals
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dsubmit_try147 Allowed aliases: %s
/external/skia/tools/
H A Dsubmit_try147 Allowed aliases: %s
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
H A Dwebstore_private_apitest.cc368 IN_PROC_BROWSER_TEST_F(ExtensionWebstoreGetWebGLStatusTest, Allowed) {
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp638 ARMBuildAttrs::Allowed : ARMBuildAttrs::Not_Allowed);
641 ARMBuildAttrs::Allowed);
691 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_denormal, ARMBuildAttrs::Allowed);
693 ARMBuildAttrs::Allowed);
698 ARMBuildAttrs::Allowed);
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1195 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); local
1196 (void)Allowed;
1197 assert(Allowed && "Base subobject externally placed at overlapping offset");
1734 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); local
1735 (void)Allowed;
1736 assert(Allowed && "Externally-placed field cannot be placed here");
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_browsertest.cc187 IN_PROC_BROWSER_TEST_F(PPAPIBrokerInfoBarTest, Allowed) {
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex305 #define IPV6_FL_F_CREATE 1 /* Allowed to create new label */
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.cpp956 *status = PageCommandHandler::Result::Allowed;
/external/libvorbis/doc/
H A D04-codec.tex65 \varname{[audio_sample_rate]} must read greater than zero. Allowed final

Completed in 2158 milliseconds