/external/chromium_org/third_party/sfntly/cpp/src/test/ |
cmap_iterator_test.cc | 105 beginning = bit_set->begin(), local 106 init_beginning = beginning, 107 current = std::find(beginning, end, true); 108 for (int32_t next_bit = current - beginning; 116 beginning = current + 1; 117 current = std::find(beginning, end, true);
|
/external/sfntly/cpp/src/test/ |
cmap_iterator_test.cc | 105 beginning = bit_set->begin(), local 106 init_beginning = beginning, 107 current = std::find(beginning, end, true); 108 for (int32_t next_bit = current - beginning; 116 beginning = current + 1; 117 current = std::find(beginning, end, true);
|
/external/srec/portable/src/ |
LCHAR.c | 28 size_t beginning, ending, len; local 32 /* locating first non-whitespace character from beginning */ 33 for (beginning = 0; beginning < len && LISSPACE(text[beginning]); ++beginning); 35 for (ending = len - 1; ending > beginning && LISSPACE(text[ending]); --ending); 37 if (beginning > 0 && beginning <= ending) 38 LMEMMOVE(text, text + beginning, ending - beginning + 1) [all...] |
PFileSystem.c | 67 const LCHAR* beginning; local 83 beginning = linear; 86 ending = LSTRCHR(beginning, L('/')); 88 ending = beginning + LSTRLEN(beginning); 89 value = MALLOC(sizeof(LCHAR) * (ending - beginning + 1 + 1), MTAG); 96 LSTRNCPY(value, beginning, ending - beginning + 1); 97 value[ending-beginning+1] = L('\0'); 111 beginning = ending + 1 [all...] |
/external/smali/util/src/main/java/ds/tree/ |
RadixTreeImpl.java | 451 String beginning = key.substring(0, i); local 455 return complete(ending, child, base + beginning);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetypes.py | 73 def beginning(of): function
|
/external/chromium_org/ui/views/controls/textfield/ |
native_textfield_views_unittest.cc | 690 // First left key is handled to move cursor left to the beginning. 733 // Send the cursor at the beginning. 736 // Ctrl+Right, then Ctrl+Left should move the cursor to the beginning of the 744 // Ctrl+Left to move the cursor to the beginning of the first word. 746 // Ctrl+Left again should move the cursor back to the very beginning. 861 // Check that dragging left selects the beginning of the string. 1846 const gfx::Point beginning = GetCursorBounds().origin(); local [all...] |
/external/srec/shared/src/ |
SessionTypeImpl.c | 1016 size_t size, pos, beginning; local 1024 /* Scan for beginning of next token */ 1029 /* Reached end of string while looking for beginning of next token */ 1032 beginning = pos; 1037 CHKLOG(rc, lstrtoi(text + beginning, &value, 10)); [all...] |
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | 474 LCHAR* beginning = source; local 478 for (; *beginning!=L('\0') && LISSPACE(*beginning); ++beginning); 479 if (*beginning==L('\0')) 482 if(*beginning == '\"') { 483 beginning++; 484 for (ending=beginning; *ending!=L('\0') && *ending!='\"'; ++ending); 488 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending); 490 if ((size_t) (ending-beginning) > *charsRead [all...] |
/external/srec/srec/test/SRecTestAudio/src/ |
SRecTestAudio.c | 474 LCHAR* beginning = source; local 478 for (; *beginning!=L('\0') && LISSPACE(*beginning); ++beginning); 479 if (*beginning==L('\0')) 482 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending); 483 if ((size_t) (ending-beginning) > *charsRead) 485 *charsRead = ending-beginning; 489 LSTRNCPY(target, beginning, ending-beginning); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | |
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | |
org.apache.jasper_5.5.17.v201004212143.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |