HomeSort by relevance Sort by last modified time
    Searched refs:only (Results 51 - 75 of 1356) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libdrm/libkms/
kms-symbol-check 6 FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libkms.so} | awk '{print $3}'| while read func; do
  /external/ltp/scripts/
git2changelog.sh 19 --name-only "$@" > "$tmp_changelog"
  /external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl-symbols-check 11 FUNCS=$(nm -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do
  /external/mockito/src/main/java/org/mockito/internal/verification/
VerificationWrapper.java 44 public VerificationMode only() { method in class:VerificationWrapper
45 return copySelfWithNewVerificationMode(VerificationModeFactory.only());
VerificationModeFactory.java 20 public static VerificationMode only() { method in class:VerificationModeFactory
21 return new Only(); //TODO make exception message nicer
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/PacketRules/
restrict_ax.s 4 # CHECK00: 1:3: error: Instruction can only be in a packet with ALU or non-FPU XTYPE instructions
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
solo-axok.s 9 # CHECK: rror: Instruction can only
  /external/libcxx/test/support/
set_windows_crt_report_mode.h 18 #error This header can only be used when targeting Windows
  /external/mockito/src/test/java/org/mockito/internal/debugging/
WarningsFinderTest.java 18 import static org.mockito.Mockito.only;
36 verify(listener, only()).foundUnusedStub(unusedStub);
49 verify(listener, only()).foundUnstubbed(unstubbedInvocation);
63 verify(listener, only()).foundStubCalledWithDifferentArgs(stub, wrongArg);
  /external/syzkaller/vendor/google.golang.org/appengine/
appengine_vm.go 16 // This should only be used when not servicing a request.
17 // This only works in App Engine "flexible environment".
  /external/toybox/tests/
find.test 16 touch perm/all-read-only
17 chmod a=r perm/all-read-only
64 "find perm -type f -perm 0444" "perm/all-read-only\n" "" ""
68 "find perm -type f -perm -0400" "perm/all-read-only\n" "" ""
72 "find perm -type f -perm -0444" "perm/all-read-only\n" "" ""
  /external/vulkan-validation-layers/scripts/
check_code_format.sh 27 FILES_TO_CHECK=$(git diff --name-only master | grep -v -E "^include/vulkan" | grep -E ".*\.(cpp|cc|c\+\+|cxx|c|h|hpp)$")
28 COPYRIGHTED_FILES_TO_CHECK=$(git diff --name-only master | grep -v -E "^include/vulkan")
  /external/autotest/client/site_tests/graphics_GpuReset/src/
Makefile 16 LDFLAGS += $(shell $(PKG_CONFIG) --libs-only-L libudev)
18 LDLIBS += $(shell $(PKG_CONFIG) --libs-only-l libudev)
22 LDLIBS += $(shell $(PKG_CONFIG) --libs-only-l libdrm_intel)
  /external/mockito/src/test/java/org/mockito/internal/verification/
OnlyTest.java 22 Only only = new Only(); field in class:OnlyTest
54 only.verify(new VerificationDataStub(new InvocationMatcher(invocation), invocation));
68 only.verify(new VerificationDataStub(new InvocationBuilder().toInvocationMatcher(), invocation));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/
EdkIIGlueDependencies.h 627 #error EdkIIGluePeiDxeDebugLibReportStatusCode and EdkIIGlueBaseDebugLibNull: can only be mutual exclusively used.
631 #error EdkIIGluePciLibPciExpress and EdkIIGluePciLibCf8: can only be mutual exclusively used.
635 #error EdkIIGlueDxeHobLib and EdkIIGluePeiHobLib: can only be mutual exclusively used.
639 #error EdkIIGlueBasePostCodeLibPort80 and EdkIIGlueBasePostCodeLibDebug: can only be mutual exclusively used.
643 #error EdkIIGlueBasePostCodeLibPort80 and EdkIIGluePeiDxePostCodeLibReportStatusCode: can only be mutual exclusively used.
647 #error EdkIIGlueBasePostCodeLibDebug and EdkIIGluePeiDxePostCodeLibReportStatusCode: can only be mutual exclusively used.
651 #error EdkIIGluePeiServicesTablePointerLib and EdkIIGluePeiServicesTablePointerLibMm7: can only be mutual exclusively used.
655 #error EdkIIGluePeiServicesTablePointerLib and EdkIIGluePeiServicesTablePointerLibKr1: can only be mutual exclusively used.
659 #error EdkIIGluePeiServicesTablePointerLibMm7 and EdkIIGluePeiServicesTablePointerLibKr1: can only be mutual exclusively used.
663 #error EdkIIGlueDxeReportStatusCodeLib and EdkIIGluePeiReportStatusCodeLib: can only be mutual exclusively used.
    [all...]
  /external/v8/src/base/
build_config.h 138 #error Target architecture ia32 is only supported on ia32 host
142 #error Target architecture x64 is only supported on x64 host
146 #error Target architecture x32 is only supported on x64 host with x32 support
149 #error Target architecture arm is only supported on arm and ia32 host
152 #error Target architecture arm64 is only supported on arm64 and x64 host
155 #error Target architecture mips is only supported on mips and ia32 host
158 #error Target architecture mips64 is only supported on mips64 and x64 host
  /external/google-fruit/tests/
test_defn_h_includes.py 23 reason = 'This only works in platforms where paths are /-separated.')
62 raise Exception('%s should have included %s, but it includes only: %s' % (defn_file, main_header_file, defn_file_includes))
64 raise Exception('%s should have included %s, but it includes only: %s' % (main_header_file, defn_file, includes[main_header_file]))
66 raise Exception('%s should have included %s, but it includes only: %s' % (main_header_file, defn_file, includes[alternative_main_header_file]))
  /frameworks/av/services/mediaanalytics/
MediaAnalyticsService.h 95 String8 dumpQueue(nsecs_t, const char *only);
98 void dumpSummaries(String8 &result, nsecs_t ts_since, const char * only);
99 void dumpRecent(String8 &result, nsecs_t ts_since, const char * only);
  /external/swiftshader/third_party/LLVM/
build-for-llvm-top.sh 4 # generally only used when building from llvm-top, it is safe to assume that
67 msg 0 " make" $OPTIONS_ASSIGN tools-only
68 make $OPTIONS_ASSIGN tools-only
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_device_context.h 17 #error This file must only be included when building TensorFlow with SYCL support
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_3d_gpu.h 17 #error This file must only be included when building with Cuda support
  /external/boringssl/
crypto-sources.mk 1 # Now used only by Trusty
  /external/curl/docs/cmdline-opts/
ftp-pasv.d 11 If this option is used several times, only the first one is used. Undoing an
netrc-file.d 8 or relative) to the netrc file that curl should use. You can only specify one
post303.d 9 remain a POST after a 303 redirection. This option is meaningful only when

Completed in 607 milliseconds

1 23 4 5 6 7 8 91011>>