/external/clang/test/CodeGenObjCXX/ |
refence-assign-write-barrier.mm | 9 void NSAssignArray(NSArray*& target, NSArray* newValue) 11 if (target == newValue) 14 NSArray* oldValue = target; 16 target = [newValue retain];
|
/external/libvpx/ |
vpx_config.c | 1 static const char* const cfg = "--target=generic-gnu";
|
/frameworks/compile/slang/tests/F_root_11_ox/ |
root_11_ox.rs | 1 // -target-api 11
|
/frameworks/compile/slang/tests/F_root_graphics_13/ |
root_graphics_13.rs | 1 // -target-api 13
|
/frameworks/compile/slang/tests/F_set_target_api_foo/ |
set_target_api_foo.rs | 1 // -target-api foo
|
stderr.txt.expect | 1 llvm-rs-cc: error: invalid integral value 'foo' in '-target-api foo'
|
/frameworks/compile/slang/tests/P_root_11_i/ |
root_11_i.rs | 1 // -target-api 11
|
/frameworks/compile/slang/tests/P_set_target_api_12/ |
set_target_api_12.rs | 1 // -target-api 12
|
/frameworks/compile/slang/tests/P_set_target_api_13/ |
set_target_api_13.rs | 1 // -target-api 13
|
/frameworks/compile/slang/tests/P_set_target_api_14/ |
set_target_api_14.rs | 1 // -target-api 14
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_redirect.h | 7 int target; member in struct:ebt_redirect_info
|
/external/clang/include/clang/Driver/ |
CMakeLists.txt | 3 TARGET ClangDriverOptions) 7 TARGET ClangCC1Options) 11 TARGET ClangCC1AsOptions)
|
/external/mesa3d/docs/ |
contents.html | 26 <li><a href="intro.html" target="MainFrame">Introduction</a> 27 <li><a href="news.html" target="MainFrame">News</a> 28 <LI><A HREF="developers.html" target="MainFrame">Developers</A> 29 <li><a href="systems.html" target="MainFrame">Platforms and Drivers</a> 30 <li><a href="license.html" target="MainFrame">License & Copyright</a> 31 <li><a href="faq.html" target="MainFrame">FAQ</a> 32 <li><a href="relnotes.html" target="MainFrame">Release Notes</a> 33 <li><a href="thanks.html" target="MainFrame">Acknowledgements</a> 34 <li><a href="conform.html" target="MainFrame">Conformance Testing</a> 40 <li><a href="download.html" target="MainFrame">Downloading / Unpacking</a [all...] |
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/ |
qscriptengine.pro | 2 TARGET = tst_bench_qscriptengine 11 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB 12 TARGET.EPOCSTACKSIZE = 0x14000
|
/external/guava/src/com/google/common/io/ |
AppendableWriter.java | 25 * Writer that places all output on an {@link Appendable} target. If the target 27 * be delegated to the target. 34 private final Appendable target; field in class:AppendableWriter 38 * Creates a new writer that appends everything it writes to {@code target}. 40 * @param target target to which to append output 42 AppendableWriter(Appendable target) { 43 this.target = target; [all...] |
/ndk/docs/ |
sidenav.html | 7 <li><a href="OVERVIEW.html" target="content">Android NDK Overview</a></li> 8 <li><a href="INSTALL.html" target="content">Installation Guide</a></li> 12 <li><a href="DEVELOPMENT.html" target="content">Development</a></li> 13 <li><a href="HOWTO.html" target="content">How To</a></li> 14 <li><a href="ANDROID-MK.html" target="content">Android.mk File</a></li> 15 <li><a href="APPLICATION-MK.html" target="content">Application.mk File</a></li> 16 <li><a href="CPU-ARCH-ABIS.html" target="content">CPU Arch ABIs</a></li> 17 <li><a href="CPU-ARM-NEON.html" target="content">CPU ARM Neon</a></li> 18 <li><a href="CPU-FEATURES.html" target="content">CPU Features</a></li> 19 <li><a href="IMPORT-MODULE.html" target="content">Import Module</a></li [all...] |
/external/llvm/include/llvm/Target/ |
TargetRegistry.h | 1 //===-- Target/TargetRegistry.h - Target Registration -----------*- C++ -*-===// 11 // the appropriate target specific classes (TargetMachine, AsmPrinter, etc.) 14 // Target specific class implementations should register themselves using the 57 /// Target - Wrapper for Target specific information. 65 class Target { 71 typedef MCAsmInfo *(*MCAsmInfoCtorFnTy)(const Target &T, 79 typedef TargetMachine *(*TargetMachineCtorTy)(const Target &T, 86 typedef TargetAsmBackend *(*AsmBackendCtorTy)(const Target &T [all...] |
/frameworks/base/tools/localize/testdata/ |
xliff1.xliff | 11 target-language="zz-ZZ" 17 <target>????? , ??? </target> 21 <target>????? , ???</target> 25 <target>??????</target> 29 <target>??????</target> 33 <target>??????</target [all...] |
/external/webkit/LayoutTests/storage/indexeddb/ |
basics-expected.txt | 35 PASS 'result' in event.target is true 36 PASS !!event.target.result is true 37 PASS 'errorCode' in event.target is true 38 PASS event.target.errorCode is 0 39 PASS 'webkitErrorMessage' in event.target is true 40 PASS event.target.webkitErrorMessage is undefined. 41 PASS 'source' in event.target is true 43 PASS 'transaction' in event.target is true 44 PASS event.target.transaction is null 46 PASS event.target.readyState is webkitIDBRequest.DON [all...] |
basics.html | 50 shouldBeTrue("'result' in event.target"); 51 shouldBeTrue("!!event.target.result"); 52 shouldBeTrue("'errorCode' in event.target"); 53 shouldBe("event.target.errorCode", "0"); 54 shouldBeTrue("'webkitErrorMessage' in event.target"); 55 shouldBeUndefined("event.target.webkitErrorMessage"); 56 shouldBeTrue("'source' in event.target"); 58 shouldBeTrue("'transaction' in event.target"); 59 shouldBeNull("event.target.transaction"); 61 shouldBe("event.target.readyState", "webkitIDBRequest.DONE") [all...] |
cursor-continue.html | 50 window.db = evalAndLog("db = event.target.result"); 59 window.trans = evalAndLog("trans = event.target.result"); 91 shouldBe("event.target.result.primaryKey", "0"); 92 evalAndLog("event.target.result.continue(3.14159)"); 94 shouldBe("event.target.result.primaryKey", "3"); 95 evalAndLog("event.target.result.continue(3.14159)"); 97 shouldBe("event.target.result.primaryKey", "4"); 98 evalAndLog("event.target.result.continue(3.14159)"); 100 shouldBe("event.target.result.primaryKey", "5"); 101 evalAndLog("event.target.result.continue(12)") [all...] |
/packages/apps/Contacts/src/com/android/contacts/util/ |
WeakAsyncTask.java | 27 public WeakAsyncTask(WeakTarget target) { 28 mTarget = new WeakReference<WeakTarget>(target); 34 final WeakTarget target = mTarget.get(); local 35 if (target != null) { 36 this.onPreExecute(target); 43 final WeakTarget target = mTarget.get(); local 44 if (target != null) { 45 return this.doInBackground(target, params); 54 final WeakTarget target = mTarget.get(); local 55 if (target != null) [all...] |
/external/webkit/LayoutTests/fast/events/touch/ |
touch-target-expected.txt | 1 Tests that the target of touches match the element where the event originated, not where the touch is currently occurring. 8 PASS event.touches[0].target.id is "targetA" 9 PASS event.touches[1].target.id is "targetB" 12 PASS event.touches[0].target.id is "targetA" 13 PASS event.touches[1].target.id is "targetB" 16 PASS event.touches[0].target.id is "targetA" 17 PASS event.touches[1].target.id is "targetB" 20 PASS event.touches[0].target.id is "targetA" 21 PASS event.touches[1].target.id is "targetB" 24 PASS event.touches[0].target.id is "targetA [all...] |
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
glspec-1.1 | 1 void glBindBuffer ( GLenum target, GLuint buffer )
2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
12 void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params )
23 void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params )
24 void glGetTexParameteriv ( GLenum target, GLenum pname, GLint *params )
25 void glGetTexParameterxv ( GLenum target, GLenum pname, GLfixed *params )
36 void glTexEnvi ( GLenum target, GLenum pname, GLint param )
37 void glTexEnviv ( GLenum target, GLenum pname, const GLint *params )
38 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params ) [all...] |
/external/llvm/include/llvm/ADT/ |
InMemoryStruct.h | 32 /// \brief The smart pointer target. 33 value_type *Target; 35 /// \brief A temporary object which can be used as a target of the smart 42 InMemoryStruct() : Target(0) {} 43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {} 44 InMemoryStruct(pointer Value) : Target(Value) {} 48 if (Value.Target != &Value.Contents) { 49 Target = Value.Target; 51 Target = &Contents [all...] |