OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calls
(Results
301 - 325
of
19521
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java
26
import android.provider.CallLog.
Calls
;
147
TableStructure
calls
= new TableStructure(mDb, "
calls
");
local
148
calls
.assertHasColumn(
Calls
.LAST_MODIFIED, INTEGER, false, "0");
447
new TableColumn(
Calls
._ID, INTEGER, false, null),
448
new TableColumn(
Calls
.NUMBER, TEXT, false, null),
449
new TableColumn(
Calls
.NUMBER_PRESENTATION, INTEGER, true,
450
String.valueOf(
Calls
.PRESENTATION_ALLOWED)),
451
new TableColumn(
Calls
.POST_DIAL_DIGITS, TEXT, true, "''")
[
all
...]
CallLogInsertionHelperTest.java
20
import android.provider.CallLog.
Calls
;
69
values.put(
Calls
.NUMBER, number);
72
assertEquals(expectedNormalized, values.getAsString(
Calls
.CACHED_NORMALIZED_NUMBER));
/external/autotest/server/site_tests/hardware_StorageStress/
control.stress
18
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
23
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
32
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
control.stress2
18
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
23
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
32
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
control.stress3
18
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
23
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
32
This test
calls
hardware_StorageFio to write data once and repeatedly verifies
/external/clang/test/CodeGenCXX/
attr-disable-tail-calls.cpp
33
// CHECK: attributes [[ATTRFALSE]] = { {{.*}}"disable-tail-
calls
"="false"{{.*}} }
34
// CHECK: attributes [[ATTRTRUE0]] = { {{.*}}"disable-tail-
calls
"="true"{{.*}} }
35
// CHECK: attributes [[ATTRTRUE1]] = { {{.*}}"disable-tail-
calls
"="true"{{.*}} }
/external/junit-params/src/test/java/junitparams/custom/combined/
CombinedParametersProviderTest.java
37
private List<Call>
calls
= new LinkedList<Call>();
field in class:CombinedParametersProviderTest.Verifier
40
calls
.add(new Call(firstParam, anotherParam));
44
return
calls
;
/external/libchrome/base/files/
scoped_temp_dir.h
14
// Multiple
calls
to the methods which establish a temporary directory
16
// intervening
calls
to Delete or Take, or the
calls
will fail.
/external/llvm/test/Analysis/CallGraph/
non-leaf-intrinsics.ll
26
; CHECK: CS<0x0>
calls
function 'f'
29
; CHECK-NEXT: CS<[[addr_1:[^>]+]]>
calls
external node
32
; CHECK-NEXT: CS<[[addr_0:[^>]+]]>
calls
external node
/external/llvm/test/Transforms/Inline/
byval-tail-call.ll
4
;
Calls
that capture byval parameters cannot be marked as tail
calls
. Other
5
; tails that don't capture byval parameters can still be tail
calls
.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
assertions.xml
21
Calls
to sem_open to recreate/reconnect the semaphore actually refer to a new
25
Calls
to sem_unlink are not blocking.
28
Calls
to sem_unlink should return 0 on success and -1 on failure.
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentTransactionTest.java
193
final Map<String, Boolean>
calls
= new HashMap<String, Boolean>();
local
198
calls
.put(key, hidden);
203
assertEquals(true,
calls
.get(key));
209
final Map<String, Boolean>
calls
= new HashMap<String, Boolean>();
local
214
calls
.put(key, hidden);
219
assertEquals(false,
calls
.get(key));
225
final Map<String, Boolean>
calls
= new HashMap<String, Boolean>();
local
230
calls
.put(key, hidden);
235
assertFalse(
calls
.containsKey(key));
241
final Map<String, Boolean>
calls
= new HashMap<String, Boolean>()
local
[
all
...]
/external/strace/
count.c
43
int
calls
, errors;
member in struct:call_counts
65
cc->
calls
++;
123
int m = counts[*((int *) a)].
calls
;
124
int n = counts[*((int *) b)].
calls
;
137
else if (strcmp(sortby, "
calls
") == 0)
168
"
calls
", "errors", "syscall");
180
if (counts == NULL || counts[i].
calls
== 0)
182
tv_mul(&dtv, &overhead, counts[i].
calls
);
184
call_cum += counts[i].
calls
;
196
if (cc->
calls
== 0
[
all
...]
/external/tpm2/
CpriCryptPri.c
38
// This function
calls
the initialization functions of the other crypto modules that are part of the crypto engine
63
// This function
calls
the shutdown functions of the other crypto modules that are part of the crypto engine
77
// This function
calls
the startup functions of the other crypto modules that are part of the crypto engine for
/frameworks/compile/slang/
slang_rs_foreach_lowering.h
38
// rsForEach() and rsForEachWithOptions()
calls
inside FD into
calls
to the
41
// any
calls
to either kernel launching API function.
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
PhoneLoader.java
37
* All
calls
38
* Missed
calls
39
* speed dial
calls
46
public final static int CALL_TYPE_MISSED = CallLog.
Calls
.MISSED_TYPE;
104
// We consider the
calls
that are not yet consumed (i.e. IS_READ = 0) as "new".
110
where.append(String.format("(%s = ?)", CallLog.
Calls
.TYPE));
119
Uri uri = CallLog.
Calls
.CONTENT_URI.buildUpon()
120
.appendQueryParameter(CallLog.
Calls
.LIMIT_PARAM_KEY,
124
selectionArgs.toArray(EMPTY_STRING_ARRAY), CallLog.
Calls
.DEFAULT_SORT_ORDER);
159
int numberColumn = cursor.getColumnIndex(CallLog.
Calls
.NUMBER)
[
all
...]
/packages/services/Telecomm/res/values-en-rAU/
strings.xml
24
<string name="notification_missedCallsTitle" msgid="1361677948941502522">"Missed
calls
"</string>
25
<string name="notification_missedCallsMsg" msgid="4575787816055205600">"<xliff:g id="NUM_MISSED_CALLS">%s</xliff:g> missed
calls
"</string>
41
<string name="outgoing_call_not_allowed_user_restriction" msgid="6872406278300131364">"Only emergency
calls
are allowed."</string>
42
<string name="outgoing_call_not_allowed_no_permission" msgid="1996571596464271228">"This application cannot make outgoing
calls
without Phone permission."</string>
51
<string name="change_default_dialer_warning_message" msgid="1417671460801684999">"<xliff:g id="NEW_APP">%s</xliff:g> will be able to place and control all aspects of
calls
. Only apps that you trust should be set as the default Phone app."</string>
53
<string name="blocked_numbers_msg" msgid="1045015186124965643">"You won\'t receive
calls
or texts from blocked numbers."</string>
57
<string name="add_blocked_dialog_body" msgid="9030243212265516828">"Block
calls
and texts from"</string>
73
<string name="answering_ends_other_calls" msgid="1198589551399049197">"Answering will end your <xliff:g id="CALL_VIA">%1$s</xliff:g>
calls
"</string>
76
<string name="answering_ends_other_managed_calls" msgid="6429838309560397988">"Answering will end your ongoing
calls
"</string>
81
<string name="cant_call_due_to_ongoing_calls" msgid="1380804892363503856">"Call cannot be placed due to your <xliff:g id="OTHER_CALL">%1$s</xliff:g>
calls
."</string
[
all
...]
/packages/services/Telecomm/res/values-en-rCA/
strings.xml
24
<string name="notification_missedCallsTitle" msgid="1361677948941502522">"Missed
calls
"</string>
25
<string name="notification_missedCallsMsg" msgid="4575787816055205600">"<xliff:g id="NUM_MISSED_CALLS">%s</xliff:g> missed
calls
"</string>
41
<string name="outgoing_call_not_allowed_user_restriction" msgid="6872406278300131364">"Only emergency
calls
are allowed."</string>
42
<string name="outgoing_call_not_allowed_no_permission" msgid="1996571596464271228">"This application cannot make outgoing
calls
without Phone permission."</string>
51
<string name="change_default_dialer_warning_message" msgid="1417671460801684999">"<xliff:g id="NEW_APP">%s</xliff:g> will be able to place and control all aspects of
calls
. Only apps that you trust should be set as the default Phone app."</string>
53
<string name="blocked_numbers_msg" msgid="1045015186124965643">"You won\'t receive
calls
or texts from blocked numbers."</string>
57
<string name="add_blocked_dialog_body" msgid="9030243212265516828">"Block
calls
and texts from"</string>
73
<string name="answering_ends_other_calls" msgid="1198589551399049197">"Answering will end your <xliff:g id="CALL_VIA">%1$s</xliff:g>
calls
"</string>
76
<string name="answering_ends_other_managed_calls" msgid="6429838309560397988">"Answering will end your ongoing
calls
"</string>
81
<string name="cant_call_due_to_ongoing_calls" msgid="1380804892363503856">"Call cannot be placed due to your <xliff:g id="OTHER_CALL">%1$s</xliff:g>
calls
."</string
[
all
...]
/packages/services/Telecomm/res/values-en-rGB/
strings.xml
24
<string name="notification_missedCallsTitle" msgid="1361677948941502522">"Missed
calls
"</string>
25
<string name="notification_missedCallsMsg" msgid="4575787816055205600">"<xliff:g id="NUM_MISSED_CALLS">%s</xliff:g> missed
calls
"</string>
41
<string name="outgoing_call_not_allowed_user_restriction" msgid="6872406278300131364">"Only emergency
calls
are allowed."</string>
42
<string name="outgoing_call_not_allowed_no_permission" msgid="1996571596464271228">"This application cannot make outgoing
calls
without Phone permission."</string>
51
<string name="change_default_dialer_warning_message" msgid="1417671460801684999">"<xliff:g id="NEW_APP">%s</xliff:g> will be able to place and control all aspects of
calls
. Only apps that you trust should be set as the default Phone app."</string>
53
<string name="blocked_numbers_msg" msgid="1045015186124965643">"You won\'t receive
calls
or texts from blocked numbers."</string>
57
<string name="add_blocked_dialog_body" msgid="9030243212265516828">"Block
calls
and texts from"</string>
73
<string name="answering_ends_other_calls" msgid="1198589551399049197">"Answering will end your <xliff:g id="CALL_VIA">%1$s</xliff:g>
calls
"</string>
76
<string name="answering_ends_other_managed_calls" msgid="6429838309560397988">"Answering will end your ongoing
calls
"</string>
81
<string name="cant_call_due_to_ongoing_calls" msgid="1380804892363503856">"Call cannot be placed due to your <xliff:g id="OTHER_CALL">%1$s</xliff:g>
calls
."</string
[
all
...]
/packages/services/Telecomm/res/values-en-rIN/
strings.xml
24
<string name="notification_missedCallsTitle" msgid="1361677948941502522">"Missed
calls
"</string>
25
<string name="notification_missedCallsMsg" msgid="4575787816055205600">"<xliff:g id="NUM_MISSED_CALLS">%s</xliff:g> missed
calls
"</string>
41
<string name="outgoing_call_not_allowed_user_restriction" msgid="6872406278300131364">"Only emergency
calls
are allowed."</string>
42
<string name="outgoing_call_not_allowed_no_permission" msgid="1996571596464271228">"This application cannot make outgoing
calls
without Phone permission."</string>
51
<string name="change_default_dialer_warning_message" msgid="1417671460801684999">"<xliff:g id="NEW_APP">%s</xliff:g> will be able to place and control all aspects of
calls
. Only apps that you trust should be set as the default Phone app."</string>
53
<string name="blocked_numbers_msg" msgid="1045015186124965643">"You won\'t receive
calls
or texts from blocked numbers."</string>
57
<string name="add_blocked_dialog_body" msgid="9030243212265516828">"Block
calls
and texts from"</string>
73
<string name="answering_ends_other_calls" msgid="1198589551399049197">"Answering will end your <xliff:g id="CALL_VIA">%1$s</xliff:g>
calls
"</string>
76
<string name="answering_ends_other_managed_calls" msgid="6429838309560397988">"Answering will end your ongoing
calls
"</string>
81
<string name="cant_call_due_to_ongoing_calls" msgid="1380804892363503856">"Call cannot be placed due to your <xliff:g id="OTHER_CALL">%1$s</xliff:g>
calls
."</string
[
all
...]
/packages/services/Telecomm/res/values-en-rXC/
strings.xml
24
<string name="notification_missedCallsTitle" msgid="1361677948941502522">"??????????????????????????????????????????????????????????????????????????????????????????????Missed
calls
??????"</string>
25
<string name="notification_missedCallsMsg" msgid="4575787816055205600">"??????????????????????????????????????????????????????????????????????????????????????????????????????<xliff:g id="NUM_MISSED_CALLS">%s</xliff:g>???????? missed
calls
??????"</string>
41
<string name="outgoing_call_not_allowed_user_restriction" msgid="6872406278300131364">"????????????????????????????????????????????????????????????????????????????????????????????????Only emergency
calls
are allowed.??????"</string>
42
<string name="outgoing_call_not_allowed_no_permission" msgid="1996571596464271228">"??????????????????????????????????????????????????????????????????????????????????????????????This application cannot make outgoing
calls
without the Phone permission.??????"</string>
51
<string name="change_default_dialer_warning_message" msgid="1417671460801684999">"?????????????????????????????????????????????????????????????????????????????????????????????????????<xliff:g id="NEW_APP">%s</xliff:g>???????? will be able to place and control all aspects of
calls
. Only apps you trust should be set as the default Phone app.??????"</string>
53
<string name="blocked_numbers_msg" msgid="1045015186124965643">"?????????????????????????????????????????????????????????????????????????????????????????????You won\'t receive
calls
or texts from blocked numbers.??????"</string>
57
<string name="add_blocked_dialog_body" msgid="9030243212265516828">"????????????????????????????????????????????????????????????????????????????????????????????????Block
calls
and texts from??????"</string>
73
<string name="answering_ends_other_calls" msgid="1198589551399049197">"??????????????????????????????????????????????????????????????????????????????????????????????Answering will end your ???????<xliff:g id="CALL_VIA">%1$s</xliff:g>????????
calls
??????"</string>
76
<string name="answering_ends_other_managed_calls" msgid="6429838309560397988">"????????????????????????????????????????????????????????????????????????????????????????????????Answering will end your ongoing
calls
??????"</string>
81
<string name="cant_call_due_to_ongoing_calls" msgid="1380804892363503856">"??????????????????????????????????????????????????????????????????????????????????????????????Call cannot be placed due to your ???????<xliff:g id="OTHER_CALL">%1$s</xliff:g>????????
calls
.??????"</string
[
all
...]
/toolchain/binutils/binutils-2.25/gold/testsuite/
ver_test_main.cc
37
//
Calls
a function in file2 that has two versions and verifies
47
// Call a function in a shared library that
calls
explicitly
57
// Call a function in a shared library that
calls
a function which is
/tools/test/connectivity/acts/framework/acts/test_utils/car/
car_bt_utils.py
17
# Defines utilities that can be used for making
calls
indenpendent of
18
# subscription IDs. This can be useful when making
calls
over mediums not SIM
26
# NOTE: This util is applicable to only non-conference type
calls
. It is best
/tools/test/connectivity/tools/lab/
runner.py
26
"""
Calls
metrics and passes response to reporters.
39
"""
Calls
metrics and passes response to reporters."""
56
"""
Calls
all metrics, passes responses to reporters."""
/development/samples/USB/MissileLauncher/
README.txt
12
- Receiving packets on an interrupt endpoint using a thread that
calls
Completed in 4156 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>