HomeSort by relevance Sort by last modified time
    Searched refs:one_byte (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
sfinae-1.cpp 4 typedef char one_byte; typedef
7 template<typename T> one_byte __is_class_check(int T::*);
  /external/v8/test/mjsunit/lithium/
SeqStringSetChar.js 31 var one_byte = %NewString(3, true);
32 %_OneByteSeqStringSetChar(0, code, one_byte);
33 %_OneByteSeqStringSetChar(1, code, one_byte);
34 %_OneByteSeqStringSetChar(i, code, one_byte);
39 return one_byte + two_byte;
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_daisy_chain_wrapper.py 170 one_byte = chunk[0]
176 (one_byte, chunk_minus_one_byte, chunk, chunk),
180 (chunk, one_byte, chunk_minus_one_byte, chunk),
182 (chunk, chunk_minus_one_byte, one_byte, chunk),
184 (chunk, chunk, one_byte, chunk_minus_one_byte),
186 (chunk, chunk, chunk_minus_one_byte, one_byte),
190 (one_byte, half_chunk, one_byte, half_chunk, chunk,
191 chunk_minus_one_byte, chunk, one_byte, half_chunk, one_byte)
    [all...]
  /external/v8/src/js/
uri.js 206 var one_byte = %NewString(uriLength, NEW_ONE_BYTE_STRING);
219 %_OneByteSeqStringSetChar(index++, 37, one_byte); // '%'.
221 one_byte);
223 one_byte);
225 %_OneByteSeqStringSetChar(index++, cc, one_byte);
230 %_OneByteSeqStringSetChar(index++, code, one_byte);
234 one_byte = %TruncateString(one_byte, index);
235 if (k == uriLength) return one_byte;
275 return one_byte + two_byte
    [all...]
string.js 726 var one_byte = %NewString(n, NEW_ONE_BYTE_STRING);
731 %_OneByteSeqStringSetChar(i, code, one_byte);
733 if (i == n) return one_byte;
734 one_byte = %TruncateString(one_byte, i);
743 return one_byte + two_byte;
  /system/extras/perfprofd/quipper/
perf_utils.cc 63 string one_byte = str.substr(i * kNumHexDigitsInByte, kNumHexDigitsInByte); local
64 array[i] = strtol(one_byte.c_str(), &err, kHexRadix);
  /external/v8/test/mjsunit/regress/
regress-seqstrsetchar-ex1.js 39 var one_byte = %NewString(n, true);
52 return one_byte + two_byte;
  /external/v8/src/runtime/
runtime-uri.cc 66 bool one_byte = true; local
77 one_byte = false;
90 if (one_byte) {
runtime-strings.cc 457 bool one_byte = special->HasOnlyOneByteChars(); local
473 array_length, &one_byte);
480 if (one_byte) {
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 2 typedef char one_byte; typedef
26 one_byte operator+(N1::X, N2::Y);
  /external/v8/src/
string-builder.h 68 int array_length, bool* one_byte) {
102 if (*one_byte && !element->HasOnlyOneByteChars()) {
103 *one_byte = false;
objects.cc 1890 bool one_byte = true; local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 985 inline bool one_byte() { return one_byte_; } function in class:v8::internal::RegExpCompiler
1625 bool one_byte = compiler->one_byte(); local
1706 bool one_byte = compiler->one_byte(); local
3217 bool one_byte = compiler->one_byte(); local
3493 bool one_byte = compiler->one_byte(); local
    [all...]
jsregexp.h 409 bool Rationalize(bool one_byte);
413 void Advance(int by, bool one_byte);
    [all...]
  /external/v8/src/arm64/
codegen-arm64.cc 501 Label one_byte, done; local
504 __ TestAndBranchIfAnySet(result, kStringEncodingMask, &one_byte);
508 __ Bind(&one_byte);
  /external/v8/src/ppc/
codegen-ppc.cc 504 Label one_byte, done; local
508 __ bne(&one_byte, cr0);
513 __ bind(&one_byte);
  /external/v8/src/x64/
codegen-x64.cc 474 Label one_byte; local
479 __ j(not_zero, &one_byte, Label::kNear);
492 __ bind(&one_byte);
  /external/v8/src/x87/
codegen-x87.cc 564 Label one_byte; local
569 __ j(not_zero, &one_byte, Label::kNear);
581 __ bind(&one_byte);
  /external/v8/src/arm/
codegen-arm.cc 780 Label one_byte, done; local
784 __ b(ne, &one_byte);
788 __ bind(&one_byte);
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 905 Label one_byte; local
910 __ j(not_zero, &one_byte, Label::kNear);
922 __ bind(&one_byte);
    [all...]
  /external/v8/test/cctest/
test-strings.cc 943 char* one_byte = NewArray<char>(i + 1); local
945 one_byte[j] = 'a';
949 OneByteResource* one_byte_resource = new OneByteResource(one_byte, i);
996 " var one_byte = Array(max_length + 1);
    [all...]
  /external/v8/src/mips/
codegen-mips.cc 1079 Label one_byte, done; local
    [all...]
  /external/v8/src/mips64/
codegen-mips64.cc 1075 Label one_byte, done; local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1106 char* one_byte = NewArray<char>(length + 1); local
    [all...]

Completed in 900 milliseconds