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

1 2 3 4 5 6 7 8 91011>>

  /art/tools/ahat/src/main/com/android/ahat/
Doc.java 56 * contents and the 'end' method to end the table.
69 * contents and the 'end' method to end the table.
84 * end().
94 * End the currently active table or description list.
96 void end(); method in interface:Doc
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Instances.java 54 int end = mInstances.size(); local
55 while (start < end) {
56 int mid = start + ((end - start) / 2);
62 end = mid;
  /bionic/libc/malloc_debug/
MapData.h 40 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len)
41 : start(start), end(end), offset(offset), name(name, name_len) {}
43 explicit MapEntry(uintptr_t pc) : start(pc), end(pc) {}
46 uintptr_t end; member in struct:MapEntry
55 bool operator()(const MapEntry* a, const MapEntry* b) const { return a->end <= b->start; }
  /bionic/tests/
sys_prctl_test.cpp 53 uintptr_t end; local
54 ASSERT_EQ(2, sscanf(lines[i].c_str(), "%" SCNxPTR "-%" SCNxPTR " ", &start, &end))
59 last_end = end;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
TextUtils.java 34 final Pattern end = Pattern.compile(extractionEndRegex); local
54 if (end.matcher(line).matches()) {
  /cts/suite/audio_quality/lib/src/task/
TaskSequential.cpp 57 std::list<TaskGeneric*>::iterator end = getChildren().end(); local
58 for (; i != end; i++) {
95 it = std::find(mAsyncTasks.begin(), mAsyncTasks.end(), task);
96 if (it != mAsyncTasks.end()) { // already queued
106 std::list<TaskAsync*>::iterator end = mAsyncTasks.end(); local
109 for (; i != end; i++) {
  /cts/tests/openglperf2/jni/primitive/
GLPrimitive.cpp 65 // Records the end time.
66 double end = GLUtils::currentTimeMillis(); local
69 double times[] = {start, end};
  /cts/tests/security/src/android/keystore/cts/
CertificateUtils.java 41 Date end = new Date(now + millisPerDay); local
54 end,
  /cts/tests/tests/os/jni/
android_os_cts_NoExecutePermissionTest.cpp 36 uintptr_t end; local
38 int scan = sscanf(line, "%" SCNxPTR "-%" SCNxPTR " %9s ", &start, &end, permissions);
39 if ((scan == 3) && (start <= address) && (address < end)) {
  /cts/tests/tests/os/src/android/os/cts/
SystemClockTest.java 28 long end = SystemClock.currentThreadTimeMillis(); local
29 assertFalse(end - 100 >= start);
37 long end = SystemClock.elapsedRealtime(); local
38 assertTrue(end - 100 >= start);
55 long end = SystemClock.currentThreadTimeMillis(); local
56 assertFalse(end - 100 >= start);
60 end = SystemClock.elapsedRealtime();
61 assertTrue(end - 100 >= start);
65 end = SystemClock.uptimeMillis();
66 assertTrue(end - 100 >= start)
74 long end = SystemClock.uptimeMillis(); local
    [all...]
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 64 long end = System.currentTimeMillis(); local
66 long startupTime = end - start;
  /dalvik/dx/tests/131-perf/
ClassGen.java 9 int end = 8024; local
16 end = Integer.parseInt(args[1]);
25 for (int file = start; file <= end; file++) {
34 pw.println(" boolean m" + method + "_" + (file%(end/2)) + "() {"
40 + "() \" + Clazz" + (end-file+1) + ".f1);");
  /dalvik/libdex/
DexCatch.cpp 68 u4 end = start + pTry->insnCount; local
70 if (address >= end) {
83 /* Get the handler offset just past the end of the one just iterated over.
DexOptData.cpp 28 * pointer into the given memory range (from start inclusive to end
31 static bool isValidPointer(const void* ptr, const void* start, const void* end)
33 return (ptr >= start) && (ptr < end) && (((uintptr_t) ptr & 7) == 0);
40 const u1* end = (const u1*) pOptHeader + local
45 return (u4) adler32(adler, start, end - start);
70 ALOGE("Unaligned opt data area end");
83 /* Process chunks until we see the end marker. */
  /development/vndk/tools/header-checker/header-abi-util/src/
collect_exported_headers.cpp 52 // Default construction - end of directory.
53 llvm::sys::fs::recursive_directory_iterator end; local
55 for ( ; walker != end; walker.increment(ec)) {
  /device/generic/goldfish/wifi/wifi_hal/
netlinkmessage.cpp 78 const uint8_t* end = mData.data() + mData.size(); local
84 while (attribute < end) {
88 // be greater than zero. If it doesn't we're going to end up looping
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
IndexRangeCache.h 39 int end; member in struct:IndexRange
52 int end);
80 size_t end = offset + count * glSizeof(type); local
83 if (end <= start_other) {
  /device/google/cuttlefish_common/common/libs/fs/
shared_select.h 42 iterator end() { return value_.end(); } function in class:cvd::SharedFDSet
44 const_iterator end() const { return value_.end(); } function in class:cvd::SharedFDSet
  /device/google/cuttlefish_common/host/libs/usbip/
device_pool.h 56 MapType::const_iterator end() const { return devices_.cend(); } function in class:vadb::usbip::DevicePool
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
mem.c 74 const char *end = dst; local
77 while (d != end)
  /device/linaro/bootloader/edk2/DuetPkg/
PostBuild.bat 69 goto end
79 goto end
83 :end label
  /device/linaro/bootloader/edk2/
edksetup.bat 115 goto end
144 if "%1"=="" goto end
165 goto end
167 :end label
  /device/linaro/hikey/l-loader/
gen_loader_hikey.py 20 # unsigned int l_loader_end; @ end of BL1 (without ns_bl1u)
74 # Record the end of loader & BL1. ns_bl1u won't be loaded by BootROM.
124 def end(self): member in class:generator
126 start,end = struct.unpack("ii", self.fp.read(8))
127 print "start: ", self.hex2(start), 'end: ', self.hex2(end)
128 end = start + self.p_loader_end
129 print "start: ", self.hex2(start), 'end: ', self.hex2(end)
131 byte = struct.pack('i', end)
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
LocalVariableNode.java 67 public Label end; field in class:LocalVariableNode
83 * @param end the last instruction corresponding to the scope of this local
92 final Label end,
99 this.end = end;
109 mv.visitLocalVariable(name, desc, signature, start, end, index);
TryCatchBlockNode.java 48 * End of the exception handler's scope (exclusive).
50 public Label end; field in class:TryCatchBlockNode
67 * @param end end of the exception handler's scope (exclusive).
75 final Label end,
80 this.end = end;
91 mv.visitTryCatchBlock(start, end, handler, type);

Completed in 757 milliseconds

1 2 3 4 5 6 7 8 91011>>