HomeSort by relevance Sort by last modified time
    Searched refs:ops (Results 151 - 175 of 1212) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/libhardware/tests/camera3/
camera3tests.cpp 59 ASSERT_TRUE(NULL != cam_device()->ops) << "Camera device ops are NULL";
61 cam_device()->ops->construct_default_request_settings(cam_device(),
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
dec64Ops.go 16 ops: dec64Ops,
decOps.go 16 ops: decOps,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
dec64Ops.go 16 ops: dec64Ops,
decOps.go 16 ops: decOps,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
translate-ops.d 3 #name: translate-ops
  /external/libnl/lib/route/
act.c 71 struct rtnl_tc_ops *ops; local
82 ops = rtnl_tc_get_ops(tc);
83 if (ops && (ops->to_msg_fill || ops->to_msg_fill_raw)) {
87 if (ops->to_msg_fill) {
91 if ((err = ops->to_msg_fill(tc, data, msg)) < 0)
95 } else if ((err = ops->to_msg_fill_raw(tc, data, msg)) < 0)
388 struct rtnl_tc_ops *ops; local
433 ops = rtnl_tc_get_ops(tc)
    [all...]
  /system/core/libsparse/
output_file.c 83 struct output_file_ops *ops; member in struct:output_file
363 ret = out->ops->write(out, &chunk_header, sizeof(chunk_header));
388 ret = out->ops->write(out, &chunk_header, sizeof(chunk_header));
392 ret = out->ops->write(out, &fill_val, sizeof(fill_val));
424 ret = out->ops->write(out, &chunk_header, sizeof(chunk_header));
428 ret = out->ops->write(out, data, len);
432 ret = out->ops->write(out, out->zero_buf, zero_len);
460 ret = out->ops->write(out, &chunk_header, sizeof(chunk_header));
464 out->ops->write(out, &out->crc32, 4);
488 ret = out->ops->write(out, data, len)
    [all...]
  /external/iptables/iptables/
ip6tables-restore.c 198 const struct xtc_ops *ops = &ip6tc_ops; local
282 ret = ops->commit(handle);
283 ops->free(handle);
323 ops->free(handle);
360 if (ops->builtin(chain, handle) <= 0) {
361 if (noflush && ops->is_chain(chain, handle)) {
363 if (!ops->flush_entries(chain, handle))
370 if (!ops->create_chain(chain, handle))
406 if (!ops->set_policy(chain, policy, &count,
412 ops->strerror(errno))
    [all...]
iptables-restore.c 197 const struct xtc_ops *ops = &iptc_ops; local
281 ret = ops->commit(handle);
282 ops->free(handle);
322 ops->free(handle);
359 if (ops->builtin(chain, handle) <= 0) {
360 if (noflush && ops->is_chain(chain, handle)) {
362 if (!ops->flush_entries(chain, handle))
369 if (!ops->create_chain(chain, handle))
405 if (!ops->set_policy(chain, policy, &count,
411 ops->strerror(errno))
    [all...]
  /external/skia/src/gpu/
GrAuditTrail.cpp 9 #include "ops/GrOp.h"
29 Ops** opsLookup = fClientIDLookup.find(fClientID);
30 Ops* ops = nullptr; local
32 ops = new Ops;
33 fClientIDLookup.set(fClientID, ops);
35 ops = *opsLookup;
38 ops->push_back(auditOp);
45 // We use the op pointer as a key to find the OpNode we are 'glomming' ops ont
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketChannelImpl.java 316 public boolean translateReadyOps(int ops, int initialOps,
322 if ((ops & Net.POLLNVAL) != 0) {
329 if ((ops & (Net.POLLERR | Net.POLLHUP)) != 0) {
335 if (((ops & Net.POLLIN) != 0) &&
343 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) {
344 return translateReadyOps(ops, sk.nioReadyOps(), sk);
347 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) {
348 return translateReadyOps(ops, 0, sk);
376 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) {
379 // Translate ops
    [all...]
SelectorImpl.java 121 public void putEventOps(SelectionKeyImpl sk, int ops) { }
124 int ops,
134 k.interestOps(ops);
  /system/bt/bta/sdp/
bta_sdp_act.cc 240 record->ops.hdr.type = SDP_TYPE_OPP_SERVER;
241 record->ops.hdr.service_name_length = 0;
242 record->ops.hdr.service_name = NULL;
243 record->ops.hdr.rfcomm_channel_number = 0;
244 record->ops.hdr.l2cap_psm = -1;
245 record->ops.hdr.profile_version = 0;
246 record->ops.supported_formats_list_len = 0;
250 record->ops.hdr.service_name_length =
252 record->ops.hdr.service_name = (char*)p_attr->attr_value.v.array;
257 record->ops.hdr.profile_version = pversion
    [all...]
  /external/libcups/cups/
encode.c 384 const ipp_op_t *ops; /* List of allowed operations */ local
452 ops = match->operations;
454 ops = ipp_job_creation;
456 ops = ipp_doc_creation;
458 ops = ipp_sub_creation;
460 ops = ipp_set_printer;
491 ops = ipp_job_creation;
493 ops = ipp_doc_creation;
495 ops = ipp_set_printer;
508 while (*ops != IPP_OP_CUPS_NONE
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 81 effect_ops_t ops; member in struct:effect_context_s
263 if (context->ops.start)
264 context->ops.start(context, output);
275 if (context->ops.stop)
276 context->ops.stop(context, output);
296 if (fx_ctxt->state == EFFECT_STATE_ACTIVE && fx_ctxt->ops.process != NULL)
402 if (fx_ctxt->ops.process != NULL)
403 fx_ctxt->ops.process(fx_ctxt, &buf, &buf);
455 if (fx_ctxt->ops.start)
456 fx_ctxt->ops.start(fx_ctxt, out_ctxt)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_StreamItemsTest.java 113 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); local
115 ops.add(ContentProviderOperation.newInsert(RawContacts.CONTENT_URI)
120 ops.add(ContentProviderOperation.newInsert(StreamItems.CONTENT_URI)
129 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
145 ops.clear();
146 ops.add(ContentProviderOperation.newUpdate(streamItemUri)
155 results = mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 283 * @ops: ops table pointer
292 uint32_t jpeg_open(mm_jpeg_ops_t *ops, mm_dimension picture_size)
351 if (NULL != ops) {
352 /* fill in ops tbl if ptr not NULL */
353 ops->start_job = mm_jpeg_intf_start_job;
354 ops->abort_job = mm_jpeg_intf_abort_job;
355 ops->create_session = mm_jpeg_intf_create_session;
356 ops->destroy_session = mm_jpeg_intf_destroy_session;
357 ops->close = mm_jpeg_intf_close
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 283 * @ops: ops table pointer
292 uint32_t jpeg_open(mm_jpeg_ops_t *ops, mm_dimension picture_size)
351 if (NULL != ops) {
352 /* fill in ops tbl if ptr not NULL */
353 ops->start_job = mm_jpeg_intf_start_job;
354 ops->abort_job = mm_jpeg_intf_abort_job;
355 ops->create_session = mm_jpeg_intf_create_session;
356 ops->destroy_session = mm_jpeg_intf_destroy_session;
357 ops->close = mm_jpeg_intf_close
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_parse.c 269 void viddec_mp4_get_ops(viddec_parser_ops_t *ops)
271 ops->parse_syntax = viddec_mp4_parse;
272 ops->get_cxt_size = viddec_mp4_get_context_size;
273 ops->is_wkld_done = viddec_mp4_wkld_done;
274 ops->parse_sc = viddec_parse_sc_mp4;
275 ops->is_frame_start = viddec_mp4_is_frame_start;
276 ops->init = viddec_mp4_init;
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 124 SubscribeOptions& ops = verifiedOptions[i]; local
125 auto prop = ops.propId;
134 if (ops.flags == SubscribeFlags::UNDEFINED) {
139 if (!isSubscribable(*config, ops.flags)) {
145 int32_t areas = isGlobalProp(prop) ? 0 : ops.vehicleAreas;
148 "out of supported range of 0x%x", prop, ops.vehicleAreas,
153 ops.vehicleAreas = areas;
154 ops.sampleRate = checkSampleRate(*config, ops.sampleRate);
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 354 long ops; local
372 ops = testFunction->getOperationsPerIteration();
373 if (ops < 1) {
438 fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops);
440 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events);
444 fprintf(stdout,"= %s end %f %i %li\n", name, t, (int)loops, ops);
446 fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events);
452 if (loops == 0 || ops == 0) {
457 name, avg_t, (int)loops, (avg_t*1E9)/(loops*ops));
459 name, min_t, (int)loops, (min_t*1E9)/(loops*ops));
    [all...]
  /external/libnl/src/
nl-class-add.c 62 struct rtnl_tc_ops *ops; local
138 if (!(ops = rtnl_tc_get_ops(tc)))
141 if (!(tm = nl_cli_tc_lookup(ops)))
nl-cls-add.c 62 struct rtnl_tc_ops *ops; local
146 if (!(ops = rtnl_tc_get_ops(tc)))
149 if (!(tm = nl_cli_tc_lookup(ops)))
  /frameworks/base/libs/hwui/
DisplayList.h 79 // range of included ops in DisplayList::ops()
101 const LsaVector<BaseOpType*>& getOps() const { return ops; }
118 virtual bool isEmpty() const { return ops.empty(); }
134 // allocator into which all ops and LsaVector arrays allocated
140 LsaVector<BaseOpType*> ops; member in class:android::uirenderer::DisplayList
142 // list of Ops referring to RenderNode children for quick, non-drawing traversal

Completed in 757 milliseconds

1 2 3 4 5 67 8 91011>>