/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLSubSup.cpp | 67 // We already have a base, so this is the super/subscripts being added. 108 RenderObject* base = firstChild(); local 109 if (!base) 112 if (base->firstChild()->isRenderMathMLBlock()) { 113 RenderMathMLBlock* block = toRenderMathMLBlock(base->firstChild()); 155 if (RenderObject* base = firstChild()) { 157 RenderObject* current = base->firstChild(); 167 base->style()->setPaddingTop(Length(heightDiff, Fixed)); 168 base->setNeedsLayout(true); 177 RenderObject* base = firstChild() local [all...] |
/frameworks/compile/slang/ |
slang_rs_type_spec.h | 118 struct RSTypeBase base; member in struct:RSPrimitiveType 120 // dt is encoded in base.b[1] 124 struct RSTypeBase base; member in struct:RSPointerType 129 struct RSPrimitiveType base; // base type of vec must be in primitive type member in struct:RSVectorType 131 // vsize is encoded in base.b[2] 138 struct RSTypeBase base; member in struct:RSMatrixType 142 struct RSTypeBase base; member in struct:RSConstantArrayType 145 // esize is encoded in base.bits{8-31} in little-endian way. This implicates 155 struct RSTypeBase base; member in struct:RSRecordType 166 struct RSTypeBase base; member in union:RSType [all...] |
/system/core/libcutils/ |
mspace.c | 138 size_t max_capacity, int locked, void *base) { 146 assert(((uintptr_t)base & (pagesize-1)) == 0); 152 if (mprotect(base, starting_capacity, PROT_READ | PROT_WRITE) < 0) { 158 m = create_mspace_with_base((char *)base + sizeof(*cs), starting_capacity, 163 /* Make sure that m is in the same page as base. 165 assert(((uintptr_t)m & (uintptr_t)~(pagesize-1)) == (uintptr_t)base); 168 cs = (struct mspace_contig_state *)base; 173 cs->brk = m->seg.base + m->seg.size; 174 cs->top = (char *)base + max_capacity; 176 assert((char *)base <= cs->brk) 205 void *base; local [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_test.cc | 19 #include "base/command_line.h" 20 #include "base/environment.h" 21 #include "base/path_service.h" 22 #include "base/process_util.h" 23 #include "base/string_number_conversions.h" 24 #include "base/string_util.h" 25 #include "base/string_split.h" 26 #include "base/synchronization/lock.h" 27 #include "base/threading/platform_thread.h" 28 #include "base/time.h [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 13 #include "base/environment.h" 14 #include "base/file_util.h" 15 #include "base/path_service.h" 16 #include "base/string_number_conversions.h" 17 #include "base/string_split.h" 18 #include "base/stringprintf.h" 19 #include "base/utf_string_conversions.h" 20 #include "base/win/object_watcher.h" 21 #include "base/win/windows_version.h" 45 #include "ui/base/resource/resource_bundle.h [all...] |
/external/chromium/net/url_request/ |
url_request_http_job.cc | 7 #include "base/base_switches.h" 8 #include "base/command_line.h" 9 #include "base/compiler_specific.h" 10 #include "base/file_util.h" 11 #include "base/file_version_info.h" 12 #include "base/message_loop.h" 13 #include "base/metrics/field_trial.h" 14 #include "base/metrics/histogram.h" 15 #include "base/rand_util.h" 16 #include "base/string_util.h [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_headers.cc | 13 #include "base/logging.h" 14 #include "base/port.h" 15 #include "base/string_piece.h" 16 #include "base/string_util.h" 20 #include "third_party/tcmalloc/chromium/src/base/googleinit.h" 30 __gnu_cxx::hash_set<base::StringPiece, 92 void BalsaBuffer::WriteToContiguousBuffer(const base::StringPiece& sp) { 121 base::StringPiece BalsaBuffer::Write(const base::StringPiece& sp, 128 return base::StringPiece(storage, sp.size()) [all...] |
/external/chromium/base/ |
process_util_linux.cc | 5 #include "base/process_util.h" 18 #include "base/file_util.h" 19 #include "base/logging.h" 20 #include "base/string_number_conversions.h" 21 #include "base/string_split.h" 22 #include "base/string_tokenizer.h" 23 #include "base/string_util.h" 24 #include "base/sys_info.h" 25 #include "base/threading/thread_restrictions.h" 38 base::ThreadRestrictions::ScopedAllowIO allow_io 106 namespace base { namespace [all...] |
message_loop.cc | 5 #include "base/message_loop.h" 14 #include "base/compiler_specific.h" 15 #include "base/lazy_instance.h" 16 #include "base/logging.h" 17 #include "base/message_pump_default.h" 18 #include "base/metrics/histogram.h" 19 #include "base/third_party/dynamic_annotations/dynamic_annotations.h" 20 #include "base/threading/thread_local.h" 23 #include "base/message_pump_mac.h" 26 #include "base/message_pump_libevent.h [all...] |
/external/chromium/sdch/open-vcdiff/ |
depcomp | 220 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 222 tmpdepfile1=$dir$base.u 223 tmpdepfile2=$base.u 224 tmpdepfile3=$dir.libs/$base.u 227 tmpdepfile1=$dir$base.u 228 tmpdepfile2=$dir$base.u 229 tmpdepfile3=$dir$base.u 307 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 309 tmpdepfile1=$dir$base.d 310 tmpdepfile2=$dir.libs/$base. [all...] |
/external/elfutils/config/ |
depcomp | 220 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 222 tmpdepfile1=$dir$base.u 223 tmpdepfile2=$base.u 224 tmpdepfile3=$dir.libs/$base.u 227 tmpdepfile1=$dir$base.u 228 tmpdepfile2=$dir$base.u 229 tmpdepfile3=$dir$base.u 307 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 309 tmpdepfile1=$dir$base.d 310 tmpdepfile2=$dir.libs/$base. [all...] |
/external/libmtp/ |
depcomp | 227 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 229 tmpdepfile1=$dir$base.u 230 tmpdepfile2=$base.u 231 tmpdepfile3=$dir.libs/$base.u 234 tmpdepfile1=$dir$base.u 235 tmpdepfile2=$dir$base.u 236 tmpdepfile3=$dir$base.u 314 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 316 tmpdepfile1=$dir$base.d 317 tmpdepfile2=$dir.libs/$base. [all...] |
/external/libpng/ |
depcomp | 227 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 229 tmpdepfile1=$dir$base.u 230 tmpdepfile2=$base.u 231 tmpdepfile3=$dir.libs/$base.u 234 tmpdepfile1=$dir$base.u 235 tmpdepfile2=$dir$base.u 236 tmpdepfile3=$dir$base.u 314 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 316 tmpdepfile1=$dir$base.d 317 tmpdepfile2=$dir.libs/$base. [all...] |
/external/libusb-compat/ |
depcomp | 220 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 222 tmpdepfile1=$dir$base.u 223 tmpdepfile2=$base.u 224 tmpdepfile3=$dir.libs/$base.u 227 tmpdepfile1=$dir$base.u 228 tmpdepfile2=$dir$base.u 229 tmpdepfile3=$dir$base.u 307 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 309 tmpdepfile1=$dir$base.d 310 tmpdepfile2=$dir.libs/$base. [all...] |
/external/openfst/ |
depcomp | 227 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 229 tmpdepfile1=$dir$base.u 230 tmpdepfile2=$base.u 231 tmpdepfile3=$dir.libs/$base.u 234 tmpdepfile1=$dir$base.u 235 tmpdepfile2=$dir$base.u 236 tmpdepfile3=$dir$base.u 314 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 316 tmpdepfile1=$dir$base.d 317 tmpdepfile2=$dir.libs/$base. [all...] |
/external/protobuf/ |
depcomp | 220 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 222 tmpdepfile1=$dir$base.u 223 tmpdepfile2=$base.u 224 tmpdepfile3=$dir.libs/$base.u 227 tmpdepfile1=$dir$base.u 228 tmpdepfile2=$dir$base.u 229 tmpdepfile3=$dir$base.u 307 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 309 tmpdepfile1=$dir$base.d 310 tmpdepfile2=$dir.libs/$base. [all...] |
/external/protobuf/gtest/build-aux/ |
depcomp | 220 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 222 tmpdepfile1=$dir$base.u 223 tmpdepfile2=$base.u 224 tmpdepfile3=$dir.libs/$base.u 227 tmpdepfile1=$dir$base.u 228 tmpdepfile2=$dir$base.u 229 tmpdepfile3=$dir$base.u 307 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 309 tmpdepfile1=$dir$base.d 310 tmpdepfile2=$dir.libs/$base. [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
depcomp | 227 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 229 tmpdepfile1=$dir$base.u 230 tmpdepfile2=$base.u 231 tmpdepfile3=$dir.libs/$base.u 234 tmpdepfile1=$dir$base.u 235 tmpdepfile2=$dir$base.u 236 tmpdepfile3=$dir$base.u 314 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 316 tmpdepfile1=$dir$base.d 317 tmpdepfile2=$dir.libs/$base. [all...] |
/external/chromium/base/allocator/ |
allocator_unittests.cc | 8 #include "base/atomicops.h" 9 #include "base/logging.h" 109 EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 1), 1); 114 EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 2), 3); 119 EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, 3), 6); 124 EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -3), 3); 129 EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -2), 1); 134 EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -1), 0); 139 EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -1), -1); 144 EXPECT_EQ(base::subtle::NoBarrier_AtomicIncrement(&s.count, -4), -5) [all...] |
/external/chromium/webkit/glue/ |
webkitclient_impl.cc | 15 #include "base/debug/trace_event.h" 16 #include "base/memory/singleton.h" 17 #include "base/message_loop.h" 18 #include "base/metrics/histogram.h" 19 #include "base/metrics/stats_counters.h" 20 #include "base/platform_file.h" 21 #include "base/process_util.h" 22 #include "base/rand_util.h" 23 #include "base/string_number_conversions.h" 24 #include "base/string_util.h [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
StackList.cs | 45 public StackList() : base()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteCardinalityException.cs | 40 * Base class for all exceptions thrown during AST rewrite construction. 62 : base(message) { 67 : base(message, innerException) { 72 : base(info, context) { 83 base.GetObjectData(info, context);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteCardinalityException.cs | 41 * Base class for all exceptions thrown during AST rewrite construction. 67 : base(message) 73 : base(message, innerException) 79 : base(info, context) 92 base.GetObjectData(info, context);
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t039labels.py | 11 def lexerClass(self, base): 12 class TLexer(base): 20 def parserClass(self, base): 21 class TParser(base):
|
/external/bison/src/ |
tables.h | 96 extern base_number *base; 97 /* A distinguished value of BASE, negative infinite. During the
|