HomeSort by relevance Sort by last modified time
    Searched full:beginning (Results 476 - 500 of 3633) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c.h 32 * struct i2c_msg - an I2C transaction segment beginning with START
59 * @i2c_msg transaction segment, beginning with a (repeated) START.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
link.h 60 RT_ADD, /* Beginning to add a new object. */
61 RT_DELETE /* Beginning to remove an object mapping. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2c.h 32 * struct i2c_msg - an I2C transaction segment beginning with START
59 * @i2c_msg transaction segment, beginning with a (repeated) START.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlCharacterMatcher.java 143 * @return the offset of the beginning of the open tag
197 * @return the offset of the beginning of the closing tag
  /sdk/rule_api/src/com/android/ide/common/api/
IGraphics.java 54 * @param x1 The x coordinate of the beginning of the arrow
55 * @param y1 The y coordinate of the beginning of the arrow
  /external/chromium/googleurl/src/
url_canon_relative.cc 71 // consistent about URL paths beginning with slashes. This function is like
73 // beginning.
230 // It will return the index of the beginning of the next character in the
232 // there is no drive letter, the slash at the beginning of the path, or
302 // beginning so we can fix it up after we are done.
342 // Fix the path beginning to add back the "C:" we may have written above.
url_parse.cc 215 // components. The code below words from the end back to the beginning,
302 if (end_auth == spec_len) // No beginning of path found.
513 // to find the beginning of the filename.
540 // We assume the beginning of the input is the beginning of the "key" and we
633 // this and not found, so we always know the beginning of the ref is right.
  /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/icu4c/i18n/unicode/
usearch.h 338 * If the iteration has gone past the end of the text (or past the beginning
737 * When beginning a search, the initial starting position, startIdx,
740 * starting point will not supress a match beginning at startIdx.
    [all...]
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 63 * Beginning of speech detected.
71 * Beginning of utterance occured too soon.
79 * Timeout occured before beginning of utterance.
439 * Log the beginning of a new log session. A log session contains zero or more recognitions (transactions)
464 * @param bos Beginning of speech (seconds)
849 * Log the beginning of a new log session. A log session contains zero or more recognitions (transactions)
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
NEWS 314 yy_set_interactive() must be invoked prior to beginning to
323 beginning of a line (non-zero macro argument; makes '^' anchored
324 rules active) or not at the beginning of a line (zero argument,
328 starting at the beginning of a line has changed. It used to be
337 - The new beginning-of-line mechanism involved changing some fairly
479 at the beginning to help you find the section you need.
804 - Using the beginning-of-line operator ('^') is fairly
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 469 // Add the beginning timeline item
486 // Add a clip at the beginning of the movie.
648 // If the new media item has beginning and end transitions, add them.
652 // Account for the beginning and end views and the trim handles
677 // Now we can add clips by tapping the beginning view
710 } else { // Insert at the beginning
711 // If we have a transition at the beginning remove it
725 // If the new media item has beginning and end transitions add them
752 // Now we can add clips by tapping the beginning view
    [all...]
  /external/chromium/chrome/browser/importer/
mork_reader.cc 187 // Beginning of a key/value pair.
200 // Beginning of the value.
229 // We should start reading the next line at the beginning.
264 // This marks the beginning of a table section. There's a lot of
410 // Start parsing the next line at the beginning.
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 157 /// Create a location for the beginning of the declaration.
161 /// Create a location for the beginning of the statement.
176 /// Create a location for the beginning of the compound statement.
186 /// Create a location for the beginning of the enclosing declaration body.
187 /// Defaults to the beginning of the first statement in the declaration body.
  /external/elfutils/libdw/
libdw.h 467 /* Return true if record is for beginning of a statement. */
475 /* Return true if record is for beginning of a basic block. */
483 /* Return true if record is for beginning of epilogue. */
584 /* Get line number of beginning of given declaration. */
588 /* Get column number of beginning of given declaration. */
  /external/icu4c/common/unicode/
chariter.h 52 * the beginning of a code point, i.e., of its first code unit.
260 * // set to the third code point from the beginning
397 * Note that an iteration with next32PostInc(), beginning with,
461 * Sets the iterator to refer to the beginning of the code point
465 * The current position is adjusted to the beginning of the code point
uchriter.h 158 * Note that an iteration with next32PostInc(), beginning with,
204 * Sets the iterator to refer to the beginning of the code point
208 * The current position is adjusted to the beginning of the code point
  /external/llvm/include/llvm/MC/
MCStreamer.h 244 /// EmitDataRegion - Emit a label that marks the beginning of a data
250 /// EmitJumpTable8Region - Emit a label that marks the beginning of a
256 /// EmitJumpTable16Region - Emit a label that marks the beginning of a
262 /// EmitJumpTable32Region - Emit a label that marks the beginning of a
268 /// EmitCodeRegion - Emit a label that marks the beginning of a code
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLParser.h 136 if (authEnd == specLength) // No beginning of path found.
203 // components. The code below works from the end back to the beginning,
395 // to find the beginning of the filename.
418 // We assume the beginning of the input is the beginning of the "key"
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 141 * <tr> <td> ^ </td> <td>At beginning of line.</td> </tr>
143 * <tr> <td> \A </td> <td>At beginning of input.</td> </tr>
189 * <tr><td>{@code m}</td> <td>{@link #MULTILINE}</td> <td>allow {@code ^} and {@code $} to match beginning/end of any line</td></tr>
244 * the beginning and end of an input line, respectively. Normally, they
245 * match the beginning and the end of the complete input. Corresponds to {@code (?m)}.
  /bionic/libc/tzcode/
strptime.c 340 case 'U': /* The week of year, beginning on sunday. */
341 case 'W': /* The week of year, beginning on monday. */
353 case 'w': /* The day of week, beginning on sunday. */
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 459 * beginning the search at index, and testing for equality
499 * beginning the search at index, and testing for equality
514 * beginning the search at index, and testing for equality
  /external/bison/lib/
obstack.c 252 to the beginning of the new one. */
339 the beginning of the chunk but might be an empty object exactly
362 /* We use >= because there cannot be an object at the beginning of a chunk.
  /external/ipsec-tools/src/libipsec/
policy_parse.y 43 * indicate higher priority (towards beginning of list)
48 * beginning of the list,
232 actual value so that is closer to the beginning of the list */
  /external/libpcap/
wlan_filtering.patch 43 + * Load a value relative to the beginning of the link-layer header after the 802.11
45 + * The link-layer header doesn't necessarily begin at the beginning
176 * Load a value relative to the beginning of the specified header.

Completed in 1887 milliseconds

<<11121314151617181920>>