/external/webkit/WebCore/bindings/v8/custom/ |
V8PopStateEventCustom.cpp | 55 v8::Handle<v8::Value> V8PopStateEvent::stateAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 59 PopStateEvent* event = V8PopStateEvent::toNative(info.Holder());
|
V8SVGLengthCustom.cpp | 43 v8::Handle<v8::Value> V8SVGLength::valueAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 46 V8SVGPODTypeWrapper<SVGLength>* wrapper = V8SVGPODTypeWrapper<SVGLength>::toNative(info.Holder());
|
/external/webkit/WebCore/dom/ |
ChildNodeList.cpp | 30 ChildNodeList::ChildNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* info) 31 : DynamicNodeList(rootNode, info)
|
/external/webkit/WebCore/manual-tests/inspector/ |
console-log-formatting.html | 20 console.info("console." + functions[i] + "(%s)", args); 66 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=17228">Bug 17228: console.{log,warn,info,error} should support format strings, variable arguments</a>.</p>
|
/external/webkit/WebKit/qt/Api/ |
qwebplugindatabase.cpp | 80 Destroys the plugin info. 201 Returns true if this plugin info is the same as the \a other plugin info. 209 Returns true if this plugin info is different from the \a other plugin info. 217 Assigns the \a other plugin info to this plugin info, and returns a reference 218 to this plugin info.
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 303 * Get the available info about the AppWidget. 310 AppWidgetProviderInfo info = sService.getAppWidgetInfo(appWidgetId); local 311 if (info != null) { 313 info.minWidth = 314 TypedValue.complexToDimensionPixelSize(info.minWidth, mDisplayMetrics); 315 info.minHeight = 316 TypedValue.complexToDimensionPixelSize(info.minHeight, mDisplayMetrics); 318 return info;
|
/frameworks/base/core/java/android/util/ |
Slog.java | 51 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag, msg); 55 return Log.println_native(Log.LOG_ID_SYSTEM, Log.INFO, tag,
|
/hardware/ti/wlan/wl1271/platforms/os/common/inc/ |
WlanDrvCommon.h | 72 /* Initialization file info */ 94 /* Initialization files info */
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
tiwlnif.h | 70 /* config info*/ 90 /* status & AP info*/
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
Log.java | 72 public void info(Object message) { method in class:Log 77 public void info(Object message, Throwable t) { method in class:Log
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerGaugePreference.java | 45 public PowerGaugePreference(Context context, Drawable icon, BatterySipper info) { 51 mInfo = info;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/ |
PreferencePage.java | 83 { "Info", LogLevel.INFO.getStringValue() },
|
/system/wlan/ti/sta_dk_4_0_4_32/ |
common.inc | 60 INFO ?= n 138 ifeq ($(INFO),y)
|
/system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/ |
common.inc | 56 INFO ?= n 139 ifeq ($(INFO),y)
|
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/ |
WlanDrvCommon.h | 72 /* Initialization file info */ 92 /* Initialization files info */
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/build/ |
common.inc | 55 INFO ?= n 138 ifeq ($(INFO),y)
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
tiwlnif.h | 70 /* config info*/ 90 /* status & AP info*/
|
/system/wlan/ti/wilink_6_1/stad/build/linux/ |
common.inc | 55 INFO ?= n 138 ifeq ($(INFO),y)
|
/external/webkit/WebCore/platform/graphics/mac/ |
GraphicsContext3DMac.cpp | 500 bool GraphicsContext3D::getActiveAttrib(WebGLProgram* program, unsigned long index, ActiveInfo& info) 516 info.name = String(name, nameLength); 517 info.type = type; 518 info.size = size; 522 bool GraphicsContext3D::getActiveUniform(WebGLProgram* program, unsigned long index, ActiveInfo& info) 538 info.name = String(name, nameLength); 539 info.type = type; 540 info.size = size; 1013 GLchar* info = (GLchar*) fastMalloc(length); local 1014 if (!info) 1046 GLchar* info = (GLchar*) fastMalloc(length); local 1065 GLchar* info = (GLchar*) fastMalloc(length); local [all...] |