/external/chromium_org/ash/system/ime/ |
tray_ime.cc | 103 IMEPropertyInfoList property_list; local 104 delegate->GetCurrentIMEProperties(&property_list); 105 Update(list, property_list); 111 const IMEPropertyInfoList& property_list) { 115 if (!property_list.empty()) 116 AppendIMEProperties(property_list); 141 void AppendIMEProperties(const IMEPropertyInfoList& property_list) { 143 for (size_t i = 0; i < property_list.size(); i++) { 145 this, property_list[i].name, property_list[i].selected) 250 IMEPropertyInfoList property_list; local 290 IMEPropertyInfoList property_list; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/ |
utils.cc | 16 scoped_ptr<base::ListValue> property_list(new base::ListValue()); 21 property_list->Append(new base::StringValue(ToString(*iter))); 22 return property_list.Pass();
|
/external/chromium_org/remoting/host/policy_hack/ |
policy_watcher_mac.mm | 65 base::ScopedCFTypeRef<CFPropertyListRef> property_list( 67 if (property_list.get() != NULL) { 69 property_list.get());
|
/system/core/toolbox/ |
getprop.c | 21 (void)property_list(record_prop, list);
|
/external/chromium_org/v8/src/ |
json.js | 194 var property_list = new InternalArray(); 207 property_list.push(item); 212 replacer = property_list;
|
objects-printer.cc | 1062 PrintF(out, "\n - property_list: "); 1063 property_list()->ShortPrint(out); [all...] |
execution.cc | 593 if (data->property_list()->IsUndefined() &&
|
objects-debug.cc | 913 VerifyPointer(property_list()); [all...] |
objects-inl.h | [all...] |
api.cc | 798 i::Handle<i::Object> list(Utils::OpenHandle(templ)->property_list(), isolate); [all...] |
objects.h | [all...] |
/external/chromium_org/third_party/hwcplus/include/cutils/ |
properties.h | 60 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
|
/external/chromium_org/chrome/browser/mac/ |
dock.mm | 50 base::ScopedCFTypeRef<CFPropertyListRef> property_list( 53 base::mac::CFCast<CFDictionaryRef>(property_list); 60 NSMakeCollectable(property_list.release());
|
/system/core/libcutils/ |
properties.c | 152 int property_list( function 331 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), function 414 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), function
|
/system/core/include/cutils/ |
properties.h | 110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
|
/external/lldb/source/Host/macosx/ |
Host.mm | 1019 CFCReleaser<CFPropertyListRef> property_list; 1033 property_list = CFPropertyListCreateFromXMLData (kCFAllocatorDefault, 1037 if (CFGetTypeID(property_list.get()) == CFDictionaryGetTypeID()) 1039 CFDictionaryRef property_dict = (CFDictionaryRef) property_list.get(); [all...] |
/frameworks/native/cmds/dumpstate/ |
utils.c | 392 property_list(print_prop, NULL);
|
/bootable/recovery/ |
recovery.cpp | [all...] |