HomeSort by relevance Sort by last modified time
    Searched full:createflags (Results 1 - 11 of 11) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
probability_entry.h 52 : mFlags(createFlags(unigramProperty->representsBeginningOfSentence(),
157 static uint8_t createFlags(const bool representsBeginningOfSentence,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 124 private static Bitmap createBitmap(File input, Set<BitmapCreateFlags> createFlags,
144 return createBitmap(delegate, createFlags, density.getDpiValue());
172 public static Bitmap createBitmap(InputStream input, Set<BitmapCreateFlags> createFlags,
177 return createBitmap(delegate, createFlags, density.getDpiValue());
204 public static Bitmap createBitmap(BufferedImage image, Set<BitmapCreateFlags> createFlags,
209 return createBitmap(delegate, createFlags, density.getDpiValue());
620 Set<BitmapCreateFlags> createFlags, int density) {
626 boolean isMutable = createFlags.contains(BitmapCreateFlags.MUTABLE);
627 boolean isPremultiplied = createFlags.contains(BitmapCreateFlags.PREMULTIPLIED);
635 Set<BitmapCreateFlags> createFlags = EnumSet.of(BitmapCreateFlags.PREMULTIPLIED)
    [all...]
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 117 uint32_t createFlags = data.readUint32();
121 createFlags, &handle, &gbp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
220 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
290 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
291 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
352 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
353 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
397 STDMETHOD(CreateProcessWide)(THIS_ ULONG64 Server,PWSTR CommandLine,ULONG CreateFlags) PURE;
398 STDMETHOD(CreateProcessAndAttachWide)(THIS_ ULONG64 Server,PWSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE;
417 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE;
418 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE
    [all...]
ks.h 671 ULONG CreateFlags;
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]
cuda_stream.cpp 719 cv::cuda::Event::Event(CreateFlags flags)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 505 enum CreateFlags
513 explicit Event(CreateFlags flags = DEFAULT);
  /external/vulkan-validation-layers/layers/
core_validation.cpp 89 VkCommandPoolCreateFlags createFlags;
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js 964 function createFlags( flags ) {
1000 flags = flags ? ( flagsCache[ flags ] || createFlags( flags ) ) : {};
    [all...]

Completed in 975 milliseconds