Home
last modified time | relevance | path

Searched refs:name_handle (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/src/
Dattrib-server.c79 static uint16_t name_handle = 0x0000; variable
1029 name_handle = 0x0006; in register_core_services()
1032 att_put_u16(name_handle, &atval[1]); in register_core_services()
1038 attrib_db_add(name_handle, &uuid, ATT_NONE, ATT_NOT_PERMITTED, in register_core_services()
1325 handle = name_handle; in attrib_gap_set()
/external/v8/src/
Dstub-cache.cc995 Handle<String> name_handle = args.at<String>(0); in RUNTIME_FUNCTION() local
1016 r = getter(v8::Utils::ToLocal(name_handle), info); in RUNTIME_FUNCTION()
1038 Handle<String> name_handle(name); in ThrowReferenceError() local
1041 HandleVector(&name_handle, 1)); in ThrowReferenceError()
1048 Handle<String> name_handle = args->at<String>(0); in LoadWithInterceptor() local
1071 r = getter(v8::Utils::ToLocal(name_handle), info); in LoadWithInterceptor()
1082 *name_handle, in LoadWithInterceptor()
Dliveedit.cc916 Handle<String> name_handle(String::cast(info->name())); in WrapSharedFunctionInfos() local
917 info_wrapper.SetProperties(name_handle, info->start_position(), in WrapSharedFunctionInfos()
Dobjects.cc1901 Handle<String> name_handle(name); in SetPropertyWithInterceptor() local
1918 result = setter(v8::Utils::ToLocal(name_handle), in SetPropertyWithInterceptor()
1926 this_handle->SetPropertyPostInterceptor(*name_handle, in SetPropertyWithInterceptor()
3139 Handle<String> name_handle(name); in GetPropertyAttributeWithInterceptor() local
3151 result = query(v8::Utils::ToLocal(name_handle), info); in GetPropertyAttributeWithInterceptor()
3166 result = getter(v8::Utils::ToLocal(name_handle), info); in GetPropertyAttributeWithInterceptor()
3171 *name_handle, in GetPropertyAttributeWithInterceptor()
3818 Handle<String> name_handle(name); in DeletePropertyWithInterceptor() local
3831 result = deleter(v8::Utils::ToLocal(name_handle), info); in DeletePropertyWithInterceptor()
3840 this_handle->DeletePropertyPostInterceptor(*name_handle, NORMAL_DELETION); in DeletePropertyWithInterceptor()
[all …]
/external/v8/test/cctest/
Dtest-api.cc11288 i::Handle<i::String> name_handle = in NamedGetAccessBlockAandH() local
11290 return !name_handle->IsEqualTo(i::CStrVector(kPropertyA)) in NamedGetAccessBlockAandH()
11291 && !name_handle->IsEqualTo(i::CStrVector(kPropertyH)); in NamedGetAccessBlockAandH()