/external/openssl/crypto/x509v3/ |
v3_ncons.c | 80 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base); 93 ASN1_SIMPLE(GENERAL_SUBTREE, base, GENERAL_NAME), 140 if (!v2i_GENERAL_NAME_ex(sub->base, method, ctx, &tval, 1)) 188 if (tree->base->type == GEN_IPADD) 189 print_nc_ipadd(bp, tree->base->d.ip); 191 GENERAL_NAME_print(bp, tree->base); 307 if (gen->type != sub->base->type) 316 r = nc_match_single(gen, sub->base); 331 if (gen->type != sub->base->type) 336 r = nc_match_single(gen, sub->base); [all...] |
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 59 hnd->base = intptr_t(mappedAddress) + hnd->offset; 63 *vaddr = (void*)hnd->base; 72 void* base = (void*)hnd->base; local 74 //ALOGD("unmapping from %p, size=%d", base, size); 75 if (munmap(base, size) < 0) { 79 hnd->base = 0; 114 if (hnd->base) { 131 if (hnd->base) { 156 *vaddr = (void*)hnd->base; [all...] |
/external/chromium/base/threading/ |
thread_collision_warner.h | 11 #include "base/base_api.h" 12 #include "base/atomicops.h" 106 mutable base::ThreadCollisionWarner obj 110 base::ThreadCollisionWarner::ScopedCheck s_check_##obj(&obj) 114 base::ThreadCollisionWarner::ScopedRecursiveCheck sr_check_##obj(&obj) 117 base::ThreadCollisionWarner::Check check_##obj(&obj) 128 namespace base { namespace 242 } // namespace base
|
/external/chromium/chrome/browser/ |
mach_broker_mac_unittest.cc | 7 #include "base/synchronization/lock.h" 13 void AddPlaceholderForPid(base::ProcessHandle pid) { 14 base::AutoLock lock(broker_.GetLock()); 19 void FinalizePid(base::ProcessHandle pid, 21 base::AutoLock lock(broker_.GetLock()); 31 base::AutoLock lock(broker_.GetLock());
|
plugin_data_remover_browsertest.cc | 7 #include "base/command_line.h" 8 #include "base/path_service.h" 9 #include "base/synchronization/waitable_event_watcher.h" 25 public base::WaitableEventWatcher::Delegate { 41 virtual void OnWaitableEventSignaled(base::WaitableEvent* waitable_event) { 61 base::WaitableEventWatcher watcher; 62 base::WaitableEvent* event = 63 plugin_data_remover->StartRemoving(base::Time());
|
/external/chromium/net/base/ |
capturing_net_log.h | 11 #include "base/atomicops.h" 12 #include "base/basictypes.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/synchronization/lock.h" 16 #include "base/time.h" 17 #include "net/base/net_log.h" 27 const base::TimeTicks& time, 34 base::TimeTicks time; 59 const base::TimeTicks& time [all...] |
directory_lister.h | 11 #include "base/file_path.h" 12 #include "base/file_util.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/synchronization/cancellation_flag.h" 15 #include "base/task.h" 16 #include "base/threading/platform_thread.h" 29 class DirectoryLister : public base::RefCountedThreadSafe<DirectoryLister>, 30 public base::PlatformThread::Delegate { 88 friend class base::RefCountedThreadSafe<DirectoryLister>; 109 base::PlatformThreadHandle thread_ [all...] |
test_completion_callback_unittest.cc | 7 #include "base/logging.h" 8 #include "base/message_loop.h" 9 #include "base/task.h" 10 #include "base/threading/worker_pool.h" 11 #include "net/base/completion_callback.h" 12 #include "net/base/test_completion_callback.h" 44 : public base::RefCountedThreadSafe<ExampleWorker> { 53 friend class base::RefCountedThreadSafe<ExampleWorker>; 61 base::Lock origin_loop_lock_; 74 base::AutoLock locked(origin_loop_lock_) [all...] |
transport_security_state.h | 13 #include "base/basictypes.h" 14 #include "base/gtest_prod_util.h" 15 #include "base/memory/ref_counted.h" 16 #include "base/time.h" 17 #include "net/base/x509_cert_types.h" 27 public base::RefCountedThreadSafe<TransportSecurityState> { 62 base::Time created; // when this host entry was first created 63 base::Time expiry; // the absolute time (UTC) when this record expires 86 void DeleteSince(const base::Time& time); 117 friend class base::RefCountedThreadSafe<TransportSecurityState> [all...] |
/external/chromium/net/socket_stream/ |
socket_stream_metrics.cc | 9 #include "base/metrics/histogram.h" 10 #include "base/time.h" 32 wait_start_time_ = base::TimeTicks::Now(); 36 connect_start_time_ = base::TimeTicks::Now(); 56 connect_establish_time_ = base::TimeTicks::Now(); 72 base::TimeTicks closed_time = base::TimeTicks::Now();
|
/external/doclava/src/com/google/doclava/ |
ParameterInfo.java | 53 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) { 54 data.setValue(base + ".name", this.name()); 55 type().makeHDF(data, base + ".type", isLastVararg, typeVariables); 58 public static void makeHDF(Data data, String base, ParameterInfo[] params, boolean isVararg, 61 params[i].makeHDF(data, base + "." + i, isVararg && (i == params.length - 1), typeVariables);
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
RegisterFile.cpp | 49 void* base = m_reservation.base(); local 50 m_reservation.decommit(base, reinterpret_cast<intptr_t>(m_commitEnd) - reinterpret_cast<intptr_t>(base)); 51 addToCommittedByteCount(-(reinterpret_cast<intptr_t>(m_commitEnd) - reinterpret_cast<intptr_t>(base)));
|
/external/webkit/Source/WebCore/html/ |
HTMLOptionsCollection.cpp | 60 HTMLSelectElement* select = static_cast<HTMLSelectElement*>(base()); 72 static_cast<HTMLSelectElement*>(base())->remove(index); 77 return static_cast<HTMLSelectElement*>(base())->selectedIndex(); 82 static_cast<HTMLSelectElement*>(base())->setSelectedIndex(index); 87 static_cast<HTMLSelectElement*>(base())->setLength(length, ec);
|
/system/core/fastboot/ |
bootimg.c | 43 unsigned page_size, unsigned base, 71 hdr->kernel_addr = base + 0x00008000; 72 hdr->ramdisk_addr = base + 0x01000000; 73 hdr->second_addr = base + 0x00F00000; 74 hdr->tags_addr = base + 0x00000100;
|
/external/chromium/chrome/browser/history/ |
history_types.h | 15 #include "base/basictypes.h" 16 #include "base/memory/ref_counted_memory.h" 17 #include "base/stack_container.h" 18 #include "base/string16.h" 19 #include "base/time.h" 105 base::Time last_visit() const { 108 void set_last_visit(base::Time last_visit) { 154 base::Time last_visit_; 191 base::Time arg_visit_time, 203 base::Time visit_time [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
URLTest.java | 368 URL base = new URL("http://host/file?query/x"); local 369 URL url = new URL(base, "another"); 378 URL base = new URL("http://host/file?query/x#fragment"); local 379 URL url = new URL(base, "#another"); 393 URL base = new URL("http://host/file"); local 394 assertEquals("http://host/another#fragment", new URL(base, "another#fragment").toString()); 398 URL base = new URL("http://host/a/b/c"); local 399 assertEquals("http://host/a/d", new URL(base, "../d").toString()); 403 URL base = new URL("http://host/a/b/c"); local 404 assertEquals("http://host/a/b/d/e", new URL(base, "d/e").toString()) 408 URL base = new URL("http:\/\/host\/a\/b\/c"); local 413 URL base = new URL("http:\/\/host\/a\/b\/c"); local 419 URL base = new URL("http:\/\/host\/a\/b\/c"); local 424 URL base = new URL("http:\/\/host\/a\/b\/c"); local 429 URL base = new URL("http:\/\/host\/a\/b\/c"); local 435 URL base = new URL("http:\/\/host\/a\/b\/c"); local 444 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 471 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 477 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 487 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 497 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 503 URL base = new URL("http:\/\/a\/b\/c\/d;p?q"); local 568 URL base = new URL("file:a\/b\/c"); local [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
X86Assembler.h | 292 void push_m(int offset, RegisterID base) 294 m_formatter.oneByteOp(OP_GROUP5_Ev, GROUP5_OP_PUSH, base, offset); 297 void pop_m(int offset, RegisterID base) 299 m_formatter.oneByteOp(OP_GROUP1A_Ev, GROUP1A_OP_POP, base, offset); 322 void addl_mr(int offset, RegisterID base, RegisterID dst) 324 m_formatter.oneByteOp(OP_ADD_GvEv, dst, base, offset); 327 void addl_rm(RegisterID src, int offset, RegisterID base) 329 m_formatter.oneByteOp(OP_ADD_EvGv, src, base, offset); 343 void addl_im(int imm, int offset, RegisterID base) 346 m_formatter.oneByteOp(OP_GROUP1_EvIb, GROUP1_OP_ADD, base, offset) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
RendererUtils.java | 187 // Calculate the base flip coordinates. 188 float[] base = getFitVertices(srcWidth, srcHeight, dstWidth, dstHeight); local 191 base[0] = -base[0]; 192 base[4] = base[0]; 193 base[2] = -base[2]; 194 base[6] = base[2] [all...] |
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_vms.cc | 9 #include "base/string_number_conversions.h" 10 #include "base/string_split.h" 11 #include "base/string_util.h" 12 #include "base/time.h" 13 #include "base/utf_string_conversions.h" 28 base::SplitString(raw_filename, ';', &listing_parts); 32 if (!base::StringToInt(listing_parts[1], &version_number)) 42 base::SplitString(listing_parts[0], '.', &filename_parts); 61 if (base::StringToInt64(input, size)) { 67 base::SplitString(input, '/', &parts) [all...] |
/external/chromium/net/http/ |
http_request_headers.cc | 7 #include "base/logging.h" 8 #include "base/string_split.h" 9 #include "base/string_util.h" 39 const base::StringPiece& key, const base::StringPiece& value) 67 bool HttpRequestHeaders::GetHeader(const base::StringPiece& key, 80 void HttpRequestHeaders::SetHeader(const base::StringPiece& key, 81 const base::StringPiece& value) { 89 void HttpRequestHeaders::SetHeaderIfMissing(const base::StringPiece& key, 90 const base::StringPiece& value) [all...] |
/external/clang/utils/VtableTest/ |
gen.cc | 34 bool is_ambiguous(int s, int base) { 36 if ((base_present[base][i] & base_present[s][i]) == 1) 42 void add_bases(int s, int base) { 44 base_present[s][i] |= base_present[base][i]; 48 if (!ret_types[base][i]) 51 ret_types[s][i] = ret_types[base][i]; 54 if (base_present[ret_types[base][i]][ret_types[s][i]]) 55 // If the return type of the function from this base dominates 56 ret_types[s][i] = ret_types[base][i]; 57 if (base_present[ret_types[s][i]][ret_types[base][i]] 91 int base = random() % (s-1) + 1; local 188 int base = bases[i]; local [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
MutableContextWrapperTest.java | 46 Context base = actitity; local 47 mMutableContextWrapper.setBaseContext(base); 48 assertTrue(base.equals(mMutableContextWrapper.getBaseContext()));
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleNodeStream.cs | 46 : base(adaptor, elementDescription) { 54 ) : base(adaptor, elementDescription, oneElement) { 62 ) : base(adaptor, elementDescription, elements) {
|
RewriteRuleTokenStream.cs | 46 : base(adaptor, elementDescription) { 56 ) : base(adaptor, elementDescription, oneElement) { 64 ) : base(adaptor, elementDescription, elements) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleNodeStream.cs | 48 : base( adaptor, elementDescription ) 54 : base( adaptor, elementDescription, oneElement ) 60 : base( adaptor, elementDescription, elements )
|