HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 151 - 175 of 12087) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libexif/libexif/
exif-ifd.c 29 const char *name; member in struct:__anon15622
44 for (i = 0; ExifIfdTable[i].name; i++)
48 return (ExifIfdTable[i].name);
  /external/llvm/include/llvm/IR/
Verifier.h 72 static StringRef name() { return "VerifierPass"; } function in class:llvm::VerifierPass
  /external/llvm/include/llvm/Transforms/Scalar/
SimplifyCFG.h 32 static StringRef name() { return "SimplifyCFGPass"; } function in class:llvm::SimplifyCFGPass
  /external/llvm/lib/Support/
regcname.h 19 * 3. Neither the name of the University nor the names of its contributors
41 /* character-name table */
43 const char *name; member in struct:cname
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.h 38 const char *name; member in struct:i915_tracked_state
  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 33 const char *name; member in struct:name_offset
45 for (unsigned i = 0; linux_gl_abi[i].name != NULL; i++) {
47 _glapi_get_proc_offset(linux_gl_abi[i].name))
48 << "function name: " << linux_gl_abi[i].name;
  /external/testng/src/test/java/test/name/
SimpleITestSample.java 1 package test.name;
16 return "NAME";
  /external/toybox/toys/posix/
env.c 13 usage: env [-i] [-u NAME] [NAME=VALUE...] [command [option...]]
18 -u NAME Remove NAME from the environment
41 char *name = *ev, *val = strchr(name, '='); local
45 setenv(name, val, 1);
  /external/tpm2/
CertifyCreation.c 30 TPM2B_NAME name; local
37 // Get certified object name
38 name.t.size = ObjectGetName(in->objectHandle, &name.t.name);
40 TicketComputeCreation(in->creationTicket.hierarchy, &name,
61 certifyInfo.attested.creation.objectName = name;
Create.c 24 // TPM_RC_HASH non-duplicable storage key and its parent have different name
36 // digest size of the name algorithm sensitive data size for the keyed
45 // parameters for an RSA key; unsupported name algorithm for an ECC
58 TPM2B_NAME name; local
106 // Compute name from public area
107 ObjectComputeName(&(out->outPublic.t.publicArea), &name);
110 TicketComputeCreation(EntityGetHierarchy(in->parentHandle), &name,
114 SensitiveToPrivate(&sensitive, &name, in->parentHandle,
VerifySignature.c 27 TPM2B_NAME name; local
60 // Get object name that verifies the signature
61 name.t.size = ObjectGetName(in->keyHandle, &name.t.name);
63 TicketComputeVerified(hierarchy, &in->digest, &name, &out->validation);
  /external/valgrind/coregrind/m_gdbserver/
regdef.h 27 /* The name of this register - NULL for pad entries. */
28 const char *name; member in struct:reg
  /external/webrtc/talk/media/base/
device.h 13 * 3. The name of the author may not be used to endorse or promote products
38 Device(const std::string& name, int id)
39 : name(name),
42 Device(const std::string& name, const std::string& id)
43 : name(name), id(id) {}
45 std::string name; member in struct:cricket::Device
  /frameworks/base/tools/aapt2/
NameMangler_test.cpp 26 std::u16string name = u"Platform.AppCompat"; local
28 NameMangler::mangle(package, &name);
29 EXPECT_EQ(name, u"android.appcompat$Platform.AppCompat");
32 ASSERT_TRUE(NameMangler::unmangle(&name, &newPackage));
33 EXPECT_EQ(name, u"Platform.AppCompat");
39 std::u16string name = u"foo_bar"; local
41 EXPECT_FALSE(NameMangler::unmangle(&name, &package));
42 EXPECT_EQ(name, u"foo_bar");
  /frameworks/opt/net/voip/src/jni/rtp/
AudioCodec.h 25 const char *name; member in class:AudioCodec
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
lcd.cxx 49 LCD::name() function in class:LCD
  /hardware/bsp/intel/peripheral/libupm/src/ldt0028/
ldt0028.cxx 48 std::string LDT0028::name() { function in class:LDT0028
  /libcore/ojluni/src/main/java/java/net/
SocketOption.java 47 * Returns the name of the socket option.
49 String name(); method in interface:SocketOption
  /ndk/sources/host-tools/ndk-stack/regex/
cclass.h 19 * 3. Neither the name of the University nor the names of its contributors
40 const char *name; member in struct:cclass
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
configargs.h 6 const char *name, *value; member in struct:__anon40341
  /prebuilts/misc/windows/sdl2/test/
testrumble.c 20 * Neither the name of the Simple Directmedia Layer (SDL) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
50 char *name; local
56 name = NULL;
59 name = argv[1];
60 if ((strcmp(name, "--help") == 0) || (strcmp(name, "-h") == 0)) {
63 "it'll use it as if it were part of the device's name.\n",
68 i = strlen(name);
69 if ((i < 3) && isdigit(name[0]) && ((i == 1) || isdigit(name[1])))
    [all...]
  /system/core/libcutils/arch-x86_64/
android_memset16.S 40 # define ENTRY(name) \
41 .type name, @function; \
42 .globl name; \
44 name: \ label
49 # define END(name) \
51 .size name, .-name
android_memset32.S 40 # define ENTRY(name) \
41 .type name, @function; \
42 .globl name; \
44 name: \ label
49 # define END(name) \
51 .size name, .-name
  /system/update_engine/payload_generator/
annotated_operation.h 31 // The name given to the operation, for logging and debugging purposes only.
33 std::string name; member in struct:chromeos_update_engine::AnnotatedOperation
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
OpcodeInfo.java 28 public final String name; field in class:OpcodeInfo
35 public OpcodeInfo(Opcode opcode, String name, int opcodeValue, AbstractFormat fmt) {
37 this.name = name;

Completed in 766 milliseconds

1 2 3 4 5 67 8 91011>>