HomeSort by relevance Sort by last modified time
    Searched full:this (Results 476 - 500 of 239324) sorted by null

<<11121314151617181920>>

  /external/libxml2/doc/examples/
xpath2.res 6 This text node must be discarded
20 This text node must be discarded
22 This text node must be discarded
24 This text node must be discarded
26 This text node must be discarded
28 This text node must be discarded
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
preprocessor.js 10 //OPTIMIZATION: these utility functions should not be moved out of this module. V8 Crankshaft will not inline
11 //this functions if they will be situated in another module due to context switch.
12 //Always perform inlining check before modifying this functions ('node --trace-inlining').
29 this.write(html);
32 this.pos = this.html.charCodeAt(0) === $.BOM ? 0 : -1;
34 this.gapStack = [];
35 this.lastGapPos = -1;
36 this.skipNextNewLine = false;
40 if (this.html)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/base/
range.html 4 Use of this source code is governed by a BSD-style license that can be
19 this.isEmpty_ = true;
20 this.min_ = undefined;
21 this.max_ = undefined;
28 this.isEmpty_ = true;
29 this.min_ = undefined;
30 this.max_ = undefined;
34 return this.isEmpty_;
40 this.addValue(range.min);
41 this.addValue(range.max)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
callobj.h 2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
14 #error this stub requires an updated version of <rpcndr.h>
152 HRESULT (WINAPI *QueryInterface)(ICallFrame *This,REFIID riid,void **ppvObject);
153 ULONG (WINAPI *AddRef)(ICallFrame *This);
154 ULONG (WINAPI *Release)(ICallFrame *This);
155 HRESULT (WINAPI *GetInfo)(ICallFrame *This,CALLFRAMEINFO *pInfo);
156 HRESULT (WINAPI *GetIIDAndMethod)(ICallFrame *This,IID *pIID,ULONG *piMethod);
157 HRESULT (WINAPI *GetNames)(ICallFrame *This,LPWSTR *pwszInterface,LPWSTR *pwszMethod)
    [all...]
  /art/test/055-enum-performance/
info.txt 0 This is a performance test of Enum.valueOf(). To see the numbers, invoke
2 this test with the "--timing" option.
  /art/test/133-static-invoke-super/
info.txt 0 This is a performance test of invoking static methods in super class. To see the numbers, invoke
2 this test with the "--timing" option.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t014parser.g 7 this.reportedErrors = [];
8 this.events = [];
9 this.emitErrorMessage = function(msg) {
10 this.reportedErrors.push(msg);
12 this.eventMessage = function(msg) {
13 this.events.push(msg);
27 {this.eventMessage(['decl', $t.getText()]);}
32 {this.eventMessage(['call', $t.getText()]);}
t052importM3.g 6 s : 'b' {this.gt052importS3.foo();} ; // gS is import pointer
7 WS : (' '|'\n') {this.skip();} ;
t052importM8.g 6 A : 'a' {this.capture("M.A ");} ;
7 WS : (' '|'\n') {this.skip();} ;
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p8.cpp 3 void f(A* p = this) { } // expected-error{{invalid use of 'this'}}
  /external/clang/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/
SubPriv.h 2 // This comment ensures that this file is not identical to
  /external/clang/test/Modules/Inputs/modules-with-same-name/path1/A/
module.modulemap 1 // path1. This comment keeps this file from being identical to
  /external/clang/test/Modules/Inputs/modules-with-same-name/path2/A/
module.modulemap 1 // path2. This comment keeps this file from being identical to
  /external/clang/test/SemaCXX/Inputs/
header-with-pragma-optimize-off.h 2 // Open an "off" region in this header.
5 // Let the "off" region fall through to anything including this header.
  /external/compiler-rt/test/asan/TestCases/Helpers/
blacklist-extra.cc 0 // This function is broken, but this file is blacklisted
  /external/iptables/extensions/
libipt_unclean.man 0 This module takes no options, but attempts to match packets which seem
2 malformed or unusual. This is regarded as experimental.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AAltCommand.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
44 ((Analysis) sw).caseAAltCommand(this);
49 return this._position_;
54 if(this._position_ != null)
56 this._position_.parent(null);
66 node.parent(this);
69 this._position_ = node
    [all...]
AAutoescapeCommand.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
44 ((Analysis) sw).caseAAutoescapeCommand(this);
49 return this._position_;
54 if(this._position_ != null)
56 this._position_.parent(null);
66 node.parent(this);
69 this._position_ = node
    [all...]
AEscapeCommand.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
37 cloneNode(this._position_),
38 cloneNode(this._expression_),
39 cloneNode(this._command_));
44 ((Analysis) sw).caseAEscapeCommand(this);
49 return this._position_;
54 if(this._position_ != null)
56 this._position_.parent(null);
66 node.parent(this);
69 this._position_ = node
    [all...]
ASetCommand.java 0 /* This file was generated by SableCC (http://www.sablecc.org/). */
37 cloneNode(this._position_),
38 cloneNode(this._variable_),
39 cloneNode(this._expression_));
44 ((Analysis) sw).caseASetCommand(this);
49 return this._position_;
54 if(this._position_ != null)
56 this._position_.parent(null);
66 node.parent(this);
69 this._position_ = node
    [all...]
  /external/libxml2/result/
ent5.rde 3 This is an inverted exclamation sign ¡
4 This is a space
ent5.rdr 3 This is an inverted exclamation sign ¡
4 This is a space
  /external/libxml2/test/
ent5 3 This is an inverted exclamation sign &#xA1;
4 This is a space &#32;
  /external/llvm/test/YAMLParser/
spec-02-18.data 4 This unquoted scalar
7 quoted: "So does this
  /external/markdown/MarkdownTest/Tests_2004/
Strong and em together.text 0 ***This is strong and em.***
3 So is ***this*** word.

Completed in 887 milliseconds

<<11121314151617181920>>