HomeSort by relevance Sort by last modified time
    Searched defs:param (Results 451 - 475 of 1450) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bexport.go 828 // see p.param use of TDDDFIELD
1003 p.param(q, n, numbered)
1007 func (p *exporter) param(q *types.Field, n int, numbered bool) { func
    [all...]
noder.go 305 n.Name.Param.Ntype = typ
329 param := n.Name.Param
330 param.Ntype = typ
331 param.Pragma = decl.Pragma
332 param.Alias = decl.Alias
333 if param.Alias && param.Pragma != 0 {
335 param.Pragma = 0
380 f.Func.Nname.Name.Param.Ntype =
437 func (p *noder) param(param *syntax.Field, dddOk, final bool) *Node { func
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 432 recv, _ := p.paramList() // TODO(gri) do we need a full param list for the receiver?
665 params[i], isddd = p.param(named)
670 func (p *importer) param(named bool) (*types.Var, bool) { func
  /system/bt/bta/gatt/
bta_gattc_cache.cc 283 tGATT_DISC_PARAM param{.s_handle = 0x0001, .e_handle = 0xFFFF};
284 return GATTC_Discover(conn_id, disc_type, &param);
307 tGATT_DISC_PARAM param{
310 if (GATTC_Discover(conn_id, GATT_DISC_CHAR_DSCPT, &param) != 0) {
330 tGATT_DISC_PARAM param = {.s_handle = service.s_handle, local
332 GATTC_Discover(conn_id, GATT_DISC_INC_SRVC, &param);
579 tGATT_DISC_PARAM param = {.s_handle = service.s_handle, local
581 GATTC_Discover(conn_id, GATT_DISC_CHAR, &param);
    [all...]
  /system/bt/btif/src/
btif_sock_thread.cc 113 struct sched_param param; local
122 pthread_getschedparam(*thread_id, &policy, &param);
124 if (param.sched_priority > min_pri) {
125 param.sched_priority -= 1;
127 pthread_setschedparam(*thread_id, policy, &param);
  /system/bt/stack/avrc/
avrc_api.cc 132 tAVRC_PARAM* param = (tAVRC_PARAM*)data; local
135 param->handle, param->label);
138 if (avrc_cb.ccb[param->handle].ctrl_cback) {
139 avrc_cb.ccb[param->handle].ctrl_cback.Run(
140 param->handle, AVRC_CMD_TIMEOUT_EVT, param->label, NULL);
144 if (param->msg_mask & AVRC_MSG_MASK_IS_VENDOR_CMD) {
145 avrc_send_next_vendor_cmd(param->handle);
147 osi_free(param);
198 tAVRC_PARAM* param = local
    [all...]
  /system/bt/stack/btm/
btm_ble_adv_filter.cc 301 uint8_t param[len_max]; local
302 memset(param, 0, len_max);
304 uint8_t* p = param;
317 FROM_HERE, HCI_BLE_ADV_FILTER_OCF, param, len,
346 uint8_t param[len_max]; local
347 memset(param, 0, len_max);
349 uint8_t* p = param;
380 FROM_HERE, HCI_BLE_ADV_FILTER_OCF, param, len,
398 uint8_t param[len_max]; local
399 memset(param, 0, len_max)
493 uint8_t param[len]; local
547 uint8_t param[max_len]; local
703 uint8_t param[len]; local
744 uint8_t param[len], *p; local
869 uint8_t param[20]; local
    [all...]
  /system/keymaster/include/keymaster/
authorization_set.h 496 keymaster_key_param_t param; local
497 param.tag = tag;
498 set.push_back(param);
  /system/nfc/src/gki/common/
gki.h 307 uintptr_t param; member in struct:TIMER_LIST_ENT
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 187 struct sched_param param; local
246 if (pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param) ==
257 param.sched_priority = 30 - task_id - 2;
259 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 146 * @param msg Message content
198 * @param axis SensorManager.AXIS_X or SensorManager.AXIS_Y or SensorManager.AXIS_Z
218 * @param axis
239 * @param axis @param axis SensorManager.AXIS_X or SensorManager.AXIS_Y or SensorManager.AXIS_Z
270 * @param name name of the sound to be played
324 * @param axis
332 * @param axis
376 * @param width width of frame
377 * @param height height of fram
464 Camera.Parameters param = mCamera.getParameters(); local
    [all...]
  /art/runtime/jit/
profile_saver.cc 67 sched_param param; local
69 pthread_attr_getschedparam(&attr, &param);
70 return param.sched_priority;
    [all...]
  /bionic/libc/kernel/uapi/drm/
msm_drm.h 44 __u32 param; member in struct:drm_msm_param
  /bionic/libc/kernel/uapi/linux/
scc.h 116 unsigned param; member in struct:scc_kiss_cmd
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 419 PrecomputedText.Params param = new PrecomputedText.Params.Builder(mPaint) local
423 return PrecomputedText.create(text, param);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 89 * @param method {@code non-null;} the original method
90 * @param positionInfo how much position info to preserve; one of the
92 * @param locals {@code null-ok;} local variable information to use
93 * @param paramSize size, in register units, of all the parameters to
108 * @param method {@code non-null;} the original method
109 * @param positionInfo how much position info to preserve; one of the
111 * @param locals {@code null-ok;} local variable information to use
112 * @param paramSize size, in register units, of all the parameters to
164 * Checks to see if the move-param instructions that occur in this
170 * @param paramSize size, in register units, of all the parameter
590 int param = local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 93 * @param method {@code non-null;} the original method
94 * @param positionInfo how much position info to preserve; one of the
96 * @param locals {@code null-ok;} local variable information to use
97 * @param paramSize size, in register units, of all the parameters to
99 * @param dexOptions {@code non-null;} options for dex output
112 * @param method {@code non-null;} the original method
113 * @param positionInfo how much position info to preserve; one of the
115 * @param locals {@code null-ok;} local variable information to use
116 * @param paramSize size, in register units, of all the parameters to
118 * @param dexOptions {@code non-null;} options for dex outpu
599 int param = local
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java 207 * @param cardView a card view
208 * @param canDismiss flag to indicate this card is dismissible or not.
214 ViewGroup.LayoutParams param = cardView.getLayoutParams(); local
215 if(param == null)
216 param = generateDefaultLayoutParams();
218 super.addView(cardView, -1, param);
268 * @param deltaX
269 * @param deltaY
291 * @param child a target view
292 * @param deltaX x moving distance by x-axis
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamLinearLayout.java 207 * @param cardView a card view
208 * @param canDismiss flag to indicate this card is dismissible or not.
214 ViewGroup.LayoutParams param = cardView.getLayoutParams(); local
215 if(param == null)
216 param = generateDefaultLayoutParams();
218 super.addView(cardView, -1, param);
268 * @param deltaX
269 * @param deltaY
291 * @param child a target view
292 * @param deltaX x moving distance by x-axis
    [all...]
  /external/ImageMagick/coders/
sixel.c 197 static unsigned char *get_params(unsigned char *p, int *param, int *len)
211 param[(*len)++] = n;
221 param[(*len)++] = 0;
244 int param[10];
297 p = get_params(++p, param, &n);
303 switch(param[0]) {
336 if (param[2] == 0) {
337 param[2] = 10;
339 attributed_pan = attributed_pan * param[2] / 10;
340 attributed_pad = attributed_pad * param[2] / 10
242 int param[10]; local
    [all...]
  /external/boringssl/src/ssl/
ssl_session.cc 1137 TIMEOUT_PARAM *param = reinterpret_cast<TIMEOUT_PARAM *>(void_param); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 507 CipherParameters param; local
576 param = pbeKeyParam;
582 // param = PBE.Util.makePBEParameters(k.getEncoded(), PKCS12, digest, keySizeInBits, ivLength * 8, pbeSpec, cipher.getAlgorithmName());
593 param = PBE.Util.makePBEParameters(k.getEncoded(), PKCS12, digest, keySizeInBits, ivLength * 8, pbeSpec, cipher.getAlgorithmName());
595 if (param instanceof ParametersWithIV)
597 ivParam = (ParametersWithIV)param;
615 param = PBE.Util.makePBEParameters(k.getEncoded(), PKCS5S1, digest, keySizeInBits, ivLength * 8, pbeSpec, cipher.getAlgorithmName());
616 if (param instanceof ParametersWithIV)
618 ivParam = (ParametersWithIV)param;
638 param = adjustParameters(params, k.getParam())
    [all...]
  /external/curl/lib/
x509asn1.c 781 static const char *dumpAlgo(curl_asn1Element *param,
789 param->header = NULL;
790 param->tag = 0;
791 param->beg = param->end = end;
793 Curl_getASN1Element(param, beg, end);
815 const char *algo, curl_asn1Element *param,
856 p = Curl_getASN1Element(&elem, param->beg, param->end);
858 p = Curl_getASN1Element(&elem, p, param->end)
885 curl_asn1Element param; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureTests.cpp 53 * @param funcName Verified function name
54 * @param target Target for which texture is binded
55 * @param pname Parameter name
56 * @param error Generated error code
57 * @param expectedError Expected error code
78 * @param funcName Verified function name
79 * @param mesage Error message
80 * @param error Generated error code
81 * @param expectedError Expected error code
100 * @param target Texture targe
1258 const IntPair& param = *iter; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 296 GLint param[1] = { -1 }; local
302 ctx.glGetShaderiv(shader, -1, &param[0]);
307 ctx.glGetShaderiv(-1, GL_SHADER_TYPE, &param[0]);
312 ctx.glGetShaderiv(program, GL_SHADER_TYPE, &param[0]);
    [all...]

Completed in 1937 milliseconds

<<11121314151617181920>>