HomeSort by relevance Sort by last modified time
    Searched defs:is_native (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkItems.cpp 39 bool is_native = false; local
40 if (LinkInLibrary(I->first, is_native))
42 if (is_native)
46 bool is_native = false; local
47 if (LinkInFile(sys::Path(I->first), is_native))
49 if (is_native)
59 bool is_native; local
62 if(LinkInLibrary(*I, is_native))
64 if (is_native)
74 bool Linker::LinkInLibrary(StringRef Lib, bool& is_native) {
126 bool is_native = false; local
236 bool is_native; local
    [all...]
  /art/test/910-methods/
methods.cc 160 jboolean is_native; local
161 jvmtiError result = jvmti_env->IsMethodNative(id, &is_native);
166 return is_native;
  /art/compiler/jni/quick/
jni_compiler.cc 125 const bool is_native = (access_flags & kAccNative) != 0; local
126 CHECK(is_native);
    [all...]
  /system/bt/osi/src/
wakelock.cc 48 static bool is_native = true; variable
97 is_native = (wakelock_os_callouts == NULL);
99 (is_native) ? "native" : "non-native");
107 if (is_native)
155 if (is_native)
190 if (is_native) wakelock_initialize_native();
  /build/make/core/
base_rules.mk 453 is_native := macro
455 is_native := true macro
458 is_native := true macro
461 is_native := true macro
463 ifdef is_native
465 is_native := macro
  /external/v8/src/
objects-debug.cc 951 bool is_native = RegExpImpl::UsesNativeRegExp(); local
960 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
963 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 7305 inline bool DecoderMethod::is_native() const { function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb::pb::DecoderMethod
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 7608 inline bool DecoderMethod::is_native() const { function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb::pb::DecoderMethod
    [all...]

Completed in 1162 milliseconds