HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 126 - 150 of 13238) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/strace/tests-m32/
xattr-strings.c 11 static const char name[] = "strace.test"; local
17 rc = fsetxattr(-1, name, z_value, sizeof(c_value), XATTR_REPLACE);
19 4, name, 4, c_value, (unsigned) sizeof(c_value), sprintrc(rc));
  /external/strace/tests-mx32/
xattr-strings.c 11 static const char name[] = "strace.test"; local
17 rc = fsetxattr(-1, name, z_value, sizeof(c_value), XATTR_REPLACE);
19 4, name, 4, c_value, (unsigned) sizeof(c_value), sprintrc(rc));
  /external/swiftshader/third_party/LLVM/lib/Support/
regcclass.h 21 * 3. Neither the name of the University nor the names of its contributors
42 const char *name; member in struct:cclass
  /external/swiftshader/third_party/llvm-subzero/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/tensorflow/tensorflow/core/common_runtime/
threadpool_device_factory.cc 39 string name = strings::StrCat(name_prefix, "/device:CPU:", i); variable
41 options, name, Bytes(256 << 20), DeviceLocality(), cpu_allocator()));
  /external/tensorflow/tensorflow/core/framework/
device_base.cc 26 const string& DeviceBase::name() const { function in class:tensorflow::DeviceBase
27 LOG(FATAL) << "Device does not implement name()";
  /external/testng/src/test/java/test/name/
SimpleITestSample.java 1 package test.name;
16 return "NAME";
  /external/toybox/toys/posix/
env.c 15 usage: env [-i] [-u NAME] [NAME=VALUE...] [command [option...]]
20 -u NAME Remove NAME from the environment
50 char *name = *ev, *val = strchr(name, '='); local
54 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/trappy/trappy/
devfreq_power.py 30 name = "devfreq_in_power" variable in class:DevfreqInPower
31 """The name of the :mod:`pandas.DataFrame` member that will be created in a
35 """The event name in the trace"""
56 name = "devfreq_out_power" variable in class:DevfreqOutPower
57 """The name of the :mod:`pandas.DataFrame` member that will be created in a
61 """The event name in the trace"""
pid_controller.py 25 name = "pid_controller" variable in class:PIDController
26 """The name of the :mod:`pandas.DataFrame` member that will be created in a
33 """The event name in the trace"""
  /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/vogar/test/vogar/target/mixture/
NonTestClass.java 21 private String name; field in class:NonTestClass
26 public NonTestClass(String name) {
27 this.name = name;
  /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/opt/net/voip/src/jni/rtp/
AudioCodec.h 25 const char *name; member in class:AudioCodec
  /frameworks/support/annotations/src/main/java/androidx/annotation/
RequiresFeature.java 37 * The name of the feature that is required.
39 String name(); method in interface:RequiresFeature
42 * Defines the name of the method that should be called to check whether the feature is
44 * The feature checking method can have multiple parameters, but the feature name parameter must
  /frameworks/support/room/compiler/src/test/data/common/input/
MultiPKeyEntity.java 20 @Entity(primaryKeys = {"name", "lastName"})
23 String name; field in class:MultiPKeyEntity
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
TestHidDescriptor.h 24 const char *name; member in struct:TestHidDescriptor
28 const TestHidDescriptor *findTestDescriptor(const char *name);
  /libcore/ojluni/src/main/java/java/net/
SocketOption.java 47 * Returns the name of the socket option.
49 * @return the name of the socket option
51 String name(); method in interface:SocketOption
  /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:__anon63389
  /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

Completed in 1282 milliseconds

1 2 3 4 56 7 8 91011>>