HomeSort by relevance Sort by last modified time
    Searched defs:Value (Results 251 - 275 of 2048) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winusb.h 66 USHORT Value;
80 WINBOOL WINAPI WinUsb_GetPipePolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, ULONG PolicyType, PULONG ValueLength, PVOID Value);
81 WINBOOL WINAPI WinUsb_GetPowerPolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, ULONG PolicyType, PULONG ValueLength, PVOID Value);
91 WINBOOL WINAPI WinUsb_SetPipePolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR PipeID, ULONG PolicyType, ULONG ValueLength, PVOID Value);
92 WINBOOL WINAPI WinUsb_SetPowerPolicy (WINUSB_INTERFACE_HANDLE InterfaceHandle, ULONG PolicyType, ULONG ValueLength, PVOID Value);
  /prebuilts/go/darwin-x86/test/interface/
embed.go 13 const Value = 1e12
19 var t = T(Value)
32 if v != Value {
  /prebuilts/go/linux-x86/test/interface/
embed.go 13 const Value = 1e12
19 var t = T(Value)
32 if v != Value {
  /system/core/toolbox/
getprop.cpp 33 Value,
44 [](void* cookie, const char* name, const char* value, unsigned) {
47 properties->emplace_back(name, value);
55 if (result_type != ResultType::Value) {
56 for (auto& [name, value] : properties) {
61 value = context;
63 value = type;
68 for (const auto& [name, value] : properties) {
69 std::cout << "[" << name << "]: [" << value << "]" << std::endl;
75 case ResultType::Value
    [all...]
  /external/libchrome/base/
values.cc 27 static_cast<size_t>(Value::Type::LIST) + 1,
30 std::unique_ptr<Value> CopyWithoutEmptyChildren(const Value& node);
38 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(*entry);
52 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value());
62 std::unique_ptr<Value> CopyWithoutEmptyChildren(const Value& node) {
64 case Value::Type::LIST:
67 case Value::Type::DICTIONARY
    [all...]
  /frameworks/native/libs/binder/
Value.cpp 17 #define LOG_TAG "Value"
19 #include <binder/Value.h>
40 using android::binder::Value;
82 class Value::ContentBase {
96 /* This is the actual class that holds the value. */
97 template<typename T> class Value::Content : public Value::ContentBase {
100 Content(const T & value) : mValue(value) { }
132 template<typename T> bool Value::ContentBase::get(T* out) cons
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_single_source_alloc.java 42 private int value; field in class:UT_single_source_alloc.rsDataType
44 rsDataType(int value) { this.value = value; }
45 public int Value() { return value; }
71 s.invoke_CreateAndTestAlloc(dataType.Value(), vecSize);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_single_source_alloc.java 44 private int value; field in class:UT_single_source_alloc.rsDataType
46 rsDataType(int value) { this.value = value; }
47 public int Value() { return value; }
73 s.invoke_CreateAndTestAlloc(dataType.Value(), vecSize);
  /art/compiler/optimizing/
induction_var_range.h 27 * a conservative lower and upper bound value or last value on each instruction in the HIR.
35 * wrap-around anywhere in the range depending on the actual value of x.
40 * A value that can be represented as "a * instruction + b" for 32-bit constants, where
41 * Value() denotes an unknown lower and upper bound. Although range analysis could yield
45 struct Value {
46 Value() : instruction(nullptr), a_constant(0), b_constant(0), is_known(false) {}
47 Value(HInstruction* i, int32_t a, int32_t b)
49 explicit Value(int32_t b) : Value(nullptr, 0, b) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
Handles.c 50 UINTN Value;
119 Value = (UINTN) *pHandle;
124 Digit = (( Value >> Shift ) & 0xf ) | '0';
189 Value = pDigit [ cDigit [ Index ]];
194 Digit = (( Value >> Shift ) & 0xf ) | '0';
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL061GpioDxe/
PL061Gpio.c 65 // value of that bit in the GPIO_DATA register.
69 // GPIO_DATA register to the written value.
104 IN UINTN Value
107 MmioWrite8 (PL061EffectiveAddress (Address, Mask), Value);
164 Value - state of the pin
168 EFI_SUCCESS - GPIO state returned in Value
169 EFI_INVALID_PARAMETER - Value is NULL pointer or Gpio pin is out of range
176 OUT UINTN *Value
185 if (Value == NULL) {
190 *Value = 1;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscBiosVendorFunction.c 20 This function returns the value & exponent to Base2 for a given
21 Hex value. This is used to calculate the BiosPhysicalDeviceSize.
23 @param Value The hex value which is to be converted into value-exponent form
26 @retval EFI_SUCCESS All parameters were valid and *Value & *Exponent have been set.
32 IN OUT UINTN *Value,
36 if ((Value == NULL) || (Exponent == NULL)) {
40 while ((*Value % 2) == 0) {
41 *Value=*Value/2;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/
PeiCrc32GuidedSectionExtractLib.c 39 @param Value The data to be reversed.
46 UINT32 Value
54 if ((Value & (1 << Index)) != 0) {
85 UINT32 Value;
97 Value = PeiCrc32GuidedSectionExtractLibReverseBits ((UINT32) TableEntry);
99 if ((Value & 0x80000000) != 0) {
100 Value = (Value << 1) ^ 0x04c11db7;
102 Value = Value << 1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Option.c 18 Get a UINT16 value from buffer.
22 @return The UINT16 value get from buffer.
30 UINT16 Value;
31 CopyMem (&Value, Buf, sizeof (UINT16));
32 return NTOHS (Value);
36 Get a UINT32 value from buffer.
40 @return The UINT32 value get from buffer.
48 UINT32 Value;
49 CopyMem (&Value, Buf, sizeof (UINT32));
50 return NTOHL (Value);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
ReportStatusCodeRouterRuntimeDxe.h 50 EFI_STATUS_CODE_VALUE Value;
116 @param Value Describes the current status of a hardware or software entity.
134 IN EFI_STATUS_CODE_VALUE Value,
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/
IoLibArm.c 25 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
33 @return The value read.
49 Writes the 8-bit I/O port specified by Port with the value specified by Value
50 and returns Value. This function must guarantee that all I/O read and write
56 @param Value The value to write to the I/O port.
58 @return The value written the I/O port.
65 IN UINT8 Value
69 return Value;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Info.c 233 UINT8 Value;
310 // After all IKE SAs were deleted, set the IPSEC_STATUS_DISABLED value in
316 Value = IPSEC_STATUS_DISABLED;
321 sizeof (Value),
322 &Value
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOption.c 19 Get a UINT16 value from buffer.
23 @return The UINT16 value obtained from the buffer.
31 UINT16 Value;
32 CopyMem (&Value, Buf, sizeof (UINT16));
33 return NTOHS (Value);
37 Get a UINT32 value from buffer.
41 @return The UINT32 value obtained from the buffer.
49 UINT32 Value;
50 CopyMem (&Value, Buf, sizeof (UINT32));
51 return NTOHL (Value);
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscBiosVendorFunction.c 20 This function returns the value & exponent to Base2 for a given
21 Hex value. This is used to calculate the BiosPhysicalDeviceSize.
23 @param Value The hex value which is to be converted into value-exponent form
26 @retval EFI_SUCCESS All parameters were valid and *Value & *Exponent have been set.
32 IN OUT UINTN *Value,
36 if ((Value == NULL) || (Exponent == NULL)) {
40 while ((*Value % 2) == 0) {
41 *Value=*Value/2;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SerMode.c 184 UINTN Value;
292 Value = ShellStrToUintn(Temp);
293 switch (Value) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturn002Test.java 24 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
44 * the returned value of the called method. The returned value should be
45 * equal to the value which is used in ForceEarlyReturn Command. In this
46 * testcase, an Long value is returned.
79 forceEarlyReturnPacket.setNextValueAsValue(Value.createLong(EXPECTED_LONG));
96 // Check the early returned value
99 + "returned value is not set by ForceEarlyReturn command"
104 .println("==> CHECK: PASSED: returned value does set by ForceEarlyReturn command.");
105 logWriter.println("==> Returned value: " + actualValue)
    [all...]

Completed in 546 milliseconds

<<11121314151617181920>>