HomeSort by relevance Sort by last modified time
    Searched full:flat (Results 226 - 250 of 1211) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/providers/PartnerBookmarksProvider/tests/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProviderTest.java 99 assertEquals("Default PBP supports only flat list of bookmarks",
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/
AddressList.java 65 * Returns a flat list of all mailboxes represented
  /system/webservd/libwebserv/
response.h 63 // Special form for JSON response for simple objects that have a flat
  /toolchain/binutils/binutils-2.25/gprof/
gprof.c 110 {"flat-profile", optional_argument, 0, 'p'},
111 {"no-flat-profile", optional_argument, 0, 'P'},
166 [--[no-]flat-profile[=name]] [--[no-]graph[=name]]\n\
614 /* Print the flat profile. */
  /build/core/
static_java_library.mk 155 # One more level with name res so we can zip up the flat resources that can be linked by apps.
156 my_compiled_res_base_dir := $(intermediates.COMMON)/flat-res/res
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 56 /** Add a child to the tree t. If child is a flat tree (a list), make all
116 // is a flat list (i.e., nil-rooted tree). All children of oldRoot
  /external/chromium-trace/catapult/dashboard/dashboard/
mr.py 164 suite = ndb.Key(flat=test.key.flat()[:6]).get()
  /external/deqp/data/gles31/shaders/
linkage_tessellation.test     [all...]
linkage_geometry.test 971 case flat
973 desc "varying with flat interpolation"
983 flat out mediump float vtx_var;
993 flat in mediump float vtx_var[];
994 flat out mediump float geo_var;
1009 flat in float geo_var;
separate_shader_validation.test 643 out flat highp vec4 v_val;
675 out flat highp vec4 v_val;
707 out flat highp vec4 v_val;
752 in flat highp vec4 v_val;
784 in flat highp vec4 v_val;
1102 flat in mediump float v_val;
  /external/llvm/docs/
AMDGPUUsage.rst 27 FLAT Instructions
30 instruction set. All FLAT instructions are supported for these architectures
  /external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/
py_features_harris.markdown 50 So the values of these eigen values decide whether a region is corner, edge or flat.
53 flat.
  /external/v8/src/arm/
code-stubs-arm.h 30 // Compares two flat one-byte strings and returns result in r0.
35 // Compares two flat one-byte strings for equality and returns result in r0.
  /external/v8/src/mips/
code-stubs-mips.h 30 // Compares two flat one-byte strings and returns result in v0.
35 // Compares two flat one-byte strings for equality and returns result in v0.
  /external/v8/src/mips64/
code-stubs-mips64.h 30 // Compares two flat one-byte strings and returns result in v0.
35 // Compares two flat one-byte strings for equality and returns result in v0.
  /external/v8/src/ppc/
code-stubs-ppc.h 28 // Compares two flat one-byte strings and returns result in r0.
35 // Compares two flat one-byte strings for equality and returns result in r0.
  /external/v8/test/mjsunit/
string-charcodeat.js 53 function Flat() {
148 TestStringType(Flat, false);
  /frameworks/base/core/java/android/view/
InputDevice.java 731 float min, float max, float flat, float fuzz, float resolution) {
732 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
809 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz,
815 mFlat = flat;
874 * Gets the extent of the center flat position with respect to this axis.
876 * For example, a flat value of 8 means that the center position is between -8 and +8.
879 * @return The extent of the center flat position.
    [all...]
  /external/autotest/client/bin/input/
input_device.py 43 def __init__(self, value, min_value, max_value, fuzz, flat, resolution):
48 self.flat = flat
558 if a.flat != 0:
559 print ' Flat %6d' % a.flat
  /toolchain/binutils/binutils-2.25/gprof/po/
it.po 378 "\t[--[no-]flat-profile[=name]] [--[no-]graph[=name]]\n"
392 "\t[--[no-]flat-profile[=nome]] [--[no-]graph[=nome]]\n"
554 "flat profile:\n"
559 "profilo flat:\n"
563 msgid "Flat profile:\n"
564 msgstr "Profilo flat:\n"
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 353 // the flat state (time since it was picked up) before the proposed rotation
368 // the specified time, then the device is deemed to be lying flat
375 // down towards flat (tilt = 90).
485 // Timestamp when the device last appeared to be flat for sure (the flat delay elapsed).
653 // Determine whether the device appears to be flat or swinging.
    [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp 894 "flat in highp float v_bbox_expansionSize;\n"
895 "flat in highp vec3 v_bbox_clipMin;\n"
896 "flat in highp vec3 v_bbox_clipMax;\n"
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrFormats.td 40 field bits<1> FLAT = 0;
72 let TSFlags{19} = FLAT;
665 class FLAT <bits<7> op, dag outs, dag ins, string asm, list<dag> pattern> :
667 let FLAT = 1;
668 // Internally, FLAT instruction are executed as both an LDS and a
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 250 FLAT = "FLAT"
310 assert self.stage == FLAT
396 self.stage = FLAT
407 assert self.stage == FLAT
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 250 FLAT = "FLAT"
310 assert self.stage == FLAT
396 self.stage = FLAT
407 assert self.stage == FLAT

Completed in 1153 milliseconds

1 2 3 4 5 6 7 8 91011>>