HomeSort by relevance Sort by last modified time
    Searched refs:is_valid (Results 51 - 68 of 68) sorted by null

1 23

  /external/bluetooth/glib/glib/
gstring.c 719 is_valid (char c, const char *reserved_chars_allowed) function
781 else if (is_valid (c, reserved_chars_allowed))
    [all...]
  /external/v8/src/ia32/
codegen-ia32.h 699 ASSERT(OpBits::is_valid(Token::NUM_TOKENS));
    [all...]
macro-assembler-ia32.cc     [all...]
assembler-ia32.cc 149 ASSERT(NextField::is_valid(Assembler::kMaximalBufferSize));
    [all...]
stub-cache-ia32.cc 51 if (extra.is_valid()) {
    [all...]
  /external/v8/src/x64/
codegen-x64.h 667 ASSERT(OpBits::is_valid(Token::NUM_TOKENS));
macro-assembler-x64.cc 1337 Condition is_valid = CheckInteger32ValidSmiValue(src); local
1344 Condition is_valid = CheckUInteger32ValidSmiValue(src); local
    [all...]
  /external/v8/src/
objects.h 135 ASSERT(TypeField::is_valid(type));
136 ASSERT(AttributesField::is_valid(attributes));
137 ASSERT(IndexField::is_valid(index));
170 static bool IsValidIndex(int index) { return IndexField::is_valid(index); }
3710 bool is_valid() { return is_valid_; } function in class:v8::internal::StringHasher
    [all...]
jsregexp.h 254 bool is_valid() { return from_ <= to_; } function in class:v8::internal::CharacterRange
    [all...]
mark-compact.cc     [all...]
objects-inl.h     [all...]
runtime.cc     [all...]
parser.cc     [all...]
jsregexp.cc     [all...]
objects.cc     [all...]
  /external/srec/srec/cfront/
frontobj.c 196 frame count is reached, and is_valid is set, in
265 channel->spectral_sub->is_valid = False;
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 102 bool is_valid = Smi::IsValid(number); local
104 CHECK_EQ(is_in_range, is_valid);
105 if (is_valid) {
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 752 milliseconds

1 23