/external/libxml2/ |
error.c | 175 const xmlChar *cur, *base; local 180 if ((input == NULL) || (input->cur == NULL)) 183 cur = input->cur; 186 while ((cur > base) && ((*(cur) == '\n') || (*(cur) == '\r'))) { 187 cur--; 191 while ((n++ < (sizeof(content)-1)) && (cur > base) && 192 (*(cur) != '\n') && (*(cur) != '\r') 256 xmlParserInputPtr cur = NULL; local 685 xmlParserInputPtr cur = NULL; local 728 xmlParserInputPtr cur = NULL; local [all...] |
/frameworks/native/libs/ui/ |
Region.cpp | 235 const_iterator cur = begin(); local 237 while (cur != tail) { 238 if (y >= cur->top && y < cur->bottom && x >= cur->left && x < cur->right) { 241 cur++; 425 Rect* cur; member in class:android::Region::rasterizer 428 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() { 468 if (cur->top != rect.top) 516 const_iterator cur = reg.begin(); local [all...] |
/external/strace/ |
mem.c | 344 unsigned long n, cur, abbrev_end; local 355 for (cur = ptr; cur < end; cur += sizeof(long)) { 356 if (cur > ptr) 358 if (cur >= abbrev_end) { 362 if (umoven(tcp, cur, sizeof(n), &n) < 0) { 498 unsigned long cur, end, abbrev_end, entries; local 510 cur = tcp->u_arg[2]; 511 end = cur + (sizeof(int) * entries) [all...] |
/external/deqp/framework/delibs/dethread/win32/ |
deThreadWin32.c | 160 const SYSTEM_LOGICAL_PROCESSOR_INFORMATION* cur = src; local 164 while (((const deUint8*)cur - (const deUint8*)src) + sizeof(SYSTEM_LOGICAL_PROCESSOR_INFORMATION) <= numBytes) 166 if (cur->Relationship == RelationProcessorCore) 170 dst->numLogicalCores += dePop64(cur->ProcessorMask); 172 dst->numLogicalCores += dePop32(cur->ProcessorMask); 176 cur++;
|
/external/google-breakpad/src/common/ |
memory.h | 145 for (PageHeader *cur = last_; cur; cur = next) { 146 next = cur->next; 147 sys_munmap(cur, cur->num_pages * page_size_);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftinit.c | 201 const FT_Module_Class* const* cur; local 213 cur = (const FT_Module_Class* const*)FT_DEFAULT_MODULES_GET; 216 while ( *cur ) 218 error = FT_Add_Module( library, *cur ); 223 (*cur)->module_name, error )); 224 cur++;
|
/external/pdfium/third_party/freetype/src/base/ |
ftinit.c | 201 const FT_Module_Class* const* cur; local 213 cur = (const FT_Module_Class* const*)FT_DEFAULT_MODULES_GET; 216 while ( *cur ) 218 error = FT_Add_Module( library, *cur ); 223 (*cur)->module_name, error )); 224 cur++;
|
/frameworks/base/services/core/java/com/android/server/am/ |
RecentTasks.java | 397 TaskRecord cur = get(endIndex); local 399 + endIndex + " " + cur); 400 if (cur == top) { 402 if (cur.mNextAffiliate != null || cur.mNextAffiliateTaskId != INVALID_TASK_ID) { 410 if (cur.mNextAffiliate != prev 411 || cur.mNextAffiliateTaskId != prev.taskId) { 413 + ": middle task " + cur + " @" + endIndex 415 + cur.mNextAffiliate + " id " + cur.mNextAffiliateTaskI 472 TaskRecord cur = remove(i); local [all...] |
LaunchWarningWindow.java | 30 public LaunchWarningWindow(Context context, ActivityRecord cur, ActivityRecord next) { 51 icon.setImageDrawable(cur.info.applicationInfo.loadIcon(context.getPackageManager())); 54 cur.info.applicationInfo.loadLabel(context.getPackageManager()).toString()));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
profile.py | 114 self.cur is always a tuple. Each such tuple corresponds to a stack 115 frame that is currently active (self.cur[-2]). The following are the 127 subfunctions (this latter is tallied in cur[2]). 129 frame's function (this latter is tallied in cur[1]). 135 self.timings[]. The index is always the name stored in self.cur[-3]. 154 self.cur = None 262 # In the event handlers, the first 3 elements of self.cur are unpacked 265 # _pt self.cur[0] "parent time" time to be charged to parent frame 266 # _it self.cur[1] "internal time" time spent directly in the function 267 # _et self.cur[2] "external time" time spent in subfunction [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_resource.py | 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
profile.py | 114 self.cur is always a tuple. Each such tuple corresponds to a stack 115 frame that is currently active (self.cur[-2]). The following are the 127 subfunctions (this latter is tallied in cur[2]). 129 frame's function (this latter is tallied in cur[1]). 135 self.timings[]. The index is always the name stored in self.cur[-3]. 154 self.cur = None 262 # In the event handlers, the first 3 elements of self.cur are unpacked 265 # _pt self.cur[0] "parent time" time to be charged to parent frame 266 # _it self.cur[1] "internal time" time spent directly in the function 267 # _et self.cur[2] "external time" time spent in subfunction [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_resource.py | 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
profile.py | 114 self.cur is always a tuple. Each such tuple corresponds to a stack 115 frame that is currently active (self.cur[-2]). The following are the 127 subfunctions (this latter is tallied in cur[2]). 129 frame's function (this latter is tallied in cur[1]). 135 self.timings[]. The index is always the name stored in self.cur[-3]. 154 self.cur = None 262 # In the event handlers, the first 3 elements of self.cur are unpacked 265 # _pt self.cur[0] "parent time" time to be charged to parent frame 266 # _it self.cur[1] "internal time" time spent directly in the function 267 # _et self.cur[2] "external time" time spent in subfunction [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_resource.py | 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
profile.py | 114 self.cur is always a tuple. Each such tuple corresponds to a stack 115 frame that is currently active (self.cur[-2]). The following are the 127 subfunctions (this latter is tallied in cur[2]). 129 frame's function (this latter is tallied in cur[1]). 135 self.timings[]. The index is always the name stored in self.cur[-3]. 154 self.cur = None 262 # In the event handlers, the first 3 elements of self.cur are unpacked 265 # _pt self.cur[0] "parent time" time to be charged to parent frame 266 # _it self.cur[1] "internal time" time spent directly in the function 267 # _et self.cur[2] "external time" time spent in subfunction [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_resource.py | 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
PositionList.java | 74 SourcePosition cur = noInfo; local 90 if (pos.equals(noInfo) || pos.sameLine(cur)) { 98 cur = pos;
|
/dalvik/dx/src/com/android/dx/dex/code/ |
PositionList.java | 74 SourcePosition cur = noInfo; local 90 if (pos.equals(noInfo) || pos.sameLine(cur)) { 98 cur = pos;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_atomic_clang_other.h | 85 typename T::Type cur; local 87 cur = __sync_val_compare_and_swap(&a->val_dont_use, cmp, v); 90 cmp = cur;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
PositionList.java | 74 SourcePosition cur = noInfo; local 90 if (pos.equals(noInfo) || pos.sameLine(cur)) { 98 cur = pos;
|
/external/fio/lib/ |
prio_tree.h | 21 struct prio_tree_node *cur; member in struct:prio_tree_iter 37 iter->cur = NULL; 53 (ptr)->cur = NULL; \
|
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 128 struct certinfo head, *cur; local 137 cur = &head; 179 cur->ci_next = getnewci(type, keytag, algorithm, 181 if (!cur->ci_next) { 188 cur = cur->ci_next; 215 struct certinfo head, *cur; local 222 cur = &head; 318 cur->ci_next = getnewci(qtype, keytag, algorithm, 320 if (!cur->ci_next) [all...] |
/external/skia/tests/ |
LListTest.cpp | 70 ListElement* cur = iter.init(list, Iter::kHead_IterStart); local 71 for (int i = 0; cur; ++i, cur = iter.next()) { 72 REPORTER_ASSERT(reporter, cur->fID == 3-i); 75 cur = iter.init(list, Iter::kTail_IterStart); 76 for (int i = 0; cur; ++i, cur = iter.prev()) { 77 REPORTER_ASSERT(reporter, cur->fID == i); 111 cur = iter.init(list, Iter::kHead_IterStart); 112 for (int i = 0; cur; ++i, cur = iter.next()) [all...] |
/frameworks/base/core/java/android/app/ |
TabActivity.java | 69 String cur = state.getString("currentTab"); local 70 if (cur != null) { 71 mTabHost.setCurrentTabByTag(cur);
|