HomeSort by relevance Sort by last modified time
    Searched refs:as (Results 51 - 75 of 4009) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/suite/cts/utils/
grapher.py 12 # distributed under the License is distributed on an 'AS IS' BASIS,
18 import get_csv_report as psr
19 import matplotlib.pyplot as plt
20 import matplotlib.mlab as mlab
21 import matplotlib.cbook as cbook
22 import matplotlib.ticker as ticker
24 A simple script to render the data from the benchmark as a graph.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p23.cpp 63 [as(args)...] {} (); // expected-error {{expected ','}}
64 [as...(args)]{} (); // expected-error {{expected ','}}
69 [as(args...)] {} (); // expected-error {{initializer missing}} expected-error {{multiple}}
77 print([as(args)] { return sizeof(as); } () ...);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
ASTTreeParser.stg 20 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
65 RetVal.Tree := _First[0] as I<ASTLabelType>;
67 RetVal.Tree := Adaptor.GetParent(RetVal.Tree) as I<ASTLabelType>;
77 _Last := Input.LT(1) as I<ASTLabelType>;
82 Root[<treeLevel>] := Adaptor.GetNilNode as I<ASTLabelType>;<\n>
115 /** ID! and output=AST (same as plain tokenRef) 'cept add
119 _Last := Input.LT(1) as I<ASTLabelType>;
125 _Last := Input.LT(1) as I<ASTLabelType>;
135 <label>_tree := Adaptor.DupNode(<label>) as I<ASTLabelType>;
155 _Last := Input.LT(1) as I<ASTLabelType>
    [all...]
AST.stg 20 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
83 FTree := Value as I<ASTLabelType>;
122 * as a rule could have both rewrite and AST within the same alternative
129 Root[0] := Adaptor.GetNilNode as I<ASTLabelType>;
140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
170 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule.name>'] as IRewriteRuleElementStream).Add(<label>.Tree);<\n>
182 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule>'] as IRewriteRuleElementStream).Add(<label>.Tree);
217 Root[0] := Adaptor.GetNilNode as I<ASTLabelType>;
271 if (<referencedElementsDeep:{el | (Locals['Stream_<el>'] as IRewriteRuleElementStream).HasNext}; separator=" or ">) the
    [all...]
  /external/chromium_org/third_party/jinja2/
defaults.py 28 from jinja2.filters import FILTERS as DEFAULT_FILTERS
29 from jinja2.tests import TESTS as DEFAULT_TESTS
  /external/chromium_org/tools/gyp/test/intermediate_dir/src/
script.py 20 with open(sys.argv[2], 'w') as f:
23 with open(sys.argv[3], 'w') as f:
  /external/chromium_org/tools/gyp/test/make/
gyptest-noload.py 39 with open('relocate/noload/main.c', 'a') as src_file:
47 with open('relocate/noload/lib/shared.c', 'w') as shared_file:
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
make.php 24 * it under the terms of the GNU General Public License as published by
98 'BRACKETS' => array( # keep same as symbols so as to make ${} and $() equiv.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
88 with gzip.GzipFile(self.filename, 'ab') as f:
91 with gzip.GzipFile(self.filename, 'rb') as f:
99 with gzip.open(self.filename, 'wb', 9) as f:
102 with gzip.open(self.filename, "ab", 9) as f: # append
106 with gzip.open(self.filename, "rb") as zgfile:
119 with gzip.GzipFile(self.filename, 'rb') as f:
120 with io.BufferedReader(f) as r
    [all...]
test_cmd_line_script.py 101 with temp_dir() as script_dir:
106 with temp_dir() as script_dir:
113 with temp_dir() as script_dir:
118 with temp_dir() as script_dir:
125 with temp_dir() as script_dir:
130 with temp_dir() as script_dir:
136 with temp_dir() as script_dir:
143 with temp_dir() as script_dir:
150 with temp_dir() as script_dir:
158 with temp_dir() as script_dir
    [all...]
test_email.py 6 from email.test.test_email_renamed import suite as suite2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
88 with gzip.GzipFile(self.filename, 'ab') as f:
91 with gzip.GzipFile(self.filename, 'rb') as f:
99 with gzip.open(self.filename, 'wb', 9) as f:
102 with gzip.open(self.filename, "ab", 9) as f: # append
106 with gzip.open(self.filename, "rb") as zgfile:
119 with gzip.GzipFile(self.filename, 'rb') as f:
120 with io.BufferedReader(f) as r
    [all...]
test_cmd_line_script.py 101 with temp_dir() as script_dir:
106 with temp_dir() as script_dir:
113 with temp_dir() as script_dir:
118 with temp_dir() as script_dir:
125 with temp_dir() as script_dir:
130 with temp_dir() as script_dir:
136 with temp_dir() as script_dir:
143 with temp_dir() as script_dir:
150 with temp_dir() as script_dir:
158 with temp_dir() as script_dir
    [all...]
test_email.py 6 from email.test.test_email_renamed import suite as suite2
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
283 AttributedString as = new AttributedString("test"); local
284 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
286 AttributedCharacterIterator it = as.getIterator();
290 as = new AttributedString("test");
291 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
293 it = as.getIterator();
298 as = new AttributedString("test");
299 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
307 as = new AttributedString("123", new WeakHashMap())
329 AttributedString as = new AttributedString("123", new WeakHashMap()); local
360 AttributedString as = new AttributedString("test"); local
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
history_info.py 21 import simplejson as json
29 The info is represented as a list of history items containing url, title,
36 json_string: a dictionary as returned by the IPC command 'GetHistoryInfo'.
54 History is ordered latest first, that is in the same order as
71 snippet as it would be visible when searching for that text in the
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
read-checksum-from-png 19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
38 with open(filename, 'r') as filehandle:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
environment_unittest.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29 import webkitpy.thirdparty.unittest2 as unittest
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
builders_unittest.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30 import webkitpy.thirdparty.unittest2 as unittest
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
grammar_unittest.py 18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29 import webkitpy.thirdparty.unittest2 as unittest
  /external/chromium_org/third_party/sqlite/src/
mkextw.sh 19 --as i386-mingw32msvc-as \
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
sample.py 5 import telemetry.core.timeline.event as timeline_event
11 NOTE: The Sample class implements the same interface as
  /external/chromium_org/v8/tools/testrunner/server/
signatures.py 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
35 with open(filename, "rb") as f:
45 with open(signature_file) as f:
51 with open(filename, "wb") as f:
54 with open(signature_file, "wb") as f:
  /external/hyphenation/
Android.mk 3 # We need to build this for both the device (as a shared library)
4 # and the host (as a static library for tools to use).
  /frameworks/av/media/common_time/
Android.mk 4 # (binder marshalers for ICommonClock as well as common clock and local clock

Completed in 1152 milliseconds

1 23 4 5 6 7 8 91011>>