HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL (Results 151 - 175 of 226) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/sync/engine/
sync_scheduler_impl.cc 115 return GetUpdatesCallerInfo::LOCAL;
367 << "Scheduling sync because of local change to "
382 << "Scheduling sync because of local refresh request for "
  /external/jpeg/
jdphuff.c 13 * into local working storage, and update them back to the permanent
59 /* These fields are loaded into local variables at start of each MCU.
65 /* These fields are NOT loaded into local working state. */
226 LOCAL(boolean)
jdcolor.c 91 LOCAL(void)
jdmerge.c 100 LOCAL(void)
  /external/qemu/distrib/jpeg-6b/
jdphuff.c 13 * into local working storage, and update them back to the permanent
59 /* These fields are loaded into local variables at start of each MCU.
65 /* These fields are NOT loaded into local working state. */
230 LOCAL(boolean)
jdcolor.c 89 LOCAL(void)
jdmerge.c 100 LOCAL(void)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 323 mCause = DisconnectCause.LOCAL;
335 * 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 375 // There should be no local slot with the given name.
596 // Collect declared local variables.
789 case Variable::LOCAL:
790 PrintF("local[%d]", var->index());
851 Indent(n1, "// (local) function name: ");
896 Indent(n1, "// local vars:\n");
925 // Declare a new non-local.
1023 // gave up on it (e.g. by encountering a local with the same in the outer
    [all...]
prettyprinter.cc 1043 case Variable::LOCAL:
1044 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 165 * Used to calculate an array index for global()/local(). Sets *arrayp
290 * Search for local variable, if not found create locally.
293 local(const char *n, bool copy) function
692 * lookup variable (according to (set&LOCAL)), set its attributes
783 /* prevent typeset from creating a local PATH/ENV/SHELL */
788 vp = (set&LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
810 set &= ~(LOCAL|LOCAL_COPY);
1425 /* to get local array, use "local foo; set -A foo" *
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 860 return DisconnectCause.LOCAL;
929 * case 2) Ringing call is disconnected by local or remote user
    [all...]
  /external/chromium_org/sync/sessions/
nudge_tracker_unittest.cc 96 // RETRY < LOCAL < DATATYPE_REFRESH < NOTIFICATION
106 // Track a local nudge.
108 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::LOCAL,
116 // Another local nudge will not be enough to change it.
128 // Neither local nudges nor refresh requests will override it.
362 // Record a local bookmark change. Verify it was registered correctly.
377 // Record a local refresh request. Verify it was registered correctly.
390 // Local changes.
415 // Local changes.
444 // 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
486 : ScriptType.LOCAL;
  /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
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 679 removeCall(call, new DisconnectCause(DisconnectCause.LOCAL));
    [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...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 248 // Load this again, if it's used by the local context below.
715 // Adjust by a (parameter or local) base offset.
808 // local context.
824 case Variable::LOCAL:
885 case Variable::LOCAL: {
1447 Variable* local = var->local_if_not_shadowed(); local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 183 // Possibly allocate a local context.
688 // Adjust by a (parameter or local) base offset.
775 // local context.
790 case Variable::LOCAL:
850 case Variable::LOCAL: {
934 case Variable::LOCAL:
1427 Variable* local = var->local_if_not_shadowed(); local
    [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 191 // Possibly allocate a local context.
247 // Load this again, if it's used by the local context below.
699 // Adjust by a (parameter or local) base offset.
791 // local context.
806 case Variable::LOCAL:
867 case Variable::LOCAL: {
954 case Variable::LOCAL:
1446 Variable* local = var->local_if_not_shadowed(); local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 184 // Possibly allocate a local context.
667 // Adjust by a (parameter or local) base offset.
754 // local context.
768 case Variable::LOCAL:
828 case Variable::LOCAL: {
911 case Variable::LOCAL:
1393 Variable* local = var->local_if_not_shadowed(); local
    [all...]

Completed in 1598 milliseconds

1 2 3 4 5 67 8 910