HomeSort by relevance Sort by last modified time
    Searched full:floc (Results 1 - 24 of 24) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 57 Formatter fLoc = null;
61 fLoc = new Formatter(Locale.GERMAN);
63 fLoc.format(Locale.US, "%f", val);
65 assertFalse(fLoc.toString().equals(fNoL.toString()));
67 fLoc = new Formatter(Locale.FRANCE);
69 fLoc.format(Locale.US, "%f", val);
71 assertFalse(fLoc.toString().equals(fNoL.toString()));
73 fLoc = new Formatter(Locale.US);
75 fLoc.format(Locale.US, "%f", val);
77 assertTrue(fLoc.toString().equals(fNoL.toString()))
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer_pow2.cpp 45 *loc = row->fLoc;
46 row->fLoc.fX += width;
48 SkASSERT(row->fLoc.fX <= this->width());
49 SkASSERT(row->fLoc.fY <= this->height());
GrRectanizer_pow2.h 44 SkIPoint16 fLoc;
50 return fLoc.fX + width <= containerWidth;
71 row->fLoc.set(0, fNextStripY);
  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 45 *loc = row->fLoc;
46 row->fLoc.fX += width;
48 SkASSERT(row->fLoc.fX <= this->width());
49 SkASSERT(row->fLoc.fY <= this->height());
GrRectanizer_pow2.h 44 SkIPoint16 fLoc;
50 return fLoc.fX + width <= containerWidth;
71 row->fLoc.set(0, fNextStripY);
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 16 fLoc.set(0, 0);
81 if (fLoc.fX != x || fLoc.fY != y)
84 fLoc.set(x, y);
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
107 r.set(fLoc.fX, fLoc.fY, fLoc.fX + fWidth, fLoc.fY + fHeight)
    [all...]
  /external/skia/src/views/
SkView.cpp 16 fLoc.set(0, 0);
81 if (fLoc.fX != x || fLoc.fY != y)
84 fLoc.set(x, y);
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
107 r.set(fLoc.fX, fLoc.fY, fLoc.fX + fWidth, fLoc.fY + fHeight)
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkView.h 88 canvas->translate(fLoc.fX, fLoc.fY);
92 SkScalar locX() const { return fLoc.fX; }
94 SkScalar locY() const { return fLoc.fY; }
98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
106 canvas->translate(fLoc.fX, fLoc.fY);
385 SkPoint fLoc;
  /external/skia/include/views/
SkView.h 88 canvas->translate(fLoc.fX, fLoc.fY);
92 SkScalar locX() const { return fLoc.fX; }
94 SkScalar locY() const { return fLoc.fY; }
98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
106 canvas->translate(fLoc.fX, fLoc.fY);
385 SkPoint fLoc;
  /ndk/sources/host-tools/make-3.81/
commands.h 24 struct floc fileinfo; /* Where commands were defined. */
variable.h 56 struct floc fileinfo; /* Where the variable was defined. */
147 extern struct variable *do_variable_definition PARAMS ((const struct floc *flocp, const char *name, char *value, enum variable_origin origin, enum variable_flavor flavor, int target_var));
149 extern struct variable *try_variable_definition PARAMS ((const struct floc *flocp, char *line, enum variable_origin origin, int target_var));
160 struct variable_set *set, const struct floc *flocp));
make.h 381 struct floc struct
386 #define NILF ((struct floc *)0)
404 extern void error (const struct floc *flocp, const char *fmt, ...)
406 extern void fatal (const struct floc *flocp, const char *fmt, ...)
500 extern const struct floc *reading_file;
501 extern const struct floc **expanding_var;
read.c 56 struct floc floc; /* Info on the file in fp (if any). */ member in struct:ebuffer
120 const struct floc *reading_file = 0;
133 static int conditional_line PARAMS ((char *line, int len, const struct floc *flocp));
137 const struct floc *flocp));
141 const struct floc *flocp));
307 const struct floc *curfile;
313 ebuf.floc.filenm = strcache_add (filename);
314 ebuf.floc.lineno = 1;
396 do_variable_definition (&ebuf.floc, "MAKEFILE_LIST", filename, o_file
    [all...]
expand.c 31 const struct floc **expanding_var = &reading_file;
103 const struct floc *this_var;
104 const struct floc **saved_varp;
misc.c 231 error (const struct floc *flocp, const char *fmt, ...)
234 const struct floc *flocp;
264 fatal (const struct floc *flocp, const char *fmt, ...)
267 const struct floc *flocp;
variable.c 167 const struct floc *flocp)
1004 do_variable_definition (const struct floc *flocp, const char *varname,
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDrawExtraPathEffect.cpp 247 fLoc = loc;
292 value->fOperand.fScalar = (&shape2D->fLoc.fX)[index];
300 SkPoint fLoc;
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 247 fLoc = loc;
292 value->fOperand.fScalar = (&shape2D->fLoc.fX)[index];
300 SkPoint fLoc;
  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 179 final Locale floc = prev; local
180 return new Runnable() { public void run() { startSequence(fhead, floc); } };
  /external/oprofile/libpp/
format_output.cpp 40 string const get_linenr_info(file_location const floc, bool lf)
45 ? debug_names.name(floc.filename)
46 : debug_names.basename(floc.filename);
49 out << filename << ":" << floc.linenr;
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
  /packages/inputmethods/LatinIME/java/res/values-ca/
strings-emoji-descriptions.xml 117 <string name="spoken_emoji_2744" msgid="4350636647760161042">"Floc de neu"</string>
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
final-url-en     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 555 milliseconds