HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 951 - 975 of 1449) sorted by null

<<31323334353637383940>>

  /external/chromium/base/metrics/
histogram.h 48 #include "base/base_api.h"
49 #include "base/gtest_prod_util.h"
50 #include "base/logging.h"
51 #include "base/time.h"
55 namespace base { namespace
64 name, sample, base::TimeDelta::FromMilliseconds(1), \
65 base::TimeDelta::FromSeconds(10), 50)
77 static base::Histogram* counter(NULL); \
79 counter = base::Histogram::FactoryGet(name, min, max, bucket_count, \
80 base::Histogram::kNoFlags);
    [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...]
process_util_posix.cc 19 #include "base/command_line.h"
20 #include "base/compiler_specific.h"
21 #include "base/debug/stack_trace.h"
22 #include "base/dir_reader_posix.h"
23 #include "base/eintr_wrapper.h"
24 #include "base/file_util.h"
25 #include "base/logging.h"
26 #include "base/memory/scoped_ptr.h"
27 #include "base/process_util.h"
28 #include "base/stringprintf.h
47 namespace base { namespace
    [all...]
string_util.cc 5 #include "base/string_util.h"
23 #include "base/basictypes.h"
24 #include "base/logging.h"
25 #include "base/memory/singleton.h"
26 #include "base/third_party/dmg_fp/dmg_fp.h"
27 #include "base/utf_string_conversion_utils.h"
28 #include "base/utf_string_conversions.h"
29 #include "base/third_party/icu/icu_utf.h"
68 namespace base { namespace
105 } // namespace base
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 41 // Some implementations of base/basictypes.h may define ARRAYSIZE.
87 const char* base; member in struct:__anon3912::ReplaceCase
553 // Invalid characters for the base should be rejected.
1781 const char* base; \/\/ Input base URL: MUST BE CANONICAL member in struct:RelativeCase
    [all...]
  /external/chromium/testing/gmock/test/
gmock-actions_test.cc 497 struct Base {
498 bool operator==(const Base&) { return true; }
501 struct Derived : public Base {
506 Base base; local
508 Action<Base*()> ret = Return(&base);
509 EXPECT_EQ(&base, ret.Perform(make_tuple()));
579 Base base; local
603 Base base; local
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 22 struct Base {
27 struct Derived : Base {
30 struct Convertible { operator Base&(); };
31 struct Priv : private Base {}; // expected-note 4 {{declared private here}}
32 struct Mid : Base {};
81 Base base; local
84 Base &bar1 = i1 ? base : derived;
85 Base &bar2 = i1 ? derived : base
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 138 // use average count of characters as base
399 FontData base = baseData[i]; local
400 styleData[i] = new FontData(base.getName(), base.getHeight(), base.getStyle() | style);
  /external/freetype/src/truetype/
ttobjs.h 162 FT_Byte* base; member in struct:TT_CodeRange_
  /external/grub/netboot/
lance.c 24 /* Offsets from base I/O address */
65 Address base; member in union:lance_rx_head::__anon6557
75 Address base; member in union:lance_tx_head::__anon6558
267 lp->rx_ring[i].u.base = virt_to_bus(lp->rbuf[i]) & 0xffffff;
306 status = lp->rx_ring[lp->rx_idx].u.base >> 24;
310 printf("LANCE packet received rx_ring.u.base %X mcnt %hX csr0 %hX\n",
311 lp->rx_ring[lp->rx_idx].u.base, lp->rx_ring[lp->rx_idx].msg_length,
357 lp->tx_ring.u.base = virt_to_bus(lp->tbuf) & 0xffffff;
370 while (currticks() < time && (lp->tx_ring.u.base & 0x80000000) != 0)
372 if ((lp->tx_ring.u.base & 0x80000000) != 0
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 17 package com.google.common.base;
19 import static com.google.common.base.CharMatcher.anyOf;
20 import static com.google.common.base.CharMatcher.forPredicate;
21 import static com.google.common.base.CharMatcher.inRange;
22 import static com.google.common.base.CharMatcher.is;
23 import static com.google.common.base.CharMatcher.isNot;
24 import static com.google.common.base.CharMatcher.noneOf;
FunctionsTest.java 17 package com.google.common.base;
ThrowablesTest.java 17 package com.google.common.base;
19 import static com.google.common.base.Throwables.getStackTraceAsString;
  /external/harfbuzz/src/
harfbuzz-indic.cpp 485 Base,
1232 int base = 0; local
    [all...]
harfbuzz-myanmar.c 152 {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 5, 17, 18, 19, 20, 21, 1, 1, -1}, /* 4 - Base consonant */
244 // [Base]
268 int base = -1; local
311 if (base >= 0
318 if (base < 0)
319 base = i;
322 MMDEBUG("\n base=%d, vowel_e=%d, kinzi=%d, medial_ra=%d", base, vowel_e, kinzi, medial_ra);
338 If in the position in which the base should be (first char in the string) there is
339 a character that has the Dotted circle flag (a character that cannot be a base)
    [all...]
  /external/icu4c/i18n/
rbtz.cpp 526 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ {
534 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
545 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ {
553 UBool found = findPrev(base, inclusive, transitionTime, fromRule, toRule);
683 UDate base; local
686 base = date;
691 base -= localDelta;
693 UBool avail0 = fr0->getPreviousStart(base, fr1->getRawOffset(), fr1->getDSTSavings(), TRUE, start0);
695 base = date;
700 base -= localDelta
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 255 UChar* base = NULL; local
337 if(base != NULL) {
338 free(base);
339 base = NULL;
342 base=(UChar*)malloc(sizeof(UChar)*(strlen(NAME[j]) + 1));
343 u_uastrcpy(base,NAME[j]);
348 if(base != NULL) {
349 free(base);
350 base = NULL;
352 base = (UChar*) malloc(sizeof(UChar) * 1)
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 686 UnicodeString base; local
691 base = NAME[j];
718 expected_string = base;
752 expected_string = base;
787 expected_string = base;
837 expected_string = base;
877 expected_string = base;
916 if(key.startsWith("tag") && value.startsWith(base)){
930 if(value.startsWith(base)){
980 expected_string = base
    [all...]
  /external/iproute2/ip/
ipxfrm.c 557 } base; local
559 memcpy(base.algo.alg_name, algo->alg_name, sizeof(base.algo.alg_name));
560 base.algo.alg_key_len = algo->alg_key_len;
561 memcpy(base.algo.alg_key, algo->alg_key, algo->alg_key_len / 8);
563 __xfrm_algo_print(&base.algo, XFRMA_ALG_AEAD, len, fp, prefix, 0);
  /external/javassist/src/main/javassist/
ClassPool.java 556 String base = classname.substring(0, classname.indexOf('[')); local
557 if ((!useCache || getCached(base) == null) && find(base) == null)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 175 Vector3f base = temp2.set(l1).subtractLocal(sCenter); local
178 float baseSquared = base.lengthSquared();
181 float EdotB = edge.dot(base);
184 float b = (edgeSquared * 2f * sVelocity.dot(base))
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultClient.java 33 package com.jme3.network.base;
  /external/libpcap/
pcap-int.h 83 u_char *base; member in struct:pcap_sf
112 void *dag_mem_base; /* DAG card memory base address */
  /external/libvpx/vp8/
vp8_cx_iface.c 80 vpx_codec_priv_t base; member in struct:vpx_codec_alg_priv
103 ctx->base.err_detail = error->has_detail
113 ctx->base.err_detail = str;\
500 ctx->priv = &priv->base;
668 ctx->base.err_detail = "Conflicting flags.";
733 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR)
    [all...]
  /external/libxml2/
SAX2.c 447 input->base = ctxt->input->cur;
497 const char *base = NULL; local
501 base = ctxt->input->filename;
502 if (base == NULL)
503 base = ctxt->directory;
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
654 const char *base = NULL; local
657 base = ctxt->input->filename;
658 if (base == NULL)
659 base = ctxt->directory
673 const char *base = NULL; local
890 const char *base = NULL; local
910 const char *base = NULL; local
    [all...]

Completed in 1785 milliseconds

<<31323334353637383940>>