HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 251 - 275 of 8433) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/telecom/src/android/telecom/cts/
DefaultDialerOperationsTest.java 111 // No exception if the calling package is the default dialer.
129 // No exception if the calling package is the default dialer.
146 // No exception if the calling package is the default dialer.
168 // No exception if the calling package is the default dialer.
185 // No exception if the calling package is the default dialer.
  /external/libpng/scripts/
makefile.intel 24 # Calling convention
25 CALLING=r # __fastcall
26 #CALLING=z # __stdcall
27 #CALLING=d # __cdecl
36 CFLAGS=-O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -nologo
  /external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py 2 Test calling a function that hits a signal set to auto-restart, make sure the call completes.
25 """Test calling std::String member function."""
32 """Test calling std::String member function."""
47 """Test calling function with timeout."""
108 # Now set the signal to print but not stop and make sure that calling still works:
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 40 * automatically called, and it will stop & destroy your application by calling its
52 * You can create and inject alternative types of Contexts by calling
53 * {@link AndroidTestCase#setContext(Context) setContext()}. You must do this <i>before</i> calling
109 * test, by calling {@link AndroidTestCase#setContext(Context) setContext()},
110 * you must do so before calling this method.
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java 75 // The maximum length of the country calling code.
93 // Map of country calling codes that use a mobile token before the area code. One example of when
538 // A mapping from a country calling code to the region codes which denote the region represented
539 // by that country calling code. In the case of multiple regions sharing a calling code, such as
544 // The set of regions that share country calling code 1.
555 // A mapping from a country calling code for a non-geographical entity to the PhoneMetadata for
556 // that country calling code. Examples of the country calling codes include 800 (International
573 // The set of county calling codes that map to the non-geo entity region ("001"). This se
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 443 Log.e(TAG, "Error calling ITelecomService#getDefaultOutgoingPhoneAccount", e);
451 * calling {@link #getCallCapablePhoneAccounts()}
465 Log.e(TAG, "Error calling ITelecomService#getUserSelectedOutgoingPhoneAccount", e);
480 Log.e(TAG, "Error calling ITelecomService#setUserSelectedOutgoingPhoneAccount");
497 Log.e(TAG, "Error calling ITelecomService#getSimCallManager");
517 Log.e(TAG, "Error calling ITelecomService#getSimCallManagerForUser");
556 Log.e(TAG, "Error calling ITelecomService#getPhoneAccountsSupportingScheme", e);
588 Log.e(TAG, "Error calling ITelecomService#getCallCapablePhoneAccounts(" +
595 * Returns a list of all {@link PhoneAccount}s registered for the calling package.
607 Log.e(TAG, "Error calling ITelecomService#getPhoneAccountsForPackage", e)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 186 which the calling process is a member.
427 to 0 and check its value after calling `alarm', and this might tell you.
622 /* Get the process ID of the calling process. */
625 /* Get the process ID of the calling process's parent. */
628 /* Get the process group ID of the calling process.
654 calling conventions. The BSD function is the same as POSIX.1 `setpgid'
655 (above). The System V function takes no arguments and puts the calling
665 /* Set the process group ID of the calling process to its own PID.
681 /* Create a new session with the calling process as its leader.
682 The process group IDs of the session and the calling proces
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 186 which the calling process is a member.
431 to 0 and check its value after calling `alarm', and this might tell you.
628 /* Get the process ID of the calling process. */
631 /* Get the process ID of the calling process's parent. */
634 /* Get the process group ID of the calling process.
660 calling conventions. The BSD function is the same as POSIX.1 `setpgid'
661 (above). The System V function takes no arguments and puts the calling
671 /* Set the process group ID of the calling process to its own PID.
687 /* Create a new session with the calling process as its leader.
688 The process group IDs of the session and the calling proces
    [all...]
  /external/ipsec-tools/src/libipsec/
ipsec_strerror.3 58 The array pointed to is not to be modified by the calling program.
63 as underlying function, calling
74 The C string must not be overwritten by the calling program.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Filters.java 68 * of calling not(in(values)).
78 * of calling not(in(collection)).
96 * equivalent to the specified value. This is the equivalent of calling
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h 53 /// case that 'returned' is on an i64 first argument if the calling convention
55 /// (i.e. it is a calling convention that uses the same register for the first
58 /// Should return NULL in the case that the calling convention does not have
  /external/nanopb-c/generator/google/protobuf/internal/
message_listener.py 46 dirty: If True, then calling Modified() would be a no-op. This can be
64 Note that if the listener's |dirty| attribute is true, then calling
66 sensitive callers should check this attribute directly before calling since
  /external/protobuf/python/google/protobuf/internal/
message_listener.py 46 dirty: If True, then calling Modified() would be a no-op. This can be
64 Note that if the listener's |dirty| attribute is true, then calling
66 sensitive callers should check this attribute directly before calling since
  /external/v8/src/base/platform/
condition-variable.h 28 // the mutex and suspend the execution of the calling thread. When the condition
36 // If any threads are waiting on this condition variable, calling
43 // |Wait()| causes the calling thread to block until the condition variable is
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 32 set pc, calling from gdb a function in the debugged process, ...)
41 set pc, calling from gdb a function in the debugged process, ...)
50 set pc, calling from gdb a function in the debugged process, ...)
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 39 // The expected calling order of the functions is:
69 * calling this.
105 * is no need to use a separate thread calling this method to
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h 68 // Tries to reclaim resource from processes with lower priority than the calling process
81 // calling process. The clients will remain unchanged if returns false.
86 // Returns false if the calling process priority is not higher than the lowest process
  /frameworks/base/core/java/android/content/
CursorEntityIterator.java 60 throw new IllegalStateException("calling hasNext() when the iterator is closed");
77 throw new IllegalStateException("calling next() when the iterator is closed");
96 throw new IllegalStateException("calling reset() when the iterator is closed");
  /frameworks/base/media/mca/effect/java/android/media/effect/
package.html 32 <p>You can adjust an effect?s parameters by calling {@link android.media.effect.Effect#setParameter
42 image (usually done by calling the {@link android.opengl.GLES20#glTexImage2D glTexImage2D()}
51 desired effect from the external library is supported by calling {@link
  /frameworks/base/opengl/java/android/opengl/
GLDebugHelper.java 39 * operations before and after calling the wrapped GL instance.
43 * and throw a GLException if an error occurs. (By design, calling glError
45 * is an alternative to manually calling glError after every GL operation.
  /libcore/luni/src/main/java/java/lang/
Process.java 40 * process should be closed by calling {@link #destroy}. This will kill the
105 * Causes the calling thread to wait for the native process associated with
110 * if the calling thread is interrupted.
  /libcore/luni/src/main/java/java/util/
Observable.java 61 * Clears the changed flag for this {@code Observable}. After calling
110 * Equivalent to calling {@code notifyObservers(null)}.
144 * Sets the changed flag for this {@code Observable}. After calling
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstController.java 36 * Camera initializes the burst module by calling {@link #startBurst(SurfaceTexture,
47 * by calling {@link BurstResultsListener#onBurstCompleted(BurstResult)} method.
91 * passing it here. Can register as a frame available listener by calling
  /packages/apps/Dialer/tests/src/com/android/dialer/util/
LocaleTestUtils.java 54 * Note that one should not call {@link #setLocale(Locale)} more than once without calling
84 "call restoreLocale() before calling setLocale() again");
98 throw new IllegalStateException("call setLocale() before calling restoreLocale()");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
CachedLater.java 66 if (DBG) Log.d(TAG, "Calling consumer: " + consumer);
94 if (DBG) Log.d(TAG, "valid, calling consumer synchronously");
105 if (DBG) Log.d(TAG, "not valid, calling create()");

Completed in 1414 milliseconds

<<11121314151617181920>>