HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 401 - 425 of 2340) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/views/ime/
input_method_bridge.cc 227 void InputMethodBridge::ExtendSelectionAndDelete(size_t before, size_t after) {
230 client->ExtendSelectionAndDelete(before, after);
  /external/chromium_org/v8/test/preparser/
strict-octal-use-strict-before.js 29 // "use strict, before "use strict" directive.
  /external/freetype/src/autofit/
afhints.c 123 /* to appear before those in the major one in the list */
962 /* is the point before the first edge? */
1029 AF_Edge before = edges + min - 1; local
1033 /* assert( before && after && before != after ) */
1034 if ( before->scale == 0 )
1035 before->scale = FT_DivFix( after->pos - before->pos,
1036 after->fpos - before->fpos );
1038 u = before->pos + FT_MulFix( fu - before->fpos
    [all...]
afcjk.c 1980 AF_Edge before, after; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java 189 int before = processCalled;
192 assertEquals(before + 1, after); // default implementation pads and calls process()
  /external/oprofile/events/mips/20K/
events 11 event:0x5 counters:0 um:zero minimum:500 name:BRANCHES_MISSPREDICTED : Branches that mispredicted before completing execution
  /external/smali/baksmali/
Android.mk 26 #LOCAL_MODULE_CLASS and LOCAL_IS_HOST_MODULE must be defined before calling $(local-intermediates-dir)
  /external/v8/test/preparser/
strict-octal-use-strict-before.js 29 // "use strict, before "use strict" directive.
  /external/webrtc/
android-webrtc.mk 10 # Think again before changing it
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 245 protected void onTextChanged(CharSequence text, int start, int before, int after) {
246 super.onTextChanged(text, start, before, after);
  /frameworks/base/core/tests/coretests/
Android.mk 43 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 119 public void onTextChanged(CharSequence s, int start, int before, int count) {
239 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Security2Test.java 107 int before = table.get(key); local
108 table.put(key, before + 1);
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 186 int before = countLines(process); local
196 assertEquals(before, after);
  /ndk/tests/build/topological-sort/jni/
Android.mk 55 # IMPORTANT: foo must appear before bar here.
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 275 public void beforeTextChanged(CharSequence s, int start, int before, int after) {
278 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 73 final Entity before = iterator.next(); local
74 final EntityDelta entity = EntityDelta.fromBefore(before);
100 // No local entry before, so insert
110 * the "before" {@link Entity} states into the modified state which all
EntityDelta.java 82 * starting point; the "before" snapshot.
84 public static EntityDelta fromBefore(Entity before) {
86 entity.mValues = ValuesDelta.fromBefore(before.getEntityValues());
88 for (NamedContentValues namedValues : before.getSubValues()) {
96 * "before" state represented by this {@link EntityDelta}, discarding any
129 // No local entry before, so insert
247 // Requesting an "insert" entry, which has no "before"
345 * "before" state hasn't changed. This is maintained separately so that all
346 * asserts can take place before any updates occur.
366 * current "before" {@link Entity} state into the modified state which thi
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsEdit.java 147 /* save the word's information before this edit */
187 public void onTextChanged(CharSequence s, int start, int before, int count) {
203 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /sdk/files/
post_tools_install.bat 26 rem Grab current directory before we change it
  /external/linux-tools-perf/util/
map.c 413 struct map *before = map__clone(pos); local
415 if (before == NULL) {
420 before->end = map->start - 1;
421 map_groups__insert(self, before);
423 map__fprintf(before, fp);
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 1975 AF_Edge before, after; local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java 180 final RawContact before = new RawContact(contact); local
182 before.addDataItemValues(values);
184 return RawContactDelta.fromBefore(before);
445 // Build "before" that has empty row
447 final ContentValues before = new ContentValues(); local
448 before.put(Data._ID, TEST_ID);
449 before.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
450 state.addEntry(ValuesDelta.fromBefore(before));
469 // Build "before" that has row with some phone number
470 final ContentValues before = new ContentValues() local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 157 // The test string is unescaped before use.
1137 before = UTEXT_INITIALIZER, local
1185 before = UTEXT_INITIALIZER, local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 79 long integers (before protocol 2, the only ways to pickle a Python long
99 "text mode" before Python 2.3. The entire pickle bytestream is made up of
105 "binary mode" before Python 2.3. This added many opcodes with arguments
141 as describing unpickling in Python 2.2 and before.
841 # what the stack looks like before this opcode runs; a list
    [all...]

Completed in 481 milliseconds

<<11121314151617181920>>