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

1 2 3 4 5 6 7 891011>>

  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_allocator.h 17 #error This file must only be included when building TensorFlow with SYCL support
sycl_util.h 17 #error This file must only be included when building TensorFlow with SYCL support
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_gpu_gradients.cu.h 17 #error This file must only be included when building with Cuda support
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_model_architecture.md 54 shape is only known during runtime. tfprof can fill in the missing shape
57 are only for the operations printed out.
  /external/v4l2_codec2/
Android.mk 1 # Build only if both hardware/google/av and device/google/cheets2/codec2 are
52 # Build C2VDAAdaptorProxy only for ARC++ case.
  /frameworks/av/services/audioflinger/
MmapTracks.h 19 #error This header file should only be included from AudioFlinger.h
  /frameworks/av/services/mediacodec/
Android.mk 54 # Since this is 32-bit-only module, only 32-bit version of the codecs are installed.
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 19 import static com.google.inject.matcher.Matchers.only;
72 Matchers.any(), Matchers.returns(only(Foo.class)), new ReturnNullInterceptor());
112 Matchers.any(), Matchers.returns(only(Foo.class)), new ReturnNullInterceptor());
188 Matchers.any(), Matchers.returns(only(Foo.class)), countingInterceptor);
191 Matchers.returns(only(Foo.class).or(only(Bar.class))),
250 Matchers.any(), Matchers.returns(only(Foo.class)), new NoOpInterceptor());
TypeConversionTest.java 282 Matchers.only(TypeLiteral.get(Date.class)), mockTypeConverter(result));
303 convertToTypes(Matchers.only(TypeLiteral.get(Date.class)), failingTypeConverter());
323 "using BrokenConverter which matches only(java.util.Date) ",
362 convertToTypes(Matchers.only(TypeLiteral.get(Date.class)), mockTypeConverter(null));
378 "using CustomConverter which matches only(java.util.Date) ",
390 convertToTypes(Matchers.only(TypeLiteral.get(Date.class)), mockTypeConverter(-1));
406 "using CustomConverter which matches only(java.util.Date) ",
436 convertToTypes(Matchers.only(TypeLiteral.get(Date.class)), converter);
466 convertToTypes(Matchers.only(TypeLiteral.get(Date.class)), mockTypeConverter(new Date()));
473 convertToTypes(Matchers.only(TypeLiteral.get(Date.class)), mockTypeConverter(new Date()))
    [all...]
TypeListenerTest.java 23 import static com.google.inject.matcher.Matchers.only;
43 Matchers.only(new TypeLiteral<A>() {})
44 .or(only(new TypeLiteral<B>() {}))
45 .or(only(new TypeLiteral<C>() {}))
46 .or(only(new TypeLiteral<D>() {}));
175 final Matcher<Object> buzz = only(C.class.getMethod("buzz"));
315 // we should get errors for all types, but only on getInstance()
413 // we should only have encountered one type
438 only(TypeLiteral.get(C.class)),
483 only(TypeLiteral.get(C.class))
    [all...]
  /build/soong/android/
package_ctx.go 40 // The most common use here will be with VariableFunc, where only a config is
122 // appended with the supplied path. It may only be called during a Go package's
136 // appended with the supplied paths, joined with separator. It may only be
156 // It may only be called during a Go package's initialization - either from the init() function or
169 // in the bin directory for host targets. It may only be called during a Go
183 // in the lib directory for host targets. It may only be called during a Go
201 // tool in the frameworks directory for host targets. It may only be called
215 // directory appended with the supplied path. It may only be called during a Go
225 // list of present source paths prefixed with the supplied prefix. It may only
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 28 # that the input files use only # comments
95 # Han_Latin_EDICT * 2.2 J only
101 # ThaiLogical_Latin * 2.2 J only
102 # Thai_ThaiLogical * 2.2 J only
103 # Thai_ThaiSemi * 2.2 J only
202 print STDERR "*** $id skipped: Java only ***\n";
261 // use have been commented out with the notation "Java only".
299 $prefix = '// Java only: ';
411 # Comment-only line
  /build/make/core/
allowed_ndk_types.mk 45 # The system STL is only the C++ ABI layer, so it's compatible with any STL.
66 # omitted here. We should only be dealing with shared libraries in
69 # Modules linked to a shared STL can only use another shared STL.
host_executable.mk 9 # By default we only build host module for the first arch.
  /build/soong/cc/config/
tidy.go 24 // Global tidy checks include only google*, performance*,
43 // Enable only some google checks for these projects.
61 // Give warnings to header files only in selected directories.
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
CompletionQueueSafeHandle.cs 40 /// Create a completion queue that can only be used for Pluck operations.
48 /// Create a completion queue that can only be used for Next operations.
83 /// Doesn't need to be set if only using Pluck() operations.
  /external/libunwind/doc/
unw_set_fpreg.tex 27 frames, it is normally possible to access only the preserved
33 Note that \Func{unw\_set\_fpreg}() can only write the contents of
55 read-only register.
unw_set_reg.tex 27 frames, it is normally possible to access only the preserved
33 Note that \Func{unw\_set\_reg}() can only write the contents of
56 read-only register.
  /external/python/cpython2/PCbuild/
get_externals.bat 18 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
90 echo.Valid options: -c, --clean, --clean-only, --organization, --python,
102 echo.Use the --clean-only option to do the same cleaning, without pulling in
  /external/u-boot/doc/
README.power-framework 30 Power devices use not only I2C for communication, but SPI as well. Additionally
35 The "flat" hierarchy for power devices works well when each device performs only
83 Definition of the struct pmic is only required with proper name and parameters
  /cts/hostsidetests/atrace/
Android.mk 32 # Enforce public / test api only
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
AlertWindowsAppOpsTests.java 105 .only()).onOpActiveChanged(eq(OP_SYSTEM_ALERT_WINDOW),
121 .only()).onOpActiveChanged(eq(OP_SYSTEM_ALERT_WINDOW),
  /developers/build/
github.sh 34 --upload-only
35 Only uploads new samples - samples with existing
38 --update-only
39 Only updates samples with existing repos - new
85 --update-only) upload=false;;
87 --upload-only) update=false;;
117 echoerr -e "Do not use both --update-only and --upload-only, no samples will be processed.
136 ## a repo for them on GitHub already - save results so we only do it once
  /development/testrunner/tests/
Android_java.mk 17 # We only want this apk build for tests.
  /device/generic/goldfish/qemu-props/
Android.mk 16 # that should only run in the emulator.

Completed in 1832 milliseconds

1 2 3 4 5 6 7 891011>>