/external/chromium/net/test/ |
test_server.cc | 14 #include "net/base/x509_certificate.h" 17 #include "base/base64.h" 18 #include "base/command_line.h" 19 #include "base/debug/leak_annotations.h" 20 #include "base/file_util.h" 21 #include "base/json/json_reader.h" 22 #include "base/logging.h" 23 #include "base/memory/scoped_ptr.h" 24 #include "base/path_service.h" 25 #include "base/string_number_conversions.h [all...] |
/external/doclava/src/com/google/doclava/ |
DocInfo.java | 96 public final void setFederatedReferences(Data data, String base) { 99 data.setValue(base + ".federated." + pos + ".url", source.linkFor(htmlPage())); 100 data.setValue(base + ".federated." + pos + ".name", source.name());
|
/external/freetype/include/freetype/internal/ |
ftgloadr.h | 87 FT_GlyphLoadRec base; member in struct:FT_GlyphLoaderRec_ 125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \ 130 ( (_count) == 0 || ((_loader)->base.outline.n_contours + \ 151 /* add the current glyph to the base glyph */
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Stopwatch.java | 17 package com.google.common.base; 19 import static com.google.common.base.Preconditions.checkNotNull; 20 import static com.google.common.base.Preconditions.checkState;
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
CacheLoader.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 22 import com.google.common.base.Function; 23 import com.google.common.base.Supplier;
|
/external/linux-tools-perf/ |
perf.h | 117 void *base; member in struct:perf_mmap 124 struct perf_event_mmap_page *pc = mm->base; 133 struct perf_event_mmap_page *pc = md->base;
|
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGOperations.cpp | 71 JSCell* base = baseValue.asCell(); local 78 if (isJSArray(globalData, base) && asArray(base)->canGetIndex(i)) 79 return JSValue::encode(asArray(base)->getIndex(i)); 82 if (isJSString(globalData, base) && asString(base)->canGetIndex(i)) 83 return JSValue::encode(asString(base)->getIndex(exec, i)); 86 if (isJSByteArray(globalData, base) && asByteArray(base)->canAccessIndex(i)) 87 return JSValue::encode(asByteArray(base)->getIndex(exec, i)) [all...] |
/hardware/msm7k/libgralloc-qsd8k/ |
gpu.cpp | 38 common.module = const_cast<hw_module_t*>(&module->base.common); 81 intptr_t vaddr = intptr_t(m->framebuffer->base); 95 hnd->base = vaddr; 96 hnd->offset = vaddr - intptr_t(m->framebuffer->base); 120 void* base = 0; // XXX JMG: This should change to just get an address from local 121 // the PmemAllocator rather than getting the base & offset separately 165 err = pma->alloc_pmem_buffer(size, usage, &base, &offset, &fd); 189 hnd->base = int(base)+offset; 280 int index = (hnd->base - m->framebuffer->base) / bufferSize [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
SymmetricalLinearTween.java | 67 * {@link SystemClock.uptimeMillis} time base. This allows you to 90 long base = mBase; 92 long diff = now-base; 107 long next = base + ((frame+1)*FRAME_TIME);
|
/build/core/ |
pathmap.mk | 37 frameworks-base:frameworks/base/include \ 41 libdrm1:frameworks/base/media/libdrm/mobile1/include \ 79 # A list of all source roots under frameworks/base, which will be 113 $(addprefix frameworks/base/,$(FRAMEWORKS_BASE_SUBDIRS))
|
/dalvik/vm/alloc/ |
MarkSweep.h | 33 const Object **base; member in struct:GcMarkStack
|
/dalvik/vm/mterp/armv5te/ |
OP_PACKED_SWITCH.S | 26 ldrle rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base 31 ldrle rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base
|
zcmp.S | 20 ldrmi rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh table base 24 ldrmi rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh table base
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/ |
Load.pm | 6 use base 'Test::Class::Load';
|
/external/bzip2/ |
huffman.c | 171 Int32 *base, 185 for (i = 0; i < BZ_MAX_CODE_LEN; i++) base[i] = 0; 186 for (i = 0; i < alphaSize; i++) base[length[i]+1]++; 188 for (i = 1; i < BZ_MAX_CODE_LEN; i++) base[i] += base[i-1]; 194 vec += (base[i+1] - base[i]); 199 base[i] = ((limit[i-1] + 1) << 1) - base[i];
|
/external/chromium/base/ |
cpu.h | 11 #include "base/base_api.h" 13 namespace base { namespace 57 } // namespace base
|
file_util.cc | 5 #include "base/file_util.h" 14 #include "base/file_path.h" 15 #include "base/logging.h" 16 #include "base/string_piece.h" 17 #include "base/string_util.h" 18 #include "base/utf_string_conversions.h" 188 base::PlatformFileInfo info; 204 const base::Time& last_accessed, 205 const base::Time& last_modified) { 206 base::PlatformFile file [all...] |
logging_win.h | 11 #include "base/base_api.h" 12 #include "base/basictypes.h" 13 #include "base/win/event_trace_provider.h" 14 #include "base/logging.h" 53 class BASE_API LogEventProvider : public base::win::EtwTraceProvider {
|
process_posix.cc | 5 #include "base/process.h" 11 #include "base/process_util.h" 12 #include "base/logging.h" 14 namespace base { namespace 67 } // namspace base
|
resource_util.cc | 5 #include "base/logging.h" 6 #include "base/resource_util.h" 8 namespace base { namespace
|
string16.h | 33 #include "base/base_api.h" 34 #include "base/basictypes.h" 45 namespace base { namespace 130 } // namespace base 175 std::basic_string<char16, base::string16_char_traits>; 177 typedef std::basic_string<char16, base::string16_char_traits> string16; 179 namespace base { namespace
|
/external/chromium/base/debug/ |
debug_on_start_win.h | 13 #include "base/basictypes.h" 24 namespace base { namespace 80 } // namespace base
|
profiler.cc | 5 #include "base/debug/profiler.h" 9 #include "base/process_util.h" 10 #include "base/string_util.h" 16 namespace base { namespace 64 } // namespace base
|
/external/chromium/base/i18n/ |
number_formatting.cc | 5 #include "base/i18n/number_formatting.h" 7 #include "base/format_macros.h" 8 #include "base/logging.h" 9 #include "base/lazy_instance.h" 10 #include "base/memory/scoped_ptr.h" 11 #include "base/string_util.h" 12 #include "base/utf_string_conversions.h" 16 namespace base { namespace 51 } // namespace base
|
/external/chromium/base/json/ |
json_writer.h | 11 #include "base/base_api.h" 12 #include "base/basictypes.h" 16 namespace base { namespace 63 } // namespace base
|