HomeSort by relevance Sort by last modified time
    Searched refs:Support (Results 276 - 300 of 335) sorted by null

<<11121314

  /external/libvorbis/doc/
Vorbis_I_spec.tex 21 % Support for graphics, provides \includegraphics
  /external/v8/test/mjsunit/
get-own-property-descriptor.js 82 // Support for additional attributes on string objects.
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 11 #include <llvm/Support/ELF.h>
12 #include <mcld/Support/MsgHandling.h>
  /frameworks/compile/mclinker/unittests/
LEB128Test.cpp 9 #include <mcld/Support/LEB128.h>
12 #include <mcld/Support/SystemUtils.h>
StaticResolverTest.cpp 10 #include <mcld/Support/TargetSelect.h>
15 #include <mcld/Support/FileSystem.h>
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 18 #include <mcld/Support/Path.h>
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 13 #include <llvm/Support/ELF.h>
ELFReader.cpp 16 #include <mcld/Support/MemoryRegion.h>
17 #include <mcld/Support/MsgHandling.h>
24 #include <llvm/Support/ELF.h>
25 #include <llvm/Support/Host.h>
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 13 #include <llvm/Support/DataTypes.h>
14 #include <llvm/Support/ELF.h>
15 #include <llvm/Support/Host.h>
16 #include <mcld/Support/MsgHandling.h>
249 // FIXME: Currently we only support R_ARM_BASE_PREL against
340 // FIXME: Currently we only support these relocations against
    [all...]
  /libcore/
JavaLibrary.mk 32 # resources/ # Support files.
36 # resources/ # Support files.
133 LOCAL_STATIC_JAVA_LIBRARIES := core-tests-support sqlite-jdbc mockwebserver nist-pkix-tests okhttp-tests
141 # Make the core-tests-support library.
143 LOCAL_SRC_FILES := $(call all-test-java-files-under,support)
148 LOCAL_MODULE := core-tests-support
160 LOCAL_STATIC_JAVA_LIBRARIES := core-tests-support conscrypt-nojarjar
256 LOCAL_JAVA_LIBRARIES := bouncycastle-hostdex core-hostdex core-junit-hostdex core-tests-support-hostdex okhttp-hostdex
266 # Make the core-tests-support library.
269 LOCAL_SRC_FILES := $(call all-test-java-files-under,support)
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 32 Support for ARB_fragment_program is assumed, but not required.
34 Support for ARB_fragment_program_shadow is assumed, but not required.
36 Support for EXT_framebuffer_object is assumed, but not required.
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 32 Support for ARB_fragment_program is assumed, but not required.
34 Support for ARB_fragment_program_shadow is assumed, but not required.
36 Support for EXT_framebuffer_object is assumed, but not required.
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 12 #include <llvm/Support/DataTypes.h>
13 #include <llvm/Support/ELF.h>
14 #include <mcld/Support/MsgHandling.h>
    [all...]
  /art/compiler/llvm/
ir_builder.h 32 #include <llvm/Support/NoFolder.h>
374 // not support union type, so we have to return a type with biggest size,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 356 #region Support
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 404 #region Support
  /external/compiler-rt/BlocksRuntime/
runtime.c 162 * GC support stub routines:
165 #pragma mark GC Support Routines
210 * GC support callout functions - initially set to stub routines:
224 * GC support SPI functions - called from ObjC runtime and CoreFoundation:
265 * Prior to this the only "object" support we can provide is for those
277 * Internal Support routines for copying:
281 #pragma mark Copy/Release support
422 // To support C++ destructors under GC we arrange for there to be a finalizer for this
534 In these cases helper functions are synthesized by the compiler for use in Block_copy and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest.
544 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) (…)
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
drag_selector.js 9 * TODO(hirono): Support drag selection for grid view. crbug.com/224832
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py 361 # To support making a "test runner" target that will run all the tests
731 'name': target_name + ' Support',
735 target_product_name + ' Support'
741 # Hang the support target off the main target so it can be tested/found
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 15 #include <mcld/Support/MsgHandling.h>
16 #include <mcld/Support/ELF.h>
164 // In the system with shared object support, we can find both archive
178 // In the system without shared object support, we only look for an archive
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 14 #include <mcld/Support/MsgHandling.h>
19 #include <llvm/Support/DataTypes.h>
20 #include <llvm/Support/ELF.h>
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 17 #include <llvm/Support/raw_ostream.h>
  /external/llvm/unittests/Support/
Path.cpp 1 //===- llvm/unittest/Support/Path.cpp - Path tests ------------------------===//
10 #include "llvm/Support/Path.h"
11 #include "llvm/Support/ErrorHandling.h"
12 #include "llvm/Support/FileSystem.h"
13 #include "llvm/Support/MemoryBuffer.h"
14 #include "llvm/Support/raw_ostream.h"
45 TEST(Support, Path) {
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 29 #include <llvm/Support/raw_ostream.h>
37 #include "bcc/Support/Log.h"
49 * support doing this for any ForEach-able compute kernels. The new function
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 32 #include <mcld/Support/MemoryArea.h>
33 #include <mcld/Support/MemoryRegion.h>
34 #include <mcld/Support/MsgHandling.h>
35 #include <mcld/Support/MemoryAreaFactory.h>
    [all...]

Completed in 1327 milliseconds

<<11121314