HomeSort by relevance Sort by last modified time
    Searched full:previous (Results 1026 - 1050 of 9167) sorted by null

<<41424344454647484950>>

  /external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java 85 AtomicInteger previous = hostnames.putIfAbsent(url.getHost(), hostnameCount); local
86 if (previous != null) hostnameCount = previous;
  /external/proguard/src/proguard/gui/
TabbedPane.java 195 * Selects the previous tab.
197 public void previous() method in class:TabbedPane
199 cardLayout.previous(cardPanel);
  /external/squashfs-tools/squashfs-tools/
progressbar.c 113 static long long previous = -1; local
120 if(current == previous)
122 previous = current;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 233 Word16 Med_olag( /* output : median of 5 previous open-loop lags */
234 Word16 prev_ol_lag, /* input : previous open-loop lag */
240 /* Use median of 5 previous open-loop lags as old lag */
  /frameworks/base/docs/html/training/backward-compatible-ui/
new-implementation.jd 6 previous.title=Abstracting the New APIs
7 previous.link=abstracting.html
44 <p>The concrete classes for <code>CompatTab</code> and <code>TabHelper</code> that use newer APIs are a <em>proxy</em> implementation. Since the abstract classes defined in the previous lesson mirror the new APIs (class structure, method signatures, etc.), the concrete classes that use these newer APIs simply proxy method calls and their results.</p>
using-component.jd 6 previous.title=Creating an Implementation with Older APIs
7 previous.link=older-implementation.html
107 <p>At runtime, Android will decide which version of the <code>main.xml</code> layout to inflate depending on the platform version. This is the same logic shown in the previous section to determine which <code>TabHelper</code> implementation to use.</p>
  /frameworks/base/docs/html/training/efficient-downloads/
regular_updates.jd 6 previous.title=Optimizing Downloads for Efficient Network Access
7 previous.link=efficient-network-access.html
69 <p>One approach is to implement an exponential back-off pattern to reduce the frequency of your updates (and / or the degree of prefetching you perform) if the app hasn't been used since the previous update. It's often useful to assert a minimum update frequency and to reset the frequency whenever the app is used, for example:</p>
  /frameworks/base/docs/html/training/monitoring-device-state/
docking-monitoring.jd 6 previous.title= Monitoring the Battery Level and Charging State
7 previous.link=battery-monitoring.html
90 techniques described in the previous step.</p>
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothPacketEncoder.java 86 // if necessary, block until previous packet is sent
112 // if necessary, block until previous packet is sent
129 // if necessary, block until previous packet is sent
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioCapability.java 54 * RC_PHASE_FINISH is sent after all previous phases have completed.
55 * If an error occurs in any previous commands the RIL_RadioAccessesFamily
57 * restoring the configuration to the previous value. An error returned
  /frameworks/wilhelm/src/android/
android_defs.h 132 // buffer marks a discontinuity with previous TS data, resume display as soon as possible
134 // buffer marks a discontinuity with previous TS data, resume display upon reaching the
137 // buffer marks a format change with previous TS data, resume display as soon as possible
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
viddec_mpeg2.h 182 /* Flag to indicate if the previous picture metadata is parsed */
203 /* Temporal reference of the previous picture - Used to detect dangling fields */
206 /* Previous picture structure - Used to identify the type of missing field */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_picklpf.c 55 // Start the search at the previous frame filter level unless it is now out of
98 // Was it actually better than the previous best?
114 // Was it better than the previous best?
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 79 /* Return number of BAUs in previous block (masking off high bit containing
84 /* Set number of BAUs in previous block, preserving high bit containing
136 ** matches the previous block size in the head of the next block. */
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
DaysOfWeek.java 171 * Returns number of days backwards from today to previous alarm.
185 // so there is no chance that the previous fire time is on the same day. Start dayCount on
186 // previous day.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 52 #define GLOB_APPEND (1 << 5)/* Append to results of a previous call. */
81 /* Previous versions of this file defined GLOB_ABEND instead of
163 /* Free storage allocated in PGLOB by a previous `glob' call. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 46 #define GLOB_APPEND (1 << 5)/* Append to results of a previous call. */
75 /* Previous versions of this file defined GLOB_ABEND instead of
152 /* Free storage allocated in PGLOB by a previous `glob' call. */
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYPlotTest.java 121 // revert series model back to the previous set. boundaries should remain the same
189 // back to previous
215 // back to previous
272 // back to previous
298 // back to previous
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 86 /// void f(); // expected-note 2 {{previous declaration is here}}
93 /// void f(); // expected-note 0+ {{previous declaration is here}}
94 /// void g(); // expected-note 1+ {{previous declaration is here}}
103 /// void g(); // expected-note + {{previous declaration is here}}
109 /// void f(); // expected-note 0-1 {{previous declaration is here}}
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 77 * Output lastFrameNumber is the last frame number of the previous streaming request.
84 * Output lastFrameNumber is the last frame number of the previous streaming request.
91 * Output lastFrameNumber is the last frame number of the previous streaming request.
215 * Connect HAL notifications to a listener. Overwrites previous
281 * Output lastFrameNumber is the last frame number of the previous streaming request.
  /frameworks/base/docs/html/training/basics/fragments/
fragment-ui.jd 58 <a href="creating.html">previous lesson</a> with the {@code &lt;fragment>} element&mdash;you can add
76 href="creating.html">previous lesson</a> that shows only one fragment at a time. In order to replace
80 <p>Notice that the filename is the same as the layout file in the previous lesson, but the layout
104 <p>For example, here's how to add a fragment to the previous layout:</p>
120 // However, if we're being restored from a previous state,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractSequentialListTest.java 91 public Object previous() { method in class:AbstractSequentialListTest.Mock_unsupportedListIterator
130 public E previous() { method in class:AbstractSequentialListTest.Mock_ListIterator
333 public Object previous() {
448 public Object previous() {
521 public Object previous() {
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 108 png_bytep prev_row; /* buffer to save previous (unfiltered) row.
242 png_byte num_prev_filters; /* number of weights for previous rows */
243 png_bytep prev_filters; /* filter type(s) of previous row(s) */
244 png_uint_16p filter_weights; /* weight(s) for previous line(s) */
245 png_uint_16p inv_filter_weights; /* 1/weight(s) for previous line(s) */
  /external/lldb/source/Target/
StackFrameList.cpp 428 // Now copy the fixed up previous frame into the current frames
434 s.Printf("\n Copying previous frame to current frame");
766 s.PutCString("No current frames, leave previous frames alone...\n");
775 s.PutCString("No previous frames, so use current frames...\n");
777 // We either don't have any previous frames, or since we have more than
779 // replace our previous frames.
792 // and can safely replace our previous frames.
809 s.Printf("\n%u previous frames with one current frame\n", num_prev_frames);
813 // Our previous stack frames only had a single frame as well...
827 s.Printf("\nCurrent frame #0 has a stack ID that is less than the previous frame #0, insert current frame zero in front of previous\n")
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 322 * @param j previous probe
396 final double previous = values[index]; local
400 return previous;
407 * @return previous value associated with the key
411 double previous = missingEntries; local
415 previous = values[index];
428 return previous;

Completed in 708 milliseconds

<<41424344454647484950>>