Home
last modified time | relevance | path

Searched +defs:number +defs:to +defs:string (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/v8/src/
Dfactory.cc168 Handle<String> Factory::InternalizeUtf8String(Vector<const char> string) { in InternalizeUtf8String()
175 Handle<String> Factory::InternalizeString(Handle<String> string) { in InternalizeString()
181 Handle<String> Factory::InternalizeOneByteString(Vector<const uint8_t> string) { in InternalizeOneByteString()
188 Handle<SeqOneByteString> string, int from, int length) { in InternalizeOneByteString()
194 Handle<String> Factory::InternalizeTwoByteString(Vector<const uc16> string) { in InternalizeTwoByteString()
212 MaybeHandle<String> Factory::NewStringFromOneByte(Vector<const uint8_t> string, in NewStringFromOneByte()
231 MaybeHandle<String> Factory::NewStringFromUtf8(Vector<const char> string, in NewStringFromUtf8()
268 MaybeHandle<String> Factory::NewStringFromTwoByte(Vector<const uc16> string, in NewStringFromTwoByte()
326 Handle<String> string, int chars, uint32_t hash_field) { in NewInternalizedStringImpl()
336 Handle<String> string) { in InternalizedStringMapForString()
[all …]
Dobjects-inl.h476 explicit SequentialStringKey(Vector<const Char> string, uint32_t seed) in SequentialStringKey()
505 virtual bool IsMatch(Object* string) V8_OVERRIDE { in IsMatch()
516 SubStringKey(Handle<String> string, int from, int length) in SubStringKey()
544 String* Unslice(String* string, int* offset) { in Unslice()
565 virtual bool IsMatch(Object* string) V8_OVERRIDE { in IsMatch()
576 explicit Utf8StringKey(Vector<const char> string, uint32_t seed) in Utf8StringKey()
579 virtual bool IsMatch(Object* string) V8_OVERRIDE { in IsMatch()
1527 ElementsKind to) { in GetMode()
2211 void FixedDoubleArray::FillWithHoles(int from, int to) { in FillWithHoles()
2569 void FixedArray::FillWithHoles(int from, int to) { in FillWithHoles()
[all …]
Dhydrogen.cc1255 HValue* HGraphBuilder::BuildCheckString(HValue* string) { in BuildCheckString()
1804 Handle<Object> number = HConstant::cast(object)->handle(isolate()); in BuildNumberToString() local
2694 HValue* to, in BuildFillElementsWithValue()
2746 HValue* to) { in BuildFillElementsWithHole()
6668 HInstruction* HGraphBuilder::AddLoadStringInstanceType(HValue* string) { in AddLoadStringInstanceType()
6682 HInstruction* HGraphBuilder::AddLoadStringLength(HValue* string) { in AddLoadStringLength()
7170 HValue* string = Pop(); in BuildLoad() local
7992 HValue* string = Pop(); in TryInlineBuiltinMethodCall() local
8748 HValue* number = in BuildArrayIndexOf() local
9936 HValue* string, in BuildStringCharCodeAt()
[all …]
Druntime.cc3434 int to) { in AddSubjectSlice()
3456 void AddSubjectSlice(int from, int to) { in AddSubjectSlice()
3462 void AddString(Handle<String> string) { in AddString()
3764 int to = parts_[i].data; in Compile() local
3801 int to = match[capture * 2 + 1]; in Apply() local
4634 int to = offsets.at(i * 2 + 1); in RUNTIME_FUNCTION() local
4917 static Handle<Object> GetCharAt(Handle<String> string, uint32_t index) { in GetCharAt()
5561 HeapNumber* number = HeapNumber::cast(*value); in RUNTIME_FUNCTION() local
5730 Handle<String> string = Handle<String>::cast(object); in RUNTIME_FUNCTION() local
6208 static bool AreDigits(const uint8_t*s, int from, int to) { in AreDigits()
[all …]
Dobjects.cc8402 String* string = this; in GetFlatContent() local
8564 char* Relocatable::ArchiveState(Isolate* isolate, char* to) { in ArchiveState()
8647 String* string = NULL; in Continue() local
8671 String* string = cons_string->first(); in Search() local
8736 String* string = cons_string->second(); in NextLeaf() local
8779 String* string = String::cast(this); in ConsStringGet() local
8813 int to = t; in WriteToFlat() local
9032 inline void Init(String* string) { in Init()
9313 static inline uint32_t Hash(String* string, uint32_t seed) { in Hash()
9404 Handle<String> SeqString::Truncate(Handle<SeqString> string, int new_length) { in Truncate()
[all …]
Dapi.cc2261 i::Handle<i::String> string = Utils::OpenHandle(*json_string); in Parse() local
4131 bool Check(i::String* string) { in Check()
4282 static i::ConsString* VisitFlat(i::String* string, in VisitFlat()
4683 static inline int WriteHelper(const String* string, in WriteHelper()
5294 inline int StringLength(const char* string) { in StringLength()
5299 inline int StringLength(const uint8_t* string) { in StringLength()
5304 inline int StringLength(const uint16_t* string) { in StringLength()
5315 i::Vector<const char> string) { in NewString()
5326 i::Vector<const uint8_t> string) { in NewString()
5337 i::Vector<const uint16_t> string) { in NewString()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp210 double number = m_parsedCalculation->doubleValue(); in validCalculationUnit() local
4547 void add(const CSSParserString& string) in add()
4845 UChar32 to = 0; in parseFontFaceUnicodeRange() local
4922 static int checkForValidDouble(const CharacterType* string, const CharacterType* end, const char te… in checkForValidDouble()
4953 static int parseDouble(const CharacterType* string, const CharacterType* end, const char terminator… in parseDouble()
4988 static bool parseColorIntOrPercentage(const CharacterType*& string, const CharacterType* end, const… in parseColorIntOrPercentage()
5056 static inline bool isTenthAlpha(const CharacterType* string, const int length) in isTenthAlpha()
5070 static inline bool parseAlphaValue(const CharacterType*& string, const CharacterType* end, const ch… in parseAlphaValue()
7135 const String& string = arg->string; in parseImageSet() local
8012 CSSPropertyID cssPropertyID(const String& string) in cssPropertyID()
[all …]
/external/chromium_org/third_party/d3/src/
Dd3.js2313 function d3_time_interval(local, step, number) { argument
2439 format.parse = function(string) { argument
2465 function d3_time_parse(date, template, string, j) { argument
2601 function d3_time_parseWeekdayAbbrev(date, string, i) { argument
2606 function d3_time_parseWeekday(date, string, i) { argument
2611 function d3_time_parseMonthAbbrev(date, string, i) { argument
2616 function d3_time_parseMonth(date, string, i) { argument
2621 function d3_time_parseLocaleFull(date, string, i) { argument
2624 function d3_time_parseLocaleDate(date, string, i) { argument
2627 function d3_time_parseLocaleTime(date, string, i) { argument
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dconcat-jquery-mootools-prototype.js3861 fadeTo: function(speed,to,callback){ argument
4037 custom: function(from, to, unit){ argument
5088 contains: function(string, separator){ argument
5647 Events.removeOn = function(string){ argument
5835 $.string = function(id, nocash, doc){ function
7319 decode: function(string, secure){ argument
7558 compute: function(from, to, delta){ argument
7571 start: function(from, to){ argument
7631 Fx.compute = function(from, to, delta){ argument
7683 compute: function(from, to, delta){ argument
[all …]
/external/libxml2/
Dxpath.c484 int number; member
660 xmlChar *string; member
2800 xmlXPathFormatNumber(double number, char buffer[], int buffersize) in xmlXPathFormatNumber()
6320 const xmlChar * string = NULL; in xmlXPathNodeValHash() local
6437 xmlXPathStringHash(const xmlChar * string) { in xmlXPathStringHash()
9387 xmlXPathObjectPtr to; in xmlXPathTranslateFunction() local
/external/chromium_org/third_party/libxml/src/
Dxpath.c407 int number; member
582 xmlChar *string; member
2666 xmlXPathFormatNumber(double number, char buffer[], int buffersize) in xmlXPathFormatNumber()
6205 const xmlChar * string = NULL; in xmlXPathNodeValHash() local
6322 xmlXPathStringHash(const xmlChar * string) { in xmlXPathStringHash()
9262 xmlXPathObjectPtr to; in xmlXPathTranslateFunction() local
/external/chromium_org/tools/win/split_link/viz.js/
Dviz.js384 this.processJSString = function(string) { argument
756 function writeStringToMemory(string, buffer, dontAddNull) { argument
1164 var doXHR = (function(from, to) { argument
2809 function _putenv(string) { argument
4125 function _vizRenderFromString($string, $format) {
75362 function _gvprintnum($len, $number) {
92077 function _reach($from, $to) {
92553 function _reach0($m, $from, $to) {
94598 function _copydict($from, $to) {
102337 function _make_chain($g, $from, $to, $orig) {
[all …]