Searched refs:className (Results 176 - 200 of 320) sorted by relevance

1234567891011>>

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/
H A DIrGlue.h85 IrDAErr RegisterMyNameAndLSAPId( UChar* className, UChar* attrName, UInt32 * lsapId );
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGStructureAbstractValue.h310 out.print(RawPointer(m_structure), "(", m_structure->classInfo()->className, ")");
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DFunctionConstructor.cpp49 Base::finishCreation(exec->vm(), functionPrototype->classInfo()->className);
H A DNumberConstructor.cpp65 Base::finishCreation(exec->vm(), numberPrototype->s_info.className);
H A DStringConstructor.cpp58 Base::finishCreation(exec->vm(), stringPrototype->classInfo()->className);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dseccfobject.cpp162 SECURITY_DEBUG_SEC_CREATE(q, rtc ? (char *)rtc->className : NULL, (unsigned int)cfclass.typeID);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dseccfobject.cpp162 SECURITY_DEBUG_SEC_CREATE(q, rtc ? (char *)rtc->className : NULL, (unsigned int)cfclass.typeID);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorOverlay.cpp391 const AtomicString& className = classNamesString[i]; local
392 if (usedClassNames.contains(className))
394 usedClassNames.add(className);
396 classNames.append(className);
398 elementInfo->setString("className", classNames.toString());
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DExtensionPanel.js107 this.element.className = "status-bar-item extension";
H A DNavigatorView.js39 this._treeSearchBoxElement.className = "navigator-tree-search-box";
416 selectionElement.className = "selection";
421 this.imageElement.className = "icon";
426 this.titleElement.className = "base-navigator-tree-element-title";
H A DObjectPropertiesSection.js120 title.className = "info";
210 this.nameElement.className = "name";
216 separatorElement.className = "separator";
220 this.valueElement.className = "value";
H A DScopeChainSidebarPane.js46 infoElement.className = "info";
H A DResourcesPanel.js89 this.storageViewStatusBarItemsContainer.className = "status-bar-items";
917 selectionElement.className = "selection";
922 this.imageElement.className = "icon";
927 this.titleElement.className = "base-storage-tree-element-title";
967 this._subtitleElement.className = "base-storage-tree-element-subtitle";
1223 previewImage.className = "image-resource-icon-preview";
1227 iconElement.className = "icon";
1233 this._statusElement.className = "status";
1263 this._bubbleElement.className = "bubble";
1913 WebInspector.DOMStorageTreeElement = function(storagePanel, domStorage, className)
[all...]
H A DToolbar.js176 toolbarItem.className = "toolbar-item toggleable";
376 this.element.className = "toolbar-small";
H A DDataGrid.js40 this.element.className = "data-grid";
45 this._headerTable.className = "header";
49 this._dataTable.className = "data";
66 this._scrollContainer.className = "data-container";
77 fillerRow.className = "filler";
97 cell.className = columnIdentifier + "-column";
1279 cell.className = columnIdentifier + "-column";
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A Ddy_framework.c104 _IOObjectConformsTo(io_object_t object, const io_name_t className) argument
112 return dyfunc ? dyfunc(object, className) : FALSE;
117 _IOObjectGetClass(io_object_t object, io_name_t className) argument
125 return dyfunc ? dyfunc(object, className) : FALSE;
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp.cpp81 UInt8 * className, // name to register with IAS
126 return super::Init(irda, desiredLSAPId, className, (UInt8 *) kIASTinyTPLSAPSelAttrStr, hints); // Init LSAP
77 TTPInitialize( TIrGlue *irda, UInt32 credit, UInt32 desiredLSAPId, UInt8 * className, ULong hints) argument
/macosx-10.9.5/IOKitUser-907.100.13/network.subproj/
H A Denetstat.c352 const char * className = "IONetworkInterface"; local
365 if (IOObjectConformsTo(obj, (char *) className) &&
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DSlotVisitor.cpp352 parentClassName = cell->structure()->structure()->JSCell::classInfo()->className;
354 ourClassName = cell->structure()->JSCell::classInfo()->className;
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A Dttk.decls55 Ttk_Theme theme, const char *className, Ttk_LayoutSpec layoutSpec);
H A DttkDecls.h62 const char *className,
148 void (*ttk_RegisterLayout) (Ttk_Theme theme, const char *className, Ttk_LayoutSpec layoutSpec); /* 8 */
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebPluginController.mm84 static bool isKindOfClass(id, NSString* className);
527 static bool isKindOfClass(id object, NSString *className)
529 Class cls = NSClassFromString(className);
/macosx-10.9.5/dtrace-118.1/libproc/
H A Dlibproc.c816 char* className = (symbolNameLength < sizeof(backingStore)) ? backingStore : malloc(symbolNameLength);
820 strncpy(className, &symbolName[2], classNameLength);
823 char* methodName = &className[classNameLength];
824 *methodName++ = 0; // Null terminate the className string;
831 err = func(cd, &gelf_sym, className, methodName);
834 if (className != backingStore)
835 free(className);
/macosx-10.9.5/swig-10/Source/Modules/
H A Dr.cxx364 int OutputMemberReferenceMethod(String *className, int isSet, List *el, File *out);
365 int OutputArrayMethod(String *className, List *el, File *out);
1022 String *className = Getitem(el, 0); local
1027 // OutputArrayMethod(className, el, out);
1028 OutputMemberReferenceMethod(className, isSet, el, out);
1031 Printf(s_namespace, "\"%s\"%s", className, i < n-1 ? "," : "");
1043 className - the name of the struct or union (e.g. Bar for struct Bar)
1051 int R::OutputMemberReferenceMethod(String *className, int isSet, argument
1129 "stop(\"No ", (isSet ? "modifiable" : "accessible"), " field named \", name, \" in ", className,
1155 Printf(out, "# Start of accessor method for %s\n", className);
1188 OutputArrayMethod(String *className, List *el, File *out) argument
[all...]
/macosx-10.9.5/libauto-185.5/tests/
H A Ddump.m285 const char *className = class_getName(class);
286 unsigned int length = strlen(className);
288 fwrite(className, length, 1, fp); // n bytes
933 char *className;
1052 classMap[i].className = readStringSize(fp, classMap[i].diskClass.nameLen);
1055 printf("read class %s\n", classMap[i].className);
1072 printf(", class: %s", classMap[classIndex].className);

Completed in 426 milliseconds

1234567891011>>