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

1 2 3 4 5 6 7 8 91011>>

  /external/openfst/src/lib/
compat.cc 32 void SplitToVector(char* full, const char* delim, vector<char*>* vec,
34 char *p = full;
36 if ((p = strpbrk(full, delim)))
38 if (!omit_empty_strings || full[0] != '\0')
39 vec->push_back(full);
41 full = p + 1;
  /external/glide/library/src/main/java/com/bumptech/glide/request/
ThumbnailRequestCoordinator.java 5 * the full size version of the image at the same time.
8 private Request full; field in class:ThumbnailRequestCoordinator
20 public void setRequests(Request full, Request thumb) {
21 this.full = full;
27 return parentCanSetImage() && (request == full || !full.isComplete());
36 return parentCanSetPlaceholder() && (request == full && !isAnyRequestComplete());
45 return parentIsAnyRequestComplete() || full.isComplete() || thumb.isComplete();
57 if (!full.isRunning())
    [all...]
  /external/ceres-solver/internal/ceres/
split.cc 51 static int CalculateReserveForVector(const string& full, const char* delim) {
56 const char* p = full.data();
57 const char* end = p + full.size();
74 void SplitStringToIteratorUsing(const StringType& full,
80 const char* p = full.data();
81 const char* end = p + full.size();
97 begin_index = full.find_first_not_of(delim);
99 end_index = full.find_first_of(delim, begin_index);
101 *result++ = full.substr(begin_index);
104 *result++ = full.substr(begin_index, (end_index - begin_index))
    [all...]
split.h 43 void SplitStringUsing(const string& full, const char* delim,
  /build/target/product/
aosp_arm.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)
full.mk 17 # This is a build configuration for a full-featured build of the
28 PRODUCT_NAME := full
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.h 10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines.c 50 if (streamData->full == 0) {
73 /* write remaining data to bitstream, if "full == 0" first byte has data */
74 if (streamData->full == 0) {
76 streamData->full = 1;
80 streamData->full = 0;
91 if (streamData->full == 0) {
113 if (streamData->full) {
123 return (((streamPtr - streamData->stream)<<1) + !(streamData->full));
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...]
arith_routines_logist.c 168 if (streamData->full == 0) {
188 if (streamData->full == 0) {
191 streamData->full = 1;
195 streamData->full = 0;
381 if (streamData->full == 0) {
383 streamData->full = 1;
387 streamData->full = 0;
394 if (streamData->full == 0) {
396 streamData->full = 1;
398 streamData->full = 0
    [all...]
  /external/chromium_org/net/tools/balsa/
split.h 15 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/chromium_org/remoting/webapp/
fullscreen.js 7 * Controller interface for full-screen mode.
19 * Enter or leave full-screen mode.
21 * @param {boolean} fullscreen True to enter full-screen mode; false to leave.
27 * @return {boolean} True if full-screen mode is active.
32 * Toggle full-screen mode.
37 * Add a listener for the full-screen-changed event.
44 * Remove a listener for the full-screen-changed event.
  /external/chromium_org/third_party/mesa/src/doxygen/
Makefile 2 default: full
4 all: full subset
9 FULL = \
22 full: $(FULL:.doxy=.tag)
23 $(foreach FILE,$(FULL),doxygen $(FILE);)
33 -rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
  /external/mesa3d/doxygen/
Makefile 2 default: full
4 all: full subset
9 FULL = \
22 full: $(FULL:.doxy=.tag)
23 $(foreach FILE,$(FULL),doxygen $(FILE);)
33 -rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
  /external/chromium_org/third_party/skia/dm/
DMQuiltTask.cpp 89 SkBitmap full; local
90 AllocatePixels(fReference, &full);
94 SkCanvas canvas(full);
100 for (int y = 0; y < tiles_needed(full.height(), FLAGS_quiltTile); y++) {
101 for (int x = 0; x < tiles_needed(full.width(), FLAGS_quiltTile); x++) {
103 tg.add(new Tile(x, y, *recorded, &full));
108 if (!BitmapsEqual(full, fReference)) {
110 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", full)));
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_url_feature_extractor.h 40 const std::string& full,
  /external/chromium_org/components/autofill/core/browser/
state_names.cc 101 base::string16 full = GetNameForAbbreviation(value); local
103 if (full.empty()) {
105 full = value;
109 name->swap(full);
  /external/lldb/scripts/Python/interface/
SBFileSpecList.i 37 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 39 print " Full:", its.caps.full(props)
50 full = getval('props["android.info.supportedHardwareLevel"]') == 1
67 # Test: croppingType must be a valid value, and for full devices, it
72 if full:
  /external/lldb/source/Target/
CPPLanguageRuntime.cpp 225 ( count == 0 ) // if we have a full name match just use it
297 llvm::StringRef full (m_full.GetCString());
301 if (ReverseFindMatchingChars (full, parens, arg_start, arg_end))
303 m_arguments = full.substr(arg_start, arg_end - arg_start + 1);
304 if (arg_end + 1 < full.size())
305 m_qualifiers = full.substr(arg_end + 1);
310 if (basename_end > 0 && full[basename_end-1] == '>')
316 if (ReverseFindMatchingChars (full, lt_gt, template_start, template_end, basename_end))
317 context_end = full.rfind(':', template_start);
320 context_end = full.rfind(':', basename_end)
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/mesa/src/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.

Completed in 817 milliseconds

1 2 3 4 5 6 7 8 91011>>