/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
JarURLConnectionTest.java | 44 private static final String BASE = 51 URL u = new URL("jar:"+BASE+"!/swt.dll"); 64 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 68 u = new URL("jar:"+BASE+"!/"); 80 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 84 u = new URL("jar:"+BASE+"!/"); 94 url = new URL("jar:"+BASE+"!/missing"); 124 new URL("jar:"+BASE+"!/"); 185 URL fileURL = new URL(BASE); 186 URL u = new URL("jar:"+BASE+"!/plus.bmp") 309 String base = "file:resources\/org\/apache\/harmony\/luni\/tests\/java\/net\/url-test.jar"; local [all...] |
/external/bison/src/ |
tables.c | 110 base_number *base = NULL; variable 111 /* A distinguished value of BASE, negative infinite. During the 755 base = xnmalloc (nvectors, sizeof *base); 765 base[i] = BASE_MINIMUM; 780 place = base[s]; 783 base[order[i]] = place; 787 base_ninf = table_ninf_remap (base, nvectors, BASE_MINIMUM); 855 free (base);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 1609 GeneralName base = subtree.getBase(); local [all...] |
/external/chromium/base/ |
bind_unittest.cc | 5 #include "base/bind.h" 10 #error "base/bind.h should avoid pulling in callback.h by default." 13 #include "base/callback.h" 21 namespace base { namespace 253 // - Derived classes can be used with pointers to non-virtual base functions. 254 // - Derived classes can be used with pointers to virtual base functions (and 654 } // namespace base
|
file_path.cc | 5 #include "base/file_path.h" 10 #include "base/basictypes.h" 11 #include "base/logging.h" 12 #include "base/pickle.h" 16 #include "base/string_piece.h" 17 #include "base/string_util.h" 18 #include "base/sys_string_conversions.h" 19 #include "base/utf_string_conversions.h" 22 #include "base/mac/scoped_cftyperef.h" 23 #include "base/third_party/icu/icu_utf.h 218 FilePath base; local [all...] |
file_util_proxy.cc | 5 #include "base/file_util_proxy.h" 7 #include "base/message_loop_proxy.h" 9 // TODO(jianli): Move the code from anonymous namespace to base namespace so 10 // that all of the base:: prefixes would be unnecessary. 19 static base::PlatformFileError PerformCommonCheckAndPreparationForMoveAndCopy( 24 return base::PLATFORM_FILE_ERROR_NOT_FOUND; 28 return base::PLATFORM_FILE_ERROR_NOT_FOUND; 32 return base::PLATFORM_FILE_ERROR_INVALID_OPERATION; 36 return base::PLATFORM_FILE_OK; 43 return base::PLATFORM_FILE_ERROR_NOT_A_DIRECTORY 731 namespace base { namespace [all...] |
logging.cc | 5 #include "base/logging.h" 48 #include "base/base_switches.h" 49 #include "base/command_line.h" 50 #include "base/debug/debugger.h" 51 #include "base/debug/stack_trace.h" 52 #include "base/eintr_wrapper.h" 53 #include "base/string_piece.h" 54 #include "base/synchronization/lock_impl.h" 55 #include "base/utf_string_conversions.h" 56 #include "base/vlog.h 829 namespace base { namespace [all...] |
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/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/googleurl/src/ |
url_canon_unittest.cc | 41 // Some implementations of base/basictypes.h may define ARRAYSIZE. 87 const char* base; member in struct:__anon4316::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 {}; 91 Base base; local 94 Base &bar1 = i1 ? base : derived; 95 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::__anon7090 75 Address base; member in union:lance_tx_head::__anon7091 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...] |