HomeSort by relevance Sort by last modified time
    Searched refs:nested (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/nested/
Level2Test.java 17 package android.test.suitebuilder.examples.nested.nested;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/nested/
Level1Test.java 17 package android.test.suitebuilder.examples.nested;
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-154693.js 56 function nested() {}
57 return nested;
  /system/core/libacc/tests/data/
locals.c 42 int nested() { function
44 printf("nested 0: a = %d\n", a);
46 printf("nested 1: a = %d\n", a);
49 printf("nested 2: a = %d\n", a);
51 printf("nested 3: a = %d\n", a);
53 printf("nested 4: a = %d\n", a);
68 nested();
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 25 import android.test.suitebuilder.examples.nested.Level1Test;
26 import android.test.suitebuilder.examples.nested.nested.Level2Test;
  /external/chromium/third_party/icu/source/common/
uniset_props.cpp 492 UnicodeSet* nested = 0; // alias - do not delete local
502 // -------- Parse '[' of opening delimiter OR nested set.
503 // If there is a nested set, use `setMode' to define how
507 // characters representing a nested set in the symbol
535 // otherwise restart loop for nested [], \p{}, etc.
551 // casting away const, but `nested' won't be modified
553 nested = (UnicodeSet*) m;
559 // -------- Handle a nested set. This either is inline in
581 if (nested == 0) {
587 nested = scratch.pointer()
    [all...]
  /external/icu4c/common/
uniset_props.cpp 557 UnicodeSet* nested = 0; // alias - do not delete local
567 // -------- Parse '[' of opening delimiter OR nested set.
568 // If there is a nested set, use `setMode' to define how
572 // characters representing a nested set in the symbol
600 // otherwise restart loop for nested [], \p{}, etc.
616 // casting away const, but `nested' won't be modified
618 nested = (UnicodeSet*) m;
624 // -------- Handle a nested set. This either is inline in
646 if (nested == 0) {
652 nested = scratch.pointer()
    [all...]
  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 75 // Capture parameters in nested contexts.
110 // Deeply nested.
121 "deep nested capture");
global-load-from-nested-eval.js 28 // Tests global loads from nested eval.
global-load-from-eval.js 61 // Test loading of globals from deeply nested eval. This code is a
  /external/libffi/src/ia64/
ffi.c 167 hfa_element_type (ffi_type *type, int nested)
175 synthetic HFA type if we're nested within an aggregate. */
176 if (nested)
182 if (nested)
190 if (LDBL_MANT_DIG == 64 && nested)
  /external/v8/test/mjsunit/regress/
regress-265.js 28 // When returning or breaking out of a deeply nested try/finally, we
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 539 // Test that IsInitialized() returns false if required fields in nested
569 unittest::TestAllTypes::NestedMessage* nested = local
571 nested->set_bb(1);
594 unittest::TestMutualRecursionA* nested = message.mutable_bb()->mutable_a(); local
595 unittest::TestMutualRecursionA* nested2 = nested->mutable_bb()->mutable_a();
600 EXPECT_NE(&message, nested);
602 EXPECT_NE(nested, nested2);
709 // nested message type. NestedMessage is simple enough (1 int field) that it
750 // Test that our nested enum values can be used as switch cases. This test
    [all...]
  /external/kernel-headers/original/linux/
lockdep.h 236 extern void lock_release(struct lockdep_map *lock, int nested,
  /external/grub/stage2/
stage2.c 88 get_entry (char *list, int num, int nested)
98 while (nested && *(list++));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 139 /* For nested functions points to function the node is nested in. */
141 /* Points to first nested function, if any. */
142 struct cgraph_node *nested; local
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 139 /* For nested functions points to function the node is nested in. */
141 /* Points to first nested function, if any. */
142 struct cgraph_node *nested; local
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 205 // then also check if we're in a third-level nested list that's toggleable
213 // then also check if the parent list is also nested in a hidden list
android-developer-docs.css 99 /*second level (nested) list*/
103 /*third level (nested) list*/
1017 .image-caption-nested {
1022 .image-caption-nested td {
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 427 <\2 # nested opening tag
433 '.*?'. # last level nested tag content
435 </\2\s*> # closing nested tag
444 # First, look for nested blocks, e.g.:
452 # the inner nested divs must be indented.
463 # Match from `\n<tag>` to `</tag>\n`, handling nested tags
    [all...]
  /dalvik/docs/
prettify.js     [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 307 nested = proto.optional_nested_message
311 nested.bb = 23
315 nested = proto.optional_nested_message
317 self.assertTrue(nested is not proto.optional_nested_message)
318 nested.bb = 23
493 # Assignment to a repeated nested message field without specifying
494 # the index in the array of nested messages.
    [all...]
  /build/tools/droiddoc/templates/
macros.cs 192 <?cs # A table of links to classes with descriptions, as in a package file or the nested classes ?><?cs
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 57 } // end of nested class
1229 final Attribute_info nested = attributes.get (a); local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py     [all...]

Completed in 346 milliseconds

1 2