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

<<61626364656667686970>>

  /external/zopfli/src/zopfli/
katajainen.c 37 Node* tail; /* Previous node(s) of this chain, or 0 if none. */
95 from the previous list.
133 /* Two lookahead chains of previous list used up, create new ones. */
  /frameworks/base/core/java/android/widget/
Filter.java 35 * methods will cancel any previous non-executed filtering request.</p>
76 * cancels all previous non-executed filtering requests and posts a new
89 * cancels all previous non-executed filtering requests and posts a new
  /frameworks/base/docs/html/training/design-navigation/
wireframing.jd 6 previous.title=Providing Ancestral and Temporal Navigation
7 previous.link=ancestral-temporal.html
34 <p>Our next step is to choose and apply navigation patterns discussed in the previous lessons to this screen map, maximizing navigation speed and minimizing the number of touches to access data, while keeping the interface intuitive and consistent with Android best practices. We also need to make different choices for our different target device form factors. For simplicity, let's focus on tablets and handsets.</p>
  /frameworks/base/media/java/android/media/
SyncParams.java 56 * sync source is vsync. Negative values can be used to clear a previous hint.
264 * number is used to clear a previous hint.
278 * number representing the desire to clear a previous hint using these params.
  /frameworks/base/packages/SettingsProvider/res/values/
defaults.xml 99 <!-- DPAD/Trackball UP - traverse previous on current axis and send an event. -->
103 <!-- DPAD/Trackball LEFT - traverse previous on the character navigation axis and send event. -->
117 <!-- Alt+g - go to the previous heading and send an event. -->
  /frameworks/native/include/gui/
Surface.h 89 * Passing NULL or a different stream handle will detach the previous
311 // the previous buffer back to allow a partial update.
314 // (the change since the previous frame) passed in by the producer.
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 326 target.previous();
331 target.previous();
336 target.previous();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 319 double previous = 0; local
325 return previous;
328 previous = timeOfSyncSample;
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyiterators.swg 72 PyObject *previous()
358 %catches(swig::stop_iteration) SwigPyIterator::previous();
392 PyObject *previous();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 175 IWizardPage previous = ((NewXmlFileWizard) getWizard()).getPreviousPage(this); local
176 if (previous instanceof NewXmlFileCreationPage) {
177 NewXmlFileCreationPage p = (NewXmlFileCreationPage) previous;
  /external/pcre/dist/
pcre_compile.c 4412 pcre_uchar *previous = NULL; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedBreakIterator.java 360 // so a loop like for(p=it.last(); p!=DONE; p=it.previous()) ...
371 * equivalent to repeatedly calling next() or previous().
385 result = previous();
585 public int previous() { method in class:RuleBasedBreakIterator
752 // previous will give result 0 or 1 boundary away from offset,
755 int oldresult = previous();
757 result = previous();
782 result = previous();
838 // position specified by the caller, we can just use previous()
851 result = previous();
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 558 IterateChildren takes the previous child as input and finds
559 the next one. If the previous child is null, it returns the
562 const TiXmlNode* IterateChildren( const TiXmlNode* previous ) const;
563 TiXmlNode* IterateChildren( const TiXmlNode* previous ) {
564 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->IterateChildren( previous ) );
568 const TiXmlNode* IterateChildren( const char * value, const TiXmlNode* previous ) const;
569 TiXmlNode* IterateChildren( const char * _value, const TiXmlNode* previous ) {
570 return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->IterateChildren( _value, previous ) );
574 const TiXmlNode* IterateChildren( const std::string& _value, const TiXmlNode* previous ) const { return IterateChildren (_value.c_str (), previous); } ///< STL std::string form
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 97 similarly to the previous case.
307 /* Align r1 to the (previous) word-boundary. */
376 /* The code from the previous version of strcmp.S handles this
379 * previous version. See bionic/libc/arch-arm/cortex-a15/bionic/strcmp.S
  /bionic/tests/
stack_protector_test.cpp 99 * with the previous value, which will generate a call to __stack_chk_fail(),
  /build/tools/
diff_package_overlays.py 28 previous overlay config so current_overlays.txt always reflects the current
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothToggleActivity.java 127 Log.i(TAG, "Previous state: " + previousState + " New state: " + newState);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RenderScriptSingleton.java 52 ", before clearing previous "+ sContext);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DeletedContacts.java 88 // Since we cannot clean out delete log from previous tests, we need to account for that
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 108 * overwrites previous mapping with new mapping.
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationFragment.java 43 // Every notification needs a unique ID otherwise the previous one would be overwritten.
  /developers/build/prebuilts/gradle/BasicMultitouch/
README.md 23 trailing circles represent previous positions for that touch.
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
GridExampleActivity.java 90 // Clear previous image.

Completed in 819 milliseconds

<<61626364656667686970>>