Searched refs:id_ref (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
H A Dtest_util.cc47 base::ScopedCFTypeRef<CFStringRef> id_ref(CFStringCreateWithCString(
49 CFDictionaryAddValue(filter_dict, kTISPropertyInputSourceID, id_ref);
/external/openfst/src/include/fst/
H A Dbi-table.h88 I &id_ref = entry2id_[entry]; local
89 if (id_ref == 0) { // T not found
92 id_ref = id2entry_.size();
97 return id_ref - 1; // NB: id_ref = ID + 1
297 I &id_ref = fp2id_[fp]; local
298 if (id_ref == 0) { // T not found
301 id_ref = id2entry_.size();
306 return id_ref - 1; // NB: id_ref
492 I &id_ref = entry2id_[entry]; local
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtrace_model_test.js132 my_object: {id_ref: '0x1000'}
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp55 static constexpr const int &id_ref(const int &n) { function in namespace:NonConstExprReturn
59 int n : id_ref(16); // ok
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer.js689 (!fieldValue.id_ref && !fieldValue.idRef))
692 var id = fieldValue.id_ref || fieldValue.idRef;
H A Dtrace_event_importer_test.js1055 {ts: 17000, pid: 1, tid: 1, ph: 'B', cat: 'c', name: 'taskSlice', args: {my_object: {id_ref: '0x1000'}}}, // @suppress longLineCheck
1082 {ts: 17000, pid: 1, tid: 1, ph: 'B', cat: 'c', name: 'taskSlice', args: {my_object: {id_ref: '0x1001'}}}, // @suppress longLineCheck
1112 my_object: {id_ref: '0x1000'}}
1144 {my_object: {id_ref: '0x1000'}});
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm111 CFNumberRef id_ref = reinterpret_cast<CFNumberRef>(
115 CFNumberGetValue(id_ref, kCFNumberIntType, &id);

Completed in 7505 milliseconds