/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
list.h | 43 #define PREPEND(list, elt, link) \ 94 PREPEND(list, elt, link); \
|
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableMap.java | 64 // prepend, not append, so the entries can be immutable 91 // prepend, not append, so the entries can be immutable
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
PrecompiledTemplateMapFileReader.java | 54 * @param rootDir optional string to prepend to all non-absolute template filenames. Should be set 109 // prepend it.
|
/external/llvm/test/tools/dsymutil/X86/ |
modules.m | 19 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/modules \ 23 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/modules -y \
|
/external/mockito/src/org/mockito/internal/creation/jmock/ |
ClassImposterizer.java | 100 enhancer.setInterfaces(prepend(mockedType, interfaces));
method 139 private Class<?>[] prepend(Class<?> first, Class<?>... rest) {
method in class:ClassImposterizer
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
SingleRowTest.java | 143 assertEquals(dump(mSingleRow) + " Should not prepend 0", 1, mSingleRow.mFirstVisibleIndex); 166 assertEquals(dump(mSingleRow) + " Should not prepend 0", 1, mSingleRow.mFirstVisibleIndex);
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
CallDialTest.java | 119 // - if it looks like a SIP address, prepend sip: 120 // - if it's just a number, prepend tel: automatically
|
/prebuilts/go/darwin-x86/src/internal/format/ |
format.go | 110 // Determine and prepend leading space. 121 // Determine and prepend indentation of first code line.
|
/prebuilts/go/linux-x86/src/internal/format/ |
format.go | 110 // Determine and prepend leading space. 121 // Determine and prepend indentation of first code line.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips@mips32-dspr2.d | 44 0+0082 <[^>]*> 035b 0255 prepend k0,k1,0x0 45 0+0086 <[^>]*> 035b fa55 prepend k0,k1,0x1f
|
mips32-dspr2.d | 43 0+0084 <[^>]*> 7f7a0071 prepend k0,k1,0x0 44 0+0088 <[^>]*> 7f7af871 prepend k0,k1,0x1f
|
mipsr6@mips32-dspr2.d | 44 0+0084 <[^>]*> 7f7a0071 prepend k0,k1,0x0 45 0+0088 <[^>]*> 7f7af871 prepend k0,k1,0x1f
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
StaggeredGrid.java | 151 // prepend visible items from first visible index 156 // prepend first visible item 165 // if the item is adjacent to first index, should prepend without cache. 245 // should never hit this when we prepend a new item with a new Location object. 318 // if the item is adjacent to first index, should prepend without cache.
|
/packages/apps/Email/provider_src/com/android/email/activity/setup/ |
AccountSettingsUtils.java | 391 * Incoming: Prepend "imap" or "pop3" to domain, unless "pop", "pop3", 393 * Outgoing: Prepend "smtp" if domain starts with any in the host prefix array 414 // For incoming, we leave imap/pop/pop3/mail alone, or prepend incoming 420 // prepend outgoing 426 // prepend
|
/external/dbus/dbus/ |
dbus-list.c | 277 * @param data the value to prepend. 319 * @param link the link to prepend. 332 * @param after_this_link existing link to insert after, or #NULL to prepend 379 * @param after_this_link existing link to insert after, or #NULL to prepend 949 /* Test append and prepend */ 958 _dbus_assert_not_reached ("count not allocate for prepend"); 1316 /* using insert_after to prepend */
|
/external/skia/include/core/ |
SkString.h | 213 void prepend(const SkString& str) { this->insert(0, str); } function in class:SkString 214 void prepend(const char text[]) { this->insert(0, text); } function in class:SkString 215 void prepend(const char text[], size_t len) { this->insert(0, text, len); } function in class:SkString
|
/frameworks/minikin/tests/ |
GraphemeBreakTests.cpp | 108 // Rule GB9b, Prepend x 109 // see tailoring test for prepend, as current ICU doesn't have any characters in the class 128 // UTC-approved characters for the Prepend class
|
/art/tools/checker/file_format/c1visualizer/ |
parser.py | 41 # Extract the pass name, prepend it with the name of the method and
|
/external/autotest/tko/ |
plotgraph.py | 38 # prepend 2 blanks to work around gnuplot bug
|
/external/bison/djgpp/ |
config.site | 44 # will try to prepend ./ and ../ to it when it goes into subdirs.
|
/external/bison/src/ |
symlist.h | 102 /** Prepend \c node to \c list. */
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
root_list.js | 46 // Prepend the cursor to the next link. This may have a suffix of
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/ |
parser.html | 53 * To register an event handler for these events, prepend the marker with
|
/external/guava/guava/src/com/google/common/hash/ |
Hasher.java | 43 * <p>If you wish to avoid this, you should either prepend or append the size of each chunk. Keep in
|
/external/icu/icu4c/source/tools/pkgdata/ |
pkgtypes.h | 53 * Prepend string to CharList. Str is adopted!
|