Searched refs:point (Results 1 – 11 of 11) sorted by relevance
/development/ide/emacs/ |
D | android-compile.el | 118 (end (point))) 133 (delete-region bol (point))))) 135 (setcar android-compile-context (point)))))
|
D | android-common.el | 114 (buffer-substring-no-properties (point) 115 (scan-sexps (point) 1))))
|
/development/samples/browseable/SkeletonWearableApp/ |
D | _index.jd | 11 their wearable app can use this sample as a starting point.
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | PathAnimations.java | 111 public void setPoint(PointF point) { in setPoint() argument 112 changeCoordinates(point.x, point.y); in setPoint()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceRandom.java | 337 private void randomWalk(Random random, Display display, PointF point, PointF vector) { in randomWalk() argument 338 point.x = (float) Math.max(Math.min(point.x + random.nextFloat() * vector.x, in randomWalk() 340 point.y = (float) Math.max(Math.min(point.y + random.nextFloat() * vector.y, in randomWalk()
|
/development/ndk/platforms/android-9/include/linux/mtd/ |
D | mtd.h | 100 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf); member
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 16 This file contains a tiny ELF startup entry point (named '_start') 20 Note that the kernel calls the '_start' entry point directly when it 37 entry point. 59 crtbegin_static.[cS] and crtbegin_dynamic.[cS] contain a '_start' entry point
|
/development/ide/clion/frameworks/native/services/surfaceflinger/ |
D | CMakeLists.txt | 73 …ror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time … 74 # parameters: '-Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point … 149 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror=sequence-point") 191 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror=sequence-point")
|
/development/tutorials/ReverseDebug/ |
D | README.txt | 109 Now let's add a watch point at "&p" to hopefully catch the clobber on the spot:
|
/development/tools/apkcheck/ |
D | README.txt | 163 signatures into the code (--uses-library=BUILTIN). (At some point it
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 172 concession - n. a point conceded or yielded 943 thesis - n. a formal paper advancing a new point of view resulting from research; usually a require…
|