HomeSort by relevance Sort by last modified time
    Searched refs:dict (Results 151 - 175 of 178) sorted by null

1 2 3 4 5 67 8

  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 518 parser->str_xml = xmlDictLookup(parser->dict, BAD_CAST "xml", 3);
519 parser->str_xmlns = xmlDictLookup(parser->dict, BAD_CAST "xmlns", 5);
520 parser->str_xml_ns = xmlDictLookup(parser->dict, XML_XML_NAMESPACE, 36);
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 236 FT_UInt dict; /* where we expect it */ member in struct:T1_FieldRec_
    [all...]
  /external/zlib/contrib/pascal/
example.pas 515 CHECK_ERR(err, 'inflate with dict');
522 EXIT_ERR('bad inflate with dict')
  /prebuilt/common/jython/
jython.jar 
  /build/tools/releasetools/
ota_from_target_files 80 """Given a dict, return the key corresponding to the largest
81 value. Returns 'default' if the dict is empty."""
173 Returns a dict of {(uid, gid, dmode, fmode): count} counting up
249 optional dict of {output filename: contents} to be output instead of
421 ZipFile, and return a dict of {filename: File object}."""
640 target_symlinks_d = dict([(i[1], i[0]) for i in target_symlinks])
648 source_symlinks_d = dict([(i[1], i[0]) for i in source_symlinks])
common.py 62 input target files and return a dict."""
266 those which require them. Return a {key: password} dict. password
291 key_passwords.update(dict.fromkeys(no_passwords, None))
378 and return a {package: cert} dict."""
408 Add a key/value pair to the 'extras' dict, which device-specific
483 returning a dict. (The dict may have keys in addition to the
517 'current' whose value is fales. Returns a new dict with all the
  /external/protobuf/python/
mox.py 940 """Checks whether an item (or key) is in a list (or dict) parameter.
950 # key is any thing that could be in a list or a key in a dict
959 rhs: dict
972 """Checks whether a key/value pair is in a dict parameter.
982 # key: a key in a dict
990 """Check whether the given key/value pair is in the rhs dict.
1032 expected = dict([(element, None) for element in self._expected_seq])
1033 actual = dict([(element, None) for element in actual_seq])
1207 over the keys of a dict.
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 319 """Takes a dict of strings->constants and returns a dict mapping
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java 973 byte[] dict = { 'a', 'b', 'c' };
974 defl.setDictionary(dict);
  /external/libxml2/
xpath.c 579 xmlDictPtr dict; /* the dictionnary to use if any */ member in struct:_xmlXPathCompExpr
660 if (comp->dict == NULL) {
680 xmlDictFree(comp->dict);
743 if ((comp->dict != NULL) &&
748 (void *)xmlDictLookup(comp->dict, value4, -1);
754 (void *)xmlDictLookup(comp->dict, value5, -1);
14469 xmlDictPtr dict = NULL; local
    [all...]
xmlregexp.c 6252 xmlDictPtr dict; member in struct:_xmlExpCtxt
    [all...]
SAX2.c 998 doc->dict = ctxt->dict;
999 xmlDictReference(doc->dict);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebPreferences.mm 297 NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
364 [[NSUserDefaults standardUserDefaults] registerDefaults:dict];
    [all...]
WebHTMLView.mm 165 NSDictionary *dict = [htmlView elementAtPoint:localPoint allowShadowContent:NO];
166 DOMElement *element = [dict objectForKey:WebElementDOMNodeKey];
189 NSDictionary *dict = [htmlView elementAtPoint:localPoint allowShadowContent:NO];
190 DOMElement *element = [dict objectForKey:WebElementDOMNodeKey];
232 - (DOMDocumentFragment *)_documentFromRange:(NSRange)range document:(DOMDocument *)document documentAttributes:(NSDictionary *)dict subresources:(NSArray **)subresources;
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 92 _CHECK_REPLACEMENT = dict([(m, {}) for m in _CHECK_MACROS])
180 class _IncludeState(dict):
183 As a dict, an _IncludeState object serves as a mapping between include
212 dict.__init__(self)
215 self.header_types = dict();
    [all...]
  /packages/experimental/procstatlog/
procstatreport.py 660 history[time] = dict(current_state)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 427 int[] dict = new int[count]; local
429 dict[i] = dictionaries.get(i);
432 return dict;
    [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 255 NSDictionary* dict;
258 dict = [NSDictionary dictionaryWithObjectsAndKeys:
265 [attrString addAttribute:attribute value:dict range:range];
    [all...]
  /cts/tools/dasm/src/dasm/
parser.cup 672 {: scanner.dict.put(name.str_val, v); :}
parser.java     [all...]
  /external/v8/src/
runtime.cc     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 761 """Filters a dict of results and returns only the failures.
770 a dict of files -> results
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 849 pairs = dict(re.findall(r'(\b[^ ,=]+)="?([^",]+)"?', auth))
    [all...]
  /external/libxml2/include/libxml/
tree.h 62 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
541 struct _xmlDict *dict; /* dict used to allocate names or NULL */ member in struct:_xmlDoc
    [all...]

Completed in 666 milliseconds

1 2 3 4 5 67 8