OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
276 - 300
of
10314
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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/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()");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_extplug.h
70
* before
calling
#snd_pcm_extplug_create()
74
* name of this plugin; must be filled before
calling
#snd_pcm_extplug_create()
78
* callbacks of this plugin; must be filled before
calling
#snd_pcm_extplug_create()
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h
70
* before
calling
#snd_pcm_extplug_create()
74
* name of this plugin; must be filled before
calling
#snd_pcm_extplug_create()
78
* callbacks of this plugin; must be filled before
calling
#snd_pcm_extplug_create()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h
70
* before
calling
#snd_pcm_extplug_create()
74
* name of this plugin; must be filled before
calling
#snd_pcm_extplug_create()
78
* callbacks of this plugin; must be filled before
calling
#snd_pcm_extplug_create()
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_thread.h
52
* creates a new thread for the
calling
process with the SDL_CreateThread()
54
* be initialized for those threads, and not the RTL of the
calling
application!
61
* Always use the _beginthread() and _endthread() of the
calling
runtime library!
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_thread.h
52
* creates a new thread for the
calling
process with the SDL_CreateThread()
54
* be initialized for those threads, and not the RTL of the
calling
application!
61
* Always use the _beginthread() and _endthread() of the
calling
runtime library!
/prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h
52
* creates a new thread for the
calling
process with the SDL_CreateThread()
54
* be initialized for those threads, and not the RTL of the
calling
application!
61
* Always use the _beginthread() and _endthread() of the
calling
runtime library!
/external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc
197
// Simulate an extension
calling
requestKeepAwake() without
calling
210
// Simulate an extension
calling
releaseKeepAwake() without having
211
//
calling
requestKeepAwake() earlier. The call should be ignored.
217
// Simulate an extension
calling
requestKeepAwake("system") and then
236
// Simulate an extension
calling
requestKeepAwake("display") and then
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java
65
// The maximum length of the country
calling
code.
75
// A mapping from a country
calling
code to the region codes which denote the region represented
76
// by that country
calling
code. In the case of multiple regions sharing a
calling
code, such as
89
// The set of regions that share country
calling
code 1.
362
// A mapping from a country
calling
code for a non-geographical entity to the PhoneMetadata for
363
// that country
calling
code. Examples of the country
calling
codes include 800 (International
368
// The set of county
calling
codes that map to the non-geo entity region ("001"). This set
560
// We can assume that if the county
calling
code maps to the non-geo entity region code the
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h
24
/* prototypes required by the
calling
layer. All other types, structures and */
51
/* Mono format data is not supported, the
calling
routine must convert a Mono stream */
278
/* This function can be used to create an algorithm instance by
calling
with */
283
/* by
calling
with hInstance = Instance Handle. In this case the memory table */
284
/* should be correct for the instance, this can be ensured by
calling
the function */
285
/* LVCS_Memory before
calling
this function. */
/libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java
25
* registered with a selector by
calling
one of the {@code register} methods,
28
* explicitly by
calling
the {@link SelectionKey#cancel()} method but it is also
115
*
Calling
this method is valid at any time. If another thread executes this
121
*
Calling
this method is equivalent to
calling
154
*
Calling
this method is valid at any time. If another thread executes this
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Equals.java
52
* Execute a binary operation by
calling
execute on each of the operands,
53
* and then
calling
the operate method on the derived class.
/external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c
162
L2CAP_TRACE_API1 ("L2CAP -
Calling
Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", p_ccb->local_cid);
178
L2CAP_TRACE_API2 ("L2CAP -
Calling
ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, p_ci->status);
233
L2CAP_TRACE_API2 ("L2CAP -
Calling
ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, L2CAP_CONN_TIMEOUT);
273
L2CAP_TRACE_API2 ("L2CAP -
Calling
ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, L2CAP_CONN_TIMEOUT);
327
L2CAP_TRACE_API1 ("L2CAP -
Calling
Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", p_ccb->local_cid);
358
L2CAP_TRACE_API2 ("L2CAP -
Calling
ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, HCI_ERR_AUTH_FAILURE);
433
L2CAP_TRACE_API1 ("L2CAP -
Calling
Connect_Ind_Cb(), CID: 0x%04x", p_ccb->local_cid);
489
L2CAP_TRACE_API1 ("L2CAP -
Calling
btsnd_hcic_disconnect for handle %i failed", p_ccb->p_lcb->handle);
533
L2CAP_TRACE_API1 ("L2CAP -
Calling
Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed",
545
L2CAP_TRACE_API1 ("L2CAP -
Calling
Connect_Cfm_Cb(), CID: 0x%04x, Success", p_ccb->local_cid)
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/applescript/
window_applescript.h
54
// before
calling
directly.
59
// before
calling
directly.
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h
58
// ok to not implement them, the
calling
code checks before
calling
.
/external/chromium/chrome/browser/ui/cocoa/
url_drop_target.h
28
// The owner view should implement the following methods by
calling
the
46
// by
calling
the |URLDropTargetHandler|'s implementations.
/external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.h
27
// Normally you will create this class by
calling
BrowserFrame::Create.
33
// separate to avoid recursive
calling
of the frame from its constructor.
/external/chromium/chrome/common/extensions/
update_manifest.h
64
//
calling
results(). The details for any failures are available by
calling
/external/chromium/chrome/common/
jstemplate_builder.h
57
// call AppendJsTemplateSourceHtml and AppendJsonHtml before
calling
this.
65
// should call AppendJsTemplateSourceHtml and AppendJsonHtml before
calling
/external/chromium/net/base/
pem_tokenizer.h
36
// GetNext() must have returned true before
calling
this method.
41
// GetNext() must have returned true before
calling
this method.
Completed in 548 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>