HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 1076 - 1100 of 4892) sorted by null

<<41424344454647484950>>

  /dalvik/dx/src/com/android/dx/cf/code/
LocalVariableList.java 53 result.set(i, list1.get(i));
57 result.set(sz1 + i, list2.get(i));
84 Item item = descriptorList.get(i);
112 public Item get(int n) { method in class:LocalVariableList
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 113 finisher.add(suffix.get(i));
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 67 public IndexedItem get(Constant cst) { method in class:ClassDefsSection
75 IndexedItem result = classDefs.get(type);
122 if (classDefs.get(type) != null) {
159 ClassDefItem c = classDefs.get(type);
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 99 SsaInsn useInsn = useList.get(i);
138 RegisterSpec rs = sources.get(i);
159 RegisterSpec rs = sources.get(i);
180 sb.append(sources.get(i).toString());
SsaMethod.java 141 result.set(blocks.indexOfLabel(labelList.get(i)));
161 result.add(ropBlocks.indexOfLabel(labelList.get(i)));
183 = blocks.get(origEntryBlockIndex).insertNewPredecessor();
259 return blocks.get(entryBlockIndex);
274 return exitBlockIndex < 0 ? null : blocks.get(exitBlockIndex);
285 return blocks.get(bi).getRopLabel();
382 blockList.add(blocks.get(i));
474 useList[rl.get(i).getReg()].add(insn);
531 int reg = sources.get(i).getReg();
552 if (!useList[oldSources.get(i).getReg()].remove(insn))
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_CONST_STRING_JUMBO.S 31 movl rGLUE, %edx # get MterpGlue pointer
53 movl rGLUE, %edx # get MterpGlue pointer
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 52 Log.d(TAG, "\t" + shorten(extra) + " = " + bundle.get(extra));
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 63 InstrumentationInfo ii = mList.get(position);
91 bindView(view, mList.get(position));
178 "INSTRUMENTATION_STATUS_RESULT: " + key + "=" + results.get(key));
188 "INSTRUMENTATION_RESULT: " + key + "=" + results.get(key));
  /device/samsung/crespo/libstagefrighthw/
SecHardwareRenderer.cpp 60 CHECK(mISurface.get() != NULL);
98 if (ref.get() == NULL) {
126 if (mOverlay.get() != NULL) {
159 if (mOverlay.get() == NULL) {
  /external/apache-http/src/org/apache/http/impl/cookie/
AbstractCookieSpec.java 85 return this.attribHandlerMap.get(name);
  /external/apache-http/src/org/apache/http/protocol/
BasicHttpContext.java 66 obj = this.map.get(id);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERConstructedSet.java 35 this.addObject(v.get(i));
DERExternal.java 21 DERObject enc = vector.get(offset).getDERObject();
26 enc = vector.get(offset).getDERObject();
32 enc = vector.get(offset).getDERObject();
38 enc = vector.get(offset).getDERObject();
DERSequence.java 34 this.addObject(v.get(i));
  /external/chromium/base/
base_paths_posix.cc 45 if (PathService::Get(base::DIR_EXE, &path)) {
65 FilePath cache_dir(base::GetXDGDirectory(env.get(), "XDG_CACHE_HOME",
scoped_cftyperef.h 53 CFT get() const { function in class:scoped_cftyperef
  /external/chromium/net/socket/
client_socket_factory.cc 60 return Singleton<DefaultClientSocketFactory>::get();
client_socket_handle.cc 31 if (socket_.get()) {
36 // If we did not get initialized yet, so we've got a socket request pending.
  /external/chromium/net/tools/flip_server/
ring_buffer.h 94 const char* buffer() const { return buffer_.get(); }
  /external/clearsilver/ruby/lib/
neo.rb 35 def get name method in class:Clearsilver.Hdf
  /external/easymock/src/org/easymock/internal/
ArgumentToString.java 44 appendArgument(Array.get(value, i), buffer);
  /external/emma/core/java12/com/vladium/jcd/cls/
IConstantCollection.java 44 * get(nextIndex()) and avoiding index bound violation exceptions.
91 CONSTANT_info get (int index); method in interface:IConstantCollection
168 * an invalid slot index [see {@link #get(int)}]
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
SourceFileAttribute_info.java 45 return (CONSTANT_Utf8_info) cls.getConstants ().get (m_sourcefile_index);
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Class_info.java 58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
  /external/gtest/test/
gtest-param-test_test.cc 65 using ::std::tr1::get;
405 stream << "(" << get<0>(value) << ", " << get<1>(value) << ")";
412 stream << "(" << get<0>(value) << ", " << get<1>(value)
413 << ", "<< get<2>(value) << ")";
422 stream << "(" << get<0>(value) << ", " << get<1>(value)
423 << ", "<< get<2>(value) << ", " << get<3>(value
    [all...]

Completed in 1814 milliseconds

<<41424344454647484950>>