HomeSort by relevance Sort by last modified time
    Searched refs:nested (Results 26 - 50 of 72) sorted by null

12 3

  /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/v8/test/mjsunit/
debug-liveedit-3.js 32 // hasen't been changed. However actually function became one level more nested
global-load-from-eval.js 61 // Test loading of globals from deeply nested eval. This code is a
string-replace.js 195 // Test nested calls to replace, including that it sets RegExp.$& correctly.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 361 String nested = getText(mSelectionStart, mSelectionEnd); local
364 index = nested.indexOf('\n', index);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 236 NestedAction nested = (NestedAction) propertiesMenu; local
237 List<RuleAction> nestedActions = nested.getNestedActions(node);
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 68 # (nested in if/else redirect)
139 # (nested in if/else redirect and if/else NDK)
  /external/kernel-headers/original/linux/
lockdep.h 236 extern void lock_release(struct lockdep_map *lock, int nested,
  /external/mksh/src/
syn.c 37 static struct op *nested(int, int, int);
213 nested(int type, int smark, int emark) function
351 t = nested(TPAREN, '(', ')');
355 t = nested(TBRACE, '{', '}');
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.js 290 // then also check if we're in a third-level nested list that's toggleable
298 // then also check if the parent list is also nested in a hidden list
517 // handle nested items
520 // handle second level nested items
  /external/grub/stage2/
stage2.c 88 get_entry (char *list, int num, int nested)
98 while (nested && *(list++));
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
handleerror02.js 85 * @param errors Value from value attribute of nested var element
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 465 vector<list<char> > nested; local
467 nested.push_back(list<char>(strings[i], strings[i] + strlen(strings[i])));
470 EXPECT_THAT(nested, ElementsAre(ElementsAre('H', Ne('e')),
472 EXPECT_THAT(nested, Not(ElementsAre(ElementsAre('H', 'e'),
    [all...]
  /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
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cgraph.h 140 /* For nested functions points to function the node is nested in. */
142 /* Points to first nested function, if any. */
143 struct cgraph_node *nested; local
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 272 int nested = 0; local
277 ++nested;
281 if (--nested < 0) {
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 1007 // Nested tuples.
1009 tuple<tuple<int, bool>, char> nested(make_tuple(5, true), 'a');
1010 EXPECT_EQ("((5, true), 'a' (97, 0x61))", Print(nested));
    [all...]
  /external/v8/src/
liveedit-debugger.js 184 // We need to link to old script all former nested functions.
240 // nested functions serialized as parent followed by serialized children.
314 // instances of SharedFunctionInfo for nested functions. However,
515 // The code of a function is changed or some nested function cannot be
    [all...]
  /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...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 103 /*second level (nested) list*/
107 /*third level (nested) list*/
1021 .image-caption-nested {
1026 .image-caption-nested td {
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 216 // then also check if we're in a third-level nested list that's toggleable
224 // then also check if the parent list is also nested in a hidden list
  /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...]

Completed in 1119 milliseconds

12 3