HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 1526 - 1550 of 5191) sorted by null

<<61626364656667686970>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 370 String base = tempDirectory.getPath(); local
373 File dir = new File(base, String.valueOf(numDir));
380 dir = new File(base, String.valueOf(numDir));
446 // f1 = new File(base);
536 String base = System.getProperty("java.io.tmpdir"); local
541 File dir = new File(base);
549 base = addTrailingSlash(base);
552 base, fileLocation);
566 dir = new File(base, String.valueOf(dirNumber))
736 String base = addTrailingSlash(tempDirectory.getPath()); local
757 String base = addTrailingSlash(tempDirectory.getPath()); local
779 String base = addTrailingSlash(tempDirectory.getPath()); local
834 String base = tempDirectory.getCanonicalPath(); local
995 String base = System.getProperty("user.home"); local
1117 String base = addTrailingSlash(tempDirectory.getPath()); local
1135 String base = tempDirectory.getPath(); local
1212 String base = tempDirectory.getPath(); local
1306 String base = tempDirectory.getPath(); local
1424 String base = System.getProperty("java.io.tmpdir"); local
1543 String base = System.getProperty("java.io.tmpdir"); local
1638 String base = tempDirectory.getPath(); local
1759 String base = tempDirectory.getPath(); local
1871 String base = tempDirectory.getPath(); local
    [all...]
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 20 #include "base/environment.h"
21 #include "base/file_path.h"
22 #include "base/file_util.h"
23 #include "base/logging.h"
24 #include "base/message_loop.h"
25 #include "base/nix/xdg_util.h"
26 #include "base/string_number_conversions.h"
27 #include "base/string_tokenizer.h"
28 #include "base/string_util.h"
29 #include "base/task.h
    [all...]
  /external/openfst/src/include/fst/
fst.h 19 // Finite-State Transducer (FST) - abstract base class definition,
20 // state and arc iterator interface, and suggested base implementation.
307 // This allows base class virtual access to non-virtual derived-
320 StateIteratorBase<A> *base; // Specialized iterator if non-zero member in struct:fst::StateIteratorData
345 ~StateIterator() { if (data_.base) delete data_.base; }
348 return data_.base ? data_.base->Done() : s_ >= data_.nstates;
351 StateId Value() const { return data_.base ? data_.base->Value() : s_;
428 ArcIteratorBase<A> *base; \/\/ Specialized iterator if non-zero member in struct:fst::ArcIteratorData
    [all...]
  /external/chromium/chrome/browser/
process_singleton_linux.cc 58 #include "base/base_paths.h"
59 #include "base/basictypes.h"
60 #include "base/command_line.h"
61 #include "base/eintr_wrapper.h"
62 #include "base/file_path.h"
63 #include "base/file_util.h"
64 #include "base/logging.h"
65 #include "base/message_loop.h"
66 #include "base/path_service.h"
67 #include "base/process_util.h
    [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 9 #include "base/utf_string_conversions.h"
89 std::vector<base::Time> added_visits;
110 std::pair<GURL, std::vector<base::Time> >(ix->url(),
144 std::pair<GURL, std::vector<base::Time> >(
146 std::vector<base::Time>()));
147 std::vector<base::Time>& visits = new_visits.back().second;
162 visits.push_back(base::Time::FromInternalValue(typed_url.visit(c)));
165 new_url.set_last_visit(base::Time::FromInternalValue(
332 std::vector<base::Time>* new_visits) {
342 base::Time typed_visit
    [all...]
  /external/chromium/net/base/
dnsrr_resolver.cc 5 #include "net/base/dnsrr_resolver.h"
15 #include "base/memory/scoped_ptr.h"
16 #include "base/memory/singleton.h"
17 #include "base/message_loop.h"
18 #include "base/stl_util-inl.h"
19 #include "base/string_piece.h"
20 #include "base/synchronization/lock.h"
21 #include "base/task.h"
22 #include "base/threading/worker_pool.h"
23 #include "net/base/dns_reload_timer.h
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 63 pfprintf(PSTDOUT,"usage: %s -base <basefilename> \n",exename);
73 int CheckG2G(CA_Arbdata* arbdata, int* p4pTable, const char* base, int wordid, char* outbase);
88 LCHAR base[P_PATH_MAX] = L(""); local
122 if(!LSTRCMP(argv[i], L("-base")))
125 LSTRCPY(base, argv[i]);
166 if(base[0] == '@') {
167 load_filelist(base+1, &g2glist, &g2glist_len);
173 CheckG2G( ca_arbdata, p4pTable, base, wordid, outbase);
186 int CheckG2G(CA_Arbdata* ca_arbdata, int* p4pTable, const char* base, int wordid, char* outbase)
201 fp = fopen(base, "rb")
    [all...]
  /external/chromium/chrome/browser/history/
visit_database.cc 13 #include "base/logging.h"
14 #include "base/string_number_conversions.h"
92 visit->visit_time = base::Time::FromInternalValue(statement.ColumnInt64(2));
246 void VisitDatabase::GetAllVisitsInRange(base::Time begin_time,
247 base::Time end_time,
270 base::Time begin_time,
271 base::Time end_time,
298 void VisitDatabase::GetVisibleVisitsInRange(base::Time begin_time,
299 base::Time end_time,
437 base::Time* first_visit)
    [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 12 #include "base/basictypes.h"
13 #include "base/file_path.h"
14 #include "base/file_util.h"
16 #include "base/lazy_instance.h"
18 #include "base/logging.h"
19 #include "base/memory/ref_counted.h"
20 #include "base/memory/scoped_ptr.h"
21 #include "base/metrics/histogram.h"
22 #include "base/string_util.h"
23 #include "base/threading/thread.h
    [all...]
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 11 #include "base/callback.h"
12 #include "base/command_line.h"
13 #include "base/i18n/rtl.h"
14 #include "base/memory/singleton.h"
15 #include "base/metrics/histogram.h"
16 #include "base/string_number_conversions.h"
17 #include "base/threading/thread.h"
18 #include "base/utf_string_conversions.h"
49 #include "ui/base/l10n/l10n_util.h"
358 base::TimeTicks now = base::TimeTicks::Now()
    [all...]
  /external/chromium/chrome/browser/web_applications/
web_app.cc 11 #include "base/command_line.h"
12 #include "base/file_util.h"
13 #include "base/i18n/file_util_icu.h"
14 #include "base/md5.h"
15 #include "base/path_service.h"
16 #include "base/string_util.h"
17 #include "base/threading/thread.h"
18 #include "base/utf_string_conversions.h"
19 #include "base/win/windows_version.h"
27 #include "base/environment.h
    [all...]
  /external/doclava/src/com/google/doclava/
LinkReference.java 71 * @param base the class or whatever that this link is on
76 public static LinkReference parse(String text, ContainerInfo base, SourcePositionInfo pos,
233 if (base instanceof ClassInfo) {
234 cl = (ClassInfo) base;
374 if (printOnErrors && (base == null || base.checkLevel())) {
376 + "\" in " + ((base != null) ? base.qualifiedName() : "[null]"));
380 if (printOnErrors && (base == null || base.checkLevel()))
    [all...]
  /external/grub/netboot/
depca.c 87 there is only provision for two I/O base addresses on each card (0x300
90 Ethernet PROM. The shared memory base address is 'autoprobed' by
102 the base memory addresses correctly. The driver autoprobes I/O 0x300
103 then 0x200. The base memory address for the first device must be less
149 To assign a base memory address for the shared memory when running as a
243 #define DEPCA_HBASE ioaddr+0x08 /* EISA high memory base address reg. */
422 volatile s32 base; member in struct:depca_rx_desc
428 volatile s32 base; member in struct:depca_tx_desc
443 u32 rx_ring; /* Rx ring base pointer & ring length */
444 u32 tx_ring; /* Tx ring base pointer & ring length *
734 static unsigned short base[] = DEPCA_IO_PORTS; local
    [all...]
  /external/qemu/hw/
i8254.c 130 uint64_t d, next_time, base; local
144 base = (d / s->count) * s->count;
145 if ((d - base) == 0 && d != 0)
146 next_time = base + s->count;
148 next_time = base + s->count + 1;
151 base = (d / s->count) * s->count;
153 if ((d - base) < period2)
154 next_time = base + period2;
156 next_time = base + s->count;
488 PITState *pit_init(int base, qemu_irq irq
    [all...]
  /external/quake/quake/src/QW/client/
r_surf.c 193 Returns the proper texture for a given time and base texture
196 texture_t *R_TextureAnimation (texture_t *base)
203 if (base->alternate_anims)
204 base = base->alternate_anims;
207 if (!base->anim_total)
208 return base;
210 reletive = (int)(cl.time*10) % base->anim_total;
213 while (base->anim_min > reletive || base->anim_max <= reletive
    [all...]
  /external/quake/quake/src/WinQuake/
r_surf.cpp 210 Returns the proper texture for a given time and base texture
213 texture_t *R_TextureAnimation (texture_t *base)
220 if (base->alternate_anims)
221 base = base->alternate_anims;
224 if (!base->anim_total)
225 return base;
227 reletive = (int)(cl.time*10) % base->anim_total;
230 while (base->anim_min > reletive || base->anim_max <= reletive)
    [all...]
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 235 GrPoint* base; local
236 if (!target->reserveVertexSpace(layout, maxPts, (void**)&base)) {
239 GrAssert(NULL != base);
240 GrPoint* vert = base;
266 uint16_t currIdx = (uint16_t) (vert - base);
275 uint16_t prevIdx = (uint16_t)(vert - base) - 1;
283 uint16_t firstQPtIdx = (uint16_t)(vert - base) - 1;
299 uint16_t firstCPtIdx = (uint16_t)(vert - base) - 1;
315 uint16_t currIdx = (uint16_t) (vert - base);
321 GrAssert((vert - base) <= maxPts)
    [all...]
  /hardware/msm7k/libgralloc/
framebuffer.cpp 100 const size_t offset = hnd->base - m->framebuffer->base;
105 m->base.unlock(&m->base, buffer);
117 m->base.lock(&m->base, m->framebuffer,
122 m->base.lock(&m->base, buffer,
134 m->base.unlock(&m->base, buffer);
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 7 #include "base/compiler_specific.h"
8 #include "base/i18n/number_formatting.h"
9 #include "base/i18n/rtl.h"
10 #include "base/process_util.h"
11 #include "base/string_number_conversions.h"
12 #include "base/string_util.h"
13 #include "base/threading/thread.h"
14 #include "base/utf_string_conversions.h"
35 #include "ui/base/l10n/l10n_util.h"
36 #include "ui/base/resource/resource_bundle.h
    [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/skia/src/pipe/
SkGPipeWrite.cpp 191 // return 0 for NULL (or unflattenable obj), or index-base-1
665 SkPaint& base = fPaint;
669 if (base.getFlags() != paint.getFlags()) {
671 base.setFlags(paint.getFlags());
673 if (base.getColor() != paint.getColor()) {
676 base.setColor(paint.getColor());
678 if (base.getStyle() != paint.getStyle()) {
680 base.setStyle(paint.getStyle());
682 if (base.getStrokeJoin() != paint.getStrokeJoin()) {
684 base.setStrokeJoin(paint.getStrokeJoin())
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.h 364 void compare32(int offset, RegisterID base, RegisterID left, Condition cond)
368 m_assembler.movlMemReg(base, scr);
376 m_assembler.addlRegReg(base, scr);
383 m_assembler.movlMemReg(offset >> 2, base, scr);
388 void testImm(int imm, int offset, RegisterID base)
395 m_assembler.addlRegReg(base, scr);
398 m_assembler.movlMemReg(offset >> 2, base, scr);
400 m_assembler.movlMemReg(base, scr);
424 void compare32(RegisterID right, int offset, RegisterID base, Condition cond)
428 m_assembler.movlMemReg(base, scr)
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 10 #include "base/file_util.h"
11 #include "base/metrics/histogram.h"
12 #include "base/metrics/stats_counters.h"
13 #include "base/time.h"
14 #include "base/message_loop.h"
15 #include "base/process_util.h"
133 base::Time last_update) {
134 const base::Time expire_time =
135 base::Time::Now() - base::TimeDelta::FromMinutes(kMaxStalenessMinutes)
    [all...]
  /external/bison/build-aux/
depcomp 287 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
293 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
297 # compilations output dependencies in in $dir.libs/$base.o.d and
298 # in $dir$base.o.d. We have to check for both files, because
300 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
303 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
304 tmpdepfile2=$dir$base.o.d # libtool 1.5
305 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
306 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-50
    [all...]
  /external/freetype/src/autofit/
afloader.c 253 /* good, we simply add the glyph to our loader's base */
264 start_point = gloader->base.outline.n_points;
276 num_base_subgs = gloader->base.num_subglyphs;
289 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
294 num_base_points = gloader->base.outline.n_points;
302 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
315 num_points = gloader->base.outline.n_points;
324 FT_Vector* cur = gloader->base.outline.points +
354 p1 = gloader->base.outline.points + start_point + k;
355 p2 = gloader->base.outline.points + start_point + l
    [all...]

Completed in 1365 milliseconds

<<61626364656667686970>>