HomeSort by relevance Sort by last modified time
    Searched refs:Full (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 128 else if (StateLoc->Ident->isStr("full"))
129 State = LoopHintAttr::Full;
149 // default indicates full unrolling rather than enabling the transformation).
216 // compatible with enable or full form of the unroll pragma because these
217 // directives indicate full unrolling.
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 35 Full, // The value fills the full location.
CommandFlags.h 261 clEnumValN(JumpTable::Full, "full",
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 159 void printDebug(bool Full);
  /system/chre/util/tests/
array_queue_test.cc 323 TEST(ArrayQueueTest, Full) {
326 EXPECT_FALSE(q.full());
330 EXPECT_TRUE(q.full());
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 360 if (VA.getLocInfo() != CCValAssign::Full)
414 case CCValAssign::Full: break;
543 if (VA.getLocInfo() != CCValAssign::Full)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 343 if hasattr(q, 'full'):
344 return q.full()
391 self.assertRaises(Queue.Full, put, 7, False)
394 self.assertRaises(Queue.Full, put, 7, False, None)
397 self.assertRaises(Queue.Full, put_nowait, 7)
400 self.assertRaises(Queue.Full, put, 7, True, TIMEOUT1)
403 self.assertRaises(Queue.Full, put, 7, False, TIMEOUT2)
406 self.assertRaises(Queue.Full, put, 7, True, timeout=TIMEOUT3)
    [all...]
  /frameworks/base/libs/hwui/
Texture.cpp 409 return TransferFunctionType::Full;
  /external/libvpx/libvpx/
examples.mk 88 vpxdec.DESCRIPTION = Full featured decoder
111 vpxenc.DESCRIPTION = Full featured encoder
  /external/llvm/lib/IR/
ConstantRange.cpp 20 // [T, T) = {F, T} = Full set
32 /// Initialize a full (the default) or empty set for the specified type.
34 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) {
35 if (Full)
198 // Full set: nothing signed / unsigned wraps when added to 0.
354 // If the set is empty or full, don't modify the endpoints.
663 // We've wrapped, therefore, full set.
684 // We've wrapped, therefore, full set.
816 // If the LHS is Full and the RHS is a wrapped interval containing 1 then
892 OS << "full-set"
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 196 if (VA.getLocInfo() != CCValAssign::Full)
276 case CCValAssign::Full:
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 299 CCValAssign::LocInfo LocInfo = CCValAssign::Full;
461 if (VA.getLocInfo() != CCValAssign::Full)
589 case CCValAssign::Full: break;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
ArmV7Support.S 8 # which accompanies this distribution. The full text of the license may be found at
294 # Enable VPF access (Full Access to CP10, CP11) (V* instructions)
ArmV7Support.asm 8 // which accompanies this distribution. The full text of the license may be found at
252 // Enable VPF access (Full Access to CP10, CP11) (V* instructions)
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 330 // Only the primary target node will be drawn full - all other nodes would get drawn in
588 thread.renderState().flush(Caches::FlushMode::Full);
711 // New surface needs a full draw
731 // If the buffer age is 0 we do a full-screen repaint (handled above)
738 // Just do a full-draw
  /external/curl/packages/vms/
build_vms.com 46 $! FULLLIST Full detailed listing.
    [all...]
  /external/doclava/res/assets/templates-sdk/
footer.cs 91 <label for="newsletter-full-name" class="dac-form-floatlabel" data-t="newsletter.name">Full name</label>
92 <input type="text" class="dac-form-input" name="entry.1357890476" id="newsletter-full-name" required>
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 318 // non-overlapping case. We also need to avoid full overlap (i.e. two
463 SDValue Full = N.getOperand(0);
466 uint64_t Offset = (cast<GlobalAddressSDNode>(Full)->getOffset() -
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 727 case CCValAssign::Full: break;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 409 if hasattr(q, 'full'):
410 return q.full()
457 self.assertRaises(Queue.Full, put, 7, False)
460 self.assertRaises(Queue.Full, put, 7, False, None)
463 self.assertRaises(Queue.Full, put_nowait, 7)
466 self.assertRaises(Queue.Full, put, 7, True, TIMEOUT1)
469 self.assertRaises(Queue.Full, put, 7, False, TIMEOUT2)
472 self.assertRaises(Queue.Full, put, 7, True, timeout=TIMEOUT3)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 409 if hasattr(q, 'full'):
410 return q.full()
457 self.assertRaises(Queue.Full, put, 7, False)
460 self.assertRaises(Queue.Full, put, 7, False, None)
463 self.assertRaises(Queue.Full, put_nowait, 7)
466 self.assertRaises(Queue.Full, put, 7, True, TIMEOUT1)
469 self.assertRaises(Queue.Full, put, 7, False, TIMEOUT2)
472 self.assertRaises(Queue.Full, put, 7, True, timeout=TIMEOUT3)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 409 if hasattr(q, 'full'):
410 return q.full()
457 self.assertRaises(Queue.Full, put, 7, False)
460 self.assertRaises(Queue.Full, put, 7, False, None)
463 self.assertRaises(Queue.Full, put_nowait, 7)
466 self.assertRaises(Queue.Full, put, 7, True, TIMEOUT1)
469 self.assertRaises(Queue.Full, put, 7, False, TIMEOUT2)
472 self.assertRaises(Queue.Full, put, 7, True, timeout=TIMEOUT3)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 409 if hasattr(q, 'full'):
410 return q.full()
457 self.assertRaises(Queue.Full, put, 7, False)
460 self.assertRaises(Queue.Full, put, 7, False, None)
463 self.assertRaises(Queue.Full, put_nowait, 7)
466 self.assertRaises(Queue.Full, put, 7, True, TIMEOUT1)
469 self.assertRaises(Queue.Full, put, 7, False, TIMEOUT2)
472 self.assertRaises(Queue.Full, put, 7, True, timeout=TIMEOUT3)
    [all...]
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 461 if (VA.getLocInfo() != CCValAssign::Full)
652 case CCValAssign::Full:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 266 case CCValAssign::Full: break;
380 if (VA.getLocInfo() != CCValAssign::Full)
    [all...]

Completed in 973 milliseconds

1 23 4 5 6