/external/ltrace/ |
summary.c | 178 struct opt_c_struct new_st = {.count = 0, .tv = {0, 0}}; local 180 || DICT_INSERT(dict_opt_c, &na, &new_st) < 0) {
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_bgconn.c | 665 void btm_ble_set_conn_st(tBTM_BLE_CONN_ST new_st) 667 btm_cb.ble_ctr_cb.conn_state = new_st; 668 if (new_st == BLE_BG_CONN || new_st == BLE_DIR_CONN) {
|
btm_ble_int.h | 331 extern void btm_ble_set_conn_st(tBTM_BLE_CONN_ST new_st);
|
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 280 lalr_state st, new_st; local 358 new_st = (lalr_state)_all_kernels.get(kernel); 361 if (new_st == null) 367 new_st = new lalr_state(new_items); 370 work_stack.push(new_st); 373 _all_kernels.put(kernel, new_st); 391 existing = new_st.items().find(new_itm); 401 st.add_transition(sym, new_st);
|
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 287 sp<IGraphicBufferProducer> new_st; local 291 new_st = surface->getIGraphicBufferProducer(); 292 if (new_st == NULL) { 297 new_st->incStrong((void*)decVideoSurfaceRef); 305 env->SetLongField(thiz, fields.surface_texture, (jlong)new_st.get()); 311 mp->setVideoSurfaceTexture(new_st); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 384 new_st = os.stat(target_file) 385 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 384 new_st = os.stat(target_file) 385 self.assertEqual(st.st_flags | stat.UF_IMMUTABLE, new_st.st_flags)
|
/external/bluetooth/bluedroid/bta/jv/ |
bta_jv_act.c | 69 new_st); [all...] |
/external/bluetooth/bluedroid/btif/co/ |
bta_fs_co.c | [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_co.h | 222 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id);
|
/external/elfutils/0.153/src/ |
ldgeneric.c | 7001 struct stat new_st; local [all...] |