/development/build/tools/ |
windows_sdk.mk | 9 # - mirror the linux SDK directory and patch it with the Windows tools
|
/external/chromium_org/v8/test/mjsunit/ |
debug-mirror-cache.js | 53 // Check that mirror cache is cleared when entering debugger. 54 assertEquals(0, debug.next_handle_, "Mirror cache not cleared"); 55 assertEquals(0, debug.mirror_cache_.length, "Mirror cache not cleared"); 66 assertFalse(debug.next_handle_ == 0, "Mirror cache not used"); 67 assertFalse(debug.mirror_cache_.length == 0, "Mirror cache not used");
|
/external/v8/test/mjsunit/ |
debug-mirror-cache.js | 53 // Check that mirror cache is cleared when entering debugger. 54 assertEquals(0, debug.next_handle_, "Mirror cache not cleared"); 55 assertEquals(0, debug.mirror_cache_.length, "Mirror cache not cleared"); 66 assertFalse(debug.next_handle_ == 0, "Mirror cache not used"); 67 assertFalse(debug.mirror_cache_.length == 0, "Mirror cache not used");
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
FocusManager.java | 118 FaceView faceView, Listener listener, boolean mirror, int displayOrientation) { 127 Util.prepareMatrix(matrix, mirror, displayOrientation,
|
/art/runtime/interpreter/ |
interpreter.cc | 31 #include "mirror/art_field-inl.h" 32 #include "mirror/art_method.h" 33 #include "mirror/art_method-inl.h" 34 #include "mirror/class.h" 35 #include "mirror/class-inl.h" 36 #include "mirror/object-inl.h" 37 #include "mirror/object_array-inl.h" 44 using ::art::mirror::ArtField; 45 using ::art::mirror::ArtMethod; 46 using ::art::mirror::Array [all...] |
/art/runtime/ |
jni_internal.cc | 35 #include "mirror/art_field-inl.h" 36 #include "mirror/art_method-inl.h" 37 #include "mirror/class-inl.h" 38 #include "mirror/class_loader.h" 39 #include "mirror/object-inl.h" 40 #include "mirror/object_array-inl.h" 41 #include "mirror/throwable.h" 52 using ::art::mirror::ArtField; 53 using ::art::mirror::ArtMethod; 54 using ::art::mirror::Array [all...] |
/art/compiler/ |
image_test.cc | 151 mirror::Class* klass = class_linker_->FindSystemClass(descriptor);
|
/art/runtime/mirror/ |
art_field-inl.h | 30 namespace mirror { namespace in namespace:art 218 } // namespace mirror
|
object-inl.h | 32 namespace mirror { namespace in namespace:art 278 } // namespace mirror
|
object.h | 32 namespace mirror { namespace in namespace:art 55 // Fields within mirror objects aren't accessed directly so that the appropriate amount of 63 // C++ mirror of java.lang.Object 265 } // namespace mirror
|
string.cc | 29 namespace mirror { namespace in namespace:art 286 } // namespace mirror
|
art_method.cc | 35 namespace mirror { namespace in namespace:art 341 } // namespace mirror
|
art_method.h | 37 namespace mirror { namespace in namespace:art 44 // C++ mirror of java.lang.reflect.Method and java.lang.reflect.Constructor 455 } // namespace mirror
|
class-inl.h | 32 namespace mirror { namespace in namespace:art 345 } // namespace mirror
|
/bionic/libc/kernel/common/video/ |
dsscomp.h | 206 __u8 mirror; member in struct:dss2_ovl_cfg
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextRun.h | 220 virtual GlyphData glyphDataForCharacter(const Font&, const TextRun&, WidthIterator&, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) = 0;
|
/external/kernel-headers/original/video/ |
dsscomp.h | 325 __u8 mirror; /* left-to-right: mirroring is applied after rotation */ member in struct:dss2_ovl_cfg
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 300 static int degToTransform(int degrees, bool mirror);
|
/hardware/ti/omap4xxx/original-kernel-headers/linux/ |
omapfb.h | 142 __u8 mirror; member in struct:omapfb_plane_info
|
/external/chromium_org/v8/src/ |
debug-debugger.js | 222 var mirror = exec_state.frame(0).evaluate(this.condition()); 223 // If no sensible mirror or non true value break point not triggered. 224 if (!(mirror instanceof ValueMirror) || !%ToBoolean(mirror.value_)) { [all...] |
/art/compiler/jni/quick/ |
jni_compiler.cc | 122 mr_conv->MethodRegister(), mirror::ArtMethod::DeclaringClassOffset()); 273 __ Call(main_jni_conv->MethodStackOffset(), mirror::ArtMethod::NativeMethodOffset(),
|
/external/icu4c/layout/ |
LayoutEngine.cpp | 468 void LayoutEngine::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, 477 DefaultCharMapper charMapper(TRUE, mirror);
|
/art/runtime/jdwp/ |
jdwp.h | 34 namespace mirror { namespace in namespace:art 36 } // namespace mirror
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFShader.cpp | 188 /* Map a value of t on the stack into [0, 1) for Repeat or Mirror tile mode. */ 1032 SkMatrix mirror; local [all...] |
/external/skia/src/pdf/ |
SkPDFShader.cpp | 188 /* Map a value of t on the stack into [0, 1) for Repeat or Mirror tile mode. */ 1032 SkMatrix mirror; local [all...] |