Searched defs:beginning (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/cython/src/Tools/
H A Dcython-mode.el90 (defalias 'cython-beginning-of-statement
93 ((fboundp 'py-beginning-of-statement)
94 'py-beginning-of-statement)
96 ((fboundp 'python-beginning-of-statement)
97 'python-beginning-of-statement)
99 ((fboundp 'python-nav-beginning-of-statement)
100 'python-nav-beginning-of-statement)
101 (t (error "Couldn't find implementation for `cython-beginning-of-statement'"))))
103 (defalias 'cython-beginning-of-block
106 ((fboundp 'py-beginning
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dcmap_iterator_test.cc105 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/
H A Dcmap_iterator_test.cc105 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/
H A DLCHAR.c28 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, endin
[all...]
H A DPFileSystem.c67 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
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_vp8.cc141 // in the beginning of the partition.
220 // Read P bit from payload header (only at beginning of first partition).
380 bool beginning = true; local
399 if (remaining_in_partition == 0 && !(beginning && separate_first_)) {
429 beginning = false; // Next packet cannot be first packet in frame.
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dsession_info.cc363 bool beginning = local
367 bool packet_loss_found = (!beginning && !InSequence(it, prev_it));
369 (beginning && current_partition_id != partition_id)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferencePage.java258 createLabel(compositeResultsDimensions, "Results dimensions: ", true/*beginning*/);
313 * @param beginning TODO
316 private Label createLabel(Composite parent, String text, boolean beginning) { argument
321 data.verticalAlignment = beginning ? GridData.BEGINNING : GridData.CENTER;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc699 // Send the cursor at the beginning.
702 // Ctrl+Right, then Ctrl+Left should move the cursor to the beginning of the
710 // Ctrl+Left to move the cursor to the beginning of the first word.
712 // Ctrl+Left again should move the cursor back to the very beginning.
828 // Check that dragging left selects the beginning of the string.
1798 const gfx::Point beginning = GetCursorBounds().origin(); local
1810 // Drag the mouse to the beginning of the textfield.
1811 ui::MouseEvent drag_event(ui::ET_MOUSE_DRAGGED, beginning, beginning,
/external/srec/shared/src/
H A DSessionTypeImpl.c1016 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));
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c474 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) > *charsRea
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c474 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/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 329 milliseconds