HomeSort by relevance Sort by last modified time
    Searched full:base (Results 276 - 300 of 4489) sorted by null

<<11121314151617181920>>

  /external/guava/src/com/google/common/collect/
ByFunctionOrdering.java 20 import com.google.common.base.Function;
21 import com.google.common.base.Objects;
22 import static com.google.common.base.Preconditions.checkNotNull;
  /external/opencore/nodes/pvomxbasedecnode/include/
pvmf_omx_basedec_defs.h 25 // Base decoder node failed to initialize the base decoder. Fatal error so the node needs to be reset.
31 // Decoding of a frame failed. Base decoder node will continue on to decode the next frame
  /external/qemu/hw/
goldfish_memlog.c 62 void goldfish_memlog_init(uint32_t base)
68 dev->base = base;
isa.h 13 void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size);
  /external/guava/javadoc/com/google/common/base/
Functions.html 58 &nbsp;<A HREF="../../../../com/google/common/base/Function.html" title="interface in com.google.common.base"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;<A HREF="../../../../com/google/common/base/Joiner.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD>
61 <A HREF="../../../../index.html?com/google/common/base/Functions.html" target="_top"><B>FRAMES</B></A> &nbsp;
91 com.google.common.base</FONT>
96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.Functions</B>
135 <CODE>&lt;A,B,C&gt; <A HREF="../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A>&lt;A,C&gt;</CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../../../com/google/common/base/Functions.html#compose(com.google.common.base.Function, com.google.common.base.Function)">compose< (…)
    [all...]
  /build/tools/atree/
files.h 34 void stat_out(const string& base, FileRecord* rec);
  /dalvik/dx/src/junit/extensions/
TestDecorator.java 6 * A Decorator for Tests. Use TestDecorator as the base class
  /dalvik/libcore/junit/src/main/java/junit/extensions/
TestDecorator.java 6 * A Decorator for Tests. Use TestDecorator as the base class
  /dalvik/libcore/luni/src/test/java/java/io/
FileTest.java 26 String base = System.getProperty("java.io.tmpdir"); local
27 File directory = new File(base, UUID.randomUUID().toString());
40 private static File createDeepStructure(File base) throws Exception {
46 File f = base;
57 File base = createTemporaryDirectory(); local
58 assertTrue(createDeepStructure(base).exists());
63 File base = createTemporaryDirectory(); local
64 File target = createDeepStructure(base);
65 File source = new File(base, "source");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
CipherKeyGenerator.java 6 * The base class for symmetric, or secret, cipher key generators.
DataLengthException.java 13 * base constructor.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
ErrorBundle.java 20 * Constructs a new ErrorBundle using <code>resource</code> as the base name for the
22 * @param resource base name of the resource file
32 * Constructs a new ErrorBundle using <code>resource</code> as the base name for the
34 * @param resource base name of the resource file
  /dalvik/tests/078-polymorphic-virtual/src/
Derived1.java 17 public class Derived1 extends Base {
Derived2.java 17 public class Derived2 extends Base {
Derived3.java 17 public class Derived3 extends Base {
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 33 * ecx = resolved base method [r0]
47 * ecx = null (needs to be resolved base method)
60 movl %eax,%ecx # ecx<- resolved base method
67 * ecx = resolved base method
  /external/guava/src/com/google/common/base/
package-info.java 20 package com.google.common.base;
  /external/icu4c/common/
putilimp.h 232 * @return the largest possible pointer greater than the base
235 U_INTERNAL void * U_EXPORT2 uprv_maximumPtr(void *base);
243 * - return the largest possible pointer greater than base
246 * - make sure that the returned pointer is not farther from base than 0x7fffffff
248 * @param base The beginning of a buffer to find the maximum offset from
254 # define U_MAX_PTR(base) ((void *)0x7fffffff)
256 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base)
265 # define U_MAX_PTR(base) \
266 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base)
    [all...]
  /external/icu4c/common/unicode/
dbbi.h 27 * based break iteration has been folded into the base class. This class
  /external/icu4c/tools/ctestfw/unicode/
testlog.h 9 /* Base class for data driven tests */
  /external/junit/src/junit/extensions/
TestDecorator.java 8 * A Decorator for Tests. Use TestDecorator as the base class
  /external/kernel-headers/original/asm-arm/arch/
omap24xx.h 5 * Please place only base defines here and put the rest in device
  /external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/core/build/make/
local.mk 9 XINCDIRS += -I ../../../../../../../nodes/pvprotocolenginenode/base/src -I ../../../../../../../nodes/pvprotocolenginenode/download_protocols/progressive_download/src
  /external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/core/build/make/
local.mk 9 XINCDIRS += -I ../../../../../../../nodes/pvprotocolenginenode/base/src -I ../../../../../../../nodes/pvprotocolenginenode/download_protocols/progressive_download/src
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/
Android.mk 26 $(PV_TOP)/nodes/pvprotocolenginenode/base/src \

Completed in 49 milliseconds

<<11121314151617181920>>