HomeSort by relevance Sort by last modified time
    Searched refs:Full (Results 1 - 25 of 44) sorted by null

1 2

  /external/skia/src/animator/
SkDrawFull.h 16 DECLARE_EMPTY_MEMBER_INFO(Full);
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 21 static ConstantRange Full;
28 ConstantRange ConstantRangeTest::Full(16);
35 EXPECT_TRUE(Full.isFullSet());
36 EXPECT_FALSE(Full.isEmptySet());
37 EXPECT_TRUE(Full.inverse().isEmptySet());
38 EXPECT_FALSE(Full.isWrappedSet());
39 EXPECT_TRUE(Full.contains(APInt(16, 0x0)));
40 EXPECT_TRUE(Full.contains(APInt(16, 0x9)));
41 EXPECT_TRUE(Full.contains(APInt(16, 0xa)));
42 EXPECT_TRUE(Full.contains(APInt(16, 0xaa9)))
    [all...]
  /build/target/product/
full.mk 17 # This is a build configuration for a full-featured build of the
26 PRODUCT_NAME := full
29 PRODUCT_MODEL := Full Android on Emulator
vbox_x86.mk 17 # This is a build configuration for a full-featured build of the
30 PRODUCT_MODEL := Full Android on x86 VirtualBox
full_x86.mk 17 # This is a build configuration for a full-featured build of the
41 PRODUCT_MODEL := Full Android on x86 Emulator
  /external/chromium/net/tools/flip_server/
buffer_interface.h 38 // Returns true if the buffer is full.
39 virtual bool Full() const = 0;
ring_buffer.h 46 virtual bool Full() const;
simple_buffer.h 42 virtual bool Full() const;
simple_buffer.cc 77 bool SimpleBuffer::Full() const {
ring_buffer.cc 46 bool RingBuffer::Full() const {
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.cpp 86 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this, 0, 0, false)) {
106 CCValAssign::Full));
112 CCValAssign::Full));
122 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this, -1, -1, false)){
152 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this,
171 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this, -1, -1,
190 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this, -1, -1, false)) {
201 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this, -1, -1,
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 76 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
94 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this))
108 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) {
126 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
145 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
162 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) {
175 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) {
  /external/webkit/Source/WebCore/inspector/front-end/
Drawer.js 131 this.state = (this.fullPanel ? WebInspector.Drawer.State.Full : WebInspector.Drawer.State.Variable);
225 this._animateDrawerHeight(height, WebInspector.Drawer.State.Full);
236 // so that the new animation can't do an immediate transition between Hidden/Full states.
301 // Immediate if going between Hidden and Full in full panel mode
302 if (this.fullPanel && (this.state === WebInspector.Drawer.State.Hidden || this.state === WebInspector.Drawer.State.Full))
361 Full: 2
  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 54 // 1) Fully aligned: There is a full intersection between the rects, either
99 Full
  /external/icu4c/test/perf/perldriver/
Dataset.pm 26 my $stats = Statistics::Descriptive::Full->new();
  /device/asus/grouper/
full_grouper.mk 16 # This file is the build configuration for a full Android
32 PRODUCT_MODEL := Full Android on Grouper
  /device/moto/stingray/
full_stingray.mk 16 # This file is the build configuration for a full Android
38 PRODUCT_MODEL := Full Android on Stingray
  /device/moto/wingray/
full_wingray.mk 16 # This file is the build configuration for a full Android
42 PRODUCT_MODEL := Full Android on Wingray
  /device/samsung/crespo/
full_crespo.mk 16 # This file is the build configuration for a full Android
23 PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
42 PRODUCT_MODEL := Full Android on Crespo
  /device/samsung/crespo4g/
full_crespo4g.mk 16 # This file is the build configuration for a full Android
34 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
39 PRODUCT_MODEL := Full Android on Crespo4G
  /device/samsung/maguro/
full_maguro.mk 16 # This file is the build configuration for a full Android
21 # lines, full and maguro, hence its name.
25 PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
38 PRODUCT_MODEL := Full AOSP on Maguro
  /device/samsung/tuna/
full_tuna.mk 16 # This file is the build configuration for a full Android
21 # lines, full and toro, hence its name.
35 PRODUCT_MODEL := Full AOSP on Tuna
  /external/chromium/chrome/common/
web_apps_unittest.cc 119 TEST(WebAppInfo, Full) {
121 ParseFromDefinitionAndExpectSuccess("full.json"));
  /device/samsung/toro/
full_toro.mk 16 # This file is the build configuration for a full Android
21 # lines, full and toro, hence its name.
45 PRODUCT_MODEL := Full AOSP on Toro-VZW
  /sdk/monitor/
Android.mk 44 echo "Monitor failed. Full log:" ; \

Completed in 440 milliseconds

1 2