HomeSort by relevance Sort by last modified time
    Searched defs:Constants (Results 151 - 175 of 339) sorted by null

1 2 3 4 5 67 8 91011>>

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 244 manager.getManifestRestrictions(Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA);
491 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, mCurrentRestrictions);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 244 manager.getManifestRestrictions(Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA);
491 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, mCurrentRestrictions);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 244 manager.getManifestRestrictions(Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA);
491 Constants.PACKAGE_NAME_APP_RESTRICTION_SCHEMA, mCurrentRestrictions);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationInvarianceTests.cpp 56 enum Constants
    [all...]
vktTessellationUserDefinedIO.cpp 55 enum Constants
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 51 * External constants are constants whose meaning is unknown to this
52 * compiler. For example, a Mesa gl_program's constants are turned
53 * into external constants.
88 struct rc_constant * Constants;
252 struct rc_constant_list constants; member in struct:rX00_fragment_program_code
281 struct rc_constant_list constants; member in struct:r300_vertex_program_code
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 20 #include "llvm/Constants.h"
766 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
767 if (Constants.empty()) return 0;
770 for (unsigned i = 0, e = Constants.size(); i != e; ++i) {
771 MachineConstantPoolEntry CPE = Constants[i];
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 132 // TypePool maps constants of type KeyType (e.g. float) to pointers to
152 ConstantList Constants;
153 Constants.reserve(Pool.size());
155 Constants.push_back(I.second);
159 std::sort(Constants.begin(), Constants.end(), KeyCompareLess<ValueType>());
160 return Constants;
347 // Cache up front common constants.
    [all...]
  /external/v8/src/ast/
ast-types.h 22 // concrete constants).
879 Iterator<i::Object> Constants() {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 40 import com.android.systemui.recents.Constants;
597 Constants.Metrics.DismissSourceSwipeGesture);
TaskViewHeader.java 55 import com.android.systemui.recents.Constants;
579 Constants.Metrics.DismissSourceHeaderButton);
  /frameworks/base/services/core/java/com/android/server/hdmi/
Constants.java 22 * Defines constants related to HDMI-CEC protocol internal implementation.
26 final class Constants {
164 // Constants related to operands of HDMI CEC commands.
246 private Constants() { /* cannot be instantiated */ }
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 66 private static final boolean D = Constants.DEBUG;
67 private static final boolean V = Constants.VERBOSE;
331 Constants.updateShareStatus(mContext1, mInfo.mId, status);
356 Constants.updateShareStatus(mContext1, mInfo.mId, fileInfo.mStatus);
402 Constants.updateShareStatus(mContext1, mInfo.mId,
413 Constants.updateShareStatus(mContext1, mInfo.mId, status);
419 Constants.updateShareStatus(mContext1, mInfo.mId, status);
437 Constants.updateShareStatus(mContext1, mInfo.mId, status);
536 || currentTime - prevTimestamp > Constants.NFC_ALIVE_CHECK_MS) {
609 Constants.updateShareStatus(mContext1, mInfo.mId, status)
    [all...]
BluetoothOppTransfer.java 69 private static final boolean D = Constants.DEBUG;
71 private static final boolean V = Constants.VERBOSE;
222 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
279 mBatch.mStatus = Constants.BATCH_STATUS_FINISHED;
297 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
324 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
437 Constants.sendIntentIfCompleted(mContext, contentUri, info.mStatus);
474 mBatch.mStatus = Constants.BATCH_STATUS_FAILED;
542 mBatch.mStatus = Constants.BATCH_STATUS_RUNNING;
571 mBatch.mStatus = Constants.BATCH_STATUS_FAILED
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/
WifiDetailPreferenceControllerTest.java 182 private static class Constants {
206 // We create our test constants in these roundabout ways because the robolectric
441 mLinkProperties.addLinkAddress(Constants.IPV4_ADDR);
445 verify(mockIpAddressPref).setDetailText(Constants.IPV4_ADDR.getAddress().getHostAddress());
450 mLinkProperties.addLinkAddress(Constants.IPV4_ADDR);
451 mLinkProperties.addRoute(Constants.IPV4_DEFAULT);
452 mLinkProperties.addRoute(Constants.IPV4_SUBNET);
464 mLinkProperties.addDnsServer(Constants.IPV6_DNS);
471 Constants.IPV6_DNS.getHostAddress());
542 lp.addLinkAddress(Constants.IPV6_LINKLOCAL)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 1 //===-- llvm/Support/Dwarf.h ---Dwarf Constants------------------*- C++ -*-===//
11 // \brief This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
264 enum Constants {
288 /// Constants for location lists in DWARF v5.
301 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
308 /// Constants for unit types in DWARF v5.
316 // Constants for the DWARF v5 Accelerator Table Proposal
338 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Dwarf.h 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===//
11 // \brief This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
271 enum Constants {
295 /// Constants for location lists in DWARF v5.
308 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
315 /// Constants for unit types in DWARF v5.
323 // Constants for the DWARF v5 Accelerator Table Proposal
345 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Dwarf.h 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===//
11 // \brief This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
271 enum Constants {
295 /// Constants for location lists in DWARF v5.
308 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
315 /// Constants for unit types in DWARF v5.
323 // Constants for the DWARF v5 Accelerator Table Proposal
345 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Dwarf.h 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===//
11 /// This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
276 enum Constants {
300 /// Constants for location lists in DWARF v5.
313 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
320 /// Constants for unit types in DWARF v5.
354 // Constants for the DWARF v5 Accelerator Table Proposal
376 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Dwarf.h 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===//
11 /// This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
276 enum Constants {
300 /// Constants for location lists in DWARF v5.
313 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
320 /// Constants for unit types in DWARF v5.
354 // Constants for the DWARF v5 Accelerator Table Proposal
376 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Dwarf.h 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===//
11 /// This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
276 enum Constants {
300 /// Constants for location lists in DWARF v5.
313 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
320 /// Constants for unit types in DWARF v5.
354 // Constants for the DWARF v5 Accelerator Table Proposal
376 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Dwarf.h 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===//
11 /// This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
276 enum Constants {
300 /// Constants for location lists in DWARF v5.
313 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
320 /// Constants for unit types in DWARF v5.
354 // Constants for the DWARF v5 Accelerator Table Proposal
376 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Dwarf.h 1 //===-- llvm/Support/Dwarf.h ---Dwarf Constants------------------*- C++ -*-===//
11 // \brief This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
264 enum Constants {
288 /// Constants for location lists in DWARF v5.
301 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
308 /// Constants for unit types in DWARF v5.
316 // Constants for the DWARF v5 Accelerator Table Proposal
338 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Dwarf.h 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===//
11 // \brief This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
271 enum Constants {
295 /// Constants for location lists in DWARF v5.
308 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
315 /// Constants for unit types in DWARF v5.
323 // Constants for the DWARF v5 Accelerator Table Proposal
345 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Dwarf.h 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===//
11 // \brief This file contains constants used for implementing Dwarf
32 // DWARF constants as gleaned from the DWARF Debugging Information Format V.5
45 // Other constants.
271 enum Constants {
295 /// Constants for location lists in DWARF v5.
308 /// Constants for the DW_APPLE_PROPERTY_attributes attribute.
315 /// Constants for unit types in DWARF v5.
323 // Constants for the DWARF v5 Accelerator Table Proposal
345 // Constants for the GNU pubnames/pubtypes extensions supporting gdb index
    [all...]

Completed in 2107 milliseconds

1 2 3 4 5 67 8 91011>>