OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:represent
(Results
76 - 100
of
7724
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java
39
/** {@code non-null;} the array to
represent
*/
51
* @param array {@code non-null;} array to
represent
56
* leb128 type is used to
represent
some things.
/external/selinux/libsepol/include/sepol/
policydb.h
26
* Set the policy file to
represent
a binary policy memory image.
43
* Set the policy file to
represent
a FILE.
63
/* Legal types of policies that the policydb can
represent
. */
/external/snakeyaml/src/test/java/examples/staticstate/
StaticFieldsTest.java
42
JavaBeanWithStaticState.setType("
Represent
");
59
JavaBeanWithStaticState.setType("
Represent
");
65
"!!examples.staticstate.JavaBeanWithStaticState {age: 25, name: Lui, color: Black,\n type:
Represent
}\n",
/libcore/ojluni/src/main/java/java/lang/
package-info.java
30
* Class}, instances of which
represent
classes at run time.
32
* <p>Frequently it is necessary to
represent
a value of primitive
58
*
represent
errors and exceptions.
/packages/apps/Launcher3/protos/
launcher_log.proto
60
// Used to define what type of item a Target would
represent
.
73
// Used to define what type of container a Target would
represent
.
88
// Used to define what type of control a Target would
represent
.
/external/apache-http/src/org/apache/commons/codec/binary/
Hex.java
49
* length of the passed array, as it takes two characters to
represent
any
99
* The returned array will be double the length of the passed array, as it takes two characters to
represent
any
124
* length of the passed array, as it takes two characters to
represent
any
142
* length of the passed String or array, as it takes two characters to
represent
any
166
*
represent
any given byte.
180
*
represent
any given byte.
/dalvik/dexgen/src/com/android/dexgen/rop/code/
TranslationAdvice.java
27
* Returns an indication of whether the target can directly
represent
an
36
* @return {@code true} iff the target can
represent
the operation
/dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java
27
* Returns an indication of whether the target can directly
represent
an
36
* @return {@code true} iff the target can
represent
the operation
/external/chromium-trace/catapult/devil/devil/utils/
geometry.py
11
"""Object to
represent
an (x, y) point on a surface.
42
"""Object to
represent
a rectangle on a surface.
/external/icu/icu4c/source/tools/genrb/
rle.h
36
* If we encounter a run where n == ESCAPE_BYTE, we
represent
this as:
53
* If we encounter a run where n == ESCAPE, we
represent
this as:
/external/libmojo/third_party/catapult/devil/devil/utils/
geometry.py
11
"""Object to
represent
an (x, y) point on a surface.
42
"""Object to
represent
a rectangle on a surface.
/external/llvm/include/llvm/ExecutionEngine/
GenericValue.h
1
//===-- GenericValue.h -
Represent
any type of LLVM value -------*- C++ -*-===//
10
// The GenericValue class is used to
represent
an LLVM value of arbitrary type.
/external/llvm/test/MC/AArch64/
error-location.s
13
// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: No relocation available to
represent
this relative expression
16
// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: Cannot
represent
a difference across sections
/external/mockito/src/test/java/org/mockitoutil/
SimplePerRealmReloadingClassLoader.java
94
throw new IllegalArgumentException("qualified name '" + callableCalledInClassLoaderRealm + "' should
represent
a class implementing Callable");
111
throw new IllegalArgumentException("qualified name '" + callableCalledInClassLoaderRealm + "' should
represent
a class implementing Callable");
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
VersionMap.java
39
// particular android release and
represent
the current (as of
76
// particular android release and
represent
the current (as of
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue132/
ScalarEventTagTest.java
47
Node intNode = yaml.
represent
(7);
55
Node strNode = yaml.
represent
("7");
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue46/
FileTest.java
27
import org.yaml.snakeyaml.representer.
Represent
;
55
public class FileRepresenter implements
Represent
{
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue64/
ParameterizedTypeTest.java
29
import org.yaml.snakeyaml.representer.
Represent
;
61
private class RepresentClass implements
Represent
{
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCModule.h
11
//
represent
a complete, disassembled object file or executable.
27
/// MCModule - This class
represent
a completely disassembled object file or
/external/valgrind/memcheck/tests/vbit-test/
vbits.h
37
/* A type to
represent
V-bits */
53
So we don't need to
represent
them. */
/external/webp/src/utils/
huffman_encode_utils.h
29
// Struct to
represent
the tree codes (depth and bits array).
36
// Struct to
represent
the Huffman tree.
/frameworks/support/paging/runtime/src/main/java/android/support/v7/recyclerview/extensions/
DiffCallback.java
36
* Called to decide whether two objects
represent
the same item.
40
* @return True if the two items
represent
the same object or false if they are different.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DiffCallback.java
38
* Called to decide whether two objects
represent
the same item.
42
* @return True if the two items
represent
the same object or false if they are different.
/hardware/libhardware/include/hardware/
gps_internal.h
54
* Legacy struct to
represent
the status of AGPS.
66
* Legacy struct to
represent
the status of AGPS augmented with a IPv4 address
/libcore/dalvik/src/main/java/dalvik/bytecode/
OpcodeInfo.java
28
* to
represent
as a compile-time constant value.</p>
41
* to
represent
as a compile-time constant value.</p>
Completed in 1823 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>