HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 276 - 300 of 601) sorted by null

<<11121314151617181920>>

  /art/cmdline/detail/
cmdline_parse_argument_detail.h 33 #include "unit.h"
291 void TypedCheck(typename std::enable_if<std::is_same<Unit, T>::value>::type* = 0) {
293 "Blanks are not supported in Unit arguments; since a Unit has no parse-able value");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
144 Unit test for Google Test's XML output functionality.
  /external/googletest/googletest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
154 Unit test for Google Test's XML output functionality.
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 200 ctx->Texture.Unit[ctx->Texture.CurrentUnit].Sampler);
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 72 const GLuint unit = attr - VARYING_SLOT_TEX0; local
78 line->span.array->lambda[unit][i]
181 const struct gl_texture_object *obj = ctx->Texture.Unit[u]._Current;
s_context.c 192 ctx->Texture.Unit[i]._CurrentCombine;
476 struct gl_texture_object *tObj = ctx->Texture.Unit[u]._Current;
932 if (ctx->Texture.Unit[i]._Current)
  /external/python/cpython2/Lib/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
executionengine_ocaml.c 33 /* unit -> bool */
34 CAMLprim value llvm_initialize_native_target(value Unit) {
200 /* ExecutionEngine.t -> unit */
206 /* llmodule -> ExecutionEngine.t -> unit */
252 /* ExecutionEngine.t -> unit */
258 /* ExecutionEngine.t -> unit */
317 /* llvalue -> ExecutionEngine.t -> unit */
  /external/v8/testing/gtest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
154 Unit test for Google Test's XML output functionality.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
154 Unit test for Google Test's XML output functionality.
  /frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/
PojoProcessorTest.kt 696 fun singleRun(code: String, vararg jfos:JavaFileObject, handler: (Pojo) -> Unit)
704 handler: (Pojo, TestInvocation) -> Unit): CompileTester {
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
144 Unit test for Google Test's XML output functionality.
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 32 """Unit test for the gtest_xml_output module"""
144 Unit test for Google Test's XML output functionality.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 148 elif node.type == syms.Unit:
159 #skip whole unit if its optional
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 125 # SOC UNIT Debug Registers
371 # Before we get going, check SOC Unit Registers to see if we are required to issue a warm/cold reset
425 # Enable interrupts to Remote Management Unit when a IMR/SMM/HMBOUND violation occurs.
524 # Issue Warm Reset request to Remote Management Unit via iLB
533 # Issue Cold Reset request to Remote Management Unit via iLB
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 415 int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit,
424 Flags, IsOptimized, Unit, TemplateParams, Declaration, Variables));
426 LinkageName, Type, ContainingType, Unit,
  /external/mesa3d/src/mesa/main/
texobj.c 153 * on the current texture unit.
1363 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; local
1386 struct gl_image_unit *unit = &ctx->ImageUnits[i]; local
    [all...]