OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calling
(Results
126 - 150
of
11340
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ui/ozone/platform/dri/
dri_window_manager.h
29
//
calling
this function.
33
// associated with a window when
calling
this function.
/external/clang/test/SemaObjCXX/
unknown-anytype.mm
35
[obj test_b: v]; // expected-error {{
calling
a private constructor}}
45
// For now, we don't actually need to make
calling
something like this
/external/e2fsprogs/lib/ext2fs/
tst_getsectsize.c
41
"while
calling
ext2fs_get_device_sectsize");
47
"while
calling
ext2fs_get_device_phys_sectsize");
/external/llvm/test/Transforms/InstCombine/
PR7357.ll
4
; check that simplify libcalls will not replace a call with one
calling
5
; convention with a new call with a different
calling
convention.
/external/skia/include/effects/
SkPictureImageFilter.h
39
* decoding, the decoder must be set on the SkReadBuffer parameter by
calling
40
* SkReadBuffer::setBitmapDecoder() before
calling
this constructor.
/external/skia/include/utils/ios/
SkStream_NSData.h
16
(i.e. internally we're
calling
[NSData dataWithBytes...]
23
(i.e. internally we're
calling
[NSData dataWithContentsOfMappedFile...]
/external/webrtc/src/system_wrappers/source/
cpu_mac.h
29
// This function blocks the
calling
thread if the thread is
calling
it more
/frameworks/base/core/java/android/net/
INetworkScoreCache.aidl
26
* a given network type by
calling
NetworkScoreManager.registerNetworkSubsystem.
29
* It may request scores by
calling
NetworkScoreManager#requestScores(NetworkKey[]); a call to
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
SelectorProviderTest.java
33
//
calling
#provider to see if it returns without Exception.
36
//
calling
#inheritedChannel to see if this already throws an exception.
/ndk/tests/device/test-stlport_shared-exception/jni/
rvalue1.cpp
22
// pointer: typically junk!
Calling
the function through that table could
43
// If instead of
calling
the function 'foofun()' here, we just assign
/ndk/tests/device/test-stlport_static-exception/jni/
rvalue1.cpp
22
// pointer: typically junk!
Calling
the function through that table could
43
// If instead of
calling
the function 'foofun()' here, we just assign
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
control_external.h
81
* before
calling
#snd_ctl_ext_create()
85
* Index of this card; must be filled before
calling
#snd_ctl_ext_create()
89
* ID string of this card; must be filled before
calling
#snd_ctl_ext_create()
93
* Driver name of this card; must be filled before
calling
#snd_ctl_ext_create()
97
* short name of this card; must be filled before
calling
#snd_ctl_ext_create()
101
* Long name of this card; must be filled before
calling
#snd_ctl_ext_create()
105
* Mixer name of this card; must be filled before
calling
#snd_ctl_ext_create()
114
* callbacks of this plugin; must be filled before
calling
#snd_pcm_ioplug_create()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control_external.h
81
* before
calling
#snd_ctl_ext_create()
85
* Index of this card; must be filled before
calling
#snd_ctl_ext_create()
89
* ID string of this card; must be filled before
calling
#snd_ctl_ext_create()
93
* Driver name of this card; must be filled before
calling
#snd_ctl_ext_create()
97
* short name of this card; must be filled before
calling
#snd_ctl_ext_create()
101
* Long name of this card; must be filled before
calling
#snd_ctl_ext_create()
105
* Mixer name of this card; must be filled before
calling
#snd_ctl_ext_create()
114
* callbacks of this plugin; must be filled before
calling
#snd_pcm_ioplug_create()
/external/e2fsprogs/tests/progs/
test_rel.c
207
com_err(argv[0], retval, "while
calling
ext2fs_brel_put");
230
com_err(argv[0], retval, "while
calling
ext2fs_brel_get");
246
com_err(argv[0], retval, "while
calling
ext2fs_brel_start_iter");
263
com_err(argv[0], retval, "while
calling
ext2fs_brel_next");
285
com_err(argv[0], retval, "while
calling
ext2fs_brel_start_iter");
292
com_err(argv[0], retval, "while
calling
ext2fs_brel_next");
322
com_err(argv[0], retval, "while
calling
ext2fs_brel_move");
345
com_err(argv[0], retval, "while
calling
ext2fs_brel_delete");
410
com_err(argv[0], retval, "while
calling
ext2fs_irel_put");
435
com_err(argv[0], retval, "while
calling
ext2fs_irel_get")
[
all
...]
/external/freetype/include/
ftgzip.h
72
* The source stream must be opened _before_
calling
this function.
74
*
Calling
the internal function `FT_Stream_Close' on the new stream will
82
* automatically handled when
calling
@FT_New_Face or @FT_Open_Face.
120
* Before
calling
the function, this is the the total size of the
123
* known in advance). After
calling
the function, `output_len' is the
/external/llvm/lib/Target/R600/
AMDGPUCallingConv.td
1
//===---- AMDCallingConv.td -
Calling
Conventions for Radeon GPUs ---------===//
10
// This describes the
calling
conventions for the AMD Radeon GPUs.
17
//
Calling
convention for SI
45
//
Calling
convention for R600
56
//
Calling
convention for compute kernels
/frameworks/base/core/java/android/webkit/
CookieSyncManager.java
121
* @deprecated
Calling
resetSync is no longer necessary as the WebView automatically
130
* @deprecated
Calling
startSync is no longer necessary as the WebView automatically
140
* @deprecated
Calling
stopSync is no longer useful as the WebView
152
// Prior to Android KK,
calling
createInstance() or constructing a WebView is
153
// a hard pre-condition for
calling
getInstance(). We retain that contract to aid
/external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp
15
void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previously declared without
calling
convention}}
16
void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was previously declared without
calling
convention}}
30
// Overloaded functions may have different
calling
conventions
72
void __cdecl S::member_default1() {} // expected-error {{function declared 'cdecl' here was previously declared without
calling
convention}}
75
void __cdecl S::member_typedef_default() {} // expected-error {{function declared 'cdecl' here was previously declared without
calling
convention}}
76
void __cdecl S::member_typedef_cdecl1() {} // expected-error {{function declared 'cdecl' here was previously declared without
calling
convention}}
88
void __stdcall S::static_member_default3() {} // expected-error {{function declared 'stdcall' here was previously declared without
calling
convention}}
99
// Declare a template using a
calling
convention.
138
void __stdcall friend_stdcall3() {} // expected-error {{function declared 'stdcall' here was previously declared without
calling
convention}}
229
template<> void __cdecl S<void*>::f(void*); // expected-error {{function declared 'cdecl' here was previously declared without
calling
convention}
[
all
...]
/external/libphonenumber/java/
release_notes.txt
7
- New alternate formatting data for country
calling
code(s): 95
12
- Updated geocoding data for country
calling
code(s): 254 (en)
13
- New carrier data for country
calling
code(s): 95 (en)
14
- Updated carrier data for country
calling
code(s):
24
- New geocoding data for country
calling
code(s): 1346 (en), 1959 (en)
25
- Updated geocoding data for country
calling
code(s):
27
- New carrier data for country
calling
code(s): 505 (en)
28
- Updated carrier data for country
calling
code(s):
44
- New geocoding data for country
calling
code(s): 32 (de), 1242 (en)
45
- Updated geocoding data for country
calling
code(s)
[
all
...]
/frameworks/compile/slang/
slang_rs_export_type.h
188
// Cache the result after
calling
convertToLLVMType() at the first time
199
// @T was normalized by
calling
RSExportType::NormalizeType().
200
// @TypeName was retrieve from RSExportType::GetTypeName() before
calling
294
// @T was normalized by
calling
RSExportType::NormalizeType() before
calling
296
// @TypeName was retrieved from RSExportType::GetTypeName() before
calling
320
// T is normalized by
calling
RSExportType::NormalizeType() before
321
//
calling
this
377
// @PT was normalized by
calling
RSExportType::NormalizeType() before
calling
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h
104
* Call yasm_arch_create() instead of
calling
this function.
110
* Call yasm_arch_destroy() instead of
calling
this function.
115
* Call yasm_arch_get_machine() instead of
calling
this function.
120
* Call yasm_arch_get_address_size() instead of
calling
this function.
125
* Call yasm_arch_set_var() instead of
calling
this function.
130
* Call yasm_arch_parse_check_insnprefix() instead of
calling
this function.
137
* Call yasm_arch_parse_check_regtmod() instead of
calling
this function.
144
* Call yasm_arch_get_fill() instead of
calling
this function.
149
* Call yasm_arch_floatnum_tobytes() instead of
calling
this function.
156
* Call yasm_arch_intnum_tobytes() instead of
calling
this function
[
all
...]
/external/libnfc-nci/src/nfa/include/
nfa_ce_api.h
70
** should happen before
calling
this function.
107
** should happen before
calling
this function
127
** should happen before
calling
this function
149
** should happen before
calling
this function
172
** should happen before
calling
this function
194
** should happen before
calling
this function
219
** should happen before
calling
this function
/packages/services/Telephony/sip/res/values-en-rGB/
strings.xml
20
<string name="sip_accounts" msgid="5575635218475814144">"Internet
calling
(SIP) accounts"</string>
24
<string name="sip_call_options_title" msgid="1140346343222696780">"Use Internet
calling
"</string>
25
<string name="sip_call_options_wifi_only_title" msgid="6659725576735517138">"Use Internet
calling
(Wi-Fi only)"</string>
31
<string name="pick_outgoing_sip_phone" msgid="635431914692273175">"Use Internet
calling
account:"</string>
33
<string name="reset_my_choice_hint" msgid="5681276499400166714">"You can change which Internet
calling
account to use by default from the Phone > Settings > Internet call settings > Accounts screen."</string>
36
<string name="no_sip_account_found_title" msgid="1930267380483259657">"No Internet
calling
account"</string>
37
<string name="no_sip_account_found" msgid="2584609532663311723">"There are no Internet
calling
accounts on this phone. Do you want to add one now?"</string>
88
<string name="no_voip" msgid="1600568347241920141">"Internet
calling
not supported"</string>
91
<string name="sip_connection_service_label" msgid="9214942431972794760">"Built-in Internet
calling
"</string>
/packages/services/Telephony/sip/res/values-en-rIN/
strings.xml
20
<string name="sip_accounts" msgid="5575635218475814144">"Internet
calling
(SIP) accounts"</string>
24
<string name="sip_call_options_title" msgid="1140346343222696780">"Use Internet
calling
"</string>
25
<string name="sip_call_options_wifi_only_title" msgid="6659725576735517138">"Use Internet
calling
(Wi-Fi only)"</string>
31
<string name="pick_outgoing_sip_phone" msgid="635431914692273175">"Use Internet
calling
account:"</string>
33
<string name="reset_my_choice_hint" msgid="5681276499400166714">"You can change which Internet
calling
account to use by default from the Phone > Settings > Internet call settings > Accounts screen."</string>
36
<string name="no_sip_account_found_title" msgid="1930267380483259657">"No Internet
calling
account"</string>
37
<string name="no_sip_account_found" msgid="2584609532663311723">"There are no Internet
calling
accounts on this phone. Do you want to add one now?"</string>
88
<string name="no_voip" msgid="1600568347241920141">"Internet
calling
not supported"</string>
91
<string name="sip_connection_service_label" msgid="9214942431972794760">"Built-in Internet
calling
"</string>
/cts/suite/audio_quality/lib/include/audio/
AudioHardware.h
83
*
Calling
waitForCompletion after
calling
stopPlaybackOrRecord will lead into blocking
84
* the
calling
thread for some time.
Completed in 2994 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>