/external/antlr/antlr-3.4/runtime/ActionScript/lib/ |
antlr3.swc | |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexUnitOptional.swc | |
flexunit.swc | |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/swf/ |
test_layer2_base.py | 1 import boto.swf.layer2 namespace 2 from boto.swf.layer2 import SWFBase 18 boto.swf.layer2.Layer1 = Mock() 30 boto.swf.layer2.Layer1.assert_called_with(
|
test_layer1_decisions.py | 3 import boto.swf.layer1_decisions namespace 9 self.decisions = boto.swf.layer1_decisions.Layer1Decisions()
|
test_layer2_types.py | 1 import boto.swf.layer2 namespace 2 from boto.swf.layer2 import ActivityType, WorkflowType, WorkflowExecution 10 boto.swf.layer2.Layer1 = Mock()
|
test_layer2_actors.py | 1 import boto.swf.layer2 namespace 2 from boto.swf.layer2 import Decider, ActivityWorker 10 boto.swf.layer2.Layer1 = Mock()
|
test_layer2_domain.py | 1 import boto.swf.layer2 namespace 2 from boto.swf.layer2 import Domain, ActivityType, WorkflowType, WorkflowExecution 10 boto.swf.layer2.Layer1 = Mock()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/ |
exceptions.py | 2 Exceptions that are specific to the swf module. 4 This module subclasses the base SWF response exception, 5 boto.exceptions.SWFResponseError, for some of the SWF specific faults.
|
__init__.py | 27 import boto.swf.layer1 namespace 29 REGION_ENDPOINTS = load_regions().get('swf', {}) 39 return get_regions('swf', connection_cls=boto.swf.layer1.Layer1)
|
layer2.py | 1 """Object-oriented interface to SWF wrapping boto.swf.layer1.Layer1""" 5 from boto.swf.layer1 import Layer1 6 from boto.swf.layer1_decisions import Layer1Decisions 110 :py:func:`boto.swf.layer1.Layer1.list_closed_workflow_executions` and 111 :py:func:`boto.swf.layer1.Layer1.list_open_workflow_executions`
|
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/ |
index.html | 3 <embed name="trivial" id="trivial" src="Trivial.swf" wmode="window" width="100"
|
control | 18 This test logs in, opens a new window, and navigates to a .swf file on a
|
desktopui_FlashSanityCheck.py | 18 Sanity test that ensures flash instance is launched when a swf is played. 43 @param time_to_wait_secs: wait time for swf file to load. 64 # Ensure that the swf got pulled. 67 latch = self._testServer.add_wait_url('/Trivial.swf')
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
scc.s | 24 swf r8
|
scc.d | 25 [ ]+22:[ ]+3bf5[ ]+swf[ ]+\$?r11 26 [ ]+24:[ ]+38f5[ ]+swf[ ]+\$?r8
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/swf/ |
test_cert_verification.py | 31 import boto.swf namespace 35 swf = True variable in class:SWFCertVerificationTest 36 regions = boto.swf.regions()
|
test_layer1.py | 9 from boto.swf.layer1 import Layer1 10 from boto.swf import exceptions as swf_exceptions 14 # A standard AWS account is permitted a maximum of 100 of SWF domains, 19 # testing domain is literally "boto-swf-unittest-domain". Do not use 22 "boto-swf-unittest-domain") 58 * tests.swf.test_layer1_workflow_execution.SwfL1WorkflowExecutionTest 60 swf = True variable in class:SimpleWorkflowLayer1TestBase
|
test_layer1_workflow_execution.py | 10 from boto.swf.layer1_decisions import Layer1Decisions 12 from tests.integration.swf.test_layer1 import SimpleWorkflowLayer1TestBase 20 swf = True variable in class:SwfL1WorkflowExecutionTest
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/ |
.actionScriptProperties | 11 <crossDomainRslEntry autoExtract="true" policyFileUrl="" rslUrl="framework_3.0.0.477.swf"/>
|
build.xml | 50 <mxmlc debug="true" file="${basedir}/test/Antlr3Test.mxml" output="${build.test.dir}/testAntlr3.swf"> 61 <flexunit timeout="0" swf="${build.test.dir}/testAntlr3.swf" toDir="${build.test.output.dir}" haltonfailure="false"/>
|
/external/nanohttpd/core/src/main/resources/META-INF/nanohttpd/ |
default-mimetypes.properties | 21 swf=application/x-shockwave-flash
|
/external/libvncserver/webclients/novnc/include/web-socket-js/ |
README.txt | 87 * How to host HTML file and SWF file in different domains 89 By default, HTML file and SWF file must be in the same domain. You can follow steps below to allow hosting them in different domain. 93 - Unzip WebSocketMainInsecure.zip to extract WebSocketMainInsecure.swf. 94 - Put WebSocketMainInsecure.swf on your server, instead of WebSocketMain.swf. 95 - In JavaScript, set WEB_SOCKET_SWF_LOCATION to URL of your WebSocketMainInsecure.swf. 98 * How to build WebSocketMain.swf
|
web_socket.js | 243 * Loads WebSocketMain.swf and creates WebSocketMain object in Flash. 255 logger.error("[WebSocket] set WEB_SOCKET_SWF_LOCATION to location of WebSocketMain.swf"); 259 !WEB_SOCKET_SWF_LOCATION.match(/(^|\/)WebSocketMainInsecure\.swf(\?.*)?$/) && 264 "[WebSocket] You must host HTML and WebSocketMain.swf in the same host " + 266 "See also 'How to host HTML file and SWF file in different domains' section " + 267 "in README.md. If you use WebSocketMainInsecure.swf, you can suppress this message " + 297 "10.0.0" /* SWF version */,
|
/external/testng/ |
testng-1.0.dtd.php | 18 SyntaxHighlighter.config.clipboardSwf = "scripts/clipboard.swf";
|