HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL (Results 201 - 225 of 278) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 294 mCause = DisconnectCause.LOCAL;
306 * to local tones
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 281 {dot}local { return LOCAL; }
  /external/chromium_org/v8/src/
scopes.cc 385 // There should be no local slot with the given name.
613 // Collect declared local variables.
805 case Variable::LOCAL:
806 PrintF("local[%d]", var->index());
873 Indent(n1, "// (local) function name: ");
918 Indent(n1, "// local vars:\n");
947 // Declare a new non-local.
    [all...]
prettyprinter.cc 1081 case Variable::LOCAL:
1082 SNPrintF(buf + pos, " local[%d]", var->index());
  /external/mesa3d/src/mesa/program/
program_lexer.l 281 {dot}local { return LOCAL; }
  /external/mksh/src/
var.c 168 * Used to calculate an array index for global()/local(). Sets *arrayp
170 * the basename of the array. May only be called from global()/local()
296 * Search for local variable, if not found create locally.
299 local(const char *n, bool copy) function
701 * lookup variable (according to (set&LOCAL)), set its attributes
833 /* prevent typeset from creating a local PATH/ENV/SHELL */
839 vp = (set & LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
861 set &= ~(LOCAL|LOCAL_COPY);
    [all...]
  /external/chromium_org/sync/engine/
sync_scheduler_impl.cc 129 return GetUpdatesCallerInfo::LOCAL;
359 << "Scheduling sync because of local change to "
373 << "Scheduling sync because of local refresh request for "
  /external/chromium_org/sync/sessions/
nudge_tracker_unittest.cc 100 // RETRY < LOCAL < DATATYPE_REFRESH < NOTIFICATION
110 // Track a local nudge.
112 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::LOCAL,
120 // Another local nudge will not be enough to change it.
131 // Neither local nudges nor refresh requests will override it.
340 // Record a local bookmark change. Verify it was registered correctly.
355 // Record a local refresh request. Verify it was registered correctly.
374 // Local changes.
404 // Local changes.
432 // A local change to sessions enables the flag
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressWidget.java 50 * Address widget that lays out address fields, validate and format addresses according to local
509 : ScriptType.LOCAL;
  /external/jpeg/
jdcolor.c 91 LOCAL(void)
jdmerge.c 100 LOCAL(void)
  /external/libnl/lib/route/
addr.c 31 * // local address will automatically set the address family and the
42 * // requirements. If none is set, it will equal the local address.
80 * // local nor peer address have been specified.
83 * // Specyfing the local address is optional but the best choice to delete
93 * // requirements. If none is set, it will equal the local address.
109 #include <netlink-local.h>
248 /* IPv6 sends the local address as IFA_ADDRESS with
492 diff |= ADDR_DIFF(LOCAL, nl_addr_cmp(a->a_local, b->a_local));
518 __ADD(ADDR_ATTR_LOCAL, local)
637 * - local address (rtnl_addr_set_local()
    [all...]
route_obj.c 33 #include <netlink-local.h>
196 PRINT_FLAG(LOCAL);
810 * 1) Local route -> local scope
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 89 LOCAL(void)
jdmerge.c 100 LOCAL(void)
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 37 infringing on user name space. This should be done even for local
268 LOCAL = 301,
376 #define LOCAL 301
688 local variables YYSIZE and YYSTACKSIZE give the old and new number of
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 925 return DisconnectCause.LOCAL;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 417 // All changes should be local, so no sync changes.
420 // Sync settings should have been pushed to local settings.
439 // Make storage1 initialised from local data, storage2 initialised from sync.
509 // Make storage1/2 initialised from local data, storage3/4 initialised from
551 // initial setting, for all combinations of local vs sync intialisation and
573 // initial setting, for all combinations of local vs sync intialisation and
849 // Local settings will have been pushed to sync, since it's empty (in this
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c     [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 192 // Possibly allocate a local context.
248 // Load this again, if it's used by the local context below.
723 // Adjust by a (parameter or local) base offset.
815 // local context.
830 case Variable::LOCAL:
891 case Variable::LOCAL: {
1485 Variable* local = var->local_if_not_shadowed(); local
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 249 // Load this again, if it's used by the local context below.
716 // Adjust by a (parameter or local) base offset.
809 // local context.
825 case Variable::LOCAL:
886 case Variable::LOCAL: {
1464 Variable* local = var->local_if_not_shadowed(); local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 185 // Possibly allocate a local context.
668 // Adjust by a (parameter or local) base offset.
755 // local context.
769 case Variable::LOCAL:
829 case Variable::LOCAL: {
912 case Variable::LOCAL:
1409 Variable* local = var->local_if_not_shadowed(); local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 201 // Possibly allocate a local context.
257 // Load this again, if it's used by the local context below.
714 // Adjust by a (parameter or local) base offset.
806 // local context.
821 case Variable::LOCAL:
883 case Variable::LOCAL: {
1466 Variable* local = var->local_if_not_shadowed(); local
    [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 198 // Possibly allocate a local context.
253 // Load this again, if it's used by the local context below.
710 // Adjust by a (parameter or local) base offset.
802 // local context.
817 case Variable::LOCAL:
879 case Variable::LOCAL: {
1461 Variable* local = var->local_if_not_shadowed(); local
    [all...]

Completed in 602 milliseconds

1 2 3 4 5 6 7 891011>>