/external/bluetooth/glib/tests/markups/ |
D | expected-1 | 16 ELEMENT 'nested' 17 TEXT 'nested elements' 18 END 'nested'
|
/external/dbus/test/data/valid-messages/ |
D | recursive-types.message | 48 STRING 'nested-dict' 55 STRING 'a deeply nested string' 57 STRING 'super-nested-dict'
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
D | regress-154693.js | 56 function nested() {} function 57 return nested;
|
/external/icu4c/common/ |
D | uniset_props.cpp | 481 UnicodeSet* nested = 0; // alias - do not delete in applyPattern() local 542 nested = (UnicodeSet*) m; in applyPattern() 570 if (nested == 0) { in applyPattern() 576 nested = scratch.pointer(); in applyPattern() 580 nested->applyPattern(chars, symbols, patLocal, options, ec); in applyPattern() 584 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern() 588 nested->_toPattern(patLocal, FALSE); in applyPattern() 596 *this = *nested; in applyPattern() 603 removeAll(*nested); in applyPattern() 606 retainAll(*nested); in applyPattern() [all …]
|
/external/libffi/src/ia64/ |
D | ffi.c | 167 hfa_element_type (ffi_type *type, int nested) in hfa_element_type() argument 176 if (nested) in hfa_element_type() 182 if (nested) in hfa_element_type() 190 if (LDBL_MANT_DIG == 64 && nested) in hfa_element_type()
|
/external/clearsilver/cs/ |
D | test_cgi_escape.cs | 47 nested ifs
|
/external/icu4c/test/testdata/ |
D | testtypes.txt | 52 //nested table
|
D | re_tests.txt | 565 [a[:]b[:c] abc yi $& abc Java and ICU embedded [ is nested set 567 [a[:]b[:c] abc iy $& abc Java and ICU embedded [ is nested set
|
D | regextst.txt | 754 "[[nested]]+" "xyz[<0>nnetsteed</0>]abc" #set-start 1443 "/\*[\d\D]*?\*/" G "<0>/* my nested comment */</0>" 1449 "/\*[\p{N}\P{N}]*?\*/" G "<0>/* my nested comment */</0>"
|
/external/grub/stage2/ |
D | stage2.c | 88 get_entry (char *list, int num, int nested) in get_entry() argument 98 while (nested && *(list++)); in get_entry()
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonUtils.m | 76 their nested event loops.
|
/external/webkit/V8Binding/v8/ |
D | ChangeLog | 561 intermediate string arrays and by flattening nested array 571 Optimized creation of nested literals like JSON objects. 1200 compiling nested functions. 1221 Improved debugger support by allowing nested break points and by
|
/external/webkit/WebKit/qt/docs/ |
D | qtwebkit.qdoc | 85 HTML documents can be nested using frames in a frameset. An individual
|
/external/webkit/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 1382 // that works for nested views, so we let the hit testing go through the 2998 // There's a chance that if we run a nested event loop the event will be released. 3011 // There's a chance that if we run a nested event loop the event will be released. 3259 // There's a chance that responding to this event will run a nested event loop, and 3277 // There's a chance that responding to this event will run a nested event loop, and 3306 // There's a chance that responding to this event will run a nested event loop, and 3329 // There's a chance that responding to this event will run a nested event loop, and 3381 // There's a chance that responding to this event will run a nested event loop, and 3522 // There's a chance that responding to this event will run a nested event loop, and 3688 // Can't do this when starting printing or nested printing won't work, see 3491427. [all …]
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 1229 final Attribute_info nested = attributes.get (a); in visit() local 1230 nested.accept (this, ctx); in visit()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 1374 nested. Turning part of a pattern into a subpattern does two things: 1717 is "tweedledee". However, if there are nested capturing subpatterns, 1795 subpatterns, and can be nested. However, when the subpattern for an 2208 Assertions can be nested in any combination. For example, 2412 unlimited nested parentheses. Without the use of recursion, the best 2458 This pattern solves the nested parentheses problem (assume the 2498 used. This particular example pattern contains nested unlimited repeats, and so 2551 allowing for arbitrary nesting. Only digits are allowed in nested
|
/external/webkit/WebCore/page/mac/ |
D | EventHandlerMac.mm | 530 // in the nested tracking runloop that -[NSScrollView scrollWheel:] runs.
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 836 # undivert the most nested diversions (GROW - 1...), and finally 1109 # important to keep room before GROW because for each nested
|
/external/libffi/ |
D | ChangeLog.v1 | 380 nested structures.
|
/external/webkit/V8Binding/v8/test/mozilla/ |
D | mozilla.status | 536 # all nested function declarations when entering the
|
/external/bluetooth/glib/gobject/ |
D | ChangeLog | 828 are not passed on to nested macro calls. patch mostly courtesy of Behdad 992 commas enclosed in {}, not (), in nested macro calls. 2067 …* gtype.h: Fix problems with excessive C++ warnings: "ISO C++ forbids nested groups within express… 2568 couple functions that are very unlikely to be used in nested.
|
/external/grub/ |
D | NEWS | 4 * Fix the prototypes and the definitions of nested functions. This was
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 624 % Read the included file in a group so nested @include's work. 686 % Used in nested conditionals, where we have to parse the Texinfo source 807 % command, so that nested ignore constructs work. Thus, we put the 946 % the @ifset might be nested.)
|
/external/sqlite/dist/ |
D | sqlite3.c | 8714 u8 nested; /* Number of nested calls to the parser/code generator */ member 48016 if( pParse->nested==0 ){ in sqlite3RegisterExpr() 53108 if( pParse->nested ) return; in sqlite3FinishCoding() 53215 assert( pParse->nested<10 ); /* Nesting should only be of limited depth */ in sqlite3NestedParse() 53223 pParse->nested++; in sqlite3NestedParse() 53229 pParse->nested--; in sqlite3NestedParse() 53664 if( !pParse->db->init.busy && pParse->nested==0 in sqlite3CheckObjectName() 53808 if( !pParse->nested && strcmp(zName, "sqlite_sequence")==0 ){ in sqlite3StartTable() 56289 if( setStatement && pParse->nested==0 ){ in sqlite3BeginWriteOperation() 56887 && pParse->nested==0) in sqlite3IsReadOnly() [all …]
|
/external/libpcap/doc/ |
D | pcap.txt | 212 and to skip unneeded or unknown blocks. Blocks can be nested one
|