Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 66) sorted by relevance

123

/external/bluetooth/glib/tests/markups/
Dexpected-116 ELEMENT 'nested'
17 TEXT 'nested elements'
18 END 'nested'
/external/dbus/test/data/valid-messages/
Drecursive-types.message48 STRING 'nested-dict'
55 STRING 'a deeply nested string'
57 STRING 'super-nested-dict'
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
Dregress-154693.js56 function nested() {} function
57 return nested;
/external/icu4c/common/
Duniset_props.cpp481 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/
Dffi.c167 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/
Dtest_cgi_escape.cs47 nested ifs
/external/icu4c/test/testdata/
Dtesttypes.txt52 //nested table
Dre_tests.txt565 [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
Dregextst.txt754 "[[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/
Dstage2.c88 get_entry (char *list, int num, int nested) in get_entry() argument
98 while (nested && *(list++)); in get_entry()
/external/webkit/WebKit/mac/Carbon/
DCarbonUtils.m76 their nested event loops.
/external/webkit/V8Binding/v8/
DChangeLog561 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/
Dqtwebkit.qdoc85 HTML documents can be nested using frames in a frameset. An individual
/external/webkit/WebKit/mac/WebView/
DWebHTMLView.mm1382 // 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/
DInstrVisitor.java1229 final Attribute_info nested = attributes.get (a); in visit() local
1230 nested.accept (this, ctx); in visit()
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml1374 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/
DEventHandlerMac.mm530 // in the nested tracking runloop that -[NSScrollView scrollWheel:] runs.
/external/bison/data/m4sugar/
Dm4sugar.m4836 # undivert the most nested diversions (GROW - 1...), and finally
1109 # important to keep room before GROW because for each nested
/external/libffi/
DChangeLog.v1380 nested structures.
/external/webkit/V8Binding/v8/test/mozilla/
Dmozilla.status536 # all nested function declarations when entering the
/external/bluetooth/glib/gobject/
DChangeLog828 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/
DNEWS4 * Fix the prototypes and the definitions of nested functions. This was
/external/e2fsprogs/doc/
Dtexinfo.tex624 % 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/
Dsqlite3.c8714 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/
Dpcap.txt212 and to skip unneeded or unknown blocks. Blocks can be nested one

123