HomeSort by relevance Sort by last modified time
    Searched full:interior (Results 1 - 25 of 276) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_extent_bad_node/
name 1 bad interior node in extent tree
  /external/e2fsprogs/tests/f_extent_interior_start_lblk/
name 1 incorrect starting lblk in an interior node
expect.1 2 Interior extent node level 0 of inode 12:
  /external/chromium_org/third_party/sqlite/src/test/
recover.test 113 # Single level of interior node.
114 do_test recover-interior-1.0 {
117 generate "interior" "Interior-node-generating line " 100
122 interior,
128 } {{Interior-node-generating line 9} 9 {Interior-node-generating line 19} 19 {Interior-node-generating line 29} 29 {Interior-node-generating line 39} 39 {Interior-node-generating line 49} 49 {Interior-node-generating line 59} 59 {Interior-node-generating line 6 (…)
    [all...]
  /external/valgrind/main/memcheck/tests/
leak_cpp_interior.cpp 81 str = "Valgrind"; // interior ptr.
83 ptr = new MyClass[3]; // interior ptr.
89 ptr2 = new MyClass[0]; // "interior but exterior ptr".
92 ptrBCe = new Ce; // interior ptr.
93 ptrACe = new Ce; // not an interior pointer.
94 ptrBC = new C; // interior ptr.
95 ptrAC = new C; // not an interior pointer.
98 str2 += " rocks (str2)\n"; // interior ptr.
118 // Test the who_points_at when the block is pointed to with an interior ptr.
leak-cases.c 22 // - -?->: an interior-pointer
29 // - (y)XY: it's XY if the interior-pointer is a real pointer
30 // - (n)XY: it's XY if the interior-pointer is not a real pointer
  /external/llvm/test/Transforms/LCSSA/
basictest.ll 8 br label %loop.interior
9 loop.interior: ; preds = %post.if, %entry
11 if.true: ; preds = %loop.interior
14 if.false: ; preds = %loop.interior
19 br i1 %S2, label %loop.exit, label %loop.interior
  /external/clang/test/CodeGenObjCXX/
arc-returns-inner-reference-ptr.mm 5 - (char* &) interior __attribute__((objc_returns_inner_pointer));
11 char *c = [(ptr) interior];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 7 # - 'any' stands for any node (leaf or interior)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 7 # - 'any' stands for any node (leaf or interior)
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 343 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fKernelOffset.fX, local
347 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
348 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
350 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
351 interior.left(), interior.bottom());
352 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
353 bounds.right(), interior.bottom());
356 filterInteriorPixels(src, result, interior, bounds)
    [all...]
  /external/chromium_org/ui/wm/core/
shadow.cc 21 // Note that this may be greater than interior inset to allow shadows with
27 // Interior inset for different styles.
184 // Update bounds based on content bounds and interior inset.
shadow.h 83 // The interior inset of the shadow images. The content bounds of the image
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 292 SkIRect interior = SkIRect::MakeXYWH(bounds.left() + fKernelOffset.fX, local
296 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
297 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
299 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
300 interior.left(), interior.bottom());
301 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
302 bounds.right(), interior.bottom());
305 filterInteriorPixels(src, result, interior, bounds)
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_border.h 39 // The thickness of border and arrow images and their interior areas.
41 // The interior is measured without including stroke or shadow pixels.
46 // The corner radius of the bubble's rounded-rect interior area.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRParseTree.h 41 * end up as the leaves of this tree and rule nodes are the interior nodes.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRParseTree.h 41 * end up as the leaves of this tree and rule nodes are the interior nodes.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRParseTree.h 41 * end up as the leaves of this tree and rule nodes are the interior nodes.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRParseTree.h 42 * end up as the leaves of this tree and rule nodes are the interior nodes.
  /external/chromium_org/third_party/skia/samplecode/
SampleOvalTest.cpp 18 SkPMColor fInsideColor; // signals an interior pixel that was not set
  /external/skia/samplecode/
SampleOvalTest.cpp 18 SkPMColor fInsideColor; // signals an interior pixel that was not set
  /external/chromium_org/third_party/sqlite/src/src/
recover.c 152 * Leaf pages not referenced by interior nodes will not be found.
154 * Leaf pages referenced from interior nodes of other tables will not
188 * exhausted, an interior cursor is used to get the next leaf node,
191 * RecoverInteriorCursor iterates the child pages in an interior table
193 * exhausted, a parent interior cursor is used to get the next
194 * interior node at the same level, and iteration continues there.
246 /* Interior pages contain an additional field. */
586 /* Cursor for iterating interior nodes. Interior page cells contain a
605 * with the interior cursor left empty. The next call t
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
styled_text_field_cell.mm 124 // Fill interior with background color.
163 // Draw the interior before the focus ring, to make sure nothing overlaps it.
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 44 with len > 1, will also show "interior pointers")
103 with len > 1, will also show "interior pointers")
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 78 /// an interior node, and is actually an instance of DeltaTreeInteriorNode.
225 // Otherwise, this is an interior node. Send the request down the tree.
249 // Finally, if this interior node was full and a node is percolated up, split
266 // We now have a non-empty interior node 'InsertSide' to insert
304 // If this is an interior node, also move over 'WidthFactor' children
357 // Verify interior nodes: Ensure that FullDelta matches up and the
424 // If we have an interior node, include information about children and

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 91011>>