HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 26 - 50 of 1642) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 33 * of our measure Rxx160_LP. Remember that the levels are in blocks of 16 in
104 WebRtc_Word32 micRef; // Remember ref. mic level for virtual mic
107 WebRtc_Word32 micVol; // Remember volume between frames
113 WebRtc_Word32 zeroCtrlMax; // Remember max gain => don't amp low input
  /packages/apps/Settings/res/layout/
remember_dock_setting.xml 19 android:id="@+id/remember"
  /external/srec/srec/clib/
specnorm.c 298 int ii, remember; local
301 /* remember= 100 - (forget_factor * spec->count)/spec->estimate_period; */
302 remember = 100 - forget_factor;
303 spec->high_counts = (spec->high_counts * remember) / 100;
304 spec->low_counts = (spec->low_counts * remember) / 100;
306 spec->hist[ii] = (spec->hist[ii] * remember) / 100;
  /development/samples/KeyChainDemo/
_index.html 21 remember that the feature is supported only on Android 4.0 (API level 14) and
23 installed on devices that are running Android 4.0, remember to add the
  /development/samples/WeatherListWidget/
_index.html 30 <p>If you are writing collection-based widgets, remember that the feature is
32 Remember to add the following to the application's manifest publishing to Google Play:</p>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammarHelper.cs 44 /** Remember local variables. Currently, this is only the function parameter.
48 /** Remember global variables set by =. */
ProfileTreeGrammarHelper.cs 44 /** Remember local variables. Currently, this is only the function parameter.
48 /** Remember global variables set by =. */
  /external/chromium/testing/gtest/make/
Makefile 16 # Remember to tweak this if you move this file.
28 # All tests produced by this Makefile. Remember to add new tests you
  /external/expat/m4/
lt~obsolete.m4 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
  /external/libcap-ng/libcap-ng-0.7/m4/
lt~obsolete.m4 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
  /external/libmtp/m4/
lt~obsolete.m4 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
  /external/libusb-compat/m4/
lt~obsolete.m4 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt 64 BTW, on an unrelated note, after the meeting yesterday, I did remember
67 it yesterday, I didn't remember where the idea had come from but I
  /external/openfst/m4/
lt~obsolete.m4 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
  /external/proguard/src/proguard/obfuscate/
MemberNameCollector.java 76 // Remember it, if it has already been set.
101 // Remember not to use the new name again in this name space.
  /external/protobuf/gtest/make/
Makefile 16 # Remember to tweak this if you move this file.
28 # All tests produced by this Makefile. Remember to add new tests you
  /external/protobuf/m4/
lt~obsolete.m4 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
  /external/qemu/distrib/sdl-1.2.15/acinclude/
lt~obsolete.m4 20 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationManager.cpp 77 void GeolocationManager::provideRealClientPermissionState(WTF::String origin, bool allow, bool remember)
81 m_realClient->providePermissionState(origin, allow, remember);
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h 18 // For every "show popup" button, remember the index of the popup tab contents
  /external/iproute2/tc/
README.last 44 but remember: not all pentiums have this facility, and
  /external/junit/src/org/junit/rules/
MethodRule.java 21 * <li>{@link TestName}: remember the test name for use during the method</li>
  /external/proguard/src/proguard/classfile/editor/
InterfaceSorter.java 60 // Remember the interface.
  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupAttributesTest.java 54 // remember some state before we muck with flags
  /packages/inputmethods/PinyinIME/jni/share/
splparser.cpp 110 // endable, remember the index
130 // endable, remember the index
239 // endable, remember the index
259 // endable, remember the index

Completed in 844 milliseconds

12 3 4 5 6 7 8 91011>>