Searched refs:contained (Results 1 - 25 of 36) sorted by relevance

12

/external/lldb/test/functionalities/data-formatter/rdar-9974002/
H A Dmain.cpp12 struct contained struct
21 struct contained *pointer;
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectRegistry.java68 final boolean contained = mItemsNeedingReset.contains(object);
69 assert !contained;
70 if (!contained) {
/external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
H A DGtestComputer.java34 public GtestSuiteRunner(Runner contained) { argument
35 mRunner = contained;
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmx_main.asm6 ; Please refer to the file COPYING.LIB contained in the distribution for
H A Dx86_main.asm6 ; Please refer to the file COPYING.LIB contained in the distribution for
H A Dmmxp2_32.asm7 ; Please refer to the file COPYING.LIB contained in the distribution for
H A Dx86p_16.asm6 ; Please refer to the file COPYING.LIB contained in the distribution for
/external/chromium_org/gpu/config/
H A Dgpu_test_config.cc204 bool contained = false; local
207 contained = true;
211 if (!contained)
/external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
H A Dcore-layout-grid-extracted.js99 // array of contained areas
100 var contained = {};
119 contained[nodei] = 1;
123 owners[i] = contained;
/external/llvm/utils/vim/
H A Dtablegen.vim28 syn keyword tgTodo contained TODO FIXME
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb40 each contained within a separate script.
81 additional classes and mixins required by the debug code are contained within
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp451 // Try retaining an set of elements contained in another set (intersection)
1536 // For single-codepoint contains, invalid codepoints are NOT contained
2101 UBool contained = set.contains(s); local
2102 if (contained == in) {
2104 (contained ? " contains {" : " does not contain {") +
2108 (contained ? " contains {" : " does not contain {") +
2463 next=start; // Do not span this single, not-contained code point.
2563 length=prev; // Do not span this single, not-contained code point.
2661 next=start; // Do not span this single, not-contained code point.
2763 length=prev; // Do not span this single, not-contained cod
2838 invertSpanCondition(USetSpanCondition spanCondition, USetSpanCondition contained) argument
2862 USetSpanCondition spanCondition, firstSpanCondition, contained; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp451 // Try retaining an set of elements contained in another set (intersection)
1536 // For single-codepoint contains, invalid codepoints are NOT contained
2101 UBool contained = set.contains(s); local
2102 if (contained == in) {
2104 (contained ? " contains {" : " does not contain {") +
2108 (contained ? " contains {" : " does not contain {") +
2463 next=start; // Do not span this single, not-contained code point.
2563 length=prev; // Do not span this single, not-contained code point.
2661 next=start; // Do not span this single, not-contained code point.
2763 length=prev; // Do not span this single, not-contained cod
2838 invertSpanCondition(USetSpanCondition spanCondition, USetSpanCondition contained) argument
2862 USetSpanCondition spanCondition, firstSpanCondition, contained; local
[all...]
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl.vanilla42 the files contained within to the list of files to process.
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dyasm.pyx38 name, any Bytecode objects contained within that section, and other
/external/junit/
H A DAndroid.mk117 # Note: 'core' here means excluding the classes that are contained
/external/protobuf/editors/
H A Dproto.vim53 syn keyword pbTodo contained TODO FIXME XXX
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb92 Like all ANTLR recognizers, tree parsers contained a shared state structure and
208 [payload] either a token value contained within a node or +nil+
456 * the token stream start and stop indexes of tokens contained throughout
/external/chromium_org/ui/gfx/geometry/
H A Drect_unittest.cc27 bool contained; member in struct:gfx::ContainsCase
43 EXPECT_EQ(value.contained, rect.Contains(value.point_x, value.point_y));
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DNanoTest.java3631 firstContainer.contained = new TestAllTypesNano();
3632 firstContainer.contained.repeatedInt32 = new int[] {10, 20};
3634 secondContainer.contained = new TestAllTypesNano();
3635 secondContainer.contained.repeatedInt32 = new int[] {30};
3637 assertEquals(3, firstContainer.contained.repeatedInt32.length);
3638 assertEquals(20, firstContainer.contained.repeatedInt32[1]);
3639 assertEquals(30, firstContainer.contained.repeatedInt32[2]);
/external/libvorbis/doc/
H A D07-floor1.tex175 If \varname{[nonzero]} is unset, that indicates this channel contained
H A D01-introduction.tex133 Decoder setup consists of configuration of multiple, self-contained
243 Codebooks are a self-contained abstraction that perform entropy
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof2311 * The views and conclusions contained in the software and documentation are those of the
4593 my $contained = [];
4607 @{$contained} = splice(@pcs, $start_pc_index,
4610 MapToSymbols($libname, AddressSub($start, $offset), $contained, $symbols);
/external/jemalloc/bin/
H A Dpprof2311 * The views and conclusions contained in the software and documentation are those of the
4626 my $contained = [];
4640 @{$contained} = splice(@pcs, $start_pc_index,
4643 MapToSymbols($libname, AddressSub($start, $offset), $contained, $symbols);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof2311 * The views and conclusions contained in the software and documentation are those of the
4593 my $contained = [];
4607 @{$contained} = splice(@pcs, $start_pc_index,
4610 MapToSymbols($libname, AddressSub($start, $offset), $contained, $symbols);

Completed in 4137 milliseconds

12