HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 501 - 525 of 551) sorted by null

<<212223

  /external/chromium_org/remoting/webapp/
client_session.js 891 /** @param {string} localJid Local JID. */
897 /** @param {string} localJid Local JID.
911 * @param {string} localJid Local JID.
    [all...]
client_plugin.js 452 * @param {string} localJid Local jid.
  /external/chromium_org/v8/src/
d8.js 85 Local: 1,
    [all...]
mirror-debugger.js 190 Local: 1,
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_contents.js 431 * directory contents shown: basic directory, drive search results, local search
532 * @return {boolean} True if search results (drive or local).
773 * Local File System.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_util.js 668 * @param {string} name Local name.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 668 * @param {string} name Local name.
  /external/libunwind/doc/
libunwind.tex 64 \section{Local Unwinding}
67 within a running program. This is called \emph{local} unwinding. Say
121 useful for implementing non-local gotos and the exception handling
127 Normally, \Prog{libunwind} supports both local and remote unwinding
129 tell libunwind that your program only needs local unwinding, then a
135 employ both local-only and generic unwinding. That is, whether or not
195 unwinding works exactly like in the local case. That is, you can use
229 Note that, by definition, local unwinding is possible only for the
248 any routine that may be needed for \emph{local} unwinding is
249 signal-safe (e.g., \Func{unw\_step}() for local unwinding i
    [all...]
  /external/chromium_org/extensions/renderer/
dispatcher.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_text.c 1210 if (str_match_nocase_whole(&cur, "LOCAL")) {
1211 decl.Declaration.Local = 1;
    [all...]
tgsi_ureg.c 535 boolean local )
544 if (util_bitmask_get(ureg->local_temps, i) == local)
555 if (local)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
slide_mode.js 1016 * Local storage key for the 'Overwrite original' setting.
1022 * Local storage key for the number of times that
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 1016 * Local storage key for the 'Overwrite original' setting.
1022 * Local storage key for the number of times that
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 1210 if (str_match_nocase_whole(&cur, "LOCAL")) {
1211 decl.Declaration.Local = 1;
    [all...]
tgsi_ureg.c 535 boolean local )
544 if (util_bitmask_get(ureg->local_temps, i) == local)
555 if (local)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
pa-risc2.s 88 ; Local register definitions
    [all...]
pa-risc2W.s 80 ; Local register definitions
    [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 88 ; Local register definitions
    [all...]
pa-risc2W.s 80 ; Local register definitions
    [all...]
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 37 ; Local changes for libyuv:
113 ; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 722 [14:02:29] EAS Parser| FolderDisplayName: Local Failures
    [all...]
FolderSyncParserTest2.txt 722 [14:02:29] EAS Parser| FolderDisplayName: Local Failures
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1677 milliseconds

<<212223