/external/apache-harmony/jdwp/ |
Android_debug_config.mk | 22 # Target settings 43 # The lists of ABIs supported on host and target. 57 $(error Unsupported multi-target configuration!) 115 # Define a JDWP target rule 119 # $(3) extra dependency rule (ex: run-jdwp-tests-target-all64) 120 define define-jdwp-target-rule 124 $(hide) echo "Running JDWP $(1)-bit target tests" 137 # Declare all JDWP target rules 140 define declare-jdwp-target-rule 141 # Declare standalone target rule for the given ABI [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/ |
BulkBean.java | 35 public Object newInstance(String target, String[] getters, String[] setters, String[] types); 38 protected Class target; field in class:BulkBean 65 public static BulkBean create(Class target, String[] getters, String[] setters, Class[] types) { 67 gen.setTarget(target); 76 private Class target; field in class:BulkBean.Generator 85 public void setTarget(Class target) { 86 this.target = target; 102 return target.getClassLoader(); 106 setNamePrefix(target.getName()) [all...] |
/frameworks/support/v4/java/android/support/v4/provider/ |
RawDocumentFile.java | 42 final File target = new File(mFile, displayName); local 44 target.createNewFile(); 45 return new RawDocumentFile(this, target); 54 final File target = new File(mFile, displayName); local 55 if (target.isDirectory() || target.mkdir()) { 56 return new RawDocumentFile(this, target); 136 final File target = new File(mFile.getParentFile(), displayName); local 137 if (mFile.renameTo(target)) { 138 mFile = target; [all...] |
/art/compiler/utils/x86/ |
assembler_x86_test.cc | 358 x86::NearLabel target; local 359 GetAssembler()->jecxz(&target); 361 GetAssembler()->Bind(&target); 372 x86::NearLabel start, target; local 374 GetAssembler()->j(x86::kEqual, &target); 375 GetAssembler()->jmp(&target); 376 GetAssembler()->jecxz(&target); 378 GetAssembler()->Bind(&target);
|
/cts/tests/tests/content/src/android/content/cts/ |
Intent_FilterComparisonTest.java | 52 FilterComparison target = new Intent.FilterComparison(mIntent); local 54 assertTrue(mFilterComparison.equals(target)); 55 target = new Intent.FilterComparison(new Intent("test")); 56 assertFalse(mFilterComparison.equals(target));
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PorterDuffColorFilterTest.java | 39 Bitmap target = Bitmap.createBitmap(width, height, Config.ARGB_8888); local 40 target.eraseColor(Color.TRANSPARENT); 41 Canvas canvas = new Canvas(target); 49 assertEquals(Color.RED, target.getPixel(width / 4, height / 4)); 50 int lowerLeft = target.getPixel(width / 4, height * 3 / 4); 53 int lowerRight = target.getPixel(width * 3 / 4, height * 3 / 4); 56 target.eraseColor(Color.BLACK); 62 assertEquals(Color.RED, target.getPixel(width / 4, height / 4)); 63 assertEquals(Color.BLUE, target.getPixel(width / 4, height * 3 / 4)); 64 assertEquals(Color.BLUE, target.getPixel(width * 3 / 4, height * 3 / 4)) [all...] |
PorterDuffXfermodeTest.java | 35 Bitmap target = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888); local 36 target.eraseColor(Color.TRANSPARENT); 42 Canvas canvas = new Canvas(target); 47 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4)); 48 assertEquals(Color.BLUE, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4)); 49 assertEquals(Color.BLUE, target.getPixel(WIDTH * 3 / 4, HEIGHT * 3 / 4)); 51 target.eraseColor(Color.TRANSPARENT); 56 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT / 4)); 57 assertEquals(Color.RED, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4)); 58 assertEquals(Color.TRANSPARENT, target.getPixel(WIDTH * 3 / 4, HEIGHT * 3 / 4)) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
TargetInsn.java | 23 * Instruction which has a single branch target. 26 /** {@code non-null;} the branch target */ 27 private CodeAddress target; field in class:TargetInsn 31 * unknown ({@code -1}), and the target is initially 39 * @param target {@code non-null;} the branch target 42 RegisterSpecList registers, CodeAddress target) { 45 if (target == null) { 46 throw new NullPointerException("target == null"); 49 this.target = target [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
TargetInsn.java | 23 * Instruction which has a single branch target. 26 /** {@code non-null;} the branch target */ 27 private CodeAddress target; field in class:TargetInsn 31 * unknown ({@code -1}), and the target is initially 39 * @param target {@code non-null;} the branch target 42 RegisterSpecList registers, CodeAddress target) { 45 if (target == null) { 46 throw new NullPointerException("target == null"); 49 this.target = target [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation3.java | 54 final View target = findViewById(R.id.target); local 55 final View targetParent = (View) target.getParent(); 58 targetParent.getWidth() - target.getWidth() - targetParent.getPaddingLeft() - 96 target.startAnimation(a);
|
/external/bison/ |
cfg.mk | 31 # override the _is-dist-target from GNUmakefile so that maintainer-*check* 33 _is-dist-target = $(filter-out %clean maintainer-check% maintainer-%-check, \ 51 # this release. Used solely to get a date for the "announcement" target.
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
TargetInsn.java | 23 * Instruction which has a single branch target. 26 /** {@code non-null;} the branch target */ 27 private CodeAddress target; field in class:TargetInsn 31 * unknown ({@code -1}), and the target is initially 39 * @param target {@code non-null;} the branch target 42 RegisterSpecList registers, CodeAddress target) { 45 if (target == null) { 46 throw new NullPointerException("target == null"); 49 this.target = target [all...] |
/external/icu/android_icu4j/runner/src/main/java/android/icu/junit/ |
IcuTestFmwkRunner.java | 87 TestFmwk.Target target = TestFmwkUtils.getTargets(testFmwk); local 88 while (target != null) { 89 String name = target.name; 92 tests.add(new IcuFrameworkTest(testFmwk, target, name)); 94 target = target.getNext();
|
/external/icu/icu4c/source/test/cintltst/ |
ccurrtst.c | 102 UChar source[2], target[2]; local 125 u_strcpy(target, currency[j]); 140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target)); 148 sortklen=ucol_getSortKey(c, target, u_strlen(target), NULL, 0); 150 ucol_getSortKey(c, target, u_strlen(target), sortKey2, sortklen+1); 157 reportCResult( source, target, sortKey1, sortKey2, compareResult, keyResult, compareResult, expectedResult );
|
/external/iproute2/tc/ |
q_pie.c | 34 fprintf(stderr, "Usage: ... pie [ limit PACKETS ][ target TIME us]\n"); 48 unsigned int target = 0; local 63 } else if (strcmp(*argv, "target") == 0) { 65 if (get_time(&target, *argv)) { 66 fprintf(stderr, "Illegal \"target\"\n"); 115 if (target) 116 addattr_l(n, 1024, TCA_PIE_TARGET, &target, sizeof(target)); 136 unsigned int target; local 155 target = rta_getattr_u32(tb[TCA_PIE_TARGET]) [all...] |
/external/libweave/third_party/chromium/base/memory/ |
weak_ptr_unittest.cc | 24 struct Target : public TargetBase, public SupportsWeakPtr<Target> { 25 virtual ~Target() {} 27 struct DerivedTarget : public Target {}; 29 WeakPtr<Target> target; member in struct:base::__anon17403::Arrow 31 struct TargetWithFactory : public Target { 33 WeakPtrFactory<Target> factory; 111 Target target; local 117 DerivedTarget target; local [all...] |
/external/llvm/test/Bindings/OCaml/ |
target.ml | 1 (* RUN: cp %s %T/target.ml 2 * RUN: %ocamlc -g -w +A -package llvm.target -package llvm.all_backends -linkpkg %T/target.ml -o %t 3 * RUN: %ocamlopt -g -w +A -package llvm.target -package llvm.all_backends -linkpkg %T/target.ml -o %t 36 let target = Target.by_triple (Target.default_triple ()) var 38 let machine = TargetMachine.create (Target.default_triple ()) target [all...] |
/external/mockito/src/org/mockito/internal/util/reflection/ |
BeanPropertySetter.java | 19 private final Object target;
field in class:BeanPropertySetter 25 * @param target The target on which the setter must be invoked
29 public BeanPropertySetter(final Object target, final Field propertyField, boolean reportNoSetterFound) {
31 this.target = target;
37 * @param target The target on which the setter must be invoked
40 public BeanPropertySetter(final Object target, final Field propertyField) {
41 this(target, propertyField, false); [all...] |
/external/proguard/src/proguard/classfile/attribute/annotation/target/visitor/ |
TargetInfoVisitor.java | 21 package proguard.classfile.attribute.annotation.target.visitor; 26 import proguard.classfile.attribute.annotation.target.*;
|
/external/skia/gm/ |
drawatlas.cpp | 14 static SkImage* MakeAtlas(SkCanvas* caller, const SkRect& target) { 27 SkRect r(target); 34 canvas->drawOval(target, paint); 54 const SkRect target = { 50, 50, 80, 90 }; variable 56 fAtlas.reset(MakeAtlas(canvas, target)); 86 tex[i] = target;
|
texdata.cpp | 23 GrRenderTarget* target = canvas->internal_private_accessTopLayerRenderTarget(); local 25 SkAutoTUnref<GrDrawContext> drawContext(ctx ? ctx->drawContext(target) : nullptr); 26 if (drawContext && target) {
|
/external/skia/tests/ |
TextureStorageAllocator.cpp | 29 GrGLenum target = GR_GL_TEXTURE_2D; local 31 GR_GL_CALL(allocator->m_gl, BindTexture(target, id)); 32 GR_GL_CALL(allocator->m_gl, TexParameteri(target, GR_GL_TEXTURE_MAG_FILTER, GR_GL_NEAREST)); 33 GR_GL_CALL(allocator->m_gl, TexParameteri(target, GR_GL_TEXTURE_MIN_FILTER, GR_GL_NEAREST)); 34 GR_GL_CALL(allocator->m_gl, TexParameteri(target, GR_GL_TEXTURE_WRAP_S, GR_GL_CLAMP_TO_EDGE)); 35 GR_GL_CALL(allocator->m_gl, TexParameteri(target, GR_GL_TEXTURE_WRAP_T, GR_GL_CLAMP_TO_EDGE)); 36 GR_GL_CALL(allocator->m_gl, TexImage2D(target, 0, GR_GL_RGBA, width, height, 0, GR_GL_RGBA, 41 info->fTarget = target;
|
/external/skia/tools/skiaserve/urlhandlers/ |
BreakHandler.cpp | 62 SkColor target = GetPixel(request, x, y); local 65 startColor.append(Json::Value(SkColorGetR(target))); 66 startColor.append(Json::Value(SkColorGetG(target))); 67 startColor.append(Json::Value(SkColorGetB(target))); 68 startColor.append(Json::Value(SkColorGetA(target))); 82 if (current != target) {
|
/external/vogar/src/vogar/android/ |
ActivityMode.java | 56 result.add(run.target.rmTask(action.getUserDir()));
|
/external/vogar/src/vogar/target/ |
MainRunner.java | 17 package vogar.target;
|