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

  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.c 13 void* hdl = dlopen("./preen_invars_so.so", RTLD_NOW); local
14 assert(hdl);
15 im_a_global_array = dlsym(hdl, "im_a_global_array");
48 r = dlclose(hdl);
  /external/stlport/test/unit/cppunit/
test_main.cpp 135 unexpected_handler hdl; local
136 set_unexpected(hdl = set_unexpected((unexpected_handler)0));
137 hdl();
  /external/stlport/test/unit/
exception_test.cpp 82 std::unexpected_handler hdl = &unexpected_hdl; local
83 std::set_unexpected(hdl);
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 135 unexpected_handler hdl; local
136 set_unexpected(hdl = set_unexpected((unexpected_handler)0));
137 hdl();
  /ndk/tests/device/test-gnustl-full/unit/
exception_test.cpp 82 std::unexpected_handler hdl = &unexpected_hdl; local
83 std::set_unexpected(hdl);
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 135 unexpected_handler hdl; local
136 set_unexpected(hdl = set_unexpected((unexpected_handler)0));
137 hdl();
  /ndk/tests/device/test-stlport/unit/
exception_test.cpp 82 std::unexpected_handler hdl = &unexpected_hdl; local
83 std::set_unexpected(hdl);
  /external/stlport/src/
dll_main.cpp 257 unexpected_handler hdl; local
258 set_unexpected(hdl = set_unexpected((unexpected_handler)0));
259 hdl();
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 257 unexpected_handler hdl; local
258 set_unexpected(hdl = set_unexpected((unexpected_handler)0));
259 hdl();
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 191 UINT8 hdl; local
214 if(HID_HostAddDev (p_cb->addr, attr_mask, &hdl) == HID_SUCCESS)
218 bta_hh_cb.cb_index[hdl] = p_cb->index;
230 bta_hh_add_device_to_list(p_cb, hdl, attr_mask,
337 UINT8 hdl; local
360 if (HID_HostAddDev (p_cb->addr, p_cb->attr_mask, &hdl) \
364 bta_hh_add_device_to_list(p_cb, hdl, p_cb->attr_mask, NULL,
370 bta_hh_cb.cb_index[hdl] = p_cb->index;
    [all...]
  /device/generic/goldfish/sensors/
sensors_qemu.c 453 native_handle_t* hdl; local
458 hdl = control__open_data_source(dev);
459 ret = data__data_open(dev,hdl);
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 443 int hdl; local
502 void *hdl; local
512 hdl = dlopen(node->value, RTLD_NOW);
513 if (hdl == NULL) {
518 desc = (audio_effect_library_t *)dlsym(hdl, AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR);
539 l->handle = hdl;
555 if (hdl != NULL) {
556 dlclose(hdl);
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 13 struct hdl *next; /* next modified handle */
14 struct hdl *prev; /* previous modified handle */
20 typedef struct hdl { struct
47 struct hdl *superset; /* see above */
48 struct hdl *gclink; /* next composite to be scanned */
49 struct hdl *nextfree; /* next handle on freelist */
51 } HDL;
55 struct hdl localhand[INI_HDLCNT];
73 unsigned long hdl; member in struct:compositeOB
114 hdlno hdl; member in union:ob::__anon33306
    [all...]
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 1050 int hdl = (int) inv_get_serial_handle(); local
1051 //ALOGV("MPLSensor::getPowerFd returning %d", hdl);
1052 return hdl;
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 978 UINT8 hdl = avdt_scb_to_hdl(p_scb); local
    [all...]
  /external/genext2fs/
genext2fs.c 617 struct hdlink_s *hdl; member in struct:hdlinks_s
783 if(hdlinks.hdl[i].src_inode == inode)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 3943 milliseconds