Searched refs:initial (Results 76 - 100 of 242) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error.css31 display: initial;
/external/chromium_org/native_client_sdk/src/resources/
H A Dindex.css60 -webkit-flex: initial;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dview-source.css35 font-size: initial;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DpanelEnablerView.css60 display: initial !important;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_pixmap_colormap.spec90 8 June 2000 - initial specification
H A DMESA_set_3dfx_mode.spec85 8 June 2000 - initial specification
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc90 void* initial) {
93 int result = fwrite(initial, size, 1, file);
89 create(const char* name, int size, void* initial) argument
H A Dplatform-solaris.cc114 void* initial) {
117 int result = fwrite(initial, size, 1, file);
113 create(const char* name, int size, void* initial) argument
/external/chromium_org/v8/src/
H A Dhydrogen-flow-engine.h91 // block, starting with the initial state. Computes effects for nested loops.
92 void AnalyzeDominatedBlocks(HBasicBlock* root, State* initial) { argument
94 SetStateAt(root, initial);
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec90 8 June 2000 - initial specification
H A DMESA_set_3dfx_mode.spec85 8 June 2000 - initial specification
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURLTest.cpp417 const char initial[] = "http://www.google.com/path/foo"; local
418 blink::KURL kurl(blink::ParsedURLString, initial);
431 const char initial[] = "http://www.google.com/search?q=awesome"; local
432 blink::KURL kurl(blink::ParsedURLString, initial);
441 kurl = blink::KURL(blink::ParsedURLString, initial);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DBatchUpdateExceptionTest.java450 public void assertDeserialized(Serializable initial,
454 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial,
457 BatchUpdateException initThr = (BatchUpdateException) initial;
H A DSQLWarningTest.java424 public void assertDeserialized(Serializable initial,
428 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial,
431 SQLWarning initThr = (SQLWarning) initial;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A Djsdifflib.js56 __reduce: function (func, list, initial) {
57 if (initial != null) {
58 var value = initial;
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGParser.cpp50 SkString* initial = fEmptyPaint[index]; local
51 if (initial->size() == 0)
53 fLastFlush[index]->set(*initial);
/external/skia/src/svg/
H A DSkSVGParser.cpp50 SkString* initial = fEmptyPaint[index]; local
51 if (initial->size() == 0)
53 fLastFlush[index]->set(*initial);
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.h51 * the initial zone offset (before the first transition) always.
262 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
267 * @param initial Receives the initial timezone rule
274 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
305 * When the index is negative, return the initial offset.
312 * Following methods return the initial offset.
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Drbtz.h42 * @param initialRule The initial time zone rule.
283 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
288 * @param initial Receives the initial timezone rule
296 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
/external/chromium_org/tools/grit/grit/
H A Dtclib_unittest.py141 'Some users may experience performance issues during the initial \r\n'
142 'indexing of a database. The \'Perform the initial index of a \r\n'
/external/icu/icu4c/source/i18n/
H A Dolsontz.h51 * the initial zone offset (before the first transition) always.
262 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
267 * @param initial Receives the initial timezone rule
274 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
305 * When the index is negative, return the initial offset.
312 * Following methods return the initial offset.
/external/icu/icu4c/source/i18n/unicode/
H A Drbtz.h42 * @param initialRule The initial time zone rule.
283 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
288 * @param initial Receives the initial timezone rule
296 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
/external/libvorbis/lib/
H A Dvorbisfile.c306 /* a dupe serialnumber in an initial header packet set == invalid stream */
417 /* Starting from current cursor position, get initial PCM offset of
462 (has to begin by knowing the offset of the lb's initial page).
621 /* fetch initial PCM offset */
872 static int _ov_open1(void *f,OggVorbis_File *vf,char *initial, argument
890 if(initial){
892 memcpy(buffer,initial,ibytes);
988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, argument
990 int ret=_ov_open1(f,vf,initial,ibytes,callbacks);
995 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,lon argument
1050 ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
1056 ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes) argument
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLevelTest.java276 public void assertDeserialized(Serializable initial,
279 Level init = (Level) initial;
/external/chromium_org/tools/gn/
H A Dtokenizer.cc262 char initial = cur_char();
263 Advance(); // Advance past initial "
271 if (IsCurrentStringTerminator(initial)) {

Completed in 511 milliseconds

12345678910