Searched defs:For (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/public/test/
H A Dweb_contents_tester.cc19 WebContentsTester* WebContentsTester::For(WebContents* contents) { function in class:content::WebContentsTester
H A Dtest_renderer_host.cc36 RenderViewHostTester* RenderViewHostTester::For(RenderViewHost* host) { function in class:content::RenderViewHostTester
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml23 | For of string * expr * expr * expr option * expr Constructor in type:expr
H A Dtoken.ml19 | For | In Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml26 | For of string * expr * expr * expr option * expr Constructor in type:expr
H A Dtoken.ml19 | For | In Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml26 | For of string * expr * expr * expr option * expr Constructor in type:expr
H A Dtoken.ml19 | For | In Constructor in type:token
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_view_tester_views.cc19 scoped_ptr<AutofillDialogViewTester> AutofillDialogViewTester::For( function in class:autofill::AutofillDialogViewTester
/external/chromium_org/third_party/jinja2/
H A Dnodes.py275 class For(Stmt): class in inherits:Stmt
281 For filtered nodes an expression can be stored as `test`, otherwise `None`.
467 """For loop unpacking and some other things like multiple arguments
818 access. For example ``ImportedName('cgi.escape')`` returns the `escape`
893 """Modifies the eval context. For each option that should be modified,
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp296 // For constructs other than task, if no default clause is present, these
1594 auto For = dyn_cast_or_null<ForStmt>(S); local
1595 if (!For) {
1606 assert(For->getBody());
1608 OpenMPIterationSpaceChecker ISC(SemaRef, For->getForLoc());
1611 auto Init = For->getInit();
1624 // For C++, a variable of a random access iterator type.
1625 // For C, a variable of a pointer type.
1679 HasErrors |= ISC.CheckCond(For->getCond());
1682 HasErrors |= ISC.CheckInc(For
[all...]
/external/chromium_org/v8/src/
H A Dapi.cc7 #include <string.h> // For memcpy, strlen.
11 #include <cmath> // For isnan.
6135 Local<Symbol> v8::Symbol::For(Isolate* isolate, Local<String> name) { function in class:v8::v8::Symbol

Completed in 386 milliseconds