/external/freetype/src/truetype/ |
ttinterp.h | 152 /* increment IP after ins. exec */ 164 FT_UInt maxIDefs; /* maximum number of ins defs */ 282 TT_Size ins );
|
/external/openssl/crypto/des/ |
des.c | 131 struct stat ins,outs; local 266 (stat(in,&ins) != -1) && 268 (ins.st_dev == outs.st_dev) && 269 (ins.st_ino == outs.st_ino))
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLModElement02.js | 80 Retrieve the dateTime attribute of the INS element and examine its value. 99 nodeList = doc.getElementsByTagName("ins");
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLModElement02.js | 80 Retrieve the dateTime attribute of the INS element and examine its value. 99 nodeList = doc.getElementsByTagName("ins");
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
ChannelsTest.java | 177 InputStream ins = Channels.newInputStream(rbChannel); local 178 assertNotNull(ins); 179 assertEquals(0, ins.available());
|
/external/bluetooth/glib/gio/tests/ |
live-g-file.c | 387 GFileInputStream *ins; local 446 ins = g_file_read (child, NULL, &error); 447 g_assert (ins != NULL); 457 g_input_stream_read (G_INPUT_STREAM (ins), buffer + total_read, 467 res = g_input_stream_close (G_INPUT_STREAM (ins), NULL, &error); 474 g_object_unref (ins); [all...] |
/external/chromium/sdch/open-vcdiff/ |
install-sh | 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
/external/libpng/ |
install-sh | 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
/external/pcre/ |
install-sh | 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
/external/protobuf/gtest/build-aux/ |
install-sh | 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
/external/protobuf/ |
install-sh | 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
/external/valgrind/main/ |
install-sh | 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
install-sh | 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
/external/kernel-headers/original/asm-x86/ |
io_32.h | 337 static inline void ins##bwl(int port, void *addr, unsigned long count) { \ 338 __asm__ __volatile__("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); \
|
/external/chromium/sdch/open-vcdiff/src/ |
gflags.cc | 684 pair<FlagIterator, bool> ins = local 686 if (ins.second == false) { // means the name was already in the map 687 if (strcmp(ins.first->second->filename(), flag->filename()) != 0) { 691 ins.first->second->filename(), [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 934 public void readConfiguration(InputStream ins) throws IOException { [all...] |
/frameworks/base/core/java/android/webkit/ |
BrowserFrame.java | 955 InputStream ins = res.openRawResource( local [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldStatementTest.java | 1269 InsertThread ins = new InsertThread((PreparedStatement)st); local [all...] |
/external/v8/src/ |
jsregexp.cc | 4814 ZoneSplayTree<Config>::Locator ins; local 4825 ZoneSplayTree<Config>::Locator ins; local 4845 ZoneSplayTree<Config>::Locator ins; local [all...] |
/prebuilt/common/jfreechart/ |
jcommon-1.0.12.jar | |
/external/javassist/src/main/javassist/ |
CtClassType.java | 92 CtClassType(InputStream ins, ClassPool cp) throws IOException { 94 classfile = new ClassFile(new DataInputStream(ins)); [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 402 $block_tags_a_re = 'ins|del'; [all...] |
/external/webkit/Source/WebCore/css/ |
html.css | 751 u, ins {
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 420 #define INS_L CHOICE(insl, insl, _LTOG ins) 421 #define INS_W CHOICE(insw, insw, _WTOG ins) [all...] |
/external/libxml2/ |
relaxng.c | 7200 xmlNodePtr child, ins, tmp; local [all...] |