HomeSort by relevance Sort by last modified time
    Searched refs:where (Results 351 - 375 of 2398) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_bl_out_of_range.s 18 # Use 256-byte alignment so that we know where the stubs start.
thumb_blx_out_of_range.s 18 # Use 256-byte alignment so that we know where the stubs start.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
dso-3.s 2 ; definitions in the object where the symbols are defined. We
  /external/icu/icu4c/source/common/
rbbisetb.cpp 297 void RBBISetBuilder::serializeTrie(uint8_t *where) {
299 where, // Buffer
601 void RangeDescriptor::split(UChar32 where, UErrorCode &status) {
602 U_ASSERT(where>fStartChar && where<=fEndChar);
614 nr->fStartChar = where;
615 this->fEndChar = where-1;
  /external/python/cpython2/Lib/plat-mac/
FrameWork.py 221 (what, message, when, where, modifiers) = event
261 (what, message, when, where, modifiers) = event
262 partcode, wid = FindWindow(where)
307 (what, message, when, where, modifiers) = event
308 result = MenuSelect(where)
328 (what, message, when, where, modifiers) = event
329 if DEBUG: print "Mouse down at global:", where
348 (what, message, when, where, modifiers) = event
382 (what, message, when, where, modifiers) = event
392 (what, message, when, where, modifiers) = even
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 2222 Py_ssize_t where, n = Py_SIZE(self); local
2372 Py_ssize_t where = -1, n = Py_SIZE(self); local
2408 char *where; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
FrameWork.py 221 (what, message, when, where, modifiers) = event
261 (what, message, when, where, modifiers) = event
262 partcode, wid = FindWindow(where)
307 (what, message, when, where, modifiers) = event
308 result = MenuSelect(where)
328 (what, message, when, where, modifiers) = event
329 if DEBUG: print "Mouse down at global:", where
348 (what, message, when, where, modifiers) = event
382 (what, message, when, where, modifiers) = event
392 (what, message, when, where, modifiers) = even
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 221 (what, message, when, where, modifiers) = event
261 (what, message, when, where, modifiers) = event
262 partcode, wid = FindWindow(where)
307 (what, message, when, where, modifiers) = event
308 result = MenuSelect(where)
328 (what, message, when, where, modifiers) = event
329 if DEBUG: print "Mouse down at global:", where
348 (what, message, when, where, modifiers) = event
382 (what, message, when, where, modifiers) = event
392 (what, message, when, where, modifiers) = even
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 49 enum journal_location where; member in struct:journal_source
93 journal_source.where = JOURNAL_IS_INTERNAL;
205 journal_source.where = JOURNAL_IS_EXTERNAL;
233 journal_source.where = JOURNAL_IS_INTERNAL;
256 journal_source.where = JOURNAL_IS_EXTERNAL;
262 if (journal_source.where == JOURNAL_IS_INTERNAL)
285 if (source->where == JOURNAL_IS_EXTERNAL) {
599 static void show_indirect(FILE *out_file, const char *name, __u32 where)
601 if (where)
602 fprintf(out_file, "(%s): %u ", name, where);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBISetBuilder.java 67 void split(int where) {
68 Assert.assrt(where>fStartChar && where<=fEndChar);
73 nr.fStartChar = where;
74 this.fEndChar = where-1;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBISetBuilder.java 66 void split(int where) {
67 Assert.assrt(where>fStartChar && where<=fEndChar);
72 nr.fStartChar = where;
73 this.fEndChar = where-1;
  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /external/python/cpython3/Lib/tkinter/
dnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkdnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkdnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 459 char* where = strchr(cr,':');
460 while(where) {
461 where = strstr(where, meth->name);
462 if(where) {
463 if(where[-1] == ' ' && (where[meth_len] == ' ' || where[meth_len]==0)) {
466 where++;
471 if (!where)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
cache.c 215 to_kill->where = real_ftell ((FILE *) to_kill->iostream);
265 && real_fseek ((FILE *) abfd->iostream, abfd->where, SEEK_SET) != 0
281 return abfd->where;
390 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes)
397 nwrite = fwrite (where, 1, nbytes, f);
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 118 public char charAt(int where) {
120 if (where < 0) {
121 throw new IndexOutOfBoundsException("charAt: " + where + " < 0");
122 } else if (where >= len) {
123 throw new IndexOutOfBoundsException("charAt: " + where + " >= length " + len);
126 if (where >= mGapStart)
127 return mText[where + mGapLength];
129 return mText[where];
166 private void moveGapTo(int where) {
167 if (where == mGapStart
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-d10v.c 610 int i, where; local
621 where = f - frag_now->fr_literal;
623 where += 2;
629 where,
647 int i, where; local
666 where = f - frag_now->fr_literal;
668 where += 2;
679 where,
967 int i, j, where; local
1076 where = f - frag_now->fr_literal
1496 char *where; local
    [all...]
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 31 for %%X in (where.exe) do (set FOUND=%%~$PATH:X)
34 echo where.exe not found
35 echo This script requires Windows Vista or later, which includes where.exe.
39 where /q git.exe
48 where /q ndk-build.cmd
57 REM ensure where is working with below false test
58 REM where /q foo
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/
update_external_sources_android.bat 32 for %%X in (where.exe) do (set FOUND=%%~$PATH:X)
35 echo where.exe not found
36 echo This script requires Windows Vista or later, which includes where.exe.
40 where /q git.exe
49 where /q ndk-build.cmd
58 REM ensure where is working with below false test
59 REM where /q foo
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 305 public int delete(Uri uri, String where, String[] whereArgs) {
313 // If URI is main table, delete uses incoming where clause and args.
314 count = db.delete(MainTable.TABLE_NAME, where, whereArgs);
318 // incoming data, but modifies the where clause to restrict it to the
324 MainTable._ID + " = " + ContentUris.parseId(uri), where);
341 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) {
348 // If URI is main table, update uses incoming where clause and args.
349 count = db.update(MainTable.TABLE_NAME, values, where, whereArgs);
356 MainTable._ID + " = " + ContentUris.parseId(uri), where);
  /external/eigen/lapack/
clarfb.f 252 * where V1 is unit lower triangular.
256 * Form H * C or H**H * C where C = ( C1 )
315 * Form C * H or C * H**H where C = ( C1 C2 )
377 * where V2 is unit upper triangular.
381 * Form H * C or H**H * C where C = ( C1 )
444 * Form C * H or C * H**H where C = ( C1 C2 )
510 * where V1 is unit upper triangular.
514 * Form H * C or H**H * C where C = ( C1 )
575 * Form C * H or C * H**H where C = ( C1 C2 )
636 * where V2 is unit lower triangular
    [all...]

Completed in 1955 milliseconds

<<11121314151617181920>>