HomeSort by relevance Sort by last modified time
    Searched defs:end (Results 201 - 225 of 8801) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ValueSymbolTable.h 99 /// @brief Get an iterator to the end of the symbol table.
100 inline iterator end() { return vmap.end(); } function in class:llvm::ValueSymbolTable
102 /// @brief Get a const_iterator to the end of the symbol table.
103 inline const_iterator end() const { return vmap.end(); } function in class:llvm::ValueSymbolTable
137 } // end namespace llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
47 IteratorT end() const { return end_iterator; } function in class:llvm::iterator_range
64 return make_range(std::next(begin(t), n), end(t));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 38 ArrayType::Iterator end() const { return RVAs.end(); } function in class:llvm::codeview::final
63 } // end namespace codeview
65 } // end namespace llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ValueSymbolTable.h 99 /// @brief Get an iterator to the end of the symbol table.
100 inline iterator end() { return vmap.end(); } function in class:llvm::ValueSymbolTable
102 /// @brief Get a const_iterator to the end of the symbol table.
103 inline const_iterator end() const { return vmap.end(); } function in class:llvm::ValueSymbolTable
137 } // end namespace llvm
  /prebuilts/go/darwin-x86/src/
run.bat 46 goto end
51 :end label
  /prebuilts/go/linux-x86/src/
run.bat 46 goto end
51 :end label
  /system/chre/build/app_support/qcom_nanohub/
app_support_uimg.cc 43 void (*end)(void); member in struct:AppInfo
58 .end = (nanoappEnd),
  /system/chre/host/common/
fragmented_load_transaction.cc 40 size_t end = std::min(source.size(), start + size); local
44 source.begin() + start, source.begin() + end); // [start, end)
  /system/core/init/
builtin_arguments.h 33 auto end() const { return args.end(); } function in struct:android::init::BuiltinArguments
  /system/core/libmemunreachable/
ProcessMappings.h 26 uintptr_t end; member in struct:android::Mapping
  /system/keymaster/key_blob_utils/
auth_encrypted_key_blob.cpp 43 const uint8_t* end = key_blob->key_material + key_blob->key_material_size; local
46 buf = nonce.Serialize(buf, end);
47 buf = encrypted_key_material.Serialize(buf, end);
48 buf = tag.Serialize(buf, end);
49 buf = hw_enforced.Serialize(buf, end);
50 buf = sw_enforced.Serialize(buf, end);
64 const uint8_t* end = tmp + key_blob.key_material_size; local
69 if (!copy_from_buf(buf_ptr, end, nonce->peek_write(), OCB_NONCE_LENGTH) ||
70 !encrypted_key_material->Deserialize(buf_ptr, end) ||
71 !copy_from_buf(buf_ptr, end, tag->peek_write(), OCB_TAG_LENGTH) |
92 const uint8_t* end = tmp + key_blob.key_material_size; local
    [all...]
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
MeasureTime.java 39 long end = System.currentTimeMillis(); local
40 result[i] = end - start;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterTest.java 45 * java.util.zip.Inflater#end()
48 // test method of java.util.zip.inflater.end()
54 inflate.end();
64 i.end();
66 i.end();
91 inflate.end();
119 inflateDiction.end();
135 inflate.end();
174 deflate.end();
175 inflate.end();
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/
SizeTable.java 40 * contents and the 'end' method to end the table.
81 * contents and the 'end' method to end the table.
101 * End the currently active table.
103 static void end(Doc doc) { method in class:SizeTable
104 doc.end();
  /development/samples/Vault/src/com/example/android/vault/
SecretKeyWrapper.java 74 final Calendar end = new GregorianCalendar(); local
75 end.add(Calendar.YEAR, 100);
82 .setEndDate(end.getTime())
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterTest.java 47 deflater.end();
48 inflater.end();
70 inflater.end();
  /libcore/ojluni/src/main/java/java/util/stream/
DistinctOps.java 137 public void end() { method
140 downstream.end();
166 public void end() { method
168 downstream.end();
Sink.java 40 * {@code end()} method. After calling {@code end()}, you should not call
49 * it to the active state, and the {@code end()} method transitions it back into
94 * {@code begin()}, {@code end()}, and {@code cancellationRequested()} to
121 * before sending any data to the sink. After calling {@link #end()},
139 default void end() {} method in interface:Sink
238 * sinks. The {@code begin}, {@code end}, and
258 public void end() { method in class:Sink.ChainedReference
259 downstream.end();
270 * sinks. The {@code begin}, {@code end}, an
290 public void end() { method in class:Sink.ChainedInt
322 public void end() { method in class:Sink.ChainedLong
354 public void end() { method in class:Sink.ChainedDouble
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
PseudoEmergencyAnimator.java 46 end(); method
120 public void end() { method in class:PseudoEmergencyAnimator
122 pseudoEmergencyColorAnimator.end();
  /art/libartbase/base/
bit_vector-inl.h 84 inline BitVector::IndexIterator BitVector::IndexContainer::end() const { function in class:art::BitVector::IndexContainer
  /art/runtime/gc/space/
bump_pointer_space-inl.h 49 uint8_t* end = end_.LoadRelaxed(); local
50 if (end + num_bytes > growth_end_) {
53 mirror::Object* obj = reinterpret_cast<mirror::Object*>(end);
54 end_.StoreRelaxed(end + num_bytes);
bump_pointer_space-walk-inl.h 33 uint8_t* end = End(); local
60 end = main_end;
78 while (pos < end) {
84 CHECK_LE(reinterpret_cast<const uint8_t*>(end_obj), End());
86 // assume its the end. TODO: Have a thread update the header when it flushes the block?
  /art/test/004-InterfaceTest/src/
Main.java 29 long end = System.currentTimeMillis(); local
30 return (end - start);
40 long end = System.currentTimeMillis(); local
41 return (end - start);
  /art/test/028-array-write/src/
Main.java 27 static public void report(long start, long end) {
32 System.out.println("Finished in " + ((end - start) / 1000000.0)
42 long start, end; local
50 end = System.nanoTime();
52 report(start, end);
56 long start, end; local
68 end = System.nanoTime();
70 report(start, end);
  /art/test/053-wait-some/src/
Main.java 33 long start, end; local
54 end = System.currentTimeMillis();
56 long elapsed = end - start;

Completed in 565 milliseconds

1 2 3 4 5 6 7 891011>>