Home
last modified time | relevance | path

Searched refs:IntegerToken (Results 1 – 12 of 12) sorted by relevance

/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer/Config/Table/
H A DIntegerToken.cs24 public sealed class IntegerToken : Token class
26 public IntegerToken(int value) in IntegerToken() method in Ntp.Analyzer.Config.Table.IntegerToken
41 var other = obj as IntegerToken; in Equals()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp184 static IntegerToken* Cast(Token* tok) { in Cast()
334 IntegerToken* count_;
377 IntegerToken* count) in ExamineCommand()
400 IntegerToken* count_;
842 token = IntegerToken::Tokenize(arg); in Tokenize()
1007 return js_new<IntegerToken>(value); in Tokenize()
1235 IntegerToken* count = NULL; in Build()
1238 count = js_new<IntegerToken>(1); in Build()
1258 IntegerToken* count = NULL; in Build()
1261 count = js_new<IntegerToken>(10); in Build()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp184 static IntegerToken* Cast(Token* tok) { in Cast()
334 IntegerToken* count_;
377 IntegerToken* count) in ExamineCommand()
400 IntegerToken* count_;
842 token = IntegerToken::Tokenize(arg); in Tokenize()
1007 return js_new<IntegerToken>(value); in Tokenize()
1235 IntegerToken* count = NULL; in Build()
1238 count = js_new<IntegerToken>(1); in Build()
1258 IntegerToken* count = NULL; in Build()
1261 count = js_new<IntegerToken>(10); in Build()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp184 static IntegerToken* Cast(Token* tok) { in Cast()
334 IntegerToken* count_;
377 IntegerToken* count) in ExamineCommand()
400 IntegerToken* count_;
842 token = IntegerToken::Tokenize(arg); in Tokenize()
1007 return js_new<IntegerToken>(value); in Tokenize()
1235 IntegerToken* count = NULL; in Build()
1238 count = js_new<IntegerToken>(1); in Build()
1258 IntegerToken* count = NULL; in Build()
1261 count = js_new<IntegerToken>(10); in Build()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp184 static IntegerToken* Cast(Token* tok) { in Cast()
334 IntegerToken* count_;
377 IntegerToken* count) in ExamineCommand()
400 IntegerToken* count_;
842 token = IntegerToken::Tokenize(arg); in Tokenize()
1007 return js_new<IntegerToken>(value); in Tokenize()
1235 IntegerToken* count = NULL; in Build()
1238 count = js_new<IntegerToken>(1); in Build()
1258 IntegerToken* count = NULL; in Build()
1261 count = js_new<IntegerToken>(10); in Build()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp185 static IntegerToken* Cast(Token* tok) { in Cast()
335 IntegerToken* count_;
378 IntegerToken* count) in ExamineCommand()
401 IntegerToken* count_;
843 token = IntegerToken::Tokenize(arg); in Tokenize()
1008 return js_new<IntegerToken>(value); in Tokenize()
1237 IntegerToken* count = NULL; in Build()
1240 count = js_new<IntegerToken>(1); in Build()
1260 IntegerToken* count = NULL; in Build()
1263 count = js_new<IntegerToken>(10); in Build()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp185 static IntegerToken* Cast(Token* tok) { in Cast()
335 IntegerToken* count_;
378 IntegerToken* count) in ExamineCommand()
401 IntegerToken* count_;
843 token = IntegerToken::Tokenize(arg); in Tokenize()
1008 return js_new<IntegerToken>(value); in Tokenize()
1237 IntegerToken* count = NULL; in Build()
1240 count = js_new<IntegerToken>(1); in Build()
1260 IntegerToken* count = NULL; in Build()
1263 count = js_new<IntegerToken>(10); in Build()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/vixl/
H A DDebugger-vixl.cpp179 static IntegerToken* Cast(Token* tok) { in Cast()
320 IntegerToken* count_;
363 IntegerToken* count) in ExamineCommand()
386 IntegerToken* count_;
835 token = IntegerToken::Tokenize(arg); in Tokenize()
1000 return js_new<IntegerToken>(value); in Tokenize()
1228 IntegerToken* count = NULL; in Build()
1231 count = js_new<IntegerToken>(1); in Build()
1251 IntegerToken* count = NULL; in Build()
1254 count = js_new<IntegerToken>(10); in Build()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DLenientDateParser.java156 IntegerToken integerToken = (IntegerToken) previous; in visit()
248 if (!addToken(new IntegerToken(result))) { in visit()
291 IntegerToken integerToken = (IntegerToken) token; in visit()
528IntegerToken integerToken = (IntegerToken) this; // slightly kludgy to call subclass, but simpler in visit()
610 static class IntegerToken extends Token { in visit()
615 public IntegerToken(int value) { in visit()
653 IntegerToken other = (IntegerToken) token; in visit()
684 IntegerToken other = (IntegerToken) obj; in visit()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer/Config/Compiler/
H A DTokenizer.cs231 return new IntegerToken(value); in ParseDigitValue()
H A DConfigParser.cs595 … parent.Add(new IntegerSettingNode(keyword, ((IntegerToken) token).Value, tokenizer.LineNumber)); in ParseIntOrString()
1251 … node = new IntegerSettingNode(keyword, ((IntegerToken) token).Value, tokenizer.LineNumber); in ParseValue()
1259 … node = new NumericSettingNode(keyword, ((IntegerToken) token).Value, tokenizer.LineNumber); in ParseValue()
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer/
H A DMakefile.am245 Config/Table/IntegerToken.cs \