/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
Constants.h | 639 bool isString(unsigned CharSize = 8) const; 641 /// This method returns true if the array "isString", ends with a null byte, 645 /// If this array is isString(), then this method returns the array as a 648 assert(isString() && "Not a string"); [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
Constants.h | 639 bool isString(unsigned CharSize = 8) const; 641 /// This method returns true if the array "isString", ends with a null byte, 645 /// If this array is isString(), then this method returns the array as a 648 assert(isString() && "Not a string"); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
re.py | 237 if not sre_compile.isstring(pattern):
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
re.py | 237 if not sre_compile.isstring(pattern):
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
racewalk.go | 275 if !n.Left.Type.IsString() {
|
typecheck.go | 998 if t.IsString() { 1129 if t.IsString() { [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
expr.go | 313 case isString(typ): 747 token.ADD: func(typ Type) bool { return isNumeric(typ) || isString(typ) }, [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
racewalk.go | 275 if !n.Left.Type.IsString() {
|
typecheck.go | 998 if t.IsString() { 1129 if t.IsString() { [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
expr.go | 313 case isString(typ): 747 token.ADD: func(typ Type) bool { return isNumeric(typ) || isString(typ) }, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
re.py | 237 if not sre_compile.isstring(pattern):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
re.py | 237 if not sre_compile.isstring(pattern):
|
/system/tools/hidl/ |
VectorType.cpp | 38 if (elementType->isString()) {
|
/art/runtime/mirror/ |
object-inl.h | 330 inline bool Object::IsString() { 336 DCHECK((IsString<kVerifyFlags, kReadBarrierOption>())); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
Setup.c | [all...] |
/external/pdfium/core/fpdfapi/parser/ |
cpdf_object_unittest.cpp | 359 EXPECT_TRUE(m_DirectObjs[i]->IsString()); 362 EXPECT_FALSE(m_DirectObjs[i]->IsString()); [all...] |
/external/v8/src/builtins/ |
builtins-object.cc | 125 void ObjectBuiltinsAssembler::IsString(Node* object, Label* if_string, 203 IsString(to_string_tag_value, &if_tostringtag, &if_notostringtag); [all...] |
/external/v8/src/crankshaft/ |
hydrogen-check-elimination.cc | 278 // Learn on the true branch of if(IsString(x)). 288 // Learn on the false branch of if(IsString(x)).
|
/external/v8/src/inspector/ |
v8-console.cc | 583 if (!name->IsString() || !v8::Local<v8::String>::Cast(name)->Length()) [all...] |
/system/core/libunwindstack/tests/files/offline/jit_debug_arm/ |
libarttestd.so | |
/external/v8/src/ |
isolate.cc | [all...] |
d8.cc | 327 if (value->IsString()) { 434 if (name->IsString()) { 967 if (args.Length() < 2 || !args[1]->IsString()) { [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Constants.cpp | [all...] |
/external/v8/src/compiler/ |
js-native-context-specialization.cc | 121 if (m.left().HasValue() && m.left().Value()->IsString() && 122 m.right().HasValue() && m.right().Value()->IsString()) { [all...] |
/art/runtime/jit/ |
jit_code_cache.cc | 480 if (object->IsString()) { 544 } else if (object->IsString<kDefaultVerifyFlags, kWithoutReadBarrier>()) { 553 DCHECK(new_object->IsString()); [all...] |