/frameworks/compile/mclinker/include/mcld/Script/ |
OutputFormatCmd.h | 40 const_iterator end() const { return m_FormatList.end(); } function in class:mcld::OutputFormatCmd 41 iterator end() { return m_FormatList.end(); } function in class:mcld::OutputFormatCmd
|
/frameworks/compile/mclinker/lib/LD/ |
MergedStringTable.cpp | 19 string_map_iterator it, end = m_StringMap.end(); local 21 for (it = m_StringMap.begin(); it != end; ++it) { 30 string_map_iterator it, end = m_StringMap.end(); local 31 for (it = m_StringMap.begin(); it != end; ++it) { 38 assert(m_StringMap.find(pStr) != m_StringMap.end());
|
/frameworks/rs/api/ |
Generator.cpp | 57 * end: 71 * end: 85 * end: 99 * end: 112 * end: 136 * end: 163 char* end; local 164 *maxApiLevel = strtol(argv[i], &end, 10); 165 if (*end != '\0') {
|
/frameworks/support/v4/java/android/support/v4/util/ |
DebugUtils.java | 34 int end = simpleName.lastIndexOf('.'); local 35 if (end > 0) { 36 simpleName = simpleName.substring(end+1);
|
/libcore/luni/src/main/java/java/util/regex/ |
MatchResult.java | 32 int end(); method in interface:MatchResult 38 int end(int group); method in interface:MatchResult
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
iterator_range.hpp | 33 typedef Last end; typedef in struct:boost::mpl::iterator_range
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ContactsDictionaryUtils.java | 33 int end; local 35 for (end = startIndex + 1; end < len; end += Character.charCount(cp)) { 36 cp = string.codePointAt(end); 42 return end;
|
/system/keymaster/ |
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...] |
/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())
|
/art/runtime/base/ |
iteration_range.h | 38 iterator end() const { return last_; } function in class:art::IterationRange
|
/art/runtime/gc/space/ |
bump_pointer_space-inl.h | 48 uint8_t* end = end_.LoadRelaxed(); local 49 if (end + num_bytes > growth_end_) { 52 mirror::Object* obj = reinterpret_cast<mirror::Object*>(end); 53 end_.StoreRelaxed(end + num_bytes);
|
/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;
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
_wcstod.h | 104 char *end; local 131 result = STRTOD_FUNC(buf, &end); 136 size = mbsnrtowcs(NULL, &s, end - buf, 0, &st);
|
/build/tools/fs_config/ |
fs_config_generate.c | 56 const struct fs_path_config *end; local 108 end = &android_device_dirs[sizeof(android_device_dirs) / sizeof(android_device_dirs[0])]; 111 end = &android_device_files[sizeof(android_device_files) / sizeof(android_device_files[0])]; 113 for(; (pc < end) && pc->prefix; pc++) {
|
/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/suite/cts/deviceTests/opengl/jni/primitive/ |
GLPrimitive.cpp | 64 // Records the end time. 65 double end = GLUtils::currentTimeMillis(); local 68 double times[] = {start, end};
|
/cts/tests/tests/animation/src/android/animation/cts/ |
FloatEvaluatorTest.java | 25 float end = 1.0f; local 28 float result = floatEvaluator.evaluate(fraction, start, end); 30 assertTrue(result <= (fraction*end));
|
IntEvaluatorTest.java | 25 final int end = 100; local 31 result = intEvaluator.evaluate(fraction, start, end); 39 assertTrue(result <= (fraction*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.
|