HomeSort by relevance Sort by last modified time
    Searched refs:sizeof (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 43 if (sizeof(value) == sizeof(float))
WebNSDataExtras.m 75 uniCharPtr = CFAllocatorAllocate(NULL, len * sizeof(UniChar), 0);
WebNSFileManagerExtras.m 186 MetaDataInfo *info = malloc(sizeof(MetaDataInfo));
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 309 kern_return_t kr = mach_msg(msg, MACH_RCV_MSG, 0, sizeof(buffer), m_portSet, 0, MACH_PORT_NULL);
594 COMPILE_ASSERT(sizeof(*identifier) == sizeof(IdentifierRep*), identifier_sizes);
602 COMPILE_ASSERT(sizeof(*identifier) == sizeof(NPIdentifier), identifier_sizes);
    [all...]
  /external/icu4c/
configure     [all...]
  /external/strace/
configure     [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flex.skl 366 * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
367 * or sizeof(void*) != sizeof(int).
1134 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
1274 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
1373 new_size = yy_start_stack_depth * sizeof( int );
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_time.inl 250 oscl_memset(&ts, 0, sizeof(ts));
  /external/qemu/
android-configure.sh 374 return sizeof(void*)*8;
  /external/webkit/WebCore/bridge/objc/
objc_class.mm 82 if (!convertJSMethodNameToObjc(JSName, buffer, sizeof(fixedSizeBuffer))) {
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCocoa.mm 281 unsigned length = size / sizeof(UniChar);
WebNetscapePluginView.mm 361 PortState_QD *qdPortState = (PortState_QD*)malloc(sizeof(PortState_QD));
503 PortState_CG *cgPortState = (PortState_CG *)malloc(sizeof(PortState_CG));
    [all...]
WebNetscapePluginEventHandlerCarbon.mm 300 OSStatus status = GetEventParameter(inEvent, kEventParamTextInputSendKeyboardEvent, typeEventRef, NULL, sizeof(EventRef), NULL, &rawKeyEventRef);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 81 UInt32 size = sizeof(CMProfileLocation);
DumpRenderTree.mm 200 static const int ignoreSetCount = sizeof(ignoreSet) / sizeof(char*);
587 while (fgets(filenameBuffer, sizeof(filenameBuffer), stdin)) {
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 40 if (sizeof(value) == sizeof(float))
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /external/dbus/
configure     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWM.m 47 cursor = (WMcursor *)SDL_malloc(sizeof(WMcursor));
  /external/dropbear/
configure     [all...]
  /external/libffi/
configure     [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 223 return [[WebCoreViewFactory sharedFactory] textMarkerWithBytes:&textMarkerData length:sizeof(textMarkerData)];
229 if (![[WebCoreViewFactory sharedFactory] getBytes:&textMarkerData fromTextMarker:textMarker length:sizeof(textMarkerData)])
    [all...]
  /external/webkit/WebCore/bridge/jni/
jni_jsobject.mm 188 bzero ((void *)&result, sizeof(jvalue));

Completed in 493 milliseconds

1 23 4