/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
x_crl.c | 98 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 104 switch(operation) { 213 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 221 switch(operation)
|
x_pubkey.c | 68 /* Minor tweak to operation: free up EVP_PKEY */ 69 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 72 if (operation == ASN1_OP_FREE_POST)
|
/external/chromium_org/third_party/hwcplus/include/hardware/ |
gralloc.h | 226 int operation, ... );
|
/external/chromium_org/v8/src/ |
type-info.h | 82 Token::Value operation);
|
/external/openssl/crypto/asn1/ |
x_crl.c | 94 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 100 switch(operation) { 208 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 216 switch(operation)
|
x_pubkey.c | 71 /* Minor tweak to operation: free up EVP_PKEY */ 72 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 75 if (operation == ASN1_OP_FREE_POST)
|
/external/libpng/contrib/libtests/ |
pngimage.c | 501 const char *operation; /* Operation being performed */ member in struct:display 502 int transforms; /* Transform used in operation */ 554 dp->operation = NULL; 655 dp->filename != NULL ? dp->filename : "<stdin>", lp, dp->operation); 781 read_png(struct display *dp, struct buffer *bp, const char *operation, 787 /* This cleans out any previous read and sets operation and transforms to 792 if (operation != NULL) /* else this is a verify and do not overwrite info */ 794 dp->operation = operation; [all...] |
/external/chromium_org/base/ |
sync_socket_win.cc | 111 // on an event that can be used to cancel the operation. If the operation 114 size_t CancelableFileOperation(Function operation, 147 const BOOL operation_ok = operation( 185 // Quit the operation if we can't write/read anymore.
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_guest.cc | 209 void WebContentsViewGuest::UpdateDragCursor(WebDragOperation operation) { 217 view->UpdateDragCursor(operation);
|
/external/chromium_org/net/disk_cache/blockfile/ |
in_flight_backend_io.h | 25 // This class represents a single asynchronous disk cache IO operation while it 32 // Runs the actual operation on the background thread. 38 // Called when we are finishing this operation. If |cancel| is true, the user 42 // Returns true if this operation is directed to an entry (vs. the backend). 64 void FlushQueue(); // Dummy operation. 84 enum Operation { 112 // Returns true if this operation returns an entry. 115 // Returns the time that has passed since the operation was created. 123 Operation operation_; 207 virtual void OnOperationComplete(BackgroundIO* operation, [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.h | 133 // A failure occurred in the current or previous operation. All operations 150 // operation initiated through the backend (e.g. create, open) so that clients 167 // Runs the next operation in the queue, if any and if there is no other 168 // operation running at the moment. 169 // WARNING: May delete |this|, as an operation in the queue can contain 285 void RecordReadIsParallelizable(const SimpleEntryOperation& operation) const; 286 void RecordWriteDependencyType(const SimpleEntryOperation& operation) const; 353 // is false (i.e. when an operation is not pending on the worker pool). When 354 // an operation is being executed no one owns the synchronous entry. Therefore 355 // SimpleEntryImpl should not be deleted while an operation is running as tha [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLConstructionSite.h | 45 enum Operation { 53 explicit HTMLConstructionSiteTask(Operation op) 54 : operation(op) 70 // object in the common case of the Insert operation. 74 Operation operation; member in struct:blink::HTMLConstructionSiteTask
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_set_3dfx_mode.spec | 64 GL_TRUE is returned if <mode> is valid and the operation completed
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir.h | 40 enum operation enum in namespace:nv50_ir 362 Modifier(operation op); 374 operation getOp() const; 596 Instruction(Function *, operation, DataType); 676 operation op; 776 TexInstruction(Function *, operation); 821 CmpInstruction(Function *, operation); 836 FlowInstruction(Function *, operation, void *target);
|
nv50_ir_target_nv50.cpp | 71 operation op; 123 static const operation noDestList[] = 130 static const operation noPredList[] = 141 opInfo[i].op = (operation)i; 373 TargetNV50::isOpSupported(operation op, DataType ty) const
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_controls.cpp | 207 switch (cond->operation) { 218 enum ir_expression_operation cmp = cond->operation;
|
/external/chromium_org/v8/test/webkit/ |
try-catch-try-try-catch-try-finally-return-catch-finally.js | 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
|
/external/deqp/framework/common/ |
tcuThreadUtil.cpp | 112 Operation::Operation (const char* name) 118 Operation::~Operation (void) 122 void Operation::execute (Thread& thread) 133 // Try execute operation 189 void Thread::addOperation (Operation* operation) 191 m_operations.push_back(operation); 199 // Reserve at least two messages for each operation [all...] |
/external/mesa3d/docs/ |
MESA_set_3dfx_mode.spec | 64 GL_TRUE is returned if <mode> is valid and the operation completed
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir.h | 40 enum operation enum in namespace:nv50_ir 362 Modifier(operation op); 374 operation getOp() const; 596 Instruction(Function *, operation, DataType); 676 operation op; 776 TexInstruction(Function *, operation); 821 CmpInstruction(Function *, operation); 836 FlowInstruction(Function *, operation, void *target);
|
nv50_ir_target_nv50.cpp | 71 operation op; 123 static const operation noDestList[] = 130 static const operation noPredList[] = 141 opInfo[i].op = (operation)i; 373 TargetNV50::isOpSupported(operation op, DataType ty) const
|
/external/mesa3d/src/glsl/ |
loop_controls.cpp | 207 switch (cond->operation) { 218 enum ir_expression_operation cmp = cond->operation;
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_utils.c | 2119 UINT8 operation; local [all...] |
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.cc | 365 operation(ui::DragDropTypes::DRAG_NONE), 379 int operation; member in struct:BookmarkBarView::DropLocation 811 drop_info_->location.operation != 0 && drop_info_->location.index != -1 && 884 // The location of the mouse didn't change, return the last operation. 885 return drop_info_->location.operation; 896 // operation we calculated. Copy of the operation in case it changed. 897 drop_info_->location.operation = location.operation; 898 return drop_info_->location.operation; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 205 operation op; 272 static const operation noDest[] = 286 opInfo[i].op = (operation)i; 458 TargetNVC0::isOpSupported(operation op, DataType ty) const 526 TargetNVC0::isPostMultiplySupported(operation op, float f, int& e) const
|