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

<<41424344454647484950>>

  /development/ndk/platforms/android-3/include/linux/
kd.h 128 unsigned char diacr, base, result; member in struct:kbdiacr
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URITest.java 1605 URI base = new URI("file", null, "\/test", null); local
    [all...]
  /external/blktrace/btt/
output.c 797 void __output_ranges(FILE *ofp, struct list_head *head_p, float base)
801 float limit = base + 0.4;
805 fprintf(ofp, "%13.9lf %5.1f\n", BIT_TIME(rip->start), base);
808 fprintf(ofp, "%13.9lf %5.1f\n", BIT_TIME(rip->end), base);
813 float base)
819 __output_ranges(ofp, &reg->qranges, base);
823 __output_ranges(ofp, &reg->cranges, base + 0.5);
831 float base; member in struct:__od
839 if (output_regions(odp->ofp, header, &dip->regions, odp->base))
840 odp->base += 1.0
859 float base; member in struct:__op
879 float base = 0.0; local
    [all...]
  /external/chromium/android/autofill/
profile_android.h 34 #include "base/basictypes.h"
35 #include "base/file_path.h"
36 #include "base/memory/ref_counted.h"
37 #include "base/scoped_ptr.h"
38 #include "base/timer.h"
42 namespace base { namespace
199 virtual base::Time GetStartTime() const { NOTREACHED(); return base::Time(); }
  /external/chromium/base/
logging.h 13 #include "base/base_api.h"
14 #include "base/basictypes.h"
940 namespace base { namespace
    [all...]
process_util_win.cc 5 #include "base/process_util.h"
15 #include "base/command_line.h"
16 #include "base/debug/stack_trace.h"
17 #include "base/logging.h"
18 #include "base/memory/scoped_ptr.h"
19 #include "base/metrics/histogram.h"
20 #include "base/sys_info.h"
21 #include "base/win/scoped_handle.h"
22 #include "base/win/windows_version.h"
27 namespace base { namespace
    [all...]
  /external/chromium/base/metrics/
histogram.cc 10 #include "base/metrics/histogram.h"
17 #include "base/logging.h"
18 #include "base/pickle.h"
19 #include "base/stringprintf.h"
20 #include "base/synchronization/lock.h"
22 namespace base { namespace
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 12 #include "base/environment.h"
13 #include "base/nix/xdg_util.h"
14 #include "base/stl_util-inl.h"
37 #include "ui/base/gtk/gtk_signal_registrar.h"
38 #include "ui/base/resource/resource_bundle.h"
104 // base color.
171 // luminance contrast between the accent color and the base color.
412 // Creates a weighted average between the text and base color where
413 // the base color counts more than once.
608 scoped_ptr<base::Environment> env(base::Environment::Create())
995 SkColor base = it->second; local
    [all...]
  /external/chromium/net/base/
cookie_monster.h 16 #include "base/basictypes.h"
17 #include "base/gtest_prod_util.h"
18 #include "base/memory/ref_counted.h"
19 #include "base/memory/scoped_ptr.h"
20 #include "base/synchronization/lock.h"
21 #include "base/task.h"
22 #include "base/time.h"
23 #include "net/base/cookie_store.h"
27 namespace base { namespace
127 static base::Time ParseCookieTime(const std::string& time_string)
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 16 #include "base/port.h"
17 #include "base/logging.h"
18 #include "base/string_piece.h"
70 // BalsaBuffer class to store the base buffer pointers to
137 void WriteToContiguousBuffer(const base::StringPiece& sp);
149 base::StringPiece Write(const base::StringPiece& sp,
206 // the WriteToContiguous... function will modify the base pointer for this
207 // block, and the Write() calls need to be sure that the base pointer will
274 typedef std::vector<base::StringPiece> HeaderTokenList
510 const_header_lines_iterator base() { function in class:net::BalsaHeaders::const_reverse_header_lines_iterator
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 322 struct event_base *base = event_base_new(); local
333 event_base_set(base, &read_evs[i]);
337 event_base_set(base, &write_evs[i]);
341 event_base_loop(base, EVLOOP_ONCE);
357 event_base_loop(base, EVLOOP_ONCE);
360 event_base_free(base);
672 struct event_base *base = event_init(); local
677 event_base_free(base);
728 fprintf(stderr, "%s: cannot set base, add\n", __func__);
765 struct event_base *base = event_init() local
796 struct event_base *base = event_init(); local
854 struct event_base *base = event_init(); local
893 struct event_base *base; local
946 struct event_base *base; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
sigslot.h 2195 typedef _signal_base0<mt_policy> base; typedef in class:sigslot::signal0
2259 typedef _signal_base1<arg1_type, mt_policy> base; typedef in class:sigslot::signal1
2323 typedef _signal_base2<arg1_type, arg2_type, mt_policy> base; typedef in class:sigslot::signal2
2388 typedef _signal_base3<arg1_type, arg2_type, arg3_type, mt_policy> base; typedef in class:sigslot::signal3
2455 typedef _signal_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy> base; typedef in class:sigslot::signal4
2523 typedef _signal_base5<arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy> base; typedef in class:sigslot::signal5
2596 typedef _signal_base6<arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, arg6_type, mt_policy> base; typedef in class:sigslot::signal6
2670 arg5_type, arg6_type, arg7_type, mt_policy> base; typedef in class:sigslot::signal7
2745 arg5_type, arg6_type, arg7_type, arg8_type, mt_policy> base; typedef in class:sigslot::signal8
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 971 char *base; member in struct:prof_buf
985 newptr = realloc(b->base, newsize);
990 b->base = newptr;
993 memcpy(b->base + b->cur, d, len);
1014 char *newptr = realloc(prof_buf.base, prof_buf.cur);
1016 prof_buf.base = newptr;
1018 *buf = prof_buf.base;
    [all...]
  /external/e2fsprogs/misc/
fsck.c 926 char *base; local
939 base = base_device(device);
941 * If we don't know the base device, assume that the device is
944 if (!base)
947 if (!inst->base_device || !strcmp(base, inst->base_device)) {
948 free(base);
952 free(base);
  /external/freetype/src/psaux/
afmparse.c 48 FT_Byte* base; member in struct:AFM_StreamRec_
527 FT_Byte* base,
537 stream->cursor = stream->base = base;
  /external/freetype/src/sfnt/
ttcmap.c 2775 FT_ULong base = TT_NEXT_UINT24( defp ); local
    [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/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 17 package com.google.common.base;
  /external/icu4c/i18n/
astro.cpp 424 double base = (DAY_MS * ClockMath::floorDivide(fTime + fGmtOffset,(double)DAY_MS)) - fGmtOffset; local
427 //out(" base=" + new Date(base));
429 return base + (long)(lt * HOUR_MS);
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 1122 le_int32 base = glyphBase + fStyleRunInfo[run].glyphCount - 1; local
    [all...]
  /external/icu4c/test/letest/
sfnt.h 87 CMAPEncodingSubtable base; member in struct:CMAPFormat0Encoding
116 CMAPEncodingSubtable base; member in struct:CMAPFormat2Encoding
144 CMAPEncodingSubtable base; member in struct:CMAPFormat4Encoding
173 CMAPEncodingSubtable base; member in struct:CMAPFormat6Encoding
215 CMAPEncodingSubtable32 base; member in struct:CMAPFormat8Encoding
235 CMAPEncodingSubtable32 base; member in struct:CMAPFormat10Encoding
254 CMAPEncodingSubtable32 base; member in struct:CMAPFormat12Encoding
  /external/icu4c/test/perf/collperf/
collperf.cpp 336 void * base; //Start of target array. member in struct:CmdQsort
340 void * backup; //copy source of base
344 base = malloc(num * width);
349 free(base);
354 memcpy(base, backup, num * width);
369 memcpy(base, backup, num * width);
370 qsort(base, num, width, fn);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 33 package com.jme3.network.base;
  /external/kernel-headers/original/linux/
kd.h 119 unsigned char diacr, base, result; member in struct:kbdiacr
  /external/libxml2/
debugXML.c 2047 xmlChar *base; local
    [all...]

Completed in 983 milliseconds

<<41424344454647484950>>