HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 1701 - 1725 of 8695) sorted by null

<<61626364656667686970>>

  /frameworks/compile/slang/
slang_rs_export_func.cpp 86 fprintf(stderr, "Note: parameter '%s' in function '%s' has default "
115 "parameter whose type is not supported by the "
121 "Parameter packet must be a record");
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 44 /* This parameter determines the update type in learning process.
58 polynomial. In case of RBF kernel, it implies the sigma parameter. In case of linear
70 /* This parameter determines the type of loss function to minimize.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 68 * The 16-bit Teleservice parameter identifies which upper layer service access point is sending
75 * The 16-bit service category parameter identifies the type of service provided
100 * The 6-bit bearer reply parameter is used to request the return of a
  /frameworks/opt/vcard/java/com/android/vcard/
VCardProperty.java 42 * vCard's property has three elements: name, parameter (or param), and value. Name is the name
43 * of each property. Parameter or param is additional information for the property. Value is one
44 * or multiple values representing the parameter.
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix2f.java 39 * parameter
93 * Sets the values of the matrix to those of the parameter
151 * Post-multiplies the current matrix by a given parameter
  /frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator 25 # started it has already terminated. We parse for this parameter and set
48 # take first parameter as the command
55 # strip the command parameter
  /hardware/libhardware/include/hardware/
bt_rc.h 87 BTRC_STS_BAD_PARAM = 0x01, /* Invalid parameter */
88 BTRC_STS_NOT_FOUND = 0x02, /* Specified parameter is wrong or not found */
222 ** p_params: Based on the event_id, this parameter should be populated
  /libcore/luni/src/main/java/java/security/
Signature.java 228 * has a key usage parameter that indicates, that this certificate is not to
517 * Sets the specified parameter to the given value.
520 * the name of the parameter.
522 * the parameter value.
524 * if the parameter is invalid, already set or is not allowed to
538 * the parameter to set.
540 * if the parameter is invalid, already set or is not allowed to
560 * Returns the value of the parameter with the specified name.
563 * the name of the requested parameter value
564 * @return the value of the parameter with the specified name, maybe {@cod
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 29 * parameter entities, if any) before including them.</p>
77 * the external DTD subset and external parameter entities referenced
79 * parameter entities), and external general entities referenced
  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 103 * root element. The parameter is ignored.
107 * without one. The parameter is ignored.
131 * with "%" to indicate a parameter entity, or else the name of
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.h 68 * Except for handle parameter, semantics of this call are the same as for
95 * accesses are permitted to the data being mapped. This parameter has the
106 * parameter to get actual pointer to the beginning of the requested section
  /packages/apps/Contacts/src/com/android/contacts/util/
HelpUtils.java 38 * Help URL query parameter key for the preferred language.
43 * Help URL query parameter key for the app version.
130 // Cannot find the package name, so don't add in the version parameter
  /packages/apps/Settings/src/com/android/settings/
HelpUtils.java 38 * Help URL query parameter key for the preferred language.
43 * Help URL query parameter key for the app version.
130 // Cannot find the package name, so don't add in the version parameter
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
splay-tree.h 122 /* Node allocate function. Takes allocate_data as a parameter. */
125 /* Free function for nodes and trees. Takes allocate_data as a parameter. */
128 /* Parameter for allocate/free functions. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
splay-tree.h 122 /* Node allocate function. Takes allocate_data as a parameter. */
125 /* Free function for nodes and trees. Takes allocate_data as a parameter. */
128 /* Parameter for allocate/free functions. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
splay-tree.h 122 /* Node allocate function. Takes allocate_data as a parameter. */
125 /* Free function for nodes and trees. Takes allocate_data as a parameter. */
128 /* Parameter for allocate/free functions. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
splay-tree.h 122 /* Node allocate function. Takes allocate_data as a parameter. */
125 /* Free function for nodes and trees. Takes allocate_data as a parameter. */
128 /* Parameter for allocate/free functions. */
  /system/core/adb/
Android.mk 78 LOCAL_CFLAGS += -O2 -g -DADB_HOST=1 -Wall -Wno-unused-parameter
122 LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter
170 -Wno-unused-parameter \
  /system/core/libcutils/
strdup8to16.c 39 * out_len is an out parameter (which may not be null) containing the
147 * out_len is an out parameter (which may not be null) containing the
181 * out_len is an out parameter (which may not be null) containing the
  /system/core/sh/
options.h 39 unsigned char malloc; /* if parameter list dynamically allocated */
41 char **p; /* parameter list */
42 char **optnext; /* next parameter to be processed by getopts */
  /system/core/toolbox/
ifconfig.c 134 die("expecting a value for parameter \"mtu\"");
143 die("expecting an IP address for parameter \"pointtopoint\"");
153 die("expecting an IP address for parameter \"netmask\"");
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 325 ** Input Parameter delay in milliseconds
360 ** Output Parameter none
492 ** Output Parameter None
509 ** Output Parameter None
532 ** Output Parameter None
557 ** Output Parameter None
699 ** Output Parameter None
810 ** Output Parameter None
884 ** Output Parameter None
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 741 /// parameter's default argument, when the call did not explicitly
744 /// \brief The parameter whose default is being used.
747 /// CXXDefaultArgExpr itself. When the bit is clear, the parameter's
776 // Param is the parameter whose default argument is used by this
783 // Param is the parameter whose default argument is used by this
790 // Retrieve the parameter that the argument was created from.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 165 * alternative to the use of the realm parameter. When using Roaming
307 * parameter can be used to disable this offloading mechanism.
317 * mechanism is used. For all cases, the existence of this parameter
594 * this parameter is mainly meant for GO use and for P2P client, it can
696 * parameter) to allow Windows 7 to use PBC instead of PIN (e.g., from
713 * This parameter can be determined whether the NFC Device Password was
788 * be disabled by setting this parameter to 1. In that case, the same
798 * proactive_key_caching=1 parameter. okc=1 can be used to change this
807 * ieee80211w=1 or ieee80211w=2 parameter. pmf=1/2 can be used to change
815 * By default (if this parameter is not set), the mandatory group 1
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/ini_files/127x/
TQS_D_1.0.ini 8 TXBiPFEMAutoDetect = 00 # Length: 1; Unit: Options (0: Manual Mode, 1: Automatic mode); Format: Unsigned; Source: Customer; Comment: This parameter is used by the FW to decide if the front-end is determined automatically or manually
12 ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the FREF clock is valid on wakeup
14 Single_Dual_Band_Solution = 01 # Length: 1; Unit: Options (0: Single band, 1: Dual band); Format: Unsigned; Source: Customer; Comment: This parameter indicates if the solution is single band (2.4GHz only) or dual band (2.4GHz & 5GHz)
31 RxTraceInsertionLoss_2_4G = 00 # Length: 1; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
32 TXTraceLoss_2_4G = 00 # Length: 1; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power to a different location on the board
37 RxTraceInsertionLoss_5G = 00 00 00 00 00 00 00 # Length: 7; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
38 TXTraceLoss_5G = 00 00 00 00 00 00 00 # Length: 7; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power to a different location on the board
50 FEM1_TXBiPReferencePDvoltage_2_4G = 01E0 # Length: 1; Unit: 1mV; Format: Unsigned; Source: TI; Comment: This parameter define the reference point of the FEM power detector
60 FEM1_TxPDVsRateOffsets_2_4G = 01 02 02 02 02 00 # Length: 6; Unit: 1/8dB; Format: Signed; Source: TI; Comment: This parameter is a power detector offset value used to correct the power detector curve for each rate group
61 FEM1_TxIbiasTable_2_4G = 15 15 15 19 19 15 # Length: 6; Unit: Codeword ; Format: Unsigned; Source: TI; Comment: This parameter sets the bias current provided by the SoC to the PA in the FEM. Options (MCS7, 54/48, 36/24, 18/12 (…)
    [all...]

Completed in 878 milliseconds

<<61626364656667686970>>