/device/samsung/manta/ |
full_manta.mk | 16 # This file is the build configuration for a full Android 21 # lines, full and manta, hence its name.
|
/external/chromium/build/ |
sanitize-mac-build-log.sed | 18 # full command line. These deletions drop the command line. 24 # full command lines, too.
|
/external/chromium_org/build/ |
sanitize-mac-build-log.sed | 18 # full command line. These deletions drop the command line. 27 # full command lines, too.
|
/external/chromium_org/cc/test/ |
fake_scrollbar_layer.cc | 33 size_t full = queue->FullUploadSize(); local 37 last_update_full_upload_size_ = queue->FullUploadSize() - full;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
fake_free_disk_space_getter.h | 16 // class can be used to simulate a case where disk is full, or nearly full.
|
/external/chromium_org/components/tracing/ |
tracing_messages.h | 45 // Sent if the trace buffer becomes full. 55 float /*trace buffer percent full*/)
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_enable_feature.txt | 46 This feature is only provided for full OpenGL ES 2.0 compatibility. It is 54 This feature is only provided for full OpenGL ES 2.0 compatibility. It is
|
/external/chromium_org/ppapi/examples/ime/ |
ime.html | 12 <p>Full IME Support</p> 14 height="150" border="2px"><param name="ime" value="full" /></object>
|
/external/chromium_org/third_party/libxml/src/ |
README | 4 Full documentation is available on-line at 22 a full coverage check. Report failures to the list.
|
/external/chromium_org/webkit/common/user_agent/ |
user_agent_util.h | 27 // Helper function to generate a full user agent string from a short 32 // Builds a full user agent string given a string describing the OS and a
|
/external/elfutils/ |
config.h | 22 /* Define to the full name of this package. */ 25 /* Define to the full name and version of this package. */
|
config.h.in | 21 /* Define to the full name of this package. */ 24 /* Define to the full name and version of this package. */
|
/external/libvpx/libvpx/vp8/common/ |
entropymv.h | 21 mvfp_max = 255, /* max absolute value of a full pixel MV component */ 22 MVfpvals = (2 * mvfp_max) +1, /* # possible full pixel MV values */
|
/external/openssl/patches/ |
README | 9 Finished message even when negotiating full-handshakes. With this patch, 11 full-handshakes.
|
/external/qemu/android/utils/ |
dirscanner.h | 34 * get its full path. 44 /* A variant of dirScanner_next() which returns the full path
|
dirscanner.c | 21 char full[PATH_MAX]; \ 195 p = s->full; 196 end = p + sizeof s->full; 200 /* ignore if the full name is too long */ 203 return s->full;
|
/external/qemu/target-i386/ |
TODO | 12 - full support of segment limit/rights 13 - full x87 exception support
|
/frameworks/base/docs/html/design/patterns/ |
fullscreen.jd | 1 page.title=Full Screen 2 page.tags="full screen","immersive", "leanback" 6 Some content is best experienced full screen, like videos, games, image 8 deeply with content in full screen by minimizing visual distraction from app 15 In version 4.4, Android offers two approaches for making your app go full 40 The Lean Back approach is for full-screen experiences in which users won't be 59 heavily interacting with the full screen as part of the primary experience. 80 message that appears the first time the app goes full screen.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkVariables.java | 21 /** Variable that expands to the full path of NDK's ABI specific gdb. */ 24 /** Variable that expands to point to the full path of the project used in the launch
|
/external/icu4c/common/ |
uniset_closure.cpp | 162 // add the result of a full case mapping to the set 165 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { 171 // add a string case mapping from full with length result 172 str.setTo((UBool)FALSE, full, result); 207 const UChar *full; local 215 // full case closure 223 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache); 224 addCaseMapping(foldSet, result, full, str); 226 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache); 227 addCaseMapping(foldSet, result, full, str) [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_hist.c | 85 if (streamData->full == 0) { 105 if (streamData->full == 0) { 107 streamData->full = 1; 111 streamData->full = 0; 233 if (streamData->full == 0) { 236 streamData->full = 1; 240 streamData->full = 0; 258 return (streamData->stream_index*2 - 3 + !streamData->full); 260 return (streamData->stream_index*2 - 2 + !streamData->full); 383 if (streamData->full == 0) [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher.h | 5 // Component updates can be either differential updates or full updates. 6 // Full updates come in CRX format; differential updates come in CRX-style 10 // of the component to create the contents of a full update, which is then 21 // and allowed to, and fall back to a full update if it fails. 23 // After installation (diff or full), the component updater records "fp", the
|
/external/oprofile/events/mips/74K/ |
events.h | 19 "9-0 Replays within the IFU due to full Instruction Buffer"}, 25 "13-0 DR stage stall cycles due to DDQ0 (ALU out-of-order dispatch queue) full"}, 27 "14-0 DR stage stall cycles due to ALCB (ALU completion buffers) full"}, 29 "15-0 DR stage stall cycles due to CLDQ (data comming back from FPU) full"}, 53 "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"}, 59 "30-0 Pipe stall cycles due to FSB full"}, 61 "31-0 Pipe stall cycles due to LDQ full"}, 63 "32-0 Pipe stall cycles due to WBB full"}, 129 "74-0 FSB < 25% full"}, 131 "75-0 LDQ < 25% full"}, [all...] |
/external/oprofile/events/mips/loongson2/ |
events | 13 event:0x0a counters:0 um:zero minimum:300 name:FQUEUE_FULL : Fix queue full 14 event:0x0b counters:0 um:zero minimum:300 name:ROQ_FULL : Reorder queue full 15 event:0x0c counters:0 um:zero minimum:300 name:CP0_QUEUE_FULL : CP0 queue full 29 event:0x1a counters:1 um:zero minimum:500 name:FTQ_FULL : Float queue full 30 event:0x1b counters:1 um:zero minimum:500 name:BRANCH_QUEUE_FULL : Branch queue full
|
/external/smack/src/org/jivesoftware/smackx/muc/ |
Occupant.java | 30 * the affiliation and role of the occupant in the room. The full JID and nickname are optional. 63 * Returns the full JID of the occupant. If this information was extracted from a presence and 64 * the room is semi or full-anonymous then the answer will be null. On the other hand, if this 66 * always have a full JID. 68 * @return the full JID of the occupant.
|