/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/chromium_org/chrome/renderer/safe_browsing/ |
phishing_url_feature_extractor_unittest.cc | 23 void SplitStringIntoLongAlphanumTokens(const std::string& full, 25 PhishingUrlFeatureExtractor::SplitStringIntoLongAlphanumTokens(full, 117 std::string full = "This.is/a_pretty\\unusual-!path,indeed"; local 119 SplitStringIntoLongAlphanumTokens(full, &long_tokens); 124 full = "...i-am_re/al&ly\\b,r,o|k=e:n///up%20"; 125 SplitStringIntoLongAlphanumTokens(full, &long_tokens);
|
/external/chromium_org/third_party/skia/src/xml/ |
SkJS.cpp | 108 char *path, *comp, *full; local 125 full = JS_smprintf("%s/%s", comp, name); 126 if (!full) { 132 full = (char *)name; 134 found = (access(full, X_OK) == 0); 136 free(full);
|
/external/skia/src/xml/ |
SkJS.cpp | 108 char *path, *comp, *full; local 125 full = JS_smprintf("%s/%s", comp, name); 126 if (!full) { 132 full = (char *)name; 134 found = (access(full, X_OK) == 0); 136 free(full);
|
/device/lge/hammerhead/ |
full_hammerhead.mk | 21 PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
|
/device/lge/mako/ |
full_mako.mk | 28 PRODUCT_COPY_FILES := device/lge/mako/apns-full-conf.xml:system/etc/apns-conf.xml
|
/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;
|
/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);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
AppBridge.java | 47 // This is used to notify that the screen nail will be drawn in full screen 49 public abstract void onFullScreenChanged(boolean full);
|
/external/chromium_org/chrome/browser/resources/options/ |
autofill_edit_overlay.css | 13 #full-name-list input, 56 #full-name-list { 60 #full-name-list div[role='listitem'] > div { 64 #full-name-list div[role='listitem'] > div > div,
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
inject_app_titlebar.js | 14 ":-webkit-full-screen * { display: none; }\n" + 15 ":-webkit-full-screen-document * { display: none; }\n" + 16 "div:-webkit-full-screen, div:-webkit-full-screen-document { " +
|
/frameworks/wilhelm/src/android/ |
android_AudioToCbRenderer.cpp | 63 size_t full = mDecodeBuffer->range_length(); local 66 while (offset < full) { 73 //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);
|
/external/compiler-rt/make/platform/ |
clang_linux.mk | 52 Configs += full-i386 profile-i386 san-i386 asan-i386 ubsan-i386 ubsan_cxx-i386 53 Arch.full-i386 := i386 63 Configs += full-x86_64 profile-x86_64 san-x86_64 asan-x86_64 tsan-x86_64 \ 65 Arch.full-x86_64 := x86_64 88 CFLAGS.full-i386 := $(CFLAGS) -m32 89 CFLAGS.full-x86_64 := $(CFLAGS) -m64 117 CFLAGS.full-i386 += --sysroot=$(ProjSrcRoot)/SDKs/linux 118 CFLAGS.full-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux 120 FUNCTIONS.full-i386 := $(CommonFunctions) $(ArchFunctions.i386) 121 FUNCTIONS.full-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64 [all...] |
/external/libppp/src/ |
atm.c | 192 p->name.full); 196 log_Printf(LogWARN, "%s: connect: %s\n", p->name.full, strerror(errno)); 198 log_Printf(LogWARN, "%s: socket: %s\n", p->name.full, strerror(errno)); 213 if (p->fd < 0 && !strncasecmp(p->name.full, PPPOA, PPPOA_LEN) 214 && p->name.full[PPPOA_LEN] == ':') { 218 if (sscanf(p->name.full + PPPOA_LEN + 1, "%25[A-Za-z0-9]:%u.%u", iface, 221 "PPPoA:if:vpi.vci expected\n", p->name.full);
|
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/icu4c/common/ |
ucase.cpp | 243 * full case mappings. Add them all. 266 closure=(const UChar *)pe+1; /* behind this slot, unless there are full case mappings */ 272 /* add the full case folding */ 277 /* start of full case mapping strings */ 286 /* add the full case folding string */ 299 closure=(const UChar *)pe; /* behind full case mappings */ 409 FullCaseFoldingIterator::next(UnicodeString &full) { 418 // Set "full" to the NUL-terminated string in the first unfold column. 421 full.setTo(FALSE, p, length); 816 int32_t full; local 960 int32_t full, idx; local 1170 int32_t full, idx; local [all...] |
/device/generic/goldfish/opengl/system/egl/ |
Android.mk | 29 ifneq (,$(filter full full_x86 full_mips sdk sdk_x86 sdk_mips google_sdk google_sdk_x86 google_sdk_mips,$(TARGET_PRODUCT))) 39 endif # TARGET_PRODUCT in 'full full_x86 full_mips sdk sdk_x86 sdk_mips google_sdk google_sdk_x86 google_sdk_mips')
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropy.c | 312 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { 313 if (full != model) 314 vpx_memcpy(full, model, sizeof(vp9_prob) * UNCONSTRAINED_NODES); 315 extend_model_to_full_distribution(model[PIVOT_NODE], full);
|
/packages/apps/Camera/src/com/android/camera/ |
CameraModule.java | 29 public void onFullScreenChanged(boolean full);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_queue.py | 106 self.assertTrue(not q.full(), "Queue should not be full") 108 full = 3 * 2 * QUEUE_SIZE 110 self.assertTrue(q.full(), "Queue should be full") 112 q.put(full, block=0) 113 self.fail("Didn't appear to block with a full queue") 114 except Queue.Full: 117 q.put(full, timeout=0.01) 118 self.fail("Didn't appear to time-out with a full queue" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_queue.py | 106 self.assertTrue(not q.full(), "Queue should not be full") 108 full = 3 * 2 * QUEUE_SIZE 110 self.assertTrue(q.full(), "Queue should be full") 112 q.put(full, block=0) 113 self.fail("Didn't appear to block with a full queue") 114 except Queue.Full: 117 q.put(full, timeout=0.01) 118 self.fail("Didn't appear to time-out with a full queue" [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
PropIDUtils.cpp | 51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full)
66 return ConvertFileTimeToString(localFileTime, true, full);
|
/external/skia/tools/ |
update-doxygen.sh | 35 svn update --accept theirs-full trunk 40 svn update --accept theirs-full docs
|