/system/connectivity/shill/cellular/ |
cellular_capability.h | 106 // operation advances to the next step, until either an error occurs in one of 239 // Called when a disconnect operation completes, successful or not. 284 static void OnUnsupportedOperation(const char* operation, Error* error);
|
/system/security/keystore/ |
Android.mk | 39 operation.cpp \
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/ |
kotlin-stdlib-1.0.2.jar | |
/external/libpng/contrib/libtests/ |
pngimage.c | 534 const char *operation; /* Operation being performed */ member in struct:display 535 int transforms; /* Transform used in operation */ 587 dp->operation = NULL; 699 dp->filename != NULL ? dp->filename : "<stdin>", lp, dp->operation); 853 read_png(struct display *dp, struct buffer *bp, const char *operation, 859 /* This cleans out any previous read and sets operation and transforms to 864 if (operation != NULL) /* else this is a verify and do not overwrite info */ 866 dp->operation = operation; [all...] |
/frameworks/base/core/java/android/net/ |
ConnectivityManager.java | [all...] |
/art/compiler/optimizing/ |
induction_var_analysis.h | 59 // No-operation: a true induction. 83 * operation: a + b, a - b, -b, a * b, a / b 103 operation(op), 109 InductionOp operation; member in struct:art::HInductionVarAnalysis::InductionInfo
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
Float16ArithmeticTest.java | 63 // Check the output of performing 'operation' on inputs x and y against the 68 String operation) 99 message.append("Incorrect output for float16 " + operation + ":");
|
/external/boringssl/src/crypto/x509/ |
x_pubkey.c | 70 /* Minor tweak to operation: free up EVP_PKEY */ 71 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 74 if (operation == ASN1_OP_FREE_POST)
|
/external/curl/src/ |
tool_cb_dbg.c | 47 struct OperationConfig *operation = userdata; local 48 struct GlobalConfig *config = operation->global;
|
/external/deqp/framework/common/ |
tcuThreadUtil.cpp | 113 Operation::Operation (const char* name) 119 Operation::~Operation (void) 123 void Operation::execute (Thread& thread) 134 // Try execute operation 190 void Thread::addOperation (Operation* operation) 192 m_operations.push_back(operation); 200 // Reserve at least two messages for each operation [all...] |
/external/libchrome/sandbox/linux/services/ |
syscall_wrappers.cc | 72 int sys_seccomp(unsigned int operation, 75 return syscall(__NR_seccomp, operation, flags, args);
|
/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);
|
/external/mesa3d/src/glsl/ |
loop_controls.cpp | 207 switch (cond->operation) { 218 enum ir_expression_operation cmp = cond->operation;
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
AlarmManagerTest.java | 148 assertThat(scheduledAlarm.operation, notNullValue()); 149 assertThat(scheduledAlarm.operation, sameInstance(pendingIntent));
|
/external/tpm2/ |
PolicyNV.c | 45 //If this is a trial policy, skip all validations and the operation 64 switch(in->operation) 162 // add operation 163 CryptUpdateDigestInt(&hashState, sizeof(TPM_EO), &in->operation);
|
/external/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."
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_dpb.c | 717 while (mark->operation[i].memoryManagementControlOperation) 719 switch (mark->operation[i].memoryManagementControlOperation) 725 mark->operation[i].differenceOfPicNums); 729 status = Mmcop2(dpb, mark->operation[i].longTermPicNum); 736 mark->operation[i].differenceOfPicNums, 737 mark->operation[i].longTermFrameIdx); 743 mark->operation[i].maxLongTermFrameIdx); 757 mark->operation[i].longTermFrameIdx); 762 default: /* invalid memory management control operation */ 778 * memory management control operation 6 -> mark current as shor [all...] |
/frameworks/native/include/gui/ |
Surface.h | 158 static int hook_perform(ANativeWindow* window, int operation, ...); 200 virtual int perform(int operation, va_list args); 261 // operation. It is initialized to 1. 265 // dequeue operation. It is initialized to 1. 269 // deuque operation. It is initialized to PIXEL_FORMAT_RGBA_8888. 273 // at the next deuque operation. It is initialized to 0. 277 // operation. It defaults to NATIVE_WINDOW_TIMESTAMP_AUTO, which means that 282 // queue operation. It defaults to HAL_DATASPACE_UNKNOWN, which
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_display.h | 78 virtual int Perform(uint32_t operation, ...); 86 // non-blocking and the client is expected to check operation status later on. 91 // Returns the status of frame capture operation requested with FrameCaptureAsync(). 93 // < 0 : Operation happened but failed. 214 inline int HWCDisplay::Perform(uint32_t operation, ...) {
|
/hardware/ti/omap4-aah/camera/inc/ |
BaseCameraAdapter.h | 62 virtual status_t sendCommand(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0, int value4 = 0 ); 83 virtual status_t setState(CameraCommands operation);
|
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 51 virtual status_t sendCommand(CameraCommands operation, int value1 = 0, int value2 = 0, int value3 = 0 ); 70 virtual status_t setState(CameraCommands operation);
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
atomic.go | 49 // to the same variable being used in the operation
|
/prebuilts/go/darwin-x86/src/net/ |
sendfile_windows.go | 45 done, err := wsrv.ExecIO(o, "TransmitFile", func(o *operation) error {
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
atomic.go | 49 // to the same variable being used in the operation
|