Searched refs:context (Results 251 - 275 of 2231) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dfips_prf_openssl.c18 SHA_CTX context; local
19 os_memset(&context, 0, sizeof(context));
20 os_memcpy(&context.h0, state, 5 * 4);
21 SHA1_Transform(&context, data);
22 os_memcpy(state, &context.h0, 5 * 4);
H A Dsha1-internal.c57 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
60 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
156 void SHAPrintContext(SHA1_CTX *context, char *msg) argument
160 context->count[0], context->count[1],
161 context->state[0],
162 context->state[1],
163 context->state[2],
164 context->state[3],
165 context
229 SHA1Init(SHA1_CTX* context) argument
243 SHA1Update(SHA1_CTX* context, const void *_data, u32 len) argument
273 SHA1Final(unsigned char digest[20], SHA1_CTX* context) argument
[all...]
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSquareRoot.cpp73 if (info.context->paintingDisabled())
117 info.context->save();
119 info.context->setStrokeThickness(gRadicalLineThickness * style()->fontSize());
120 info.context->setStrokeStyle(SolidStroke);
121 info.context->setStrokeColor(style()->visitedDependentColor(CSSPropertyColor), ColorSpaceDeviceRGB);
122 info.context->setLineJoin(MiterJoin);
123 info.context->setMiterLimit(style()->fontSize());
137 info.context->strokePath(root);
139 info.context->save();
149 info.context
[all...]
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEventSender.cpp93 static JSValueRef getDragModeCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) argument
95 return JSValueMakeBoolean(context, dragMode);
98 static bool setDragModeCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) argument
100 dragMode = JSValueToBoolean(context, value);
104 static JSValueRef leapForwardCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
107 msgQueue[endOfQueue].delay = JSValueToNumber(context, arguments[0], exception);
112 return JSValueMakeUndefined(context);
150 static JSValueRef getMenuItemTitleCallback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) argument
159 return JSValueMakeString(context, JSStringCreateWithUTF8CString(label.data()));
162 static bool setMenuItemTitleCallback(JSContextRef context, JSObjectRe argument
167 menuItemClickCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
202 contextClickCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
249 scheduleAsynchronousClickCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
266 gdkModifierFromJSValue(JSContextRef context, const JSValueRef value) argument
288 gdkModifersFromJSValue(JSContextRef context, const JSValueRef modifiers) argument
305 mouseDownCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
349 mouseUpCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
372 mouseMoveToCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
406 mouseScrollByCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
445 continuousMouseScrollByCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
463 beginDragWithFilesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
608 keyDownCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
766 textZoomInCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
772 textZoomOutCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
778 zoomPageInCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
784 zoomPageOutCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
813 getClass(JSContextRef context) argument
830 makeEventSender(JSContextRef context, bool isTopFrame) argument
857 dragBeginCallback(GtkWidget*, GdkDragContext* context, gpointer) argument
862 dragEndCallback(GtkWidget*, GdkDragContext* context, gpointer) argument
867 dragFailedCallback(GtkWidget*, GdkDragContext* context, gpointer) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h79 bool apply(PlatformGraphicsContext* context) { argument
81 context->setRawState(m_state);
82 return applyImpl(context);
84 virtual bool applyImpl(PlatformGraphicsContext* context) = 0;
182 virtual bool applyImpl(PlatformGraphicsContext* context) { argument
183 context->concatCTM(m_matrix);
194 virtual bool applyImpl(PlatformGraphicsContext* context) { argument
195 context->rotate(m_angle);
206 virtual bool applyImpl(PlatformGraphicsContext* context) { argument
207 context
218 applyImpl(PlatformGraphicsContext* context) argument
236 applyImpl(PlatformGraphicsContext* context) argument
249 applyImpl(PlatformGraphicsContext* context) argument
262 applyImpl(PlatformGraphicsContext* context) argument
282 applyImpl(PlatformGraphicsContext* context) argument
293 applyImpl(PlatformGraphicsContext* context) argument
311 applyImpl(PlatformGraphicsContext* context) argument
330 applyImpl(PlatformGraphicsContext* context) argument
350 applyImpl(PlatformGraphicsContext* context) argument
363 applyImpl(PlatformGraphicsContext* context) argument
380 applyImpl(PlatformGraphicsContext* context) argument
396 applyImpl(PlatformGraphicsContext* context) argument
410 applyImpl(PlatformGraphicsContext* context) argument
425 applyImpl(PlatformGraphicsContext* context) argument
439 applyImpl(PlatformGraphicsContext* context) argument
452 applyImpl(PlatformGraphicsContext* context) argument
466 applyImpl(PlatformGraphicsContext* context) argument
497 applyImpl(PlatformGraphicsContext* context) argument
520 applyImpl(PlatformGraphicsContext* context) argument
534 applyImpl(PlatformGraphicsContext* context) argument
548 applyImpl(PlatformGraphicsContext* context) argument
569 applyImpl(PlatformGraphicsContext* context) argument
595 applyImpl(PlatformGraphicsContext* context) argument
[all...]
/external/openssh/openbsd-compat/
H A Dsha2.c282 SHA256_Init(SHA256_CTX *context) argument
284 if (context == NULL)
286 memcpy(context->state, sha256_initial_hash_value,
288 memset(context->buffer, 0, sizeof(context->buffer));
289 context->bitcount = 0;
451 SHA256_Update(SHA256_CTX *context, const u_int8_t *data, size_t len) argument
459 usedspace = (context->bitcount >> 3) % SHA256_BLOCK_LENGTH;
466 memcpy(&context->buffer[usedspace], data, freespace);
467 context
497 SHA256_Pad(SHA256_CTX *context) argument
540 SHA256_Final(u_int8_t digest[SHA256_DIGEST_LENGTH], SHA256_CTX *context) argument
562 SHA512_Init(SHA512_CTX *context) argument
732 SHA512_Update(SHA512_CTX *context, const u_int8_t *data, size_t len) argument
778 SHA512_Pad(SHA512_CTX *context) argument
821 SHA512_Final(u_int8_t digest[SHA512_DIGEST_LENGTH], SHA512_CTX *context) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVideoLayerChromium.cpp80 GraphicsContext3D* context = layerRendererContext();
84 GLC(context, context->deleteTexture(texture.id));
139 GraphicsContext3D* context = layerRendererContext(); local
140 bool texturesAllocated = allocateTexturesIfNeeded(context, frame, textureFormat);
151 updateTexture(context, texture.id, texture.size, textureFormat, frame->data(plane));
186 bool VideoLayerChromium::allocateTexturesIfNeeded(GraphicsContext3D* context, const VideoFrameChromium* frame, unsigned textureFormat) argument
188 ASSERT(context);
207 allocateTexture(context, texture.id, requiredTextureSize, textureFormat);
241 void VideoLayerChromium::allocateTexture(GraphicsContext3D* context, unsigne argument
247 updateTexture(GraphicsContext3D* context, unsigned textureId, const IntSize& dimensions, unsigned format, const void* data) const argument
[all...]
/external/webkit/Source/WebKit2/Platform/win/
H A DWorkQueueWin.cpp65 void WorkQueue::handleCallback(void* context, BOOLEAN timerOrWaitFired) argument
67 ASSERT_ARG(context, context);
70 WorkItemWin* item = static_cast<WorkItemWin*>(context);
120 DWORD WorkQueue::workThreadCallback(void* context) argument
122 ASSERT_ARG(context, context);
124 WorkQueue* queue = static_cast<WorkQueue*>(context);
225 void WorkQueue::timerCallback(void* context, BOOLEAN timerOrWaitFired) argument
227 ASSERT_ARG(context, contex
246 RefPtr<TimerContext> context = TimerContext::create(); local
278 unregisterWaitAndDestroyItemCallback(void* context) argument
[all...]
/external/dbus/bus/
H A Ddispatch.c58 BusContext *context,
65 if (!bus_context_check_security_policy (context, transaction,
100 BusContext *context; local
111 context = bus_transaction_get_context (transaction);
116 if (!bus_context_check_security_policy (context, transaction,
144 matchmaker = bus_context_get_matchmaker (context);
162 if (!send_one_message (dest, context, sender, addressed_recipient,
187 BusContext *context; local
197 context = bus_connection_get_context (connection);
198 _dbus_assert (context !
57 send_one_message(DBusConnection *connection, BusContext *context, DBusConnection *sender, DBusConnection *addressed_recipient, DBusMessage *message, BusTransaction *transaction, DBusError *error) argument
455 block_connection_until_message_from_bus(BusContext *context, DBusConnection *connection, const char *what_is_expected) argument
471 spin_connection_until_authenticated(BusContext *context, DBusConnection *connection) argument
657 kill_client_connection(BusContext *context, DBusConnection *connection) argument
751 check_no_leftovers(BusContext *context) argument
772 check_hello_message(BusContext *context, DBusConnection *connection) argument
1002 check_double_hello_message(BusContext *context, DBusConnection *connection) argument
1092 check_get_connection_unix_user(BusContext *context, DBusConnection *connection) argument
1229 check_get_connection_unix_process_id(BusContext *context, DBusConnection *connection) argument
1396 check_add_match_all(BusContext *context, DBusConnection *connection) argument
1528 check_hello_connection(BusContext *context) argument
1579 check_nonexistent_service_no_auto_start(BusContext *context, DBusConnection *connection) argument
1685 check_nonexistent_service_auto_start(BusContext *context, DBusConnection *connection) argument
1775 check_base_service_activated(BusContext *context, DBusConnection *connection, DBusMessage *initial_message, const char **base_service_p) argument
1879 check_service_activated(BusContext *context, DBusConnection *connection, const char *activated_name, const char *base_service_name, DBusMessage *initial_message) argument
2037 check_service_auto_activated(BusContext *context, DBusConnection *connection, const char *activated_name, const char *base_service_name, DBusMessage *initial_message) argument
2124 check_service_deactivated(BusContext *context, DBusConnection *connection, const char *activated_name, const char *base_service) argument
2165 check_send_exit_to_service(BusContext *context, DBusConnection *connection, const char *service_name, const char *base_service) argument
2316 check_got_error(BusContext *context, DBusConnection *connection, const char *first_error_name, ...) argument
2442 check_existent_service_no_auto_start(BusContext *context, DBusConnection *connection) argument
2672 check_segfault_service_no_auto_start(BusContext *context, DBusConnection *connection) argument
2788 check_segfault_service_auto_start(BusContext *context, DBusConnection *connection) argument
2884 check_existent_hello_from_self(BusContext *context, DBusConnection *connection) argument
2948 check_existent_ping(BusContext *context, DBusConnection *connection) argument
3008 check_existent_get_machine_id(BusContext *context, DBusConnection *connection) argument
3089 check_existent_service_auto_start(BusContext *context, DBusConnection *connection) argument
3292 check_launch_service_file_missing(BusContext *context, DBusConnection *connection) argument
3387 check_launch_service_user_missing(BusContext *context, DBusConnection *connection) argument
3483 check_launch_service_exec_missing(BusContext *context, DBusConnection *connection) argument
3587 check_launch_service_service_missing(BusContext *context, DBusConnection *connection) argument
3691 check_shell_fail_service_auto_start(BusContext *context, DBusConnection *connection) argument
3786 check_shell_service_success_auto_start(BusContext *context, DBusConnection *connection) argument
4027 BusContext *context; member in struct:__anon4966
4048 check1_try_iterations(BusContext *context, const char *description, Check1Func func) argument
4063 check_get_services(BusContext *context, DBusConnection *connection, const char *method, char ***services, int *len) argument
4196 check_list_services(BusContext *context, DBusConnection *connection) argument
4408 BusContext *context; member in struct:__anon4967
4430 check2_try_iterations(BusContext *context, DBusConnection *connection, const char *description, Check2Func func) argument
4488 BusContext *context; local
4639 BusContext *context; local
4722 BusContext *context; local
4772 BusContext *context; local
[all...]
/external/libsepol/src/
H A Dcontext.c10 #include "context.h"
21 int sepol_check_context(const char *context) argument
24 return sepol_context_to_sid((const sepol_security_context_t)context,
25 strlen(context) + 1, NULL);
31 * Return 1 if the fields in the security context
81 * Write the security context string representation of
82 * the context structure `context' into a dynamically
89 const context_struct_t * context,
97 /* Compute the size of the context
87 context_to_string(sepol_handle_t * handle, const policydb_t * policydb, const context_struct_t * context, char **result, size_t * result_len) argument
242 context_to_record(sepol_handle_t * handle, const policydb_t * policydb, const context_struct_t * context, sepol_context_t ** record) argument
328 sepol_context_check(sepol_handle_t * handle, const sepol_policydb_t * policydb, const sepol_context_t * context) argument
[all...]
H A Dusers.c45 context_struct_t context; local
48 context_init(&context);
49 if (mls_level_cpy(&context.range.level[0],
52 context_destroy(&context);
55 if (mls_level_cpy(&context.range.level[1],
58 context_destroy(&context);
61 if (mls_to_string(handle, policydb, &context, &str) < 0) {
62 context_destroy(&context);
65 context_destroy(&context);
73 context_init(&context);
120 context_struct_t context; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp53 CGContextRef context = CGPDFContextCreate(consumer.get(), 0, 0); local
56 CGContextSetFillColor(context, black);
57 CGContextSetStrokeColor(context, black);
59 return context;
64 static CGContextRef context = createScratchContext(); local
65 return context;
140 CGContextRef context = scratchContext(); local
142 CGContextSaveGState(context);
143 CGContextBeginPath(context);
144 CGContextAddPath(context, platformPat
171 CGContextRef context = scratchContext(); local
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderMediaControls.cpp49 #define wkDrawMediaUIPart(part, themeStyle, context, rect, state) WKDrawMediaUIPart(part, themeStyle, context, rect, state)
50 #define wkDrawMediaSliderTrack(themeStyle, context, rect, timeLoaded, currentTime, duration, state) WKDrawMediaSliderTrack(themeStyle, context, rect, timeLoaded, currentTime, duration, state)
81 paintInfo.context->translate(unzoomedRect.x(), unzoomedRect.y());
82 paintInfo.context->scale(FloatSize(zoomLevel, zoomLevel));
83 paintInfo.context->translate(-unzoomedRect.x(), -unzoomedRect.y());
109 paintInfo.context->save();
112 wkDrawMediaUIPart(WKMediaUIPartFullscreenButton, themeStyle, paintInfo.context->platformContext(), r, determineState(o));
118 wkDrawMediaUIPart(captionsVisible ? WKMediaUIPartHideClosedCaptionsButton : WKMediaUIPartShowClosedCaptionsButton, themeStyle, paintInfo.context
[all...]
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DGraphicsContext3DInternal.cpp55 void GraphicsContext3DInternal::addActiveGraphicsContext(GraphicsContext3D* context) argument
62 activeGraphicsContexts().append(context);
65 void GraphicsContext3DInternal::removeActiveGraphicsContext(GraphicsContext3D* context) argument
71 size_t location = contexts.find(context);
110 // The GraphicsContext3D constructor requires that this context is the current OpenGL context.
150 GLXContext context = glXCreateNewContext(sharedDisplay(), configs[0], GLX_RGBA_TYPE, 0, GL_TRUE); local
152 if (!context)
154 return new GraphicsContext3DInternal(context, pbuffer);
173 GLXContext context
195 GraphicsContext3DInternal(GLXContext context, GLXPbuffer pbuffer) argument
203 GraphicsContext3DInternal(GLXContext context, Pixmap pixmap, GLXPixmap glxPixmap) argument
[all...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDragClientGtk.cpp48 RefPtr<cairo_t> context = adoptRef(gdk_cairo_create(event->window)); local
49 client->drawDragIconWindow(widget, context.get());
53 static gboolean dragIconWindowDrawEventCallback(GtkWidget* widget, cairo_t* context, DragClient* client)
55 if (!gdk_cairo_get_clip_rectangle(context, 0))
57 client->drawDragIconWindow(widget, context);
109 GdkDragContext* context = gtk_drag_begin(GTK_WIDGET(m_webView), targetList.get(), dragOperationToGdkDragActions(clipboard->sourceOperation()), 1, currentEvent.get()); local
110 webView->priv->draggingDataObjects.set(context, dataObject);
138 gtk_drag_set_icon_widget(context, m_dragIconWindow,
141 gtk_drag_set_icon_default(context);
144 void DragClient::drawDragIconWindow(GtkWidget* widget, cairo_t* context) argument
[all...]
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DChunkedUpdateDrawingAreaProxyMac.mm54 // Flip the bitmap context coordinate system.
64 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, CGContextRef context)
69 CGContextSaveGState(context);
73 CGContextSetBlendMode(context, kCGBlendModeCopy);
76 CGContextScaleCTM(context, 1, -1);
77 CGContextTranslateCTM(context, 0, -m_size.height());
80 CGContextDrawImage(context, CGRectMake(0, 0, CGImageGetWidth(image.get()), CGImageGetHeight(image.get())), image.get());
82 CGContextRestoreGState(context);
/external/icu4c/common/
H A Dmutex.h79 * The function creates some object, optionally using the context parameter.
82 typedef void *InstantiatorFn(const void *context, UErrorCode &errorCode);
97 * Calls the instantiator with the context if the instance has not been
102 void *getInstance(InstantiatorFn *instantiator, const void *context,
128 T *getInstance(InstantiatorFn *instantiator, const void *context, argument
131 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode);
151 * Calls the instantiator with the context if the instance has not been
158 void *getInstance(InstantiatorFn *instantiator, const void *context,
184 T *getInstance(InstantiatorFn *instantiator, const void *context, argument
187 T *instance=(T *)singleton.getInstance(instantiator, context, duplicat
[all...]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
H A DLwjglKeyInput.java50 private LwjglAbstractDisplay context; field in class:LwjglKeyInput
54 public LwjglKeyInput(LwjglAbstractDisplay context){ argument
55 this.context = context;
59 if (!context.isRenderable())
76 if (!context.isRenderable())
93 if (!context.isRenderable())
/external/webkit/Source/WebCore/platform/network/android/
H A DResourceHandleAndroid.cpp51 bool ResourceHandle::start(NetworkingContext* context) argument
53 if (!context || !context->isValid())
56 MainResourceLoader* mainLoader = context->mainResourceLoader();
58 RefPtr<ResourceLoaderAndroid> loader = ResourceLoaderAndroid::start(this, d->m_firstRequest, context->frameLoaderClient(), isMainResource, false);
151 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context, const ResourceRequest& request, argument
161 ResourceLoaderAndroid::start(h.get(), request, context->frameLoaderClient(), false, true);
/external/sqlite/android/
H A Dsqlite3_android.cpp81 sqlite3_context * context, int argc, sqlite3_value ** argv)
84 sqlite3_result_null(context);
91 sqlite3_result_null(context);
102 sqlite3_result_null(context);
111 sqlite3_result_null(context);
117 sqlite3_result_null(context);
121 sqlite3_result_text(context, (const char*)out, outlen, SQLITE_TRANSIENT);
124 static void phone_numbers_equal(sqlite3_context * context, int argc, sqlite3_value ** argv) argument
127 sqlite3_result_int(context, 0);
140 sqlite3_result_null(context);
80 get_phonebook_index( sqlite3_context * context, int argc, sqlite3_value ** argv) argument
156 phone_number_stripped_reversed(sqlite3_context * context, int argc, sqlite3_value ** argv) argument
178 android_log(sqlite3_context * context, int argc, sqlite3_value ** argv) argument
207 delete_file(sqlite3_context * context, int argc, sqlite3_value ** argv) argument
306 tokenize(sqlite3_context * context, int argc, sqlite3_value ** argv) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebLayer.mm43 void drawLayerContents(CGContextRef context, CALayer *layer, WebCore::PlatformCALayer* platformLayer)
49 CGContextSaveGState(context);
53 CGContextScaleCTM(context, 1, -1);
54 CGContextTranslateCTM(context, 0, -layerBounds.size.height);
59 // Set up an NSGraphicsContext for the context, so that parts of AppKit that rely on
61 NSGraphicsContext* layerContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:YES];
64 GraphicsContext graphicsContext(context);
73 // It's important to get the clip from the context, because it may be significantly
75 CGRect clipBounds = CGContextGetClipBoundingBox(context);
87 CGContextSaveGState(context);
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-internal.c57 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
60 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
156 void SHAPrintContext(SHA1_CTX *context, char *msg) argument
160 context->count[0], context->count[1],
161 context->state[0],
162 context->state[1],
163 context->state[2],
164 context->state[3],
165 context
229 SHA1Init(SHA1_CTX* context) argument
243 SHA1Update(SHA1_CTX* context, const void *_data, u32 len) argument
273 SHA1Final(unsigned char digest[20], SHA1_CTX* context) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-internal.c57 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
60 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
156 void SHAPrintContext(SHA1_CTX *context, char *msg) argument
160 context->count[0], context->count[1],
161 context->state[0],
162 context->state[1],
163 context->state[2],
164 context->state[3],
165 context
229 SHA1Init(SHA1_CTX* context) argument
243 SHA1Update(SHA1_CTX* context, const void *_data, u32 len) argument
273 SHA1Final(unsigned char digest[20], SHA1_CTX* context) argument
[all...]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java49 private final RenderContext context = new RenderContext(); field in class:LwjglGL1Renderer
120 context.reset();
145 if (context.colorWriteEnabled == false) {
147 context.colorWriteEnabled = true;
157 if (context.depthWriteEnabled == false) {
159 context.depthWriteEnabled = true;
185 * Applies fixed function bindings from the context to OpenGL
189 glMaterialf(GL_FRONT_AND_BACK, GL_SHININESS, context.shininess);
190 setMaterialColor(GL_AMBIENT, context.ambient, ColorRGBA.DarkGray);
191 setMaterialColor(GL_DIFFUSE, context
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.cpp229 paintInfo.context->save();
232 paintInfo.context->concatCTM(fragmentTransform);
234 paintInfo.context->setFillColor(backgroundColor, style->colorSpace());
235 paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor, style->colorSpace());
238 paintInfo.context->restore();
299 paintInfo.context->save();
302 paintInfo.context->concatCTM(fragmentTransform);
307 paintDecoration(paintInfo.context, UNDERLINE, fragment);
309 paintDecoration(paintInfo.context, OVERLINE, fragment);
314 paintText(paintInfo.context, styl
334 acquirePaintingResource(GraphicsContext*& context, float scalingFactor, RenderObject* renderer, RenderStyle* style) argument
370 releasePaintingResource(GraphicsContext*& context, const Path* path) argument
381 prepareGraphicsContextForTextPainting(GraphicsContext*& context, float scalingFactor, TextRun& textRun, RenderStyle* style) argument
394 restoreGraphicsContextAfterTextPainting(GraphicsContext*& context, TextRun& textRun) argument
495 paintDecoration(GraphicsContext* context, ETextDecoration decoration, const SVGTextFragment& fragment) argument
548 paintDecorationWithStyle(GraphicsContext* context, ETextDecoration decoration, const SVGTextFragment& fragment, RenderObject* decorationRenderer) argument
601 paintTextWithShadows(GraphicsContext* context, RenderStyle* style, TextRun& textRun, const SVGTextFragment& fragment, int startPosition, int endPosition) argument
673 paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintSelectedTextOnly) argument
[all...]

Completed in 574 milliseconds

<<11121314151617181920>>