HomeSort by relevance Sort by last modified time
    Searched full:ending (Results 201 - 225 of 1014) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/QuickSearchBox/res/values/
strings.xml 104 <!-- Ending quotation marks of the voice search hint -->
  /packages/inputmethods/PinyinIME/jni/include/
searchutility.h 89 // The step number for the current extension. It is also the ending position
  /pdk/build/
pdk_utils.py 93 exluding subdirs ending with dir_exlusion_filter in name
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
search.h 81 have reentrant counterparts ending with _r. The non-reentrant
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 81 have reentrant counterparts ending with _r. The non-reentrant
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
search.h 81 have reentrant counterparts ending with _r. The non-reentrant
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 131 * @param end ending call index
  /external/icu4c/i18n/
simpletz.cpp 340 * Sets the daylight savings ending rule. For example, in the U.S., Daylight
347 * @param month the daylight savings ending month. Month is 0-based.
349 * @param dayOfWeekInMonth the daylight savings ending
351 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
353 * @param time the daylight savings ending time. Please see the member
472 // Compare the date to the starting and ending rules.+1 = date>rule, -1
    [all...]
dtitvinf.cpp 461 // resource bundle only have time skeletons ending with 'v',
462 // but not for time skeletons ending with 'z'.
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 475 LCHAR* ending; local
482 for (ending=beginning; *ending!=L('\0') && !LISSPACE(*ending); ++ending);
483 if ((size_t) (ending-beginning) > *charsRead)
485 *charsRead = ending-beginning;
488 *charsRead = ending-source;
489 LSTRNCPY(target, beginning, ending-beginning);
490 target[ending-beginning] = L('\0')
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 549 * Evaluates a block of instructions, starting at the given offset and ending
586 * Evaluates a block of instructions, starting at the given offset and ending
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 392 * the beginning and ending indices of field number position->field, if such
421 * the beginning and ending indices of field number position->field, if such
450 * the beginning and ending indices of field number position->field, if such
483 * the beginning and ending indices of field number position->field, if such
514 * position->endIndex indicate the beginning and ending indices of
709 * This function is useful for determining the loop ending condition for
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 238 /// A variable number of bits to add to the set, ending in -1 (impossible bit).
302 /// A variable number of bits to add to the set, ending in -1 (impossible bit).
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/
background.html 307 "Ending current test.");
324 "Ending current test.");
  /external/chromium/googleurl/src/
url_parse.h 83 // Helper that returns a component created with the given begin and ending
84 // points. The ending point is non-inclusive.
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 179 /// Detect the likely line ending style of \p FromFile by examining the first
194 /// Writes out bytes from \p FromFile, starting at \p NextToWrite and ending at
  /external/e2fsprogs/ext2ed/
file_com.c 472 wprintw (command_win,"Error - Ending offset outside block, only partial string changed\n");
488 wprintw (command_win,"Error - Ending offset outside block, only partial string changed\n");
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 296 * know the ending context of the included template. However, there is one exception where auto
297 * escaping will allow a different ending context: if the included template is a URI attribute
  /external/llvm/include/llvm/Support/
PathV2.h 253 /// substring of filename ending at (but not including) the last dot. Otherwise
271 /// substring of filename starting at (and including) the last dot, and ending
  /external/protobuf/src/google/protobuf/compiler/
parser.h 131 // ending after the closing '}' is encountered and consumed, or at EOF.
225 // the beginning and ending brace.
  /external/replicaisland/src/com/replica/replicaisland/
Game.java 542 public void setLastEnding(int ending) {
543 BaseObject.sSystemRegistry.eventRecorder.setLastEnding(ending);
  /external/webkit/Source/WebCore/editing/
InsertParagraphSeparatorCommand.cpp 268 // find ending selection position easily before inserting the paragraph
280 // In this case, we need to set the new ending selection.
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 274 Return the character (\n or EOF) ending the line. */
301 ending in [.?!]["')\]]* and followed by end-of-line or at least two
  /system/core/toolbox/cp/
cp.c 382 * concatentation for paths ending in "..", e.g.
384 * Paths ending in ".." are changed to ".". This is
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 169 // Delete the ending space

Completed in 1158 milliseconds

1 2 3 4 5 6 7 891011>>