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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/classfile/attribute/annotation/
package.html 2 This package contains classes to represent the annotation attributes inside
  /external/proguard/src/proguard/classfile/attribute/
package.html 2 This package contains classes to represent the attributes inside class files.
  /external/proguard/src/proguard/evaluation/value/
package.html 2 This package contains classes that represent partial evaluation values.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
baddata1.l 2 .*:8: Error: cannot represent BFD_RELOC_8 relocation in this object file format
3 .*:9: Error: cannot represent BFD_RELOC_8 relocation in this object file format
  /dalvik/dx/src/com/android/dx/rop/type/
package.html 2 <p>Implementation of classes that represent types (classes or primitives).</p>
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
reloc-bad.l 3 [^:]*:3: Error: cannot represent T32_OFFSET_IMM relocation in this object file format
  /external/clang/test/SemaCXX/
shift.cpp 8 (void)(N << 30); // expected-warning {{bits to represent, but 'int' only has}}
9 (void)(30 << N); // expected-warning {{bits to represent, but 'int' only has}}
  /external/llvm/test/MC/ELF/
bad-expr3.s 4 // CHECK: Cannot represent a difference across sections
bad-expr2.s 4 // CHECK: No relocation available to represent this relative expression
  /external/proguard/src/proguard/classfile/instruction/
package.html 2 This package contains classes to represent Java bytecode instructions.
  /external/autotest/client/cros/image_comparison/
comparison_result.py 8 # light weight data structure to represent the result of an image comparison
  /frameworks/support/samples/SupportLeanbackJank/
README.txt 1 Sample leanback browser app intended to represent current best practices, while providing a set of
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentDeletionInterface.java 7 * Interface for views in the compose layout that represent
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis-include.s 13 ;; Lines starting with '#' represent instructions that fail in GAS.
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
ImmutablesRepresenter.java 26 import org.yaml.snakeyaml.representer.Represent;
39 class RepresentInsets implements Represent {
51 class RepresentRectangle implements Represent {
61 class RepresentMatteBorder implements Represent {
71 class RepresentColor implements Represent {
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
BaseRepresenter.java 37 * Represent basic YAML structures: scalar, sequence, mapping
40 protected final Map<Class<?>, Represent> representers = new HashMap<Class<?>, Represent>();
46 protected Represent nullRepresenter;
48 protected final Map<Class<?>, Represent> multiRepresenters = new LinkedHashMap<Class<?>, Represent>();
63 public Node represent(Object data) { method in class:BaseRepresenter
87 Represent representer = representers.get(clazz);
93 Represent representer = multiRepresenters.get(repr);
101 Represent representer = multiRepresenters.get(null)
    [all...]
Represent.java 27 public interface Represent {
32 * the instance to represent
  /packages/apps/Launcher3/protos/
launcher_dump.proto 50 // Used to define what type of item a Target would represent.
58 // Used to define what type of container a Target would represent.
66 // Used to define what type of control a Target would represent.
  /external/llvm/lib/Target/NVPTX/
cl_common_defines.h 64 // represent any image type
83 // represent address info
91 // represent normalization
100 // represent address info
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
assertions.xml 24 which represent the CPU-time clock of a given process.
29 clock_gettime( ) and specified by clock_settime( ) represent
35 which represent the CPU-time clock of a given
41 shall represent the amount of
  /external/proguard/src/proguard/classfile/
package.html 2 This package contains classes to represent the various elements of class files.
  /external/skia/src/gpu/glsl/
GrGLSLVertexShaderBuilder.h 16 // Enough precision to represent 1 / 2048 accurately in printf
  /prebuilts/go/darwin-x86/test/fixedbugs/
gcc61265.go 7 // PR61265: The gccgo middle-end failed to represent array composite literals
  /prebuilts/go/linux-x86/test/fixedbugs/
gcc61265.go 7 // PR61265: The gccgo middle-end failed to represent array composite literals
  /external/libnl/include/netlink/idiag/
idiagnl.h 49 * Macro to represent all socket states.
72 * Macro to represent all socket attributes.

Completed in 2053 milliseconds

1 2 3 4 5 6 7 8 91011>>