/external/protobuf/js/binary/ |
utils_test.js | 29 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 117 // 2^52, even if they're representable integers - check the rest of the bits 324 if (3 != strings[i].length) throw 'fail!'; 325 if (i != strings[i].charCodeAt(1)) throw 'fail!'; 331 if (strings[i] != strings[i]) throw 'fail!'; 332 if (strings[i] == strings[(i + 1) % 65536]) throw 'fail!'; 347 if (!isNaN(jspb.utils.joinFloat32(jspb.utils.split64Low, 358 if (goog.isDef(opt_bits)) { 359 if (opt_bits != jspb.utils.split64Low) throw 'fail!'; 361 if (truncate(x) != jspb.utils.joinFloat32(jspb.utils.split64Low [all...] |
/external/v8/benchmarks/ |
richards.js | 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 71 if (scheduler.queueCount != EXPECTED_QUEUE_COUNT || 86 * correct run so if the actual queue or hold count is different from 191 if (this.currentTcb.isHeldOrSuspended()) { 206 if (tcb == null) return tcb; 208 if (tcb.priority > this.currentTcb.priority) { 218 * released, even if new work is added to it. 228 * to run. If new work is added to the suspended task it will be made runnable. 237 * associated with the packet and make the task runnable if it is currently 243 if (t == null) return t [all...] |
/external/v8/tools/ |
profile.js | 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 87 * @param {number} opt_stackPos If an unknown address is encountered 159 if (!func) { 162 } else if (func.name !== name) { 167 if (entry) { 168 if (entry.size === size && entry.func === func) { 216 if (this.codeMap_.findDynamicEntryByStartAddress(from)) { 258 if (entry) { 260 if (i === 0 && (entry.type === 'CPP' || entry.type === 'SHARED_LIB')) { 263 if (look_for_first_c_function && entry.type === 'CPP') [all...] |
/external/v8/tools/profviz/ |
composer.js | 26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 if (this.length == 0) return undefined; 154 if (!something) { 162 if (CodeKinds[name].kinds.indexOf(kind) >= 0) { 184 if (merge_start > range_end) break; // Out of plot range. 188 // Don't merge ranges if there is no overlap (incl. merge tolerance). 189 if (next_range.start > merge_end + pause_tolerance) break; 191 if (next_range.end > merge_end) { // Extend range end. 195 if (merge_end < range_start) continue; // Out of plot range. 196 if (merge_end < merge_start) continue; // Not an actual range [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
DeclTemplate.h | 125 /// This may be fewer than the number of template parameters, if some of 126 /// the parameters have default arguments or if there is a parameter pack. 171 /// requires-clause (if any) for a TemplateDecl and its derived classes. 269 /// we need to track all the originating parameters to determine if the default 287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>()) 307 if (auto *Prev = ValueOrInherited.template dyn_cast<ParmDecl*>()) 309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>()) 313 /// Get the parameter from which we inherit the default argument, if any. 316 if (auto *D = ValueOrInherited.template dyn_cast<ParmDecl*>()) 318 if (auto *C = ValueOrInherited.template dyn_cast<Chain*>() [all...] |
/prebuilts/go/darwin-x86/src/go/parser/ |
parser.go | 59 inRhs bool // if set, the parser is parsing a rhs expression 76 if mode&ParseComments != 0 { 110 if ident.Obj == nil && p.mode&DeclarationErrors != 0 { 128 if ident.Name != "_" { 129 if alt := scope.Insert(obj); alt != nil && p.mode&DeclarationErrors != 0 { 131 if pos := alt.Pos(); pos.IsValid() { 146 if ident, isIdent := x.(*ast.Ident); isIdent { 152 if ident.Name != "_" { 153 if alt := p.topScope.Insert(obj); alt != nil { 163 if n == 0 && p.mode&DeclarationErrors != 0 [all...] |
/prebuilts/go/darwin-x86/src/go/scanner/ |
scanner_test.go | 167 {token.IF, "if", keyword}, 197 if s[i] == '\n' { 206 if pos.Filename != expected.Filename { 209 if pos.Offset != expected.Offset { 212 if pos.Line != expected.Line { 215 if pos.Column != expected.Column { 246 if tok == token.EOF { 255 if index < len(tokens) { 259 if tok != e.tok [all...] |
/prebuilts/go/linux-x86/src/go/parser/ |
parser.go | 59 inRhs bool // if set, the parser is parsing a rhs expression 76 if mode&ParseComments != 0 { 110 if ident.Obj == nil && p.mode&DeclarationErrors != 0 { 128 if ident.Name != "_" { 129 if alt := scope.Insert(obj); alt != nil && p.mode&DeclarationErrors != 0 { 131 if pos := alt.Pos(); pos.IsValid() { 146 if ident, isIdent := x.(*ast.Ident); isIdent { 152 if ident.Name != "_" { 153 if alt := p.topScope.Insert(obj); alt != nil { 163 if n == 0 && p.mode&DeclarationErrors != 0 [all...] |
/prebuilts/go/linux-x86/src/go/scanner/ |
scanner_test.go | 167 {token.IF, "if", keyword}, 197 if s[i] == '\n' { 206 if pos.Filename != expected.Filename { 209 if pos.Offset != expected.Offset { 212 if pos.Line != expected.Line { 215 if pos.Column != expected.Column { 246 if tok == token.EOF { 255 if index < len(tokens) { 259 if tok != e.tok [all...] |
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
ASTPathCriterion.java | 65 * A criterion to determine if a node matches a path through the AST. 99 if (path == null) { 115 if (path == null) { break; } 120 // If astPath starts with Method.* or Class.*, include the 122 if (path != null && !astPath.isEmpty()) { 124 if (entryKind == Tree.Kind.METHOD 132 if (debug) { 143 if (astPathLen == 0 || actualPathLen == 0) { return false; } 144 // if (actualPathLen != astPathLen + (isOnNewArrayType ? 0 : 1)) { 153 if (!kindsMatch(astNode.getTreeKind(), actualNode.getKind())) [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
ConcreteSyntaxModel.java | 640 token(GeneratedJavaParserConstants.IF), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/ |
Record.h | 79 /// Return true if all values of 'this' type can be converted to the specified 243 /// Return 0 if no such type exists. 333 /// out, returning them as a new init of bits type. If it is not legal to use 341 /// elements, returning them as a new init of list type. If it is not legal 348 /// Implementors of this method should return the type of the named field if 355 /// initializer for the specified field. If getFieldType returns non-null 364 /// If a value is set for the variable later, this method will be called on 413 /// Implementors of this method should return the type of the named field if 419 /// VarListElementInit::resolveReferences. If the list element is resolvable 508 if (!getBit(i)->isComplete()) return false [all...] |