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

<<11121314151617181920>>

  /packages/services/Telephony/sip/res/values-en-rIN/
strings.xml 24 <string name="sip_call_options_title" msgid="8421210494703869806">"Use SIP calling"</string>
25 <string name="sip_call_options_wifi_only_title" msgid="5112579243580893890">"Use SIP calling (Wi-Fi only)"</string>
73 <string name="no_voip" msgid="3038021971231952704">"SIP calling not supported"</string>
76 <string name="sip_connection_service_label" msgid="6935325004265884453">"Built-in SIP calling"</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
alloca.h 32 /* Allocate a block that will be freed when the calling function exits. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
alloca.h 32 /* Allocate a block that will be freed when the calling function exits. */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystrtod.h 19 /* The caller is responsible for calling PyMem_Free to free the buffer
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystrtod.h 19 /* The caller is responsible for calling PyMem_Free to free the buffer
  /system/bt/bta/jv/
bta_jv_cfg.c 42 * p_bta_jv_cfg->p_sdp_raw_data can be allocated before calling BTA_JvStartDiscovery
  /system/core/libnativebridge/tests/
InvalidCharsNativeBridge_test.cpp 24 // Do one test actually calling setup.
  /system/security/keystore/include/keystore/
keystore_get.h 31 * and the caller is responsible for calling free() on the buffer.
  /external/icu/icu4c/source/common/unicode/
uclean.h 29 * ICU by calling u_init().
59 * calling this function, otherwise ICU may not free its allocated memory
60 * (e.g. close your converters and resource bundles before calling this
72 * calling u_cleanup(), these runtime override functions will need to
76 * before calling this function.
82 * After calling u_cleanup(), an application may continue to use ICU by
83 * calling u_init(). An application must invoke u_init() first from one single
  /external/icu/icu4c/source/test/intltest/
dtfmapts.cpp 102 dataerrln("Error calling DateFormat::createInstance()");
291 // DateFormat calling Format API
304 // SimpleDateFormat calling Format & DateFormat API
324 // NumberFormat calling Format API
338 // DecimalFormat calling Format & NumberFormat API
359 // ChoiceFormat calling Format & NumberFormat API
376 // MessageFormat calling Format API
  /external/v8/src/arm/
debug-arm.cc 126 __ RecordComment("// Calling from debug break to runtime - come in - over");
178 // Calling convention for IC load (from ic-arm.cc).
186 // Calling convention for IC store (from ic-arm.cc).
196 // Calling convention for keyed IC load (from ic-arm.cc).
202 // Calling convention for IC keyed store call (from ic-arm.cc).
238 // Calling convention for CallConstructStub (from code-stubs-arm.cc)
249 // Calling convention for CallConstructStub (from code-stubs-arm.cc)
  /frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 24 /* prototypes required by the calling layer. All other types, structures and */
50 /* Mono format data is not supported, the calling routine must convert a Mono stream */
163 /* rates only by calling the init function with the value: */
313 /* This function can be used to create an algorithm instance by calling with */
318 /* by calling with hInstance = Instance Handle. In this case the memory table */
319 /* should be correct for the instance, this can be ensured by calling the function */
320 /* LVDBE_Memory before calling this function. */
  /frameworks/av/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 23 /* prototypes required by the calling layer. All other types, structures and */
48 /* Mono format data is not supported, the calling routine must convert a Mono stream */
169 /* rates only by calling the init function with the value: */
332 /* This function can be used to create an algorithm instance by calling with */
337 /* by calling with hInstance = Instance Handle. In this case the memory table */
338 /* should be correct for the instance, this can be ensured by calling the function */
339 /* LVEQNB_Memory before calling this function. */
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 43 throw new RuntimeException("Unexpected exception when calling" +
59 throw new RuntimeException("Unexpected exception when calling" +
77 throw new RuntimeException("Unexpected exception when calling" +
96 throw new RuntimeException("Unexpected exception when calling" +
205 // System.out.println("Waiter calling wait()");
225 // System.out.println("Waiter calling wait(1000)");
245 // System.out.println("Waiter calling wait(1000, 5000)");
  /external/vboot_reference/firmware/2lib/include/
2api.h 6 /* APIs between calling firmware and vboot_reference
13 * calling firmware and exported to vboot_reference.
104 * prior to calling vboot functions.
140 * Fields caller may examine after calling vb2api_fw_phase1(). Caller
141 * must set these fields to 0 before calling any vboot functions.
269 * If this is called after vb2api_phase1(), on return, the calling firmware
280 * On error, the calling firmware should jump directly to recovery-mode
291 * On error, the calling firmware should check for updates to secdata and/or
302 * On error, the calling firmware should check for updates to secdata and/or
305 * On success, the calling firmware should lock down secdata before continuin
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsState.java 148 // The settings provider must hold its lock when calling here.
153 // The settings provider must hold its lock when calling here.
163 // The settings provider must hold its lock when calling here.
187 // The settings provider must hold its lock when calling here.
198 // The settings provider must hold its lock when calling here.
206 // The settings provider must hold its lock when calling here.
215 // The settings provider must hold its lock when calling here.
240 // The settings provider must hold its lock when calling here.
246 // The settings provider must hold its lock when calling here.
261 // The settings provider must hold its lock when calling here
    [all...]
  /external/mesa3d/docs/
libGL.txt 151 by calling:
163 The address of the new entrypoint is obtained by calling the
175 table as the current dispatch table. This is done by calling
179 This will install the named dispatch table for the calling thread.
180 The current dispatch table for a thread can be obtained by calling
  /external/v8/test/mjsunit/
array-iteration.js 45 // Use specified object as this object when calling the function.
84 // Use specified object as this object when calling the function.
126 // Use specified object as this object when calling the function.
165 // Use specified object as this object when calling the function.
201 // Use specified object as this object when calling the function.
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_api.c 80 ** Description This function enables NFC. Prior to calling NFA_Enable,
173 ** should happen before calling this function. Most Configuration
274 ** should happen before calling this function
362 ** so application must select one of tags by calling NFA_Select().
365 ** again or deactivate by calling NFA_Deactivate().
373 ** should happen before calling this function
406 ** should happen before calling this function
445 ** should happen before calling this function
478 ** should happen before calling this function
515 ** should happen before calling this functio
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 175 * the calling thread was interrupted while waiting to acquire
178 * the channel was closed while the calling thread was waiting
198 * If the request is not for an overlapping lock, the thread calling this
333 * if another thread interrupts the calling thread during the
367 * if another thread interrupts the calling thread while this
368 * operation is in progress. The calling thread will have the
393 * Calling this method is equivalent to calling
637 * if another thread interrupts the calling thread while this
638 * operation is in progress. The interrupt state of the calling
    [all...]
  /external/clang/test/OpenMP/
parallel_for_firstprivate_messages.cpp 99 #pragma omp parallel for firstprivate(e, g) // expected-error {{calling a private constructor of class 'S4'}} expected-error {{calling a private constructor of class 'S5'}}
126 #pragma omp parallel for lastprivate(g) firstprivate(g) // expected-error {{calling a private constructor of class 'S5'}}
212 #pragma omp parallel for firstprivate(e, g) // expected-error {{calling a private constructor of class 'S4'}} expected-error {{calling a private constructor of class 'S5'}}
234 #pragma omp parallel for lastprivate(g) firstprivate(g) // expected-error {{calling a private constructor of class 'S5'}}
parallel_for_simd_firstprivate_messages.cpp 99 #pragma omp parallel for simd firstprivate(e, g) // expected-error {{calling a private constructor of class 'S4'}} expected-error {{calling a private constructor of class 'S5'}}
125 #pragma omp parallel for simd lastprivate(g) firstprivate(g) // expected-error {{calling a private constructor of class 'S5'}}
211 #pragma omp parallel for simd firstprivate(e, g) // expected-error {{calling a private constructor of class 'S4'}} expected-error {{calling a private constructor of class 'S5'}}
232 #pragma omp parallel for simd lastprivate(g) firstprivate(g) // expected-error {{calling a private constructor of class 'S5'}}
  /external/libxml2/os400/
README400 8 uses UTF-8 internally. To ease encoding conversion between the calling
51 _ Binding directory LIBXML2_A, to be used at calling program link time for
54 _ Service program LIBXML2. To be used at calling program run-time
57 linking a calling program.
92 _ Always use *IFSIO or *IFS64IO to compile calling programs.
195 variable; they may be set by calling function set_xxxx(value), where value is
  /external/v8/src/mips/
debug-mips.cc 136 __ RecordComment("// Calling from debug break to runtime - come in - over");
195 // Calling convention for IC store (from ic-mips.cc).
205 // Calling convention for keyed IC load (from ic-mips.cc).
211 // Calling convention for IC keyed store call (from ic-mips.cc).
247 // Calling convention for CallConstructStub (from code-stubs-mips.cc).
258 // Calling convention for CallConstructStub (from code-stubs-mips.cc).
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 29 * (by calling {@link IInterface#asBinder IInterface.asBinder()}.
91 * Most services will want to check for null before calling this with
133 * to check for null before calling.
252 * calling {@link #finishBroadcast}.
256 * {@link RemoteException} when calling on to the returned object.
284 * Clean up the state of a broadcast previously initiated by calling

Completed in 1019 milliseconds

<<11121314151617181920>>