HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_NAME (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/autotest/frontend/client/src/autotest/tko/
IterationAttributeField.java 5 public static final String TYPE_NAME = "Iteration attribute";
14 return TYPE_NAME;
IterationResultField.java 5 public static final String TYPE_NAME = "Iteration result";
14 return TYPE_NAME;
JobKeyvalField.java 5 public static final String TYPE_NAME = "Job Keyval";
14 return TYPE_NAME;
MachineLabelField.java 5 public static final String TYPE_NAME = "Machine label";
9 return TYPE_NAME;
TestAttributeField.java 5 public static final String TYPE_NAME = "Test attribute";
14 return TYPE_NAME;
TestLabelField.java 4 public static final String TYPE_NAME = "Test label";
23 return TYPE_NAME;
CommonPanel.java 159 parameterizedFieldPresenter.addFieldIfNotPresent(TestLabelField.TYPE_NAME,
  /external/elfutils/libelf/
abstract.h 35 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \
36 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \
37 TYPE_NAME (ElfW2(Bits, Ext##Word), e_version) \
38 TYPE_NAME (ElfW2(Bits, Ext##Addr), e_entry) \
39 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \
40 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \
42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
43 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \
44 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phnum)
    [all...]
exttypes.h 54 #define TYPE_NAME(Type, Name) Type Name;
100 #undef TYPE_NAME
gelf_xlate.c 146 #define TYPE_NAME(Type, Name) TYPE_NAME2 (Type, Name)
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep01.c 39 #define TYPE_NAME(x) .ttype = x, .desc = #x
59 TYPE_NAME(NORMAL),
67 TYPE_NAME(NORMAL),
75 TYPE_NAME(NORMAL),
83 TYPE_NAME(SEND_SIGINT),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleXmlTransfer.java 65 private static final String TYPE_NAME = "android.ADT.simple.xml.transfer.1"; //$NON-NLS-1$
66 private static final int TYPE_ID = registerType(TYPE_NAME);
107 return new String[] { TYPE_NAME };
  /external/ltp/testcases/kernel/syscalls/ppoll/
ppoll01.c 39 #define TYPE_NAME(x) .ttype = x, .desc = #x
96 TYPE_NAME(NORMAL),
105 TYPE_NAME(MASK_SIGNAL),
116 TYPE_NAME(TIMEOUT),
124 TYPE_NAME(FD_ALREADY_CLOSED),
133 TYPE_NAME(SEND_SIGINT),
143 TYPE_NAME(SEND_SIGINT_RACE_TEST),
155 TYPE_NAME(INVALID_NFDS),
163 TYPE_NAME(INVALID_FDS),
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 129 TYPE_NAME = 332,
glslang.l 430 token = TYPE_NAME;
glslang_tab.cpp 216 TYPE_NAME = 332,
757 "IDENTIFIER", "TYPE_NAME", "FLOATCONSTANT", "INTCONSTANT",
    [all...]
glslang.y 174 %token <lex> IDENTIFIER TYPE_NAME FLOATCONSTANT INTCONSTANT UINTCONSTANT BOOLCONSTANT
    [all...]
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 98 TYPE_NAME, //!< Binding by input name.
109 explicit BindingPoint (const std::string& name_, int location_ = 0) : type(TYPE_NAME), name(name_), location(location_) {}
gluDrawUtil.cpp 225 if (binding.type == BindingPoint::TYPE_NAME)
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapUtils.java 93 private static final String TYPE_NAME = "name";
451 setContactFields(TYPE_NAME, contactId, data);
503 case TYPE_NAME:
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.h 278 TYPE_NAME = 488,
  /external/guava/guava/src/com/google/common/reflect/
Types.java 60 private static final Function<Type, String> TYPE_NAME =
300 .append(COMMA_JOINER.join(transform(argumentsList, TYPE_NAME)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h     [all...]
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.6/
auto-common-0.6.jar 
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 316 const int attribLoc = bindingPtr.binding.type == glu::BindingPoint::TYPE_NAME ? ctx.getAttribLocation(program, bindingPtr.binding.name.c_str()) : bindingPtr.binding.location;

Completed in 431 milliseconds

1 2 3 4