/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
dollar.good | 1 I can't quite remember where I heard it,
|
dollar.inp | 1 I can't quite remember where I heard it,
|
8bit.sed | 16 # Oh, well I remember
|
/external/javassist/ |
HOWTO.txt | 2 If you want to run the tests, remember to do it from master or a branch that
|
regenerate_from_source.sh | 5 # to git giving you a chance to review the changes. Remember that changes in
|
/external/srec/ |
Android.mk | 7 # remember root of ASR source tree
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
remember-last-script.html | 2 <p><b>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=27552">Bug 27552</a> - remember last script displayed in Scripts panel</b> 9 <li><b>remember-last-script.html</b> 20 <li><p>select <b>remember-last-script.html</b> so the source is available 21 <li><p>Repeat the following several times. Each time, <b>remember-last-script.html</b>
|
/external/chromium/app/sql/ |
transaction.cc | 34 << "Did you remember to call Begin() and check its return?"; 44 << "Did you remember to call Begin() and check its return?";
|
/external/android-mock/ |
regenerate_from_source.sh | 5 # to git giving you a chance to review the changes. Remember that changes in
|
/external/icu4c/common/ |
ustr_cnv.h | 26 * Remember to use the u_releaseDefaultConverter when you are done.
|
/external/libpng/projects/beos/ |
x86-shared.txt | 19 4) build your libpng.so applications (remember to include libz.a as
|
x86-static.txt | 19 4) build your libpng.a applications (remember to include libz.a as
|
/packages/apps/Browser/res/layout/ |
geolocation_permissions_prompt.xml | 35 <CheckBox android:id="@+id/remember" 46 android:layout_alignBaseline="@id/remember" 47 android:layout_toRightOf="@id/remember" /> 52 android:layout_below="@id/remember"
|
/packages/apps/Browser/src/com/android/browser/ |
GeolocationPermissionsPrompt.java | 57 mRemember = (CheckBox) findViewById(R.id.remember); 98 boolean remember = mRemember.isChecked(); 99 if (remember) { 109 mCallback.invoke(mOrigin, allow, remember);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
signalfd.h | 31 * Pad strcture to 128 bytes. Remember to update the
|
/development/samples/SipDemo/ |
_index.html | 24 <p>If you are developing an application that uses the SIP API, remember that the 28 be installed on devices that are capable of supporting SIP, remember to add the 37 from devices that do not support SIP, remember to add the following to the
|
/external/pcre/ |
CleanTxt | 57 # If so, remove all 7 lines, and remember that we have just done a cut. 80 # lines. Remember the last printed line. 98 # any blanks there are, and the line. Remember it. Force two blank lines
|
/external/elfutils/libelf/ |
elf_readall.c | 90 /* Remember the address. */ 93 /* Also remember that we allocated the memory. */
|
/external/chromium/base/win/ |
scoped_handle.h | 17 // Used so we always remember to close the handle.
|
/external/iproute2/ |
README.decnet | 11 o Remember to set the hardware address of the interface using:
|
/external/webrtc/src/modules/audio_processing/agc/main/source/ |
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/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 Android Market:</p>
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
type_conversion.sgml | 65 Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE 80 Remember, YOU MAY NOT STORE POINTERS IN INTEGERS. THIS IS NOT PORTABLE
|