HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 1676 - 1700 of 10091) sorted by null

<<61626364656667686970>>

  /external/chromium_org/v8/src/
compilation-cache.h 138 // 2. The shared function info of the calling function.
142 // non-strict code even if the calling function is a strict mode function.
145 // 4. The start position of the calling scope.
  /external/expat/
Changes 38 - Fixed bugs #1515266, #1515600: The character data handler's calling
85 - Introduced an XMLCALL macro to control the calling
88 implementations in code compiled with a calling convention
  /external/icu4c/layoutex/layout/
plruns.h 155 * If the <code>pl_fontRuns</code> object was not created by calling
288 * If the <code>pl_valueRuns</code> object was not created by calling
420 * If the <code>pl_localeRuns</code> object was not created by calling
  /external/iptables/extensions/
Android.mk 28 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
91 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
154 # LOCAL_MODULE_CLASS must be defined before calling $(local-intermediates-dir)
  /external/iptables/iptables/
ip6tables-restore.c 198 DEBUGP("Calling commit\n");
203 DEBUGP("Not calling commit, testing\n");
437 DEBUGP("calling do_command6(%u, argv, &%s, handle):\n",
iptables-restore.c 204 DEBUGP("Calling commit\n");
209 DEBUGP("Not calling commit, testing\n");
442 DEBUGP("calling do_command4(%u, argv, &%s, handle):\n",
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 93 enforce this, however. Therefore, calling any non-get GL
178 disabled by calling Enable or Disable with <cap>
204 Calling any other command from within the callback results in
  /external/open-vcdiff/src/
encodetable.cc 176 VCD_DFATAL << "EncodeInstruction() called without calling Init()"
250 VCD_DFATAL << "VCDiffCodeTableWriter::Copy() called without calling Init()"
387 VCD_DFATAL << "Internal error: calling Init() to reset "
rolling_hash.h 76 // two bytes in the window. It is equivalent to calling
100 // than once. It is not thread-safe, but calling it from two different
112 " before calling RollingHash::Init()" << VCD_ENDL;
  /external/qemu/docs/
CHAR-DEVICES.TXT 138 to a CharDriverState (by calling qemu_chr_write() explicitely) and can also
170 Note also that calling qemu_chr_add_handler() on the CharBuffer will do the
196 iteration by calling the can_read/read functions of the corresponding user,
  /external/skia/include/core/
SkXfermode.h 77 * The same as calling xfermode->asCoeff(..), except that this also checks
146 * The same as calling xfermode->asMode(mode), except that this also checks
211 * The same as calling xfermode->asNewEffect(...), except that this also checks if the xfermode
  /external/skia/include/views/
SkEvent.h 71 * Set the target ID for this event. 0 means none. Calling this will
94 * Set the target ID for this event. NULL means none. Calling this will
226 all event methods have been called, and should be called before calling SkGraphics::Term().
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 108 * {@link AbstractThreadedSyncAdapter} by calling
121 * {@link AbstractThreadedSyncAdapter} by calling
222 * the provider for this sync before calling onPerformSync and releases it afterwards. Cancel
  /frameworks/base/core/java/android/content/res/
AssetFileDescriptor.java 152 * Convenience for calling <code>getParcelFileDescriptor().close()</code>.
197 * take care of calling {@link ParcelFileDescriptor#close
284 * take care of calling {@link ParcelFileDescriptor#close
  /frameworks/base/core/java/android/nfc/tech/
TagTechnology.java 27 * Obtain a {@link TagTechnology} implementation by calling the static method <code>get()</code>
170 * {@link IOException} by calling {@link #close} from another thread.
188 * {@link IOException} by calling {@link #close} from another thread.
  /frameworks/base/docs/html/training/notify-user/
navigation.jd 124 and create the {@link android.app.PendingIntent} by calling
179 Set the {@link android.app.Activity} to start in a new, empty task by calling
190 by calling {@link android.app.PendingIntent#getActivity getActivity()}.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProvider.java 34 * {@link MediaRouteProviderDescriptor} with information about each route by calling
45 * application process by calling {@link MediaRouter#addProvider MediaRouter.addProvider}
172 * occurs by calling {@link #setDiscoveryRequest} which posts a message to invoke
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 149 * calling custom methods in this class, and not via the ContentProvider interface.
161 * calling custom methods in this class, and not via the ContentProvider interface.
173 * calling custom methods in this class, and not via the ContentProvider interface.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 36 for multi-line output), calling self.found_terminator() on its
46 you - by calling your self.found_terminator() method.
118 # while calling self.collect_incoming_data. The while loop
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 36 for multi-line output), calling self.found_terminator() on its
46 you - by calling your self.found_terminator() method.
118 # while calling self.collect_incoming_data. The while loop
  /external/jpeg/
libjpeg.doc 11 The file example.c provides heavily commented skeleton code for calling the
135 The library emits compressed data by calling a "data destination manager",
157 The decompression library obtains compressed data by calling a data source
163 by calling jpeg_abort(); or, if you do not need to retain the JPEG object,
164 simply release it by calling jpeg_destroy().
256 variable in the calling routine, if a single routine is going to execute the
314 calling jpeg_start_compress() and jpeg_finish_compress().
337 calling jpeg_set_defaults(); then, if there are particular values you want
341 You must set in_color_space correctly before calling jpeg_set_defaults(),
344 jpeg_start_compress(). There's no harm in calling jpeg_set_defaults() mor
    [all...]
  /external/qemu/distrib/jpeg-6b/
libjpeg.doc 11 The file example.c provides heavily commented skeleton code for calling the
135 The library emits compressed data by calling a "data destination manager",
157 The decompression library obtains compressed data by calling a data source
163 by calling jpeg_abort(); or, if you do not need to retain the JPEG object,
164 simply release it by calling jpeg_destroy().
256 variable in the calling routine, if a single routine is going to execute the
314 calling jpeg_start_compress() and jpeg_finish_compress().
337 calling jpeg_set_defaults(); then, if there are particular values you want
341 You must set in_color_space correctly before calling jpeg_set_defaults(),
344 jpeg_start_compress(). There's no harm in calling jpeg_set_defaults() mor
    [all...]
  /art/compiler/dex/
dataflow_iterator.h 37 * is made through it with no changes. Note that calling Next(true) does not affect
  /art/runtime/base/
stl_util.h 59 // As an alternative to calling STLDeleteElements() directly, consider
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 63 // | arg3 | <- Calling JNI method's frame (and extra bit for out args)

Completed in 592 milliseconds

<<61626364656667686970>>