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

1 23 4 5 6 7 8 91011>>

  /external/skia/tools/skp/page_sets/
skia_mapsvg_desktop.py 25 """ Pages designed to represent the median, not highly optimized web """
skia_wikipedia_desktop.py 25 """ Pages designed to represent the median, not highly optimized web """
skia_worldjournal_nexus10.py 25 """ Pages designed to represent the median, not highly optimized web """
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
SafeRepresenter.java 41 * Represent standard Java classes
56 Represent primitiveArray = new RepresentPrimitiveArray();
102 protected class RepresentNull implements Represent {
110 protected class RepresentString implements Represent {
135 protected class RepresentBoolean implements Represent {
147 protected class RepresentNumber implements Represent {
172 protected class RepresentList implements Represent {
179 protected class RepresentIterator implements Represent {
200 protected class RepresentArray implements Represent {
213 protected class RepresentPrimitiveArray implements Represent {
    [all...]
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
multiple-exit-conditions.ll 4 ; it can't represent the exact trip count as an expression. That's
  /external/v8/src/inspector/build/
xxd.py 5 """Represent a file as a C++ constant string.
  /external/webrtc/tools/ubsan/
vptr_blacklist.txt 4 # tricky to represent C++ types. For now, any possible changes by name manglings
  /frameworks/base/core/java/android/app/
OnActivityPausedListener.java 21 * it should not be trusted to represent the exact current state, but can be used as a hint
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DividerRow.java 17 * Used to represent divider in HeadersFragment.
PageRow.java 17 * Used to represent content spanning full page.
  /hardware/interfaces/wifi/1.0/
IWifiP2pIface.hal 22 * Interface used to represent a single NAN iface.
  /tools/tradefederation/core/src/com/android/tradefed/result/
InvocationStatus.java 19 * A helper enum to represent the invocation status
  /packages/services/Car/car-support-lib/src/android/support/car/hardware/
CarSensorManager.java 38 * Represent the direction of the car as an angle in degrees measured clockwise with 0 degree
43 * Represent vehicle speed in meters per second (m/s). Sensor data in
49 * Represent the engine RPM of the car. Sensor data in {@link CarSensorEvent} is a float.
54 * Represent the total travel distance of the car in kilometers. Sensor data is a float.
60 * Represent the fuel level of the car. In {@link CarSensorEvent}, floatValues[{@link
64 * estimation may not represent the current driving condition. Requires {@link
70 * Represent the current status of parking brake. Sensor data in {@link CarSensorEvent} is in
78 * Represent the current position of transmission gear. Sensor data in {@link
89 * Represent the current status of the day/night sensor. Sensor data is in intValues[0].
93 * Represent the location. Sensor data is floatValues
    [all...]
  /external/flatbuffers/reflection/
reflection.fbs 1 // This schema defines objects that represent a parsed schema, like
4 // It can even ... represent itself (!)
  /external/junit-params/src/main/java/junitparams/internal/
ParameterisedFrameworkMethod.java 16 * <p>This contains a list of {@link InstanceFrameworkMethod} that represent the individual
27 * The list of {@link InstanceFrameworkMethod} that represent individual instances of this
  /external/llvm/test/MC/ARM/
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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue127/
NullAliasTest.java 26 import org.yaml.snakeyaml.representer.Represent;
46 private class RepresentBean implements Represent {
  /external/swiftshader/third_party/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/vogar/src/vogar/target/
ClassFinder.java 34 // if no exception thrown, classOrPackageName must represent a class
38 // classOrPackageName might represent a package
  /libcore/ojluni/src/main/java/java/lang/reflect/
GenericDeclaration.java 36 * represent the type variables declared by the generic
41 * @return an array of {@code TypeVariable} objects that represent
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Example2_24Test.java 30 import org.yaml.snakeyaml.representer.Represent;
103 private class RepresentShape implements Represent {
111 private class RepresentCircle implements Represent {
121 private class RepresentLine implements Represent {
131 private class RepresentLabel implements Represent {
142 private class RepresentHex implements Represent {
JavaBeanWithNullValuesTest.java 25 import org.yaml.snakeyaml.representer.Represent;
159 private class RepresentFloat implements Represent {
166 private class RepresentLong implements Represent {
173 private class RepresentDate implements Represent {
180 private class RepresentTime implements Represent {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
Covariance.java 31 * columns of the input matrices are assumed to represent variable values.</p>
68 * whose columns represent covariates.
87 * whose columns represent covariates.
102 * represent covariates.
122 * represent covariates.
154 * Compute a covariance matrix from a matrix whose columns represent
176 * Create a covariance matrix from a matrix whose columns represent
187 * Compute a covariance matrix from a rectangular array whose columns represent
198 * Create a covariance matrix from a rectangual array whose columns represent
  /external/icu/icu4c/source/i18n/
rbt_data.h 75 * stored in the rule text to represent the set of characters.
92 * variablesLength - 1 represent UnicodeFunctor objects.
121 * represents, or NULL if it doesn't represent anything.
129 * represents, or NULL if it doesn't represent anything or if it
138 * represents, or NULL if it doesn't represent anything or if it
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 48 // represent GNU ld --whole-archive/--no-whole-archive options
51 // represent GNU ld --as-needed/--no-as-needed options
54 // represent GNU ld --add-needed/--no-add-needed options
57 // represent GNU ld -static option
60 // represent GNU ld -call_shared option

Completed in 2142 milliseconds

1 23 4 5 6 7 8 91011>>