HomeSort by relevance Sort by last modified time
    Searched defs:For (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/public/test/
web_contents_tester.cc 19 WebContentsTester* WebContentsTester::For(WebContents* contents) {
test_renderer_host.cc 37 RenderFrameHostTester* RenderFrameHostTester::For(RenderFrameHost* host) {
44 RenderViewHostTester* RenderViewHostTester::For(RenderViewHost* host) {
121 return WebContentsTester::For(web_contents())->GetPendingMainFrame();
  /external/chromium_org/chrome/browser/ui/views/autofill/
password_generation_popup_view_tester_views.cc 12 PasswordGenerationPopupViewTester::For(PasswordGenerationPopupView* view) {
autofill_dialog_view_tester_views.cc 19 scoped_ptr<AutofillDialogViewTester> AutofillDialogViewTester::For(
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 5 (* expr - Base type for all expression nodes. *)
7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
13 (* variant for a binary operator. *)
16 (* variant for function calls. *)
19 (* variant for if/then/else. *)
22 (* variant for for/in. *)
23 | For of string * expr * expr * expr option * expr
25 (* proto - This type represents the "prototype" for a function, which capture
    [all...]
token.ml 6 * these others for known things. *)
19 | For | In
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 5 (* expr - Base type for all expression nodes. *)
7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
13 (* variant for a unary operator. *)
16 (* variant for a binary operator. *)
19 (* variant for function calls. *)
22 (* variant for if/then/else. *)
25 (* variant for for/in. *)
26 | For of string * expr * expr * expr option * exp
    [all...]
token.ml 6 * these others for known things. *)
19 | For | In
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 5 (* expr - Base type for all expression nodes. *)
7 (* variant for numeric literals like "1.0". *)
10 (* variant for referencing a variable, like "a". *)
13 (* variant for a unary operator. *)
16 (* variant for a binary operator. *)
19 (* variant for function calls. *)
22 (* variant for if/then/else. *)
25 (* variant for for/in. *)
26 | For of string * expr * expr * expr option * exp
    [all...]
token.ml 6 * these others for known things. *)
19 | For | In
  /external/chromium_org/third_party/jinja2/
nodes.py 13 :license: BSD, see LICENSE for more details.
23 #: the types we support for context functions
60 """A metaclass for nodes that handles the field and attribute
65 for attr in 'fields', 'attributes':
108 """Baseclass for all Jinja2 nodes. There are a number of nodes available
120 The `environment` attribute is set at the end of the parsing process for
140 for name, arg in izip(self.fields, fields):
142 for attr in self.attributes:
155 for name in self.fields:
169 for field, item in self.iter_fields(exclude, only)
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 1 //===--- SemaOpenMP.cpp - Semantic Analysis for OpenMP constructs ---------===//
6 // License. See LICENSE.TXT for details.
10 /// \brief This file implements semantic analysis for OpenMP directives and
32 // Stack of data-sharing attributes for variables
46 for (auto KindEl : Arr)
63 /// \brief Stack for tracking declarations used in OpenMP directives and
115 /// \brief Checks if the variable is a local for OpenMP region.
132 /// \brief If 'aligned' declaration for given variable \a D was not seen yet,
134 /// for diagnostics.
140 /// \brief Returns data sharing attributes from top of the stack for th
    [all...]
  /external/chromium_org/v8/src/
api.cc 7 #include <string.h> // For memcpy, strlen.
11 #include <cmath> // For isnan.
207 for (int i = 0; i < V8::GetCompressedStartupDataCount(); ++i) {
214 for (int i = 0; i < V8::GetCompressedStartupDataCount(); ++i) {
226 for (int i = 0; i < compressed_data_count; ++i) {
465 // Reserve no more than 1/8 of the memory for the code range, but at most
714 // to check for a dead VM with ON_BAILOUT before constructing any Neander
749 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
759 for (int i = 0; i < length; i++)
793 for (int i = 0; i < length; i++)
    [all...]

Completed in 243 milliseconds