/external/llvm/test/MC/ARM/ |
full_line_comment.s | 2 # this is a full line comment starting at column 1
|
/external/chromium/net/tools/flip_server/ |
split.h | 16 void SplitStringPieceToVector(const base::StringPiece& full,
|
split.cc | 17 void SplitStringPieceToVector(const base::StringPiece& full, 22 if (full.empty() || delim[0] == '\0') 26 base::StringPiece::const_iterator s = full.begin(); 28 for (;e != full.end(); ++e) { 44 base::StringPiece::const_iterator s = full.begin(); 46 for (;e != full.end(); ++e) {
|
/external/webkit/Source/WebCore/css/ |
fullscreenQuickTime.css | 27 video:-webkit-full-screen::-webkit-media-controls-panel { 59 video:-webkit-full-screen::-webkit-media-controls-mute-button { 63 video:-webkit-full-screen::-webkit-media-controls-volume-slider-container { 67 video:-webkit-full-screen::-webkit-media-controls-volume-slider { 71 video:-webkit-full-screen::-webkit-media-controls-volume-slider-mute-button { 75 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-min-button { 85 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-slider { 95 video:-webkit-full-screen::-webkit-media-controls-fullscreen-volume-max-button { 105 video:-webkit-full-screen::-webkit-media-controls-play-button { 113 video:-webkit-full-screen::-webkit-media-controls-rewind-button [all...] |
/build/target/product/ |
AndroidProducts.mk | 33 $(LOCAL_DIR)/full.mk 40 $(LOCAL_DIR)/full.mk \
|
full.mk | 17 # This is a build configuration for a full-featured build of the 29 PRODUCT_NAME := full 32 PRODUCT_MODEL := Full Android on Emulator
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compat.cpp | 110 void SplitToVector(char* full, const char* delim, vector<char*>* vec, 112 char* next = full; 113 while((next = strsep(&full, delim)) != NULL) { 117 // Add last element (or full string if no delimeter found): 118 if (full != NULL) { 119 vec->push_back(full);
|
/external/mesa3d/docs/ |
MESA_set_3dfx_mode.spec | 32 The Mesa Glide driver allows full-screen rendering or rendering into 34 to switch between full-screen and windowed rendering. 55 The Mesa Glide device driver allows either rendering in full-screen 57 full-screen and window rendering with the command: 62 rendering or GLX_3DFX_FULLSCREEN_MODE_MESA to indicate full-screen mode.
|
/build/tools/atree/ |
fs.cpp | 63 string full = path; local 64 full += '/'; 65 full += ent->d_name; 71 stat(full.c_str(), &stat_buf); 75 dirs.push_back(full); 77 files.push_back(full);
|
files.cpp | 25 string full = base; local 27 full += '/'; 29 full += leaf; 30 return full; 162 "substitution. Full list of variables is: "); 345 string full = path_append(*it, rec->sourceName); local 347 err = stat(full.c_str(), &st); 350 rec->sourcePath = full; 430 string full = path_append(rec.sourceBase, rec.sourceName); local 431 full = path_append(full, path) [all...] |
/external/skia/src/xml/ |
SkJS.cpp | 116 char *path, *comp, *full; local 133 full = JS_smprintf("%s/%s", comp, name); 134 if (!full) { 140 full = (char *)name; 142 found = (access(full, X_OK) == 0); 144 free(full);
|
/external/qemu/android/utils/ |
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;
|
/frameworks/base/nfc-extras/ |
Android.mk | 13 # put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
|
/system/media/wilhelm/src/android/ |
android_AudioToCbRenderer.cpp | 62 size_t full = mDecodeBuffer->range_length(); local 65 while (offset < full) { 72 //SL_LOGV("consumed=%u, offset=%u, full=%u", consumed, offset, 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);
|
/development/tools/emulator/opengl/system/egl/ |
Android.mk | 29 ifneq (,$(filter full full_x86 sdk sdk_x86,$(TARGET_PRODUCT))) 40 endif # TARGET_PRODUCT in 'full sdk full_x86 sdk_x86)
|
/external/srec/srec/cfront/ |
himul32.h | 100 __int64 full; 111 result.full = x * y;
|
/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 42 PRODUCT_MODEL := Full AOSP on Maguro
|
/external/icu4c/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/webkit/Source/WebKit/win/ |
DefaultDownloadDelegate.cpp | 121 BSTR full = SysAllocStringLen(0, (UINT)fullLength); local 122 if (!full) 125 wcscpy_s(full, fullLength, pathChars); 126 wcscat_s(full, fullLength, L"\\"); 127 wcscat_s(full, fullLength, filename); 129 fullPath.adoptBSTR(full);
|
/external/valgrind/main/callgrind/ |
threads.c | 113 t->lastdump_cost = CLG_(get_eventset_cost)( CLG_(sets).full ); 114 t->sighandler_cost = CLG_(get_eventset_cost)( CLG_(sets).full ); 115 CLG_(init_cost)( CLG_(sets).full, t->lastdump_cost ); 116 CLG_(init_cost)( CLG_(sets).full, t->sighandler_cost ); 213 CLG_(zero_cost)( CLG_(sets).full, es->cost ); 282 CLG_(add_and_zero_cost)( CLG_(sets).full, 332 es->cost = CLG_(get_eventset_cost)(CLG_(sets).full); 333 CLG_(zero_cost)( CLG_(sets).full, es->cost ); 426 CLG_(print_cost)(-9, CLG_(sets).full, es->cost); 453 CLG_(print_cost)(-9, CLG_(sets).full, es->cost) [all...] |
/external/webkit/Source/WebKit/android/nav/ |
SelectText.cpp | 820 int checkFlipRect(const SkIRect& full, int fullBase) { 825 " full=(%d,%d,r=%d,b=%d) fullBase=%d" 828 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase, 833 if (baseLinesAgree(mStart, mStartBase, full, fullBase) 834 && full.fLeft < mStart.fLeft) { 836 " full=(%d,%d,r=%d,b=%d) fullBase=%d" 840 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase [all...] |
/external/oprofile/events/mips/24K/ |
events | 76 event:0x32 counters:0 um:zero minimum:500 name:FSB_LESS_25_FULL : 50-0 FSB < 25% full 77 event:0x33 counters:0 um:zero minimum:500 name:FSB_OVER_50_FULL : 51-0 FSB > 50% full 78 event:0x34 counters:0 um:zero minimum:500 name:LDQ_LESS_25_FULL : 52-0 LDQ < 25% full 79 event:0x35 counters:0 um:zero minimum:500 name:LDQ_OVER_50_FULL : 53-0 LDQ > 50% full 80 event:0x36 counters:0 um:zero minimum:500 name:WBB_LESS_25_FULL : 54-0 WBB < 25% full 81 event:0x37 counters:0 um:zero minimum:500 name:WBB_OVER_50_FULL : 55-0 WBB > 50% full 139 event:0x432 counters:1 um:zero minimum:500 name:FSB_25_50_FULL : 50-1 FSB 25-50% full 140 event:0x433 counters:1 um:zero minimum:500 name:FSB_FULL_STALLS : 51-1 FSB full pipeline stall cycles 141 event:0x434 counters:1 um:zero minimum:500 name:LDQ_25_50_FULL : 52-1 LDQ 25-50% full 142 event:0x435 counters:1 um:zero minimum:500 name:LDQ_FULL_STALLS : 53-1 LDQ full pipeline stall cycle [all...] |
/external/oprofile/events/mips/34K/ |
events | 81 event:0x32 counters:0 um:zero minimum:500 name:FSB_LESS_25_FULL : 50-0 FSB < 25% full 82 event:0x33 counters:0 um:zero minimum:500 name:FSB_OVER_50_FULL : 51-0 FSB > 50% full 83 event:0x34 counters:0 um:zero minimum:500 name:LDQ_LESS_25_FULL : 52-0 LDQ < 25% full 84 event:0x35 counters:0 um:zero minimum:500 name:LDQ_OVER_50_FULL : 53-0 LDQ > 50% full 85 event:0x36 counters:0 um:zero minimum:500 name:WBB_LESS_25_FULL : 54-0 WBB < 25% full 86 event:0x37 counters:0 um:zero minimum:500 name:WBB_OVER_50_FULL : 55-0 WBB > 50% full 151 event:0x432 counters:1 um:zero minimum:500 name:FSB_25_50_FULL : 50-1 FSB 25-50% full 152 event:0x433 counters:1 um:zero minimum:500 name:FSB_FULL_STALLS : 51-1 FSB full pipeline stall cycles 153 event:0x434 counters:1 um:zero minimum:500 name:LDQ_25_50_FULL : 52-1 LDQ 25-50% full 154 event:0x435 counters:1 um:zero minimum:500 name:LDQ_FULL_STALLS : 53-1 LDQ full pipeline stall cycle [all...] |
/dalvik/vm/mterp/x86/ |
OP_MUL_LONG_2ADDR.S | 29 leal (%ecx,rIBASE),rIBASE # full result now in %edx:%eax
|