HomeSort by relevance Sort by last modified time
    Searched refs:initial (Results 151 - 175 of 425) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
view-source.css 35 font-size: initial;
html.css 400 color: initial;
660 -webkit-appearance: initial;
661 padding: initial;
662 background-color: initial;
663 border: initial;
680 padding: initial;
681 background-color: initial;
682 border: initial;
712 padding: initial;
713 border: initial;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
panelEnablerView.css 60 display: initial !important;
  /external/chromium_org/v8/src/
platform-cygwin.cc 89 void* initial) {
92 int result = fwrite(initial, size, 1, file);
platform-freebsd.cc 98 void* initial) {
101 int result = fwrite(initial, size, 1, file);
platform-linux.cc 160 void* initial) {
163 int result = fwrite(initial, size, 1, file);
platform-macos.cc 103 void* initial) {
106 int result = fwrite(initial, size, 1, file);
platform-openbsd.cc 96 void* initial) {
99 int result = fwrite(initial, size, 1, file);
platform-qnx.cc 152 void* initial) {
155 int result = fwrite(initial, size, 1, file);
  /external/libunwind/doc/
unw_getcontext.tex 8 \begin{Name}{3}{unw\_getcontext}{David Mosberger-Tang}{Programming Library}{unw\_getcontext}unw\_getcontext -- get initial machine-state
  /external/valgrind/main/none/tests/s390x/
pfpo.c 29 #define PFPO(initial, src_type, dst_type, fn_code, round, ret_code, cc) \
31 register src_type src_reg asm("f4") = initial; \
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 32 def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,min=0,max=100,initial=0):
33 wx.SpinCtrl.__init__(self, parent, id=id,value=value,pos=(pos[0]-MacOffset(),pos[1]),size=size,style=style,min=min,max=max,initial=initial)
46 def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,min=0,max=100,initial=0):
47 wx.SpinCtrl.__init__(self, parent, id=id,value=value,pos=(pos[0]-MacOffset(),pos[1]),size=size,style=style,min=min,max=max,initial=initial)
  /external/tremolo/Tremolo/
bitwiseARM.s 69 @ the initial value of bitsLeftInSeg)
70 @ r10 = bitsLeftInSegment (initial)
73 MOV r5,r10 @ r5 = bitsLeftInSegment (initial)
261 @ the initial value of bitsLeftInSeg)
262 @ r10 = bitsLeftInSegment (initial)
265 MOV r5,r10 @ r5 = bitsLeftInSegment (initial)
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 487 public void assertDeserialized(Serializable initial,
491 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial,
494 DataTruncation initThr = (DataTruncation) initial;
SQLExceptionTest.java 486 public void assertDeserialized(Serializable initial,
490 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial,
493 SQLException initThr = (SQLException) initial;
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 1770 InitialTimeZoneRule *initial = NULL; local
1840 InitialTimeZoneRule *initial = NULL; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 109 AtomicInteger initial = new AtomicInteger(INITIAL_COUNT); local
110 expect(backingMap.get(KEY)).andReturn(initial);
114 assertEquals(INITIAL_COUNT + COUNT_TO_ADD, initial.get());
144 // initial map.get()
  /external/icu/icu4c/source/i18n/
vtzone.cpp 1776 InitialTimeZoneRule *initial = NULL; local
1846 InitialTimeZoneRule *initial = NULL; local
    [all...]
  /frameworks/av/services/audioflinger/
FastMixer.cpp 47 /*static*/ const FastMixerState FastMixer::initial; member in class:android::FastMixer
70 // FIXME pass initial as parameter to base class constructor, and make it static local
71 previous = &initial;
72 current = &initial;
144 // we're prepared for previous == &initial the first time through
512 if (mCommand == FastMixerState::INITIAL) {
519 case FastMixerState::INITIAL:
520 strcpy(string, "INITIAL");
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 113 * Reset to initial state.
132 * Returns true if the device is in initial state.
133 * @return {boolean} True if the device is in initial state else false.
  /external/llvm/include/llvm/Support/
CommandLine.h 305 // init - Specify a default (initial) value for the command line argument, if
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 344 int labels = 0, depth = 0, i, initial = 0; local
375 if (labels >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels-2] <= 4) initial = 3;
376 else if (labels >= 2 && replyDomain - label[labels-1] <= 4) initial = 2;
377 else initial = 1;
378 labels -= initial;
380 // 4. Print the initial one-, two- or three-label clump
381 for (i=0; i<initial; i++)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 263 public void assertDeserialized(Serializable initial,
266 LogRecord init = (LogRecord) initial;
  /external/chromium_org/base/
command_line_unittest.cc 360 CommandLine* initial = CommandLine::ForCurrentProcess(); local
363 EXPECT_EQ(initial, current);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_speaker.js 43 * @param {number} initialQueueMode The initial queue mode.

Completed in 807 milliseconds

1 2 3 4 5 67 8 91011>>