HomeSort by relevance Sort by last modified time
    Searched full:ending (Results 51 - 75 of 1013) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.def 108 /* Branch ending with return constant is probably not taken. */
111 /* Branch ending with return negative constant is probably not taken. */
114 /* Branch ending with return; is probably not taken */
  /external/chromium/chrome/browser/extensions/
extension_i18n_api.cc 46 // ending with ','.
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.h 49 virtual void OnEndSession(BOOL ending, UINT logoff) OVERRIDE;
  /external/chromium/net/base/
dns_util.h 29 // Returns the hostname by trimming the ending dot, if one exists.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnClassifier.h 71 // Classifies the given cubic bezier curve starting at c0, ending
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextWin.cpp 65 // Remove the ending '\' (necessary to have CFNetwork find the Cache file).
  /frameworks/base/core/java/android/animation/
ArgbEvaluator.java 31 * @param fraction The fraction from the starting to the ending values
  /frameworks/base/core/java/android/view/animation/
AlphaAnimation.java 56 * @param toAlpha Ending alpha value for the animation.
  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 30 * with 0 and ending with 1.0. If the values are not
  /frameworks/compile/libbcc/include/bcc/
bcc_mccache.h 83 size_t length; /* String length, without ending '\0' */
  /ndk/build/awk/
extract-pid.awk 51 # because the output of "adb shell <cmd>" seems to use \r\n line ending.
  /ndk/build/core/
prebuilt-library.mk 34 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_SRC_FILES should point to a file ending with "$(LOCAL_PREBUILT_SUFFIX)")
  /dalvik/vm/interp/
Jit.h 51 const u2* endPC; /* ending pc of jitted region */
57 const void* endShadowFP; /* ending fp in shadow space */
  /external/chromium/chrome/browser/autofill/
name_field.cc 92 // The ".*first$" matches fields ending in "first" (example in sample8.html).
110 // The ".*last$" matches fields ending in "last" (example in sample8.html).
  /external/icu4c/common/unicode/
urep.h 98 * @param limit the ending index of the text to be replaced,
140 * @param limit the ending index of the text to be copied,
  /external/icu4c/i18n/unicode/
udateintervalformat.h 149 * The ending point of the range.
157 * the beginning and ending indices of field number position->field,
  /external/javassist/src/main/javassist/
URLClassPath.java 54 * @param directory directory name ending with "/".
124 * @param directory directory name ending with "/".
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetKey.java 60 //workaround for filenames ending with xml and another dot ending before that (my.mesh.xml)
  /external/qemu/memcheck/
memcheck_mmrange_map.h 74 * end - Ending address of a mapping range.
88 * end - Ending address of a mapping range.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-210682.js 38 * SUMMARY: testing line ending with |continue| and only terminated by a CR
47 var summary = 'testing line ending with |continue| and only terminated by CR';
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTransaction.java 59 * that up itself), so we should do an extra check before ending transactions.
157 * Completes the transaction, ending the DB transactions for all associated databases.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimDescriptors.java 112 + "any of the following three formats: values from -100 to 100 ending "
114 + "-100 to 100 ending in \"%p\", indicating a percentage relative to its "
  /external/srec/shared/src/
SessionTypeImpl.c 849 LCHAR* ending; local
907 ending = LSTRCHR(line, '=');
908 if (ending == NULL)
913 *ending = L('\0');
914 value = ending + 1;
920 ending = LSTRCHR(value, L(';'));
921 if (ending != NULL)
922 *ending = L('\0');
925 ending = LSTRCHR(value, L('\n'));
926 if (ending != NULL
    [all...]
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 147 * the daylight savings ending month. The month indexing is 0-based. eg, 0 for
150 * the daylight savings ending day-of-week-in-month. Please see
153 * the daylight savings ending day-of-week. Please see the member
156 * the daylight savings ending time in local wall time, which is
194 * the daylight savings ending month. Month is 0-based. eg, 0 for
197 * the daylight savings ending day-of-week-in-month. Please see
200 * the daylight savings ending day-of-week. Please see the description of
203 * the daylight savings ending time in local wall time, which is
256 * the daylight savings ending month. The month indexing is 0-based. eg, 0 for
259 * the daylight savings ending day-of-week. Please see the description o
    [all...]
  /external/chromium/base/i18n/
rtl_unittest.cc 127 // Test path ending with punctuation, such as "c:\(foo)\bar.".
129 // Test path ending with separator, such as "c:\foo\bar\".
135 // Test path with mixed RTL/LTR directory names and ending with punctuation.

Completed in 877 milliseconds

1 23 4 5 6 7 8 91011>>