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

1 2 3 4 5 67 8 91011>>

  /external/jpeg/
jmemmgr.c 185 LOCAL(void)
216 LOCAL(void)
689 LOCAL(void)
722 LOCAL(void)
    [all...]
wrtarga.c 53 LOCAL(void)
jdhuff.c 13 * into local working storage, and update them back to the permanent
22 LOCAL(boolean) process_restart (j_decompress_ptr cinfo);
57 /* These fields are loaded into local variables at start of each MCU.
63 /* These fields are NOT loaded into local working state. */
383 /* Unload the local registers */
422 /* Unload the local registers */
468 LOCAL(boolean)
jdcoefct.c 72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
78 LOCAL(void)
657 LOCAL(boolean)
    [all...]
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 235 case NVPTX::PTXLdStInstCode::LOCAL:
236 O << ".local";
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdapimin.c 114 LOCAL(void)
fpdfapi_jmemmgr.c 188 LOCAL(void)
219 LOCAL(void)
692 LOCAL(void)
725 LOCAL(void)
    [all...]
fpdfapi_jdcolor.c 70 LOCAL(void)
  /external/qemu/distrib/jpeg-6b/
jdapimin.c 114 LOCAL(void)
jmemmgr.c 185 LOCAL(void)
216 LOCAL(void)
689 LOCAL(void)
722 LOCAL(void)
    [all...]
wrtarga.c 53 LOCAL(void)
jdhuff.c 13 * into local working storage, and update them back to the permanent
22 LOCAL(boolean) process_restart (j_decompress_ptr cinfo);
57 /* These fields are loaded into local variables at start of each MCU.
63 /* These fields are NOT loaded into local working state. */
383 /* Unload the local registers */
422 /* Unload the local registers */
468 LOCAL(boolean)
jdcoefct.c 72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
78 LOCAL(void)
657 LOCAL(boolean)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 385 setDisconnected(new DisconnectCause(DisconnectCause.LOCAL));
  /external/chromium_org/components/search_engines/
template_url_service_sync_unittest.cc 477 // Sync is better by timestamp but local is Default.
479 // Sync is better by timestamp but local is Create by Policy.
487 ASCIIToUTF16("localkey"), "www.local.com", "localguid",
507 // This tests cases where neither the sync nor the local TemplateURL are
530 // the local GUID doesn't appear in the sync GUID list). Also ensure that
534 "http://key1.com", "local", 9000);
546 EXPECT_EQ("local", GetGUID(changes[0].sync_data()));
666 // The local data is the same as the sync data merged in. i.e. - There have
697 // The local data is the same as the sync data merged in, but timestamps have
721 // Both were local updates, so we expect the same count
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jdcolor.c 208 LOCAL(void)
300 LOCAL(void)
jdmerge.c 188 LOCAL(void)
jcarith.c 115 LOCAL(void)
218 LOCAL(void)
318 LOCAL(void)
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 128 * The {@link com.android.internal.telephony.Connection} has reported a change in local
194 * Determines if the {@link TelephonyConnection} has local video capabilities.
254 hangup(android.telephony.DisconnectCause.LOCAL);
289 hangup(android.telephony.DisconnectCause.LOCAL);
768 * Returns the local video capability state for the connection.
770 * @return {@code True} if the connection has local video capabilities.
    [all...]
  /external/chromium_org/sync/protocol/
proto_enum_conversions.cc 90 ENUM_CASE(sync_pb::GetUpdatesCallerInfo, LOCAL);
  /external/mksh/src/
exec.c 518 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
525 * we know if we should create a local block which must be done
628 type_flags = LOCAL|LOCAL_COPY|EXPORT;
655 typeset(cp, LOCAL | LOCAL_COPY | EXPORT, 0, 0, 0);
815 setstr(typeset("_", LOCAL | EXPORT, 0, INTEGER, 0),
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 161 response.handleCreateConnectionFailure(new DisconnectCause(DisconnectCause.LOCAL));
292 // If we are possibly attempting to call a local emergency number, ensure that the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 736 if (getDisconnectCause() != DisconnectCause.LOCAL) {
787 onCallEnded(DisconnectCause.LOCAL);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 364 // One disconnected (local hangup) call
398 assertEquals(DisconnectCause.LOCAL, cn.getDisconnectCause());
409 assertEquals(DisconnectCause.LOCAL, cn.getDisconnectCause());
642 assertEquals(DisconnectCause.LOCAL, cn.getDisconnectCause());
    [all...]
  /external/chromium_org/sync/sessions/
nudge_tracker.cc 283 // There's an order to these sources: NOTIFICATION, DATATYPE_REFRESH, LOCAL,
322 return sync_pb::GetUpdatesCallerInfo::LOCAL;

Completed in 595 milliseconds

1 2 3 4 5 67 8 91011>>