HomeSort by relevance Sort by last modified time
    Searched full:available (Results 501 - 525 of 48531) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
Semaphore.java 26 * This file is available under and governed by the GNU General Public
44 * available, and then takes it. Each {@link #release} adds a permit,
47 * keeps a count of the number available and acts accordingly.
55 * private final Semaphore available = new Semaphore(MAX_AVAILABLE, true);
58 * available.acquire();
64 * available.release();
97 * the semaphore, guaranteeing that an item is available for use. When
108 * only has at most one permit available, can serve as a mutual
111 * available, or zero permits available. When used in this way, th
185 int available = getState(); local
253 int available = getState(); local
    [all...]
  /external/clang/test/SemaObjC/
class-unavail-warning.m 4 __attribute__((unavailable("not available")))
35 [MyClass new]; // expected-error {{'MyClass' is unavailable: not available}}
36 [MyClass self]; // expected-error {{'MyClass' is unavailable: not available}}
37 [MyClass addObject:((void *)0)]; // expected-error {{'MyClass' is unavailable: not available}}
39 MyClass *foo = [MyClass new]; // expected-error 2 {{'MyClass' is unavailable: not available}}
71 #define UNAVAILABLE __attribute__((unavailable("not available")))
  /external/llvm/test/MC/Mips/
cprestore-noreorder-noat.s 26 # O32-NOT: error: pseudo-instruction requires $at, which is not available
27 # N32-NOT: error: pseudo-instruction requires $at, which is not available
28 # N64-NOT: error: pseudo-instruction requires $at, which is not available
45 # O32: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
46 # N32-NOT: error: pseudo-instruction requires $at, which is not available
47 # N64-NOT: error: pseudo-instruction requires $at, which is not available
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompatExtras.java 25 * the {@link android.app.Notification#FLAG_LOCAL_ONLY} field before it was available.
32 * by {@link android.app.Notification.Builder#setGroup} before it was available.
39 * by {@link android.app.Notification.Builder#setGroupSummary} before it was available.
46 * by {@link android.app.Notification.Builder#setSortKey} before it was available.
53 * the {@link android.app.Notification.Action#extras} field before it was available.
61 * was available.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterInputStreamTest.java 60 * DeflaterInputStream#available()
65 assertEquals(1, dis.available());
67 assertEquals(1, dis.available());
69 assertEquals(0, dis.available());
71 assertEquals(0, dis.available());
74 dis.available();
87 assertEquals(1, dis.available());
90 dis.available();
133 assertEquals(1, dis.available());
135 assertEquals(1, dis.available());
    [all...]
  /system/core/liblog/
config_write.c 38 if (!transport->available || ((*transport->available)(i) >= 0)) {
44 if (!transp->available) {
47 if (((*transp->available)(i) < 0) &&
48 (!transport->available || ((*transport->available)(i) >= 0))) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
VirtualMemory.h 12 are licensed and made available under the terms and conditions of the BSD License
43 UINT64 Available:3; // Available for use by system software
45 UINT64 AvabilableHigh:11; // Available for use by system software
65 UINT64 Available:3; // Available for use by system software
67 UINT64 AvabilableHigh:11; // Available for use by system software
87 UINT64 Available:3; // Available for use by system software
89 UINT64 AvabilableHigh:11; // Available for use by system software
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/
VirtualMemory.h 5 are licensed and made available under the terms and conditions of the BSD License
41 UINT64 Available:3; // Available for use by system software
43 UINT64 AvabilableHigh:11; // Available for use by system software
61 UINT64 Available:3; // Available for use by system software
63 UINT64 AvabilableHigh:11; // Available for use by system software
83 UINT64 Available:3; // Available for use by system software
85 UINT64 AvabilableHigh:11; // Available for use by system software
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
bytestream.cc 71 size_t available = capacity_ - size_; local
72 if (n > available) {
73 n = available;
96 size_t available = capacity_ - size_; local
103 if (n > available) {
104 Expand(n - available);
146 size_t ArrayByteSource::Available() const {
164 size_t LimitByteSource::Available() const {
165 size_t available = source_->Available(); local
    [all...]
  /external/mesa3d/src/mesa/sparc/
norm.S 64 fmuls %f0, M8, %f7 ! FGM Group f3 available
65 fmuls %f1, M9, %f8 ! FGM Group f4 available
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
68 fmuls %f2, M6, %f0 ! FGM Group f6 available
70 fmuls %f2, M10, %f4 ! FGM Group f7 available
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 available
72 fadds %f3, %f10, %f3 ! FGA Group f10 available
73 fadds %f5, %f0, %f5 ! FGA Group stall f0,f5 available
74 fadds %f7, %f4, %f7 ! FGA Group stall f4,f7 available
79 fmuls %f3, %f3, %f6 ! FGM Group f3 available
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
GccInline.c 7 are licensed and made available under the terms and conditions of the BSD License
117 exception handlers to catch the exceptions. This function is only available
152 must establish proper exception handlers. This function is only available on
191 only available on IA-32 and X64. This returns a 32-bit value on IA-32 and a
219 Reads and returns the current value of CR0. This function is only available
246 Reads and returns the current value of CR2. This function is only available
272 Reads and returns the current value of CR3. This function is only available
299 Reads and returns the current value of CR4. This function is only available
326 Writes and returns a new value to CR0. This function is only available on
352 Writes and returns a new value to CR2. This function is only available on
    [all...]
  /compatibility/cdd/10_software-compatibility-testing/
10_1_compatibility_test_suite.md 6 available from the Android Open Source Project, using the final shipping
19 * [C-0-3] MUST pass the latest CTS version available at the time the device
  /development/samples/training/network-usage/
README.txt 11 when any network connection is available, or only when a Wi-Fi connection is available.
  /device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
Utmi.txt 3 In order to configure UTMI, following PCDs are available:
7 Indicates how many UTMI PHYs are available on platform.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
statvfs.py 13 F_BAVAIL = 4 # Free blocks available to non-superuser
16 F_FAVAIL = 7 # Free nodes available to non-superuser
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tk.py 13 # assuming tk is not available
14 raise unittest.SkipTest("tk not available: %s" % msg)
  /device/linaro/bootloader/edk2/ArmVirtPkg/Include/Guid/
EarlyPL011BaseAddress.h 3 when PCD access is not available.
7 This program and the accompanying materials are licensed and made available
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciLib.h 6 are licensed and made available under the terms and conditions of the BSD License
78 Allocate NumberOfBuses buses and return the next available PCI bus number.
81 @param StartBusNumber Current available PCI bus number.
83 @param NextBusNumber Next available PCI bus number.
85 @retval EFI_SUCCESS Available bus number resource is enough. Next available PCI bus number
87 @retval EFI_OUT_OF_RESOURCES Available bus number resource is not enough for allocation.
156 @retval EFI_OUT_OF_RESOURCES No enough memory available.

Completed in 2110 milliseconds

<<21222324252627282930>>