HomeSort by relevance Sort by last modified time
    Searched defs:target (Results 1 - 25 of 1683) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/except/except.spec/
p9-dynamic.cpp 5 void target() throw(int) function
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-explicit.s 8 # even if the target symbol is local.
10 target: label
12 # CHECK: addi 4, 3, target@GOT # encoding: [0x38,0x83,A,A]
13 # CHECK-NEXT: # fixup A - offset: 2, value: target@GOT, kind: fixup_ppc_half16
14 # CHECK-REL: 0x{{[0-9A-F]*[26AE]}} R_PPC64_GOT16 target 0x0
15 addi 4, 3, target@got
17 # CHECK: ld 1, target@GOT(2) # encoding: [0xe8,0x22,A,0bAAAAAA00]
18 # CHECK-NEXT: # fixup A - offset: 2, value: target@GOT, kind: fixup_ppc_half16ds
19 # CHECK-REL: 0x{{[0-9A-F]*[26AE]}} R_PPC64_GOT16_DS target 0x0
20 ld 1, target@got(2
    [all...]
  /external/chromium_org/chrome/test/functional/ispy/client/
wait_on_ajax.js 5 var target = document.body; variable
17 }).observe(target, {attributes: true, childList: true,
  /external/chromium_org/v8/test/webkit/
tostring-exception-in-property-access.js 27 var target = {"" : "Did not assign to property when setter subscript threw"};
30 target[toStringThrower] = "Assigned to property on object when subscript threw";
34 shouldBe('target[""]', "'Did not assign to property when setter subscript threw'");
36 target[""] = "Did not delete property when subscript threw";
38 delete target[toStringThrower];
42 shouldBe('target[""]', "'Did not delete property when subscript threw'");
44 delete target[""];
46 target.__defineGetter__("", function(){
52 localTest = target[toStringThrower];
  /prebuilts/gcc/linux-x86/host/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
ebt_arpreply.h 7 int target; member in struct:ebt_arpreply_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 7 int target; member in struct:ebt_redirect_info
ebt_arpreply.h 7 int target; member in struct:ebt_arpreply_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 7 int target; member in struct:ebt_redirect_info
ebt_arpreply.h 7 int target; member in struct:ebt_arpreply_info
  /external/chromium_org/third_party/icu/source/i18n/
anytrans.h 24 * A transliterator named Any-T or Any-T/V, where T is the target
27 * The target must be a script. It partitions text into runs of the
29 * transliterates from that script to the given target or
30 * target/variant. Adjacent COMMON or INHERITED script characters are
43 * The target or target/variant string.
45 UnicodeString target; member in class:AnyTransliterator
48 * The target script code. Never USCRIPT_INVALID_CODE.
91 * @param theTarget the target name. Must not be empty, and must
107 * Returns a transliterator from the given source to our target o
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.h 60 struct pipe_stream_output_target target; member in struct:draw_so_target
  /external/chromium_org/third_party/skia/src/animator/
SkHitClear.cpp 24 SkDisplayable* target = targets[tIndex]; local
25 target->clearBounder();
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-subdir-all.py 8 Verifies building a subsidiary dependent target from a .gyp file in a
25 target = test.ALL variable
27 test.build('prog2.gyp', target, chdir=chdir)
  /external/icu4c/i18n/
anytrans.h 24 * A transliterator named Any-T or Any-T/V, where T is the target
27 * The target must be a script. It partitions text into runs of the
29 * transliterates from that script to the given target or
30 * target/variant. Adjacent COMMON or INHERITED script characters are
43 * The target or target/variant string.
45 UnicodeString target; member in class:AnyTransliterator
48 * The target script code. Never USCRIPT_INVALID_CODE.
91 * @param theTarget the target name. Must not be empty, and must
107 * Returns a transliterator from the given source to our target o
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 60 struct pipe_stream_output_target target; member in struct:draw_so_target
  /external/skia/src/animator/
SkHitClear.cpp 24 SkDisplayable* target = targets[tIndex]; local
25 target->clearBounder();
  /pdk/apps/CameraITS/tests/
config.py 16 import its.target namespace
20 """Set the target exposure.
22 This program is just a wrapper around the its.target module, to allow the
26 python config.py - Measure the target exposure, and cache it.
27 python config.py EXP - Hard-code (and cache) the target exposure.
47 # Automatically measure target exposure.
48 its.target.clear_cached_target_exposure()
49 its.target.get_target_exposure(cam)
51 # Hard-code the target exposure.
53 its.target.set_hardcoded_exposure(exposure
    [all...]
  /cts/libs/deviceutil/src/android/provider/cts/
FileCopyHelper.java 64 OutputStream target = mContext.openFileOutput(fileName, Context.MODE_WORLD_READABLE); local
65 copyFile(source, target);
72 OutputStream target = new FileOutputStream(path); local
73 copyFile(source, target);
76 private void copyFile(InputStream source, OutputStream target) throws IOException {
80 target.write(buffer, 0, len);
86 if (target != null) {
87 target.close();
  /external/chromium_org/content/common/
set_process_title.cc 51 base::FilePath target; local
53 if (base::ReadSymbolicLink(self_exe, &target)) {
55 title = target.value();
57 // symlink target. Remove it, since this is not really part of our name.
  /external/chromium_org/third_party/WebKit/Source/core/events/
WindowEventContext.h 45 EventTarget* target() const;
58 inline EventTarget* WindowEventContext::target() const function in class:WebCore::WindowEventContext
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.h 44 virtual String target() const { return svgTargetCurrentValue(); } function in class:WebCore::FINAL
63 // This declaration used to define a non-virtual "String& target() const" method, that clashes with "virtual String Element::target() const".
  /external/chromium_org/tools/gn/
ninja_helper_unittest.cc 11 #include "tools/gn/target.h"
22 target(&settings, Label(SourceDir("//tools/gn/"), "name")) {
29 // Our source target is in "tools/gn".
30 target.set_output_type(Target::EXECUTABLE);
36 Target target; member in class:__anon14644::HelperSetterUpper
47 helper.GetNinjaFileForTarget(&setup.target).value());
56 helper.GetOutputFileForSource(&setup.target,
65 helper.GetTargetOutputFile(&setup.target));
    [all...]
  /external/chromium_org/tools/gyp/test/actions-multiple/
gyptest-all.py 28 # is requested as the build target.
34 # Select location of target based on generator.
36 target = 'multi2.txt' variable
39 target = '..\\..\\multi2.txt' variable
41 target = '../../multi2.txt' variable
44 test.build('actions.gyp', chdir='relocate/src', target=target)
  /external/chromium_org/ui/events/
event_processor.cc 18 EventTarget* target = targeter->FindTargetForEvent(root, event); local
19 if (!target)
22 return DispatchEvent(target, event);

Completed in 1426 milliseconds

1 2 3 4 5 6 7 8 91011>>