HomeSort by relevance Sort by last modified time
    Searched defs:ins (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 29 int[] ins = new int[width]; local
46 ins[j] = i + j;
52 p.insertAt(at, ins);
  /libcore/luni/src/test/java/tests/sql/
StatementTest.java 1782 InsertThread ins = new InsertThread((PreparedStatement)st); local
    [all...]
  /dalvik/vm/interp/
Stack.c 208 * the stack that has no ins, outs, or locals, and no break frame above it.
400 * Push a call frame on. If there isn't enough room for ins, locals,
453 u4* ins; local
459 /* "ins" for new frame start at frame pointer plus locals */
460 ins = ((u4*)self->curFrame) + (method->registersSize - method->insSize);
462 //LOGD(" FP is %p, INs live at >= %p\n", self->curFrame, ins);
469 *ins++ = (u4) obj;
478 memcpy(ins, &val, 8); // EABI prevents direct store
479 ins += 2
557 u4* ins; local
658 s4* ins; local
    [all...]
  /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/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))
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ChannelsTest.java 201 InputStream ins = Channels.newInputStream(rbChannel); local
202 assertNotNull(ins);
203 assertEquals(0, ins.available());
    [all...]
  /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/libxml2/
relaxng.c 7200 xmlNodePtr child, ins, tmp; local
    [all...]
  /external/v8/src/
jsregexp.cc 4679 ZoneSplayTree<Config>::Locator ins; local
4690 ZoneSplayTree<Config>::Locator ins; local
4710 ZoneSplayTree<Config>::Locator ins; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/sqlite/dist/
sqlite3.c 43082 int ins; \/* Index in data[] where new cell pointer is inserted *\/ local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 437 milliseconds