HomeSort by relevance Sort by last modified time
    Searched refs:ins (Results 51 - 75 of 186) sorted by null

1 23 4 5 6 7 8

  /external/llvm/test/MC/Mips/
mips64-alu-instructions.s 12 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d]
40 ins $19, $9, 6,7
  /external/eigen/bench/
BenchSparseUtil.h 90 mtl::matrix::inserter<MtlSparse> ins(dst);
93 ins[it.index()][j] = it.value();
  /external/grub/netboot/
linux-asm-io.h 95 extern void ins##s(unsigned short port, void * addr, unsigned long count); \
96 extern inline void ins##s(unsigned short port, void * addr, unsigned long count) \
97 { __asm__ __volatile__ ("cld ; rep ; ins" #s \
  /external/mockito/src/org/mockito/internal/
MockitoCore.java 172 List<Invocation> ins = invocationContainer.getInvocations(); local
173 for (Invocation in : ins) {
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 226 public void readConfiguration(InputStream ins) throws IOException {
228 super.readConfiguration(ins);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 2059 const char *ins; local
2089 const char *ins; local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 276 pANTLR3_INPUT_STREAM ins; local
281 ins = NULL;
294 ins = lexer->input;
295 is = ins->istream;
338 ex->line = ins->getLine (ins); /* Line number comes from stream */
339 ex->charPositionInLine = ins->getCharPositionInLine (ins); /* Line offset also comes from the stream */
341 ex->streamName = ins->fileName;
    [all...]
  /dalvik/vm/reflect/
Reflect.h 83 int dvmConvertArgument(DataObject* arg, ClassObject* type, s4* ins);
  /external/chromium_org/third_party/openssl/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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h 6 #include "tools/re2c/ins.h"
90 Ins *ins; member in struct:RegExp::__anon14572::__anon14573
119 void RegExp_compile(RegExp*, Char*, 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))
  /developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 579 InputStream ins = getContext().getResources().openRawResource(resId);
584 while ((size = ins.read(buffer, 0, 1024)) >= 0) {
587 ins.close();
  /developers/samples/android/content/documentsUi/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 579 InputStream ins = getContext().getResources().openRawResource(resId);
584 while ((size = ins.read(buffer, 0, 1024)) >= 0) {
587 ins.close();
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 579 InputStream ins = getContext().getResources().openRawResource(resId);
584 while ((size = ins.read(buffer, 0, 1024)) >= 0) {
587 ins.close();
  /libcore/harmony-tests/src/test/java/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/bison/build-aux/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium/sdch/open-vcdiff/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/sdch/open-vcdiff/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/third_party/libxml/src/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/third_party/opus/src/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/third_party/tcmalloc/vendor/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/elfutils/config/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libcap-ng/libcap-ng-0.7/
install-sh 348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
  /external/libexif/
install-sh 341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$

Completed in 1845 milliseconds

1 23 4 5 6 7 8