/external/webkit/JavaScriptCore/bytecode/ |
Instruction.h | 60 Structure* base; member in struct:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo 69 base = _base; 77 base = _base; 85 base = _base; 111 ASSERT(info.base); 112 info.base->deref();
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLOptionsCollectionCustom.cpp | 51 HTMLSelectElement* base = static_cast<HTMLSelectElement*>(imp->base()); local 52 return removeElement(base, args); 133 HTMLSelectElement* base = static_cast<HTMLSelectElement*>(collection->base()); local 134 return toOptionsCollectionSetter(index, value, base);
|
/frameworks/base/services/java/com/android/server/am/ |
DeviceMonitor.java | 78 private static final File BASE = new File("/data/anr/"); 80 if (!BASE.isDirectory() && !BASE.mkdirs()) { 81 throw new AssertionError("Couldn't create " + BASE + "."); 97 File[] files = BASE.listFiles(); 114 new File(BASE, String.valueOf(System.currentTimeMillis())));
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
UTF7StyleCharset.java | 35 * Abstract base class for UTF-7 style encoding and decoding.
50 * First the base 64 alphabet used; in modified UTF-7 a slightly different
60 * @param alphabet The base 64 alphabet used
96 * requires base 64 encoding.
104 * Returns character used to switch to base 64 encoding.
111 * Returns character used to switch from base 64 encoding to simple
|
/external/webkit/WebKitTools/Scripts/ |
run-webkit-tests | 556 my $base = stripExtension($test); 559 my $dir = $base; 605 my $expectedPixelDir = expectedDirectoryForTest($base, 0, "png"); 606 if (open EXPECTEDHASH, "$expectedPixelDir/$base-$expectedTag.checksum") { 683 my $expectedFileName = "$base-$expectedTag.$expectedExtension"; 687 my $expectedDir = expectedDirectoryForTest($base, $isText, $expectedExtension); 688 $expectedResultPaths{$base} = "$expectedDir/$expectedFileName"; 692 testCrashedOrTimedOut($test, $base, $crashed, $actual, $error); 693 countFinishedTest($test, $base, $crashed ? "crash" : "timedout", 0); 750 my $expectedPixelDir = expectedDirectoryForTest($base, 0, "png") [all...] |
/external/freetype/src/autofit/ |
afloader.c | 243 /* good, we simply add the glyph to our loader's base */ 254 start_point = gloader->base.outline.n_points; 266 num_base_subgs = gloader->base.num_subglyphs; 279 subglyph = gloader->base.subglyphs + num_base_subgs + nn; 284 num_base_points = gloader->base.outline.n_points; 292 subglyph = gloader->base.subglyphs + num_base_subgs + nn; 305 num_points = gloader->base.outline.n_points; 314 FT_Vector* cur = gloader->base.outline.points + 344 p1 = gloader->base.outline.points + start_point + k; 345 p2 = gloader->base.outline.points + start_point + l [all...] |
/external/icu4c/i18n/unicode/ |
rbtz.h | 251 * Gets the first time zone transition after the base time. 252 * @param base The base time. 253 * @param inclusive Whether the base time is inclusive or not. 254 * @param result Receives the first transition after the base time. 258 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/; 261 * Gets the most recent time zone transition before the base time. 262 * @param base The base time. 263 * @param inclusive Whether the base time is inclusive or not [all...] |
/external/guava/javadoc/ |
index-all.html | 89 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent"><B>AbstractExecutionThreadService</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Base class for services that can implement <A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#startUp()"><CODE>AbstractExecutionThreadService.startUp()</CODE></A>, <A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#run()"><CODE>AbstractExecutionThreadService.run()</CODE></A> and 96 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent"><B>AbstractIdleService</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Base class for services that do not need a thread while "running" 105 <DT><A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html" title="class in com.google.common.util.concurrent"><B>AbstractListenableFuture</B></A><<A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html" title="type parameter in AbstractListenableFuture">V</A>> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>An abstract base implementation of the listener support provided by 109 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent"><B>AbstractService</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Base class for implementing services that can handle <A HREF="./com/google/common/util/concurrent/AbstractService.html#doStart()"><CODE>AbstractService.doStart()</CODE></A> and 117 <DT><A HREF="./com/google/common/base/Objects.ToStringHelper.html#add(java.lang.String, java.lang.Object)"><B>add(String, Object)</B></A> - 118 Method in class com.google.common.base.<A HREF="./com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.base">Objects.ToStringHelper</A> 245 <DT><A HREF="./com/google/common/base/Objects.ToStringHelper.html#addValue(java.lang.Object)"><B>addValue(Object)</B></A> - 246 Method in class com.google.common.base.<A HREF="./com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.b (…) [all...] |
/bionic/libc/stdio/ |
vfscanf.c | 112 int base; /* base argument to strtoimax/strtouimax */ local 124 base = 0; /* XXX just to keep gcc happy */ 207 base = 10; 212 base = 0; 221 base = 8; 227 base = 10; 235 base = 16; 267 base = 16; 301 base = 10 [all...] |
/external/icu4c/i18n/ |
nfrs.cpp | 198 // for rules that didn't specify a base value, their base values 200 // set all those rules' base values. We also remove any special 212 // if the rule's base value is 0, fill in a default 213 // base value (this will be 1 plus the preceding 214 // rule's base value for regular rule sets, and the 215 // same as the preceding rule's base value in fraction 249 // if it's a regular rule that already knows its base value, 251 // the default base value for the next rule 420 // (a rule is used for all values from its base value t 857 int64_t base = radix; local 903 int64_t base = radix; local [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfoDB.java | 250 int base = 44; local 254 transitions[i] = read4(data, base + 4 * i); 255 base += 4 * ntransition; 259 type[i] = data[base + i]; 260 base += ntransition; 266 gmtoff[i] = read4(data, base + 6 * i); 267 isdst[i] = data[base + 6 * i + 4]; 268 abbrev[i] = data[base + 6 * i + 5]; 271 base += 6 * ngmtoff; 273 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base); [all...] |
/external/guava/javadoc/com/google/common/base/class-use/ |
Charsets.html | 7 Uses of Class com.google.common.base.Charsets (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Charsets (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Charsets.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useCharsets.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Charsets</B></H2> 86 No usage of com.google.common.base.Charsets 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Charsets.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useCharsets.html" target="_top"><B>FRAMES</B></A>   [all...] |
Defaults.html | 7 Uses of Class com.google.common.base.Defaults (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Defaults (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Defaults.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useDefaults.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Defaults</B></H2> 86 No usage of com.google.common.base.Defaults 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Defaults.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useDefaults.html" target="_top"><B>FRAMES</B></A>   [all...] |
FinalizablePhantomReference.html | 7 Uses of Class com.google.common.base.FinalizablePhantomReference (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.FinalizablePhantomReference (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/FinalizablePhantomReference.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useFinalizablePhantomReference.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.FinalizablePhantomReference</B></H2> 86 No usage of com.google.common.base.FinalizablePhantomReference 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/FinalizablePhantomReference.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useFinalizablePhantomReference.html" target="_top"><B>FRAMES</B></A>   [all...] |
FinalizableSoftReference.html | 7 Uses of Class com.google.common.base.FinalizableSoftReference (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.FinalizableSoftReference (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/FinalizableSoftReference.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useFinalizableSoftReference.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.FinalizableSoftReference</B></H2> 86 No usage of com.google.common.base.FinalizableSoftReference 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/FinalizableSoftReference.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useFinalizableSoftReference.html" target="_top"><B>FRAMES</B></A>   [all...] |
FinalizableWeakReference.html | 7 Uses of Class com.google.common.base.FinalizableWeakReference (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.FinalizableWeakReference (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/FinalizableWeakReference.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useFinalizableWeakReference.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.FinalizableWeakReference</B></H2> 86 No usage of com.google.common.base.FinalizableWeakReference 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/FinalizableWeakReference.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useFinalizableWeakReference.html" target="_top"><B>FRAMES</B></A>   [all...] |
Functions.html | 7 Uses of Class com.google.common.base.Functions (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Functions (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Functions.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useFunctions.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Functions</B></H2> 86 No usage of com.google.common.base.Functions 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Functions.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useFunctions.html" target="_top"><B>FRAMES</B></A>   [all...] |
Objects.html | 7 Uses of Class com.google.common.base.Objects (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Objects (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Objects.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useObjects.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Objects</B></H2> 86 No usage of com.google.common.base.Objects 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Objects.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useObjects.html" target="_top"><B>FRAMES</B></A>   [all...] |
Preconditions.html | 7 Uses of Class com.google.common.base.Preconditions (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Preconditions (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Preconditions.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-usePreconditions.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Preconditions</B></H2> 86 No usage of com.google.common.base.Preconditions 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Preconditions.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-usePreconditions.html" target="_top"><B>FRAMES</B></A>   [all...] |
Predicates.html | 7 Uses of Class com.google.common.base.Predicates (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Predicates (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Predicates.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-usePredicates.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Predicates</B></H2> 86 No usage of com.google.common.base.Predicates 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Predicates.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-usePredicates.html" target="_top"><B>FRAMES</B></A>   [all...] |
Suppliers.html | 7 Uses of Class com.google.common.base.Suppliers (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Suppliers (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Suppliers.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useSuppliers.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Suppliers</B></H2> 86 No usage of com.google.common.base.Suppliers 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Suppliers.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useSuppliers.html" target="_top"><B>FRAMES</B></A>   [all...] |
Throwables.html | 7 Uses of Class com.google.common.base.Throwables (Guava Libraries 2010.01.04) 18 parent.document.title="Uses of Class com.google.common.base.Throwables (Guava Libraries 2010.01.04)"; 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Throwables.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 61 <A HREF="../../../../../index.html?com/google/common/base//class-useThrowables.html" target="_top"><B>FRAMES</B></A> 84 <B>Uses of Class<br>com.google.common.base.Throwables</B></H2> 86 No usage of com.google.common.base.Throwables 102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Throwables.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> 121 <A HREF="../../../../../index.html?com/google/common/base//class-useThrowables.html" target="_top"><B>FRAMES</B></A>   [all...] |
/external/stlport/ |
configure | 5 base=`cd \`dirname $0\`; echo $PWD` 7 configmak=$base/build/Makefiles/gmake/config.mak 29 --prefix=<dir> base install path (/usr/local/) 114 # write_over_option "$base" STLPORT_DIR 120 echo include gcc.mak > ${base}/build/lib/Makefile 121 echo include gcc.mak > ${base}/build/test/unit/Makefile 122 echo include gcc.mak > ${base}/build/test/eh/Makefile 238 echo include $target.mak > ${base}/build/lib/Makefile 239 echo include $target.mak > ${base}/build/test/unit/Makefile 240 echo include $target.mak > ${base}/build/test/eh/Makefil [all...] |
/external/v8/src/x64/ |
assembler-x64-inl.h | 151 void Assembler::emit_optional_rex_32(XMMRegister reg, XMMRegister base) { 152 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3; 157 void Assembler::emit_optional_rex_32(XMMRegister reg, Register base) { 158 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3; 323 void Operand::set_sib(ScaleFactor scale, Register index, Register base) { 326 // Use SIB with no index register only for base rsp or r12. Otherwise we 328 ASSERT(!index.is(rsp) || base.is(rsp) || base.is(r12)); 329 buf_[1] = scale << 6 | index.low_bits() << 3 | base.low_bits(); 330 rex_ |= index.high_bit() << 1 | base.high_bit() [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppReceiveFileInfo.java | 110 File base = null; local 115 base = new File(root + Constants.DEFAULT_STORE_SUBDIR); 116 if (!base.isDirectory() && !base.mkdir()) { 117 if (D) Log.d(Constants.TAG, "Receive File aborted - can't create base directory " 118 + base.getPath()); 121 stat = new StatFs(base.getPath()); 151 filename = base.getPath() + File.separator + filename; 222 * is [base].[ext], the generated filenames are [base]-[sequence].[ext] [all...] |