HomeSort by relevance Sort by last modified time
    Searched refs:Active (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeTransitionTests.java 184 "New active/dialing call with no other calls when unfocused",
203 "New active/dialing voip call with no other calls when unfocused",
241 "New ringing call coming in on top of active/dialing call",
260 "Ringing call becomes active, part 1",
279 "Ringing call becomes active, part 2",
298 "Active call disconnects, but tone is playing",
317 "Tone stops playing, with no active calls",
450 "Active call disconnects while there's a call-waiting call",
  /packages/apps/Nfc/nci/jni/
NfcTag.h 30 enum ActivationState { Idle, Sleep, Active };
136 ** Description: Set the current state to Active.
263 ** Description Sets the active state for the object
268 void setActive(bool active);
NativeNfcTag.cpp 539 if (natTag.getActivationState() != NfcTag::Active) {
671 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) {
672 LOG(ERROR) << StringPrintf("%s: tag is not active", __func__);
737 if (natTag.getActivationState() != NfcTag::Active) {
800 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) {
888 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) {
896 << StringPrintf("%s: tag not active", __func__);
945 if (NfcTag::getInstance().getActivationState() != NfcTag::Active) {
    [all...]
  /external/mesa3d/src/mesa/main/
transformfeedback.c 57 if (obj->Active && obj->program == callback_data->prog)
62 * Return true if any active transform feedback object is using a program.
384 * If no active program can generate transform feedback data (i.e. no vertex
385 * shader is active), returns NULL.
416 "glBeginTransformFeedback(no program active)");
443 if (obj->Active) {
445 "glBeginTransformFeedback(already active)");
463 obj->Active = GL_TRUE;
498 if (!obj->Active) {
500 "glEndTransformFeedback(not active)");
    [all...]
performance_monitor.c 74 m->Active = false;
427 /* Give the driver a chance to stop the monitor if it's active. */
428 if (m->Active) {
536 * called when a performance monitor is already active."
538 if (m->Active) {
540 "glBeginPerfMonitor(already active)");
548 m->Active = true;
571 if (!m->Active) {
572 _mesa_error(ctx, GL_INVALID_OPERATION, "glBeginPerfMonitor(not active)");
578 m->Active = false
    [all...]
condrender.c 102 q->Target != GL_ANY_SAMPLES_PASSED_CONSERVATIVE) || q->Active) {
queryobj.c 52 q->Active = GL_FALSE;
326 if (q->Active) {
329 assert(bindpt); /* Should be non-null for active q. */
333 q->Active = GL_FALSE;
415 "glBeginQuery{Indexed}(target=%s is active)",
443 if (q->Active) {
445 "glBeginQuery{Indexed}(query already active)");
479 q->Active = GL_TRUE;
519 "glEndQuery(target=%s with active query of target %s)",
527 if (!q || !q->Active) {
    [all...]
transformfeedback.h 129 return ctx->TransformFeedback.CurrentObject->Active &&
  /external/valgrind/coregrind/
m_redir.c 75 symbols can cause new (active) redirections to appear for two
98 its tables all active redirections in any way associated with that
114 Active - a set of orig addr -> (bool, redir addr)
116 Active is the currently active set of bindings that the translator
120 Active is a pure function of Specs and the current symbol table
123 Therefore whenever either Specs or SyminfoState changes, Active
127 Active is computed as follows:
129 Active = empty
136 &fn -> redir is added to Active
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 124 Active.push_back(LoopInfo(Header, StagedAttrs, Location));
273 assert(!Active.empty() && "No active loops to pop");
274 Active.pop_back();
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ftp4.h 60 /// EFI_NETWORK_UNREACHABLE: The active open fails because an ICMP network unreachable error is
62 /// EFI_HOST_UNREACHABLE: The active open fails because an ICMP host unreachable error is
64 /// EFI_PROTOCOL_UNREACHABLE: The active open fails because an ICMP protocol unreachable error is
90 /// Set it to TRUE to initiate an active data connection. Set it to
93 BOOLEAN Active;
220 /// EFI_NETWORK_UNREACHABLE: The active open fails because an ICMP network unreachable
222 /// EFI_HOST_UNREACHABLE: The active open fails because an ICMP host unreachable
224 /// EFI_PROTOCOL_UNREACHABLE: The active open fails because an ICMP protocol unreachable
  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.h 97 /// Check for active ranges that have expired or become inactive.
123 UnorderedRanges Active, Inactive, Handled;
IceGlobalContext.h 610 if (BuildDefs::timers() && Active)
622 bool Active = false;
IceGlobalContext.cpp     [all...]
  /external/tensorflow/tensorflow/core/util/ctc/
ctc_beam_entry.h 63 inline bool Active() const { return newp.total != kLogZero; }
ctc_beam_search.h 279 if (b->parent->Active()) {
335 if (!c.Active()) {
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 56 // Active spinning runtime support.
60 // runtime_doSpin does active spinning.
  /prebuilts/go/linux-x86/src/sync/
runtime.go 56 // Active spinning runtime support.
60 // runtime_doSpin does active spinning.
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 280 // isn't linear, because the size of the active set isn't bound by the
300 IntervalSet Active(lowestEndPoint);
316 // Retire any active intervals that end before Cur starts.
317 IntervalSet::iterator RetireItr = Active.begin();
318 while (RetireItr != Active.end() &&
327 Active.erase(Active.begin(), RetireItr);
334 // At this point we know that Cur overlaps all active intervals. Add the
337 for (const auto &A : Active) {
357 // Finally, add Cur to the Active set
    [all...]
ShadowStackGCLowering.cpp 266 bool Active = false;
269 Active = true;
273 if (!Active)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
FormGuid.h 238 UINT8 Active;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
FormGuid.h 207 UINT8 Active;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 65 query->Base.Active = GL_FALSE;
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 189 for (auto *Active : Info.ActiveModuleMacros) {
190 auto *NewMI = Active->getMacroInfo();
204 IsSystemMacro &= Active->getOwningModule()->IsSystem ||
239 llvm::DenseSet<ModuleMacro*> Active;
241 Active.insert(MM);
251 if (Active.count(MM))
252 llvm::errs() << " active";
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 274 "Active filters:",

Completed in 752 milliseconds

12 3 4 5