/external/tremolo/Tremolo/ |
ogg.h | 88 ogg_reference *tail; member in struct:oggpack_buffer 91 long count; /* doesn't count the tail */
|
/external/u-boot/drivers/net/ |
xilinx_axi_emac.c | 82 u32 tail; /* TAILDESC low 32 bit */ member in struct:axidma_reg 504 axienet_dma_write(&rx_bd, &priv->dmarx->tail); 554 axienet_dma_write(&tx_bd, &priv->dmatx->tail); 645 axienet_dma_write(&rx_bd, &priv->dmarx->tail);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
ntpath.py | 164 # Split a path in head (everything up to the last '/') and tail (the
166 # join(head, tail) == p holds.
172 Return tuple (head, tail) where tail is everything after the final slash.
180 head, tail = p[:i], p[i:] # now tail has no slashes
186 return d + head, tail
199 # Return the tail (basename) part of a path.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
CGIHTTPServer.py | 101 head, tail = os.path.splitext(path)
102 return tail.lower() in (".py", ".pyw")
309 Returns: A tuple of (head, tail) where tail is everything after the final /
|
ntpath.py | 159 # Split a path in head (everything up to the last '/') and tail (the
161 # join(head, tail) == p holds.
167 Return tuple (head, tail) where tail is everything after the final slash.
175 head, tail = p[:i], p[i:] # now tail has no slashes
181 return d + head, tail
194 # Return the tail (basename) part of a path.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
bcppcompiler.py | 221 head, tail = os.path.split (output_filename)
222 modname, ext = os.path.splitext (tail)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
fixcid.py | 130 head, tail = os.path.split(filename)
131 tempname = os.path.join(head, '@' + tail)
|
/device/linaro/hikey/uefi-tools/ |
common-functions | 162 OPENSSL_VER=`git ls-remote --tags git://github.com/openssl/openssl.git | awk '{print $2;}' | sed 's-^refs/tags/--g' | grep -v '\^{}$' | grep '^OpenSSL' | grep -v '^OpenSSL_FIPS' | tail -1 | sed -n 's/^OpenSSL_\([0-9]*\)_\([0-9]*\)_\([0-9.a-z]*\)$/openssl-\1.\2.\3\n/p'`
|
/external/antlr/tool/src/main/java/org/antlr/codegen/ |
RubyTarget.java | 299 String tail = value.substring( 1 ); local 300 return head.toString().concat( tail );
|
/external/eigen/Eigen/src/QR/ |
HouseholderQR.h | 280 mat.col(k).tail(remainingRows).makeHouseholderInPlace(hCoeffs.coeffRef(k), beta); 285 .applyHouseholderOnTheLeft(mat.col(k).tail(remainingRows-1), hCoeffs.coeffRef(k), tempData+k+1);
|
/external/libaom/libaom/test/ |
film_grain_table_test.cc | 100 EXPECT_EQ(0, table.tail); 128 EXPECT_EQ(table.tail, table.head->next);
|
/external/libdrm/intel/ |
uthash.h | 178 (head)->hh.tbl->tail = &((head)->hh); \ 228 (add)->hh.prev = ELMT_FROM_HH((head)->hh.tbl, (head)->hh.tbl->tail); \ 229 (head)->hh.tbl->tail->next = (add); \ 230 (head)->hh.tbl->tail = &((add)->hh); \ 349 if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \ 350 (head)->hh.tbl->tail = \ 1034 struct UT_hash_handle *tail; \/* tail hh in app order, for fast append *\/ member in struct:UT_hash_table [all...] |
/external/ltp/testcases/kernel/fs/mongo/ |
mongo.pl | 205 my $df = `df -k $mp | tail -n 1`; 349 $fr16 =`find $TESTDIR -type f -size +16k | xargs $TOPDIR/map5 | $TOPDIR/summ | tail -n 1 2>&1`;
|
/external/markdown/markdown/ |
html4.py | 177 if elem.tail: 178 write(_escape_cdata(elem.tail, encoding))
|
/external/mesa3d/src/compiler/nir/ |
nir_print.c | 541 nir_deref *tail = &deref->deref; local 543 while (tail != NULL) { 544 switch (tail->deref_type) { 547 assert(tail == &deref->deref); 553 print_deref_array(nir_deref_as_array(tail), state); 558 print_deref_struct(nir_deref_as_struct(tail), 566 pretail = tail; 567 tail = pretail->child; [all...] |
/external/python/cpython2/Lib/distutils/ |
bcppcompiler.py | 221 head, tail = os.path.split (output_filename) 222 modname, ext = os.path.splitext (tail)
|
/external/python/cpython2/Lib/idlelib/ |
ColorDelegator.py | 175 head, tail = item 176 self.tag_remove("SYNC", head, tail)
|
/external/python/cpython2/Tools/scripts/ |
fixcid.py | 130 head, tail = os.path.split(filename) 131 tempname = os.path.join(head, '@' + tail)
|
/external/python/cpython3/Lib/distutils/ |
bcppcompiler.py | 221 head, tail = os.path.split (output_filename) 222 modname, ext = os.path.splitext (tail)
|
/external/python/cpython3/Lib/idlelib/ |
colorizer.py | 232 head, tail = item 233 self.tag_remove("SYNC", head, tail)
|
/external/python/cpython3/Lib/test/ |
test_py_compile.py | 160 head, tail = os.path.split(cache_path) 163 os.path.join(penultimate_tail, tail),
|
/external/python/cpython3/Tools/scripts/ |
fixcid.py | 130 head, tail = os.path.split(filename) 131 tempname = os.path.join(head, '@' + tail)
|
/external/skia/src/core/ |
SkTLList.h | 77 /** Adds a new element to the list at the tail. */ 87 iterator refers to a nullptr location then the new element is added at the tail */ 106 /** Convenience methods for getting an iterator initialized to the head/tail of the list. */ 111 T* tail() { return Iter(*this, Iter::kTail_IterStart).get(); } function in class:SkTLList 113 const T* tail() const { return Iter(*this, Iter::kTail_IterStart).get(); } function in class:SkTLList 186 //!< Start the iterator at the tail of the list.
|
/external/skia/src/pathops/ |
SkOpContour.h | 358 SkAssertResult(segment->addCurveTo(segment->tail(), segment->head(), path)); 365 SkAssertResult(segment->addCurveTo(segment->head(), segment->tail(), path));
|
/external/skqp/src/core/ |
SkTLList.h | 77 /** Adds a new element to the list at the tail. */ 87 iterator refers to a nullptr location then the new element is added at the tail */ 106 /** Convenience methods for getting an iterator initialized to the head/tail of the list. */ 111 T* tail() { return Iter(*this, Iter::kTail_IterStart).get(); } function in class:SkTLList 113 const T* tail() const { return Iter(*this, Iter::kTail_IterStart).get(); } function in class:SkTLList 186 //!< Start the iterator at the tail of the list.
|