/external/chromium/chrome/browser/automation/ |
automation_provider_observers.cc | 128 ListValue* items = new ListValue; local 142 items->Append(item); 145 return_value->Set("tabs", items); [all...] |
testing_automation_provider.cc | 2984 DictionaryValue* items = profile_->GetPrefs()->GetPreferenceValues(); local 3158 ListValue* items = new ListValue; local [all...] |
/frameworks/base/core/java/android/content/ |
SyncStorageEngine.java | 1217 ArrayList<SyncHistoryItem> items = new ArrayList<SyncHistoryItem>(N); local [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
WKView.mm | 594 // Menu items validation 702 // Add this item to the vector of items for a given command that are awaiting validation. 713 // FIXME <rdar://problem/8803459>: This means disabled items will flash enabled at first for a moment. [all...] |
/prebuilt/sdk/tools/lib/ |
dx.jar | |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 103 return self.msg.items() 128 # Open Items: [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 271 // implement namespaces. All items in the attribute collection have
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 271 // implement namespaces. All items in the attribute collection have
|
/external/chromium/chrome/common/extensions/docs/js/ |
api_page_generator.js | 528 return "array of " + getTypeName(schema.items);
|
/external/llvm/utils/ |
llvmbuild | 334 for key, value in env.items():
|
/external/clang/bindings/python/clang/ |
cindex.py | 292 for key,value in CursorKind.__dict__.items(): 1021 as unsaved_files, the first items should be the filenames to be mapped [all...] |
/external/icu4c/data/ |
makedata.mak | 500 # - extract all data items 510 # - extract all data items [all...] |
/external/libxslt/libxslt/ |
xsltInternals.h | 197 void **items; member in struct:_xsltPointerList 468 * The basic structure for compiled items of the AST of the XSLT processor. 488 * The abstract basic structure for items of the XSLT processor. 565 * Common fields used for all items. 575 * The abstract basic structure for items of the XSLT processor. 600 * XSLT items with no extra fields. 615 * XSLT items with just an expression. [all...] |
extensions.c | 1174 if (xmlStrEqual((const xmlChar *) list->items[i], [all...] |
/external/quake/quake/src/WinQuake/ |
r_main.cpp | 619 if (cl.items & IT_INVISIBILITY)
|
gl_rmain.cpp | 813 if (cl.items & IT_INVISIBILITY) [all...] |
/external/v8/tools/ |
ll_prof.py | 131 ticks_map = self.self_ticks_map.items()
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebPageProxy.h | 619 void showPopupMenu(const WebCore::IntRect& rect, uint64_t textDirection, const Vector<WebPopupItem>& items, int32_t selectedIndex, const PlatformPopupMenuData&); [all...] |
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | 3215 KeyedVector<uint32_t, const Item*> items; local [all...] |
/prebuilt/common/netbeans-visual/ |
org-openide-util.jar | |
/prebuilt/darwin-x86/swt/ |
swt.jar | |
/external/qemu/distrib/libpng-1.2.19/ |
png.h | [all...] |
/external/chromium/net/tools/testserver/ |
testserver.py | 176 for fd, xmpp_connection in self._xmpp_socket_map.items(): [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view.cpp | [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebpage.cpp | 449 const QList<WebCore::ContextMenuItem> *items, QBitArray *visitedWebActions) 455 for (int i = 0; i < items->count(); ++i) { 456 const ContextMenuItem &item = items->at(i); [all...] |