HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 401 - 425 of 19521) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
rewrite7.input 7 // Rewriting of calls must take the ... (ellipsis)
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_generic.go 13 // newCipher calls the newCipherGeneric function
  /prebuilts/go/linux-x86/src/internal/syscall/unix/
getentropy_openbsd.go 15 // GetEntropy calls the OpenBSD getentropy system call.
  /prebuilts/go/linux-x86/src/os/user/
listgroups_solaris.go 8 // listGroup stub because all the other Solaris calls work. Otherwise,
  /prebuilts/go/linux-x86/src/runtime/
mmap.go 15 // mmap calls the mmap system call. It is implemented in assembly.
  /prebuilts/go/linux-x86/src/runtime/race/
race.go 12 // Calls to the runtime are done directly from src/runtime/race.go.
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
racesig.go 42 #define CALLS 100
46 void *a[CALLS];
51 for (i = 0; i < CALLS; i++) {
54 for (i = 0; i < CALLS; i++) {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug409.go 7 // Multiple inlined calls to a function that causes
bug459.go 8 // method calls in function bodies.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 127 * {@link Function#glPushGroupMarkerEXT} and {@link Function#glPopGroupMarkerEXT} calls.
128 * Such a hierarchy is possible only if calls from a single context are considered.
132 * @param contextToGroup context from which calls should be grouped. If no such context
133 * is present, then all calls in the given range will be returned back as a flat
147 List<GLCall> calls = trace.getGLCalls(); local
153 GLCall c = calls.get(i);
174 // adding further calls to the root of the hierarchy rather than
195 List<GLCall> calls = trace.getGLCalls(); local
197 items.add(new GLLeafNode(calls.get(i)));
  /system/sepolicy/prebuilts/api/26.0/private/
dumpstate.te 22 # Allow dumpstate to make binder calls to storaged service
  /system/sepolicy/prebuilts/api/26.0/public/
hwservicemanager.te 8 # Additionally, it initiates binder IPC calls to
  /system/sepolicy/private/
dumpstate.te 22 # Allow dumpstate to make binder calls to storaged service
  /system/sepolicy/public/
hwservicemanager.te 8 # Additionally, it initiates binder IPC calls to
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-safe.s 2 // Test predicate safety across calls
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_cache.s 4 # a 256MB memory segment boundary with calls to the same function on either
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xc16x/
offset.d 14 40c: da 00 10 04 calls #seg:0x0,#sof:0x410
  /system/update_engine/update_manager/
update_manager_unittest.cc 250 vector<pair<EvalStatus, UpdateCheckParams>> calls; local
252 AccumulateCallsCallback<UpdateCheckParams>, &calls);
256 EXPECT_EQ(0U, calls.size());
258 EXPECT_EQ(1U, calls.size());
267 vector<pair<EvalStatus, UpdateCheckParams>> calls; local
269 Bind(AccumulateCallsCallback<UpdateCheckParams>, &calls);
276 ASSERT_EQ(1U, calls.size());
277 EXPECT_EQ(EvalStatus::kSucceeded, calls[0].first);
283 EXPECT_EQ(1U, calls.size());
295 vector<pair<EvalStatus, UpdateCheckParams>> calls; local
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVideoTest.py 683 self.log.info("Verify both calls are in bi-directional/active state.")
    [all...]
  /external/v8/src/base/platform/
mutex.h 28 // - A calling thread owns a mutex from the time that it successfully calls
29 // either |Lock()| or |TryLock()| until it calls |Unlock()|.
30 // - When a thread owns a mutex, all other threads will block (for calls to
118 // when it successfully calls either |Lock()| or |TryLock()|. During this
119 // period, the thread may make additional calls to |Lock()| or |TryLock()|.
121 // calls to |Unlock()|.
123 // calls to |Lock()|) or receive a |false| return value (for |TryLock()|) if
126 // unspecified, but after that number is reached, calls to |Lock()| will
127 // probably abort the process and calls to |TryLock()| return false.
139 // after the thread makes a matching number of calls to |Unlock()|
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
PhoneCallDetails.java 23 import android.provider.CallLog.Calls;
42 // The number presenting rules set by the network, e.g., {@link Calls#PRESENTATION_ALLOWED}
50 * The type of calls, as defined in the call log table, e.g., {@link Calls#INCOMING_TYPE}.
58 // The duration of the call in milliseconds, or 0 for missed calls.
112 * If this is a voicemail, whether the message is read. For other types of calls, this defaults to
197 if (callTypes[i] == CallLog.Calls.INCOMING_TYPE
198 || callTypes[i] == CallLog.Calls.MISSED_TYPE
199 || callTypes[i] == CallLog.Calls.VOICEMAIL_TYPE
200 || callTypes[i] == CallLog.Calls.REJECTED_TYP
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
BaseDvrDataManager.java 122 * Calls {@link OnDvrScheduleLoadFinishedListener#onDvrScheduleLoadFinished} for each listener.
132 * Calls {@link OnRecordedProgramLoadFinishedListener#onRecordedProgramLoadFinished()}
143 * Calls {@link RecordedProgramListener#onRecordedProgramsAdded}
154 * Calls {@link RecordedProgramListener#onRecordedProgramsChanged}
165 * Calls {@link RecordedProgramListener#onRecordedProgramsRemoved}
176 * Calls {@link SeriesRecordingListener#onSeriesRecordingAdded}
187 * Calls {@link SeriesRecordingListener#onSeriesRecordingRemoved}
198 * Calls
210 * Calls {@link ScheduledRecordingListener#onScheduledRecordingAdded}
221 * Calls {@link ScheduledRecordingListener#onScheduledRecordingRemoved
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 56 import android.provider.CallLog.Calls;
79 * Creates a notification for calls that the user missed (neither answered nor rejected).
105 Calls._ID,
106 Calls.NUMBER,
107 Calls.NUMBER_PRESENTATION,
108 Calls.DATE,
109 Calls.DURATION,
110 Calls.TYPE,
113 private static final String CALL_LOG_WHERE_CLAUSE = "type=" + Calls.MISSED_TYPE +
134 // Used to track the number of missed calls
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
car_telecom_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
201 # All calls that needs disconnecting (Parent + Children)
224 log.info("Removed call {} left calls {}".format(removed_call_id, all_calls))
268 calls = ad.droid.telecomCallGetCallIds()
269 if len(calls) > 1:
270 log.info("More than one call {} {}".format(calls, ad.serial))
273 if len(calls) > 0:
274 log.info("Got calls {} for {}".format
    [all...]

Completed in 457 milliseconds

<<11121314151617181920>>