Searched refs:description (Results 226 - 250 of 1773) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontCacheMac.mm89 PassRefPtr<SimpleFontData> FontCache::systemFallbackForCharacters(const FontDescription& description, const SimpleFontData* originalFontData, bool isPlatformFont, const UChar* characters, int length)
127 traits = description.italic() ? NSFontItalicTrait : 0;
128 weight = toAppKitFontWeight(description.weight());
129 size = description.computedPixelSize();
143 substituteFont = description.usePrinterFont() ? [substituteFont printerFont] : [substituteFont screenFont];
156 PassRefPtr<SimpleFontData> FontCache::similarFontPlatformData(const FontDescription& description)
162 for (unsigned i = 0; i < description.familyCount(); ++i) {
163 const AtomicString& family = description.familyAt(i);
170 simpleFontData = getCachedFontData(description, geezaStr);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfo.c66 CFMutableDictionaryRef description; member in struct:__OpaqueSOSPeerInfo
96 CFDataRef pubKeyBytes = CFDictionaryGetValue(peer->description, sPublicKeyKey);
136 SOSCreateError(kSOSErrorUnexpectedType, CFSTR("Failed to hash description for peer"), NULL, error));
169 static SOSPeerInfoRef SOSPeerInfoCreate_Internal(CFAllocatorRef allocator, CFDictionaryRef gestalt, SecKeyRef signingKey, CFErrorRef* error, void (^ description_modifier)(CFMutableDictionaryRef description)) { argument
197 pi->description = CFDictionaryCreateMutableForCFTypesWith(allocator,
202 description_modifier(pi->description);
221 return SOSPeerInfoCreate_Internal(allocator, gestalt, signingKey, error, ^(CFMutableDictionaryRef description) {});
225 return SOSPeerInfoCreate_Internal(allocator, gestalt, signingKey, error, ^(CFMutableDictionaryRef description) {
226 CFDictionarySetValue(description, sCloudIdentityKey, kCFBooleanTrue);
235 pi->description
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRemoteObject.js37 * @param {string=} description
41 WebInspector.RemoteObject = function(objectId, type, subtype, value, description, preview, scopeRef)
48 this._description = description;
54 this._description = description || (value + "");
111 return new WebInspector.RemoteObject(payload.objectId, payload.type, payload.subtype, payload.value, payload.description, payload.preview);
121 return new WebInspector.RemoteObject(payload.objectId, payload.type, payload.subtype, payload.value, payload.description, payload.preview, scopeRef);
160 get description()
261 callback(error || result.description);
288 setPropertyValueFunction = "function(a) { this[a] = " + result.description + "; }";
290 delete result.description; // Optimiz
[all...]
/macosx-10.9.5/PyRSS2Gen-5/
H A DPyRSS2Gen.py134 width = None, height = None, description = None):
140 self.description = description
159 _opt_element(handler, "description", self.description)
186 def __init__(self, title, description, name, link):
188 self.description = description
195 _element(handler, "description", self.description)
[all...]
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDiskArbitrationPrivate.c86 CFDictionaryRef description; local
88 description = DADiskCopyDescription( disk );
90 if ( description )
94 number = CFDictionaryGetValue( description, kDADiskDescriptionAppearanceTimeKey );
101 CFRelease( description );
114 CFDictionaryRef description; local
116 description = DADiskCopyDescription( disk );
118 if ( description )
122 string = CFDictionaryGetValue( description, kDADiskDescriptionMediaPathKey );
141 CFRelease( description );
154 CFDictionaryRef description; local
293 CFDictionaryRef description; local
321 CFDictionaryRef description; local
356 CFDictionaryRef description; local
384 CFDictionaryRef description; local
412 CFDictionaryRef description; local
862 CFDictionaryRef description; local
904 CFDictionaryRef description; local
1265 CFDictionaryRef description = NULL; local
[all...]
/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDBlockStorageDriver.cpp122 const char *description = NULL; local
127 description = kIOBDMediaTypeROM;
131 description = kIOBDMediaTypeR;
135 description = kIOBDMediaTypeRE;
140 if (description) {
141 media->setProperty(kIOBDMediaTypeKey, description);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_3/
H A Djsref.js38 testcases[tc].description +" = "+
49 this.description = d;
59 writeLineToLog( "added " + this.description );
164 print(testcases[tc].description);
178 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
187 testcases[tc].description +" = "+ testcases[tc].actual +
/macosx-10.9.5/swig-10/Source/Modules/
H A Dpike.cxx247 void add_method(const DOHconst_String_or_char_ptr name, const DOHconst_String_or_char_ptr function, const DOHconst_String_or_char_ptr description) { argument
252 Printf(f_init, "ADD_FUNCTION(\"%s\", %s, tFunc(%s), 0);\n", rename, function, description);
257 Printf(f_init, "ADD_FUNCTION(\"%s\", %s, tFunc(%s), 0);\n", rename, function, description);
264 Printf(f_classInit, "ADD_FUNCTION(\"%s\", %s, tFunc(%s), 0);\n", rename, function, description);
328 String *description = NewString(""); local
354 Printv(description, pikedesc, " ", NIL);
421 Printv(description, ", tVoid", NIL);
423 Printv(description, ", tVoid", NIL);
425 Printv(description, ", ", NIL);
438 Printv(description, pikedes
540 String *description = NewString(""); local
792 String *description = NewString("tStr tFloat, tVoid"); local
829 String *description = NewString("tStr, tMix"); local
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D25-uddi.t40 description('some tModel')
47 ok($a->tModelInstanceDetails->tModelInstanceInfo->description eq 'some tModel');
94 description('some tModel')
108 description('some tModel')
117 description('some tModel')
134 description('some tModel')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D25-uddi.t40 description('some tModel')
47 ok($a->tModelInstanceDetails->tModelInstanceInfo->description eq 'some tModel');
94 description('some tModel')
108 description('some tModel')
117 description('some tModel')
134 description('some tModel')
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D25-uddi.t40 description('some tModel')
47 ok($a->tModelInstanceDetails->tModelInstanceInfo->description eq 'some tModel');
94 description('some tModel')
108 description('some tModel')
117 description('some tModel')
134 description('some tModel')
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-errorlist.py104 (start, length, description, tables) = x
107 print "no symbol for %s" % description
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py120 (key, value, description, table) = x
130 (key, value, description, tables) = x
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerBytecodeSequence.cpp43 CString description = codeBlock->valueProfileForArgument(i)->briefDescription(); local
44 if (!description.length())
47 out.print("arg", i, " (r", argumentToOperand(i), "): ", description);
H A DProfilerBytecode.cpp40 result->putDirect(exec->vm(), exec->propertyNames().description, jsString(exec, String::fromUTF8(m_description)));
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/GObject/
H A DWebKitDOMTestNode.cpp66 WebCore::ExceptionCodeDescription description(ec);
67 g_set_error_literal(error, g_quark_from_string("WEBKIT_DOM"), description.code, description.name);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dtestlib.tcl56 proc Test {name description body int_result result} {
58 uplevel 1 [list test $name $description $body $result]
60 uplevel 1 [list test $name $description \
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Array/
H A D15.4.3.2.js52 testcases[tc].description +" = "+ testcases[tc].actual );
H A D15.4.3.js55 testcases[tc].description +" = "+ testcases[tc].actual );
H A D15.4.4.1.js52 testcases[tc].description +" = "+ testcases[tc].actual );
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Boolean/
H A D15.6.3.1-1.js65 testcases[tc].description +" = "+
H A D15.6.3.1-2.js62 testcases[tc].description +" = "+
H A D15.6.3.1-3.js62 testcases[tc].description +" = "+
H A D15.6.3.1-4.js72 testcases[tc].description +" = "+
H A D15.6.3.1-5.js54 testcases[tc].description +" = "+

Completed in 200 milliseconds

1234567891011>>