/external/chromium_org/v8/tools/gyp/ |
v8_nosnapshot.mipsel.host.darwin-mips.mk | 95 # Include paths placed before CFLAGS/CPPFLAGS 159 # Include paths placed before CFLAGS/CPPFLAGS
|
v8_nosnapshot.mipsel.host.linux-mips.mk | 95 # Include paths placed before CFLAGS/CPPFLAGS 159 # Include paths placed before CFLAGS/CPPFLAGS
|
/external/llvm/test/MC/ARM/ |
eh-directive-setfp-diagnostics.s | 11 @ TEST1: .setfp before .fnstart
|
/external/qemu/ |
cpu-defs.h | 35 #error TARGET_LONG_BITS must be defined before including this header
|
/external/stlport/stlport/stl/config/ |
_msvc.h | 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
clone_test.S | 3 # count for additional 500 million each before exit
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
clone_test.S | 3 # count for additional 500 million each before exit
|
/frameworks/base/core/tests/coretests/src/android/net/ |
NetworkStatsHistoryTest.java | 261 // try removing far before buckets; should be no change 381 final NetworkStatsHistory before = new NetworkStatsHistory(MINUTE_IN_MILLIS, 40, FIELD_ALL); local 382 before.recordData(0, 4 * MINUTE_IN_MILLIS, 384 before.recordData(DAY_IN_MILLIS, DAY_IN_MILLIS + MINUTE_IN_MILLIS, 388 before.writeToStream(new DataOutputStream(out)); 394 // must have identical totals before and after 395 assertFullValues(before, 5 * MINUTE_IN_MILLIS, 1034L, 30L, 2078L, 60L, 54L); 455 NetworkStatsHistory stats, int before, int after, long time) { 456 assertEquals("unexpected before", before, stats.getIndexBefore(time)) [all...] |
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberFormattingTextWatcher.java | 89 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
GroupNameDialogFragment.java | 74 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_msvc.h | 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_msvc.h | 75 # error Microsoft Visual C++ compilers before version 6 (SP5) are not supported.
|
/system/media/camera/docs/ |
camera_metadata_tags.mako | 47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain 72 * before the section _END tag to preserve existing enumeration values. In
|
/external/chromium_org/third_party/freetype/src/autofit/ |
aflatin.c | 2172 AF_Edge before, after; local [all...] |
aflatin2.c | 2222 AF_Edge before, after; local [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 2273 AF_Edge before, after; local [all...] |
aflatin2.c | 2253 AF_Edge before, after; local [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 212 * to their margins, before the edges of the resulting rectangle are aligned. 795 // before we are set up. 2234 public int before; field in class:Bounds 2272 int before = alignment.getAlignmentValue(c, size, gl.getLayoutMode()); local [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 212 * to their margins, before the edges of the resulting rectangle are aligned. 795 // before we are set up. 2117 public int before; field in class:Bounds 2155 int before = alignment.getAlignmentValue(c, size, ViewGroupCompat.getLayoutMode(gl)); local [all...] |
/cts/ |
CtsBuild.mk | 18 # directory before creating the final CTS distribution.
|
/cts/tests/tests/text/src/android/text/method/cts/ |
PasswordTransformationMethodTest.java | 253 public void onTextChanged(CharSequence s, int start, int before, int count) { 254 super.onTextChanged(s, start, before, count);
|