/external/llvm/lib/CodeGen/ |
CallingConvLower.cpp | 74 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { 92 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) 106 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) { 124 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { 143 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) { 160 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) { 173 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_riscostask.c | 31 Storing information before a switch to full screen 32 Restoring desktop after switching to full screen 52 int riscos_backbuffer = 0; /* Create a back buffer in system memory for full screen mode */ 55 static int stored_mode = -1; /* -1 when in desktop, mode number or pointer when full screen */ 275 /* Don't store if in full screen mode */ 304 Restore desktop screen mode if we are in full screen mode. 312 /* Only need to restore if we are in full screen mode */
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
mali_parser.js | 117 this.addLSCounter('mali_hwc_LS_ISSUES', 'Full Pipeline Issues'); 133 this.addTexCounter('mali_hwc_TEX_RECIRC_FMISS', 'Recirc due to Full Miss'); 162 this.addMMUCounter('mali_hwc_MMU_REPLAY_FULL', 'Replay Buffer Full'); 168 this.addMMUCycles('mali_hwc_UTLB_REPLAY_FULL', 'UTLB Replay Full'); 186 this.addL2Counter('mali_hwc_L2_EXT_READ_FULL', 'ExtRD with BIU Full'); 187 this.addL2Counter('mali_hwc_L2_EXT_READ_HALF', 'ExtRD with BIU >1/2 Full'); 188 this.addL2Counter('mali_hwc_L2_EXT_WRITE_FULL', 'ExtWR with BIU Full'); 189 this.addL2Counter('mali_hwc_L2_EXT_WRITE_HALF', 'ExtWR with BIU >1/2 Full'); 199 'Response Buffer full stalls'); 201 'Read Data Buffer full stalls') [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucase.c | 240 * full case mappings. Add them all. 263 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */ 269 /* add the full case folding */ 274 /* start of full case mapping strings */ 283 /* add the full case folding string */ 296 closure=(const UChar *)pe; /* behind full case mappings */ 789 int32_t full; local 898 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, full); 899 full&=UCASE_FULL_LOWER; 900 if(full!=0) 933 int32_t full, idx; local 1143 int32_t full, idx; local [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
e_vacuum.test | 73 # "auto_vacuum=FULL" mode, when a large amount of data is deleted from 82 2 full 8 92 if {$avmode == "full"} { 93 # This branch tests the "unless ... auto_vacuum=FULL" in the requirement 94 # above. If auto_vacuum is set to FULL, then no empty space is left in 153 create_db "PRAGMA page_size = 1024 ; PRAGMA auto_vacuum = FULL" 185 execsql { PRAGMA auto_vacuum = FULL } 277 create_db { PRAGMA auto_vacuum = FULL } 286 create_db { PRAGMA auto_vacuum = FULL }
|
/external/libppp/src/ |
udp.c | 122 if (*p->name.full == '\0') { 123 snprintf(p->name.full, sizeof p->name.full, "%s:%d/udp", 125 p->name.base = p->name.full; 236 p->name.full); 241 log_Printf(LogWARN, "%s: connect: %s\n", p->name.full, strerror(errno)); 243 log_Printf(LogWARN, "%s: socket: %s\n", p->name.full, strerror(errno)); 260 if ((cp = strchr(p->name.full, ':')) != NULL && !strchr(cp + 1, ':')) { 262 host = p->name.full;
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_logist.c | 169 if (streamData->full == 0) { 189 if (streamData->full == 0) { 192 streamData->full = 1; 196 streamData->full = 0; 381 if (streamData->full == 0) { 383 streamData->full = 1; 387 streamData->full = 0; 401 return (streamData->stream_index*2 - 3 + !streamData->full); 403 return (streamData->stream_index*2 - 2 + !streamData->full);
|
/external/chromium/chrome/browser/autofill/ |
select_control_handler.cc | 140 string16 abbrev, full; local 143 full = State::FullName(value); 146 full = value; 153 if (full.empty()) 156 return SetSelectControlValue(full, field);
|
contact_info.h | 35 // Returns the full name, which can include up to the first, middle, and last 84 // |full|. It is tokenized on a space only. 85 void SetFullName(const string16& full);
|
/external/chromium_org/ash/system/chromeos/power/ |
power_status.h | 42 // Maximum battery time-to-full or time-to-empty that should be displayed 82 // Returns true if the battery is full. This also implies that a charger 94 // discharging while not being full) while line power is connected. 105 // Returns true if the battery's time-to-full and time-to-empty estimates 111 // is disconnected) or full (if line power is connected). These estimates
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
SQLiteDatabase.h | 100 // The SQLite SYNCHRONOUS pragma can be either FULL, NORMAL, or OFF 101 // FULL - Any writing calls to the DB block until the data is actually on the disk surface 102 // NORMAL - SQLite pauses at some critical moments when writing, but much less than FULL 120 // The SQLite AUTO_VACUUM pragma can be either NONE, FULL, or INCREMENTAL. 122 // FULL - SQLite moves all empty pages to the end of the DB file and truncates
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 23 struct list_head full; member in struct:mm_bucket 199 LIST_ADD(&slab->head, &bucket->full); 253 LIST_INITHEAD(&cache->bucket[i].full); 281 !LIST_IS_EMPTY(&cache->bucket[i].full)) 287 nouveau_mm_free_slabs(&cache->bucket[i].full);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 23 struct list_head full; member in struct:mm_bucket 199 LIST_ADD(&slab->head, &bucket->full); 253 LIST_INITHEAD(&cache->bucket[i].full); 281 !LIST_IS_EMPTY(&cache->bucket[i].full)) 287 nouveau_mm_free_slabs(&cache->bucket[i].full);
|
/external/oprofile/events/mips/74K/ |
events | 27 event:0x9 counters:0,2 um:zero minimum:500 name:IFU_REPLAYS : 9-0 Replays within the IFU due to full Instruction Buffer 31 event:0xd counters:0,2 um:zero minimum:500 name:DDQ0_FULL_DR_STALLS : 13-0 DR stage stall cycles due to DDQ0 (ALU out-of-order dispatch queue) full 32 event:0xe counters:0,2 um:zero minimum:500 name:ALCB_FULL_DR_STALLS : 14-0 DR stage stall cycles due to ALCB (ALU completion buffers) full 33 event:0xf counters:0,2 um:zero minimum:500 name:CLDQ_FULL_DR_STALLS : 15-0 DR stage stall cycles due to CLDQ (data comming back from FPU) full 45 event:0x1b counters:0,2 um:zero minimum:500 name:LOAD_STORE_BLOCKED_CYCLES : 27-0 Load/store graduation blocked cycles due to CP1/2 store data not ready, SYNC/SYNCI/SC/CACHEOP at the head, or FSB/LDQ/WBB/ITU FIFO full 48 event:0x1e counters:0,2 um:zero minimum:500 name:FSB_FULL_STALLS : 30-0 Pipe stall cycles due to FSB full 49 event:0x1f counters:0,2 um:zero minimum:500 name:LDQ_FULL_STALLS : 31-0 Pipe stall cycles due to LDQ full 50 event:0x20 counters:0,2 um:zero minimum:500 name:WBB_FULL_STALLS : 32-0 Pipe stall cycles due to WBB full 87 event:0x4a counters:0,2 um:zero minimum:500 name:FSB_LESS_25_FULL : 74-0 FSB < 25% full 88 event:0x4b counters:0,2 um:zero minimum:500 name:LDQ_LESS_25_FULL : 75-0 LDQ < 25% full [all...] |
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransferManager.java | 129 * The fully qualified jabber ID (i.e. full JID) with resource of the user to
132 * @exception IllegalArgumentException if userID is null or not a full JID
138 // We need to create outgoing file transfers with a full JID since this method will later
139 // use XEP-0095 to negotiate the stream. This is done with IQ stanzas that need to be addressed to a full JID
142 throw new IllegalArgumentException("The provided user id was not a full JID (i.e. with resource part)");
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 173 /* Compare two strings case-insensitively using full case folding */ 272 * Second, use full case mapping functions which provide 290 printUString("full-lowercased/en: ", buffer, length); 298 printUString("full-lowercased/tr: ", buffer, length); 306 printUString("full-uppercased/en: ", buffer, length); 314 printUString("full-uppercased/tr: ", buffer, length); 322 printUString("full-titlecased/en: ", buffer, length); 330 printUString("full-titlecased/tr: ", buffer, length); 338 printUString("full-case-folded/default: ", buffer, length); 346 printUString("full-case-folded/Turkic: ", buffer, length) [all...] |
/art/compiler/dex/ |
dataflow_iterator.h | 36 * that the iterator will keep repeating the full basic block list until a complete pass 40 * full pass through the list. 54 * has occurred that requires another full pass over the block list.
|
/bionic/libc/stdio/ |
wbuf.c | 39 * Write the given character into the (probably full) buffer for 40 * the given file. Flush the buffer out if it is or becomes full, 64 * If it is completely full, flush it out. Then, in any case,
|
/dalvik/vm/ |
ReferenceTable.h | 74 * Returns "true" if the table is full. The table is considered full if 87 * Returns "false" if the table is full.
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/ |
Runtime.pm | 33 A full description of the module and its features. 52 (even the ones that will "never happen"), with a full explanation of each 59 A full explanation of any configuration system(s) used by the module,
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_ci.c | 45 ** status - BTA_GATT_OK if full buffer of data, 76 ** status - BTA_GATT_OK if full buffer of data, 116 ** status - BTA_GATT_OK if full buffer of data,
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/ |
HelloLicenseServlet.java | 8 * 3. Hello *full* license! 98 "FULL".equals(json.get("accessLevel")) ? "full" : "free trial" :
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/ |
HelloLicenseServlet.java | 8 * 3. Hello *full* license! 98 "FULL".equals(json.get("accessLevel")) ? "full" : "free trial" :
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
magnification_manager_unittest.cc | 106 // Set full screen magnifier, and confirm the observer is called. 115 // Set full screen magnifier again, and confirm the observer is not called. 123 // Set full screen magnifier, and confirm the status is set successfully.
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_processor.h | 87 // ChangeListProcessor is used to process change lists, or full resource 95 // Applies change lists or full resource lists to |resource_metadata_|. 98 // it is full resource lists (false) or change lists (true).
|