Home
last modified time | relevance | path

Searched defs:initial (Results 1 – 25 of 114) sorted by relevance

12345

/external/chromium_org/cc/test/
Dtest_now_source.cc17 scoped_refptr<TestNowSource> TestNowSource::Create(base::TimeTicks initial) { in Create()
21 scoped_refptr<TestNowSource> TestNowSource::Create(int64_t initial) { in Create()
30 TestNowSource::TestNowSource(base::TimeTicks initial) in TestNowSource()
35 TestNowSource::TestNowSource(int64_t initial) in TestNowSource()
/external/valgrind/main/none/tests/s390x/
Dcondloadstore.c5 #define LOAD_REG_MEM(insn, s, ccset, initial, mask) \ argument
29 #define LOAD_REG_REG(insn, s, ccset, initial, mask) \ argument
51 #define STORE_REG_REG(insn, s, ccset, initial, mask) \ argument
Ddfpext.c7 #define L2D(insn, initial, target,round) \ argument
15 #define I2D(insn, initial, target,round) \ argument
23 #define D2L(insn, initial, type, round, cc) \ argument
34 #define D2I(insn, initial, type, round, cc) \ argument
Dfpconv.c16 #define I2F(insn, initial, target_type) \ argument
61 #define F2I(insn, initial, source_type, target_type) \ argument
Dfpext.c6 #define L2F(insn, initial, target,round) \ argument
14 #define F2L(insn, initial, type, round, cc) \ argument
Ddfpconv.c7 #define I2D(insn, initial, target,round) \ argument
15 #define D2I(insn, initial, type, round, cc) \ argument
/external/chromium_org/third_party/skia/include/core/
DSkTLazy.h153 SkTCopyOnFirstWrite(const T& initial) : fObj(&initial) {} in SkTCopyOnFirstWrite()
159 void init(const T& initial) { in init()
/external/skia/include/core/
DSkTLazy.h153 SkTCopyOnFirstWrite(const T& initial) : fObj(&initial) {} in SkTCopyOnFirstWrite()
159 void init(const T& initial) { in init()
/external/valgrind/main/none/tests/
Dmmap_fcntl_bug.c22 off_t initial; in main() local
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
DSerializationTest.java229 void assertDeserialized(Serializable initial, Serializable deserialized); in assertDeserialized()
550 Serializable initial = (Serializable) object; in verifySelf() local
656 public static Serializable copySerializable(Serializable initial) in copySerializable()
/external/eigen/bench/btl/generic_bench/timers/
DSTL_timer.hh70 time_t initial, final; member in STL_Timer
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageScaleConstraints.cpp41 PageScaleConstraints::PageScaleConstraints(float initial, float minimum, float maximum) in PageScaleConstraints()
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
Dsysfs_power_monitor.py145 def ComputeCpuStats(initial, final): argument
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_vcgen_dash.h32 initial, enumerator
Dagg_conv_adaptor_vcgen.h36 initial, enumerator
/external/tremolo/Tremolo/
Dvorbisfile.c720 static int _ov_open1(void *f,OggVorbis_File *vf,char *initial, in _ov_open1()
810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_open_callbacks()
817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_open()
833 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_test_callbacks()
839 int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_test()
/external/chromium_org/third_party/ots/include/
Dots-memory-stream.h50 ExpandingMemoryStream(size_t initial, size_t limit) in ExpandingMemoryStream()
/external/deqp/framework/common/
DtcuCPUWarmup.cpp67 static inline float dummyComputation (float initial, int numIterations) in dummyComputation()
/external/icu/icu4c/source/i18n/
Dbasictz.cpp130 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, in getSimpleRulesNear()
287 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, in getTimeZoneRulesAfter()
Dwintzimpl.cpp40 InitialTimeZoneRule *initial = NULL; in getSystemTimeInformation() local
/external/chromium_org/third_party/icu/source/i18n/
Dbasictz.cpp130 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, in getSimpleRulesNear()
287 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, in getTimeZoneRulesAfter()
/external/chromium_org/tools/relocation_packer/src/
Drun_length_encoder.cc73 ELF::Rel initial; in Uncondense() local
/external/chromium_org/third_party/skia/src/pipe/utils/
DSamplePipeControllers.cpp45 const SkMatrix* initial) in TiledPipeController()
/external/skia/src/pipe/utils/
DSamplePipeControllers.cpp45 const SkMatrix* initial) in TiledPipeController()
/external/chromium_org/remoting/host/
Dresizing_host_observer_unittest.cc146 ScreenResolution initial = MakeResolution(640, 480); in TEST_F() local
160 ScreenResolution initial = MakeResolution(640, 480); in TEST_F() local

12345