HomeSort by relevance Sort by last modified time
    Searched full:creates (Results 1 - 25 of 9737) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/cert/
ct_known_logs.h 17 // Creates a CTLogVerifier instance for the Google Pilot CT Log
20 // Creates a CTLogVerifier instance for the Google "Aviator" Log
23 // Creates a CTLogVerifier instance for the Google "Rocketeer" Log
  /dalvik/dx/tests/118-find-usages/
info.txt 0 Creates a .dex file and runs find usages on it to find references and declarations.
  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationTypeFactory.java 41 * Creates a new IntegerType.
49 * Creates a new LongType.
57 * Creates a new FloatType.
65 * Creates a new DoubleType.
73 * Creates a new TopType.
81 * Creates a new NullType.
89 * Creates a new UninitializedThisType.
97 * Creates a new UninitializedType for an instance that was created at
106 * Creates a new ObjectType of the given type.
  /external/chromium_org/net/disk_cache/
net_log_parameters.h 18 // Creates a NetLog callback that returns parameters for the creation of an
26 // Creates a NetLog callback that returns parameters for start of a non-sparse
34 // Creates a NetLog callback that returns parameters for when a non-sparse
42 // Creates a NetLog callback that returns parameters for when a sparse
48 // Creates a NetLog callback that returns parameters for when a read or write
54 // Creates a NetLog callback that returns parameters for when a call to
  /external/chromium_org/ui/gfx/
path_win.h 17 // Creates a new HRGN given |region|. The caller is responsible for destroying
21 // Creates a new HRGN given |path|. The caller is responsible for destroying
path_x11.h 17 // Creates a new REGION given |region|. The caller is responsible for destroying
21 // Creates a new REGION given |path|. The caller is responsible for destroying
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateThread.3 3 SDL_CreateThread \- Creates a new thread of execution that shares its parent\&'s properties\&.
12 \fBSDL_CreateThread\fP creates a new thread of execution that shares all of its parent\&'s global memory, signal handlers, file descriptors, etc, and runs the function \fBfn\fR passed the void pointer \fBdata\fR The thread quits when this function returns\&.
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 193 * Creates a unit of acceleration: g-force.
201 * Creates a unit of angle: arc-minute.
209 * Creates a unit of angle: arc-second.
217 * Creates a unit of angle: degree.
225 * Creates a unit of area: acre.
233 * Creates a unit of area: hectare.
241 * Creates a unit of area: square-foot.
249 * Creates a unit of area: square-kilometer.
257 * Creates a unit of area: square-meter.
265 * Creates a unit of area: square-mile
    [all...]
  /external/chromium_org/
.gitattributes 6 # http://connect.microsoft.com/VisualStudio/feedback/details/804948/inappropriately-creates-gitattributes-file
  /external/chromium_org/chrome/browser/chromeos/profiles/
multiprofiles_intro_dialog.h 12 // Creates and shows dialog with introduction.
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_warning_dialog.h 12 // Creates and shows dialog with introduction.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/pin/
manifest.json 4 "description": "Creates a keyboard shortcut (Alt + Shift + P) to toggle the pinned state of the currently selected tab",
  /external/chromium_org/chrome/utility/importer/
importer_creator.h 14 // Creates an Importer of the specified |type|.
  /external/chromium_org/net/socket/
socket_net_log_params.h 16 // Creates a NetLog callback for socket error events.
20 // Creates a NetLog callback for a HostPortPair.
25 // Creates a NetLog callback for an IPEndPoint.
30 // Creates a NetLog callback for the source sockaddr on connect events.
  /external/chromium_org/third_party/openssl/
buildinf.h 1 /* crypto/Makefile usually creates the file at build time. Since we don't care
  /external/chromium_org/third_party/skia/include/utils/
SkNullCanvas.h 16 * Creates a canvas that draws nothing. This is useful for performance testing.
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDitherEffect.h 18 * Creates an effect that dithers the resulting color to an RGBA8 framebuffer
GrOvalEffect.h 19 * Creates an effect that performs clipping against an oval.
  /external/skia/include/utils/
SkNullCanvas.h 16 * Creates a canvas that draws nothing. This is useful for performance testing.
  /external/skia/src/gpu/effects/
GrDitherEffect.h 18 * Creates an effect that dithers the resulting color to an RGBA8 framebuffer
GrOvalEffect.h 19 * Creates an effect that performs clipping against an oval.
  /frameworks/opt/telephony/src/java/com/google/android/mms/
MmsException.java 27 * Creates a new MmsException.
34 * Creates a new MmsException with the specified detail message.
43 * Creates a new MmsException with the specified cause.
52 * Creates a new MmsException with the specified detail message and cause.
  /external/llvm/include/llvm/CodeGen/
GCs.h 24 /// Creates an ocaml-compatible garbage collector.
27 /// Creates an ocaml-compatible metadata printer.
30 /// Creates an erlang-compatible garbage collector.
33 /// Creates an erlang-compatible metadata printer.
36 /// Creates a shadow stack garbage collector. This collector requires no code
  /external/chromium_org/ash/
shell_delegate.h 118 // Creates a new ShelfDelegate. Shell takes ownership of the returned
122 // Creates a system-tray delegate. Shell takes ownership of the delegate.
125 // Creates a user wallpaper delegate. Shell takes ownership of the delegate.
128 // Creates a session state delegate. Shell takes ownership of the delegate.
131 // Creates a accessibility delegate. Shell takes ownership of the delegate.
134 // Creates an application delegate. Shell takes ownership of the delegate.
137 // Creates a media delegate. Shell takes ownership of the delegate.
140 // Creates a menu model of the context for the |root_window|.
148 // Creates a GPU support object. Shell takes ownership of the object.
  /external/proguard/src/proguard/evaluation/value/
ValueFactory.java 45 * Creates a new Value of the given type.
71 * Creates a new IntegerValue with an undefined value.
79 * Creates a new IntegerValue with a given particular value.
88 * Creates a new LongValue with an undefined value.
96 * Creates a new LongValue with a given particular value.
105 * Creates a new FloatValue with an undefined value.
113 * Creates a new FloatValue with a given particular value.
122 * Creates a new DoubleValue with an undefined value.
130 * Creates a new DoubleValue with a given particular value.
139 * Creates a new ReferenceValue that represents <code>null</code>
    [all...]

Completed in 1613 milliseconds

1 2 3 4 5 6 7 8 91011>>